h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.1rem; }

a {
    color: #004a80;
}

.icon-arrow:after {
    /* symbol for expanded/opened panels */
    font-family: 'Glyphicons Halflings';
    content: "\e113";
}
.collapsed .icon-arrow:after {
    /* symbol for collapsed/closed panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}

.navbar-toggle.icon-arrow:after {
    color: #fff;
}


p.tier3-header {
    color: #959595;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*
BS3 breakpoints
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/



.no-padding {
    margin: 0;
    padding: 0;
}


/* search box */
.navbar-default .form-control {
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    border: none;
}
#search_q {
    color: #666;
    }

.navbar-default .form-control::-moz-placeholder {
    color: #000;
}
.navbar-default .btn{
    background-color: #739cba;
    border: none;
    color: #004a80;
    height: 34px;
}
@media(max-width:991px){
/* tablet version display is addled */
    .navbar-form {
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        border: none;
    }
}


/* submenus */

.panel-body.vsubmenu  {
  padding: 15px 0;
}
.panel-body.vsubmenu ul.vsubmenu {
  padding: 0;
  margin: 0;
}
ul.vsubmenu > li {
  padding: 0;
  line-height: 1.2em;
}
ul.vsubmenu > li > a {
  padding: 6px 30px;
  margin: 0;
  }
.vsubmenu > li.header {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.vsubmenu > .divider {
  padding: 0;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* Lawmaking > Lobbying > Lobbyists > Search Registrations */
ul.vsubmenu > li > ul > li {
  font-size: 12px;
  line-height: 0.6;
  padding: 0 0 0 28px;
}
ul.nav-tabs {
  margin-bottom: 1.5em;
}
ul.vsubmenu > li.active {
  border-left: 20px solid teal;
}
ul.vsubmenu > li.active a {
  margin-left: -20px;
}





ul li img {
    float:left;
    margin: 0 6px 9px 0;
}
ul li .imgindent {
    margin: 0  0 12px 81px ;
}



.center {
 margin:0 auto;
 float:none;
}

.vanews .header {
    color: #777;
    background-color: #F5F5F5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

    padding: 0.3em 0.6em 0.3em;
    margin: 2em 0 1.5em 0;

    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.vanews .header.first {
    margin-top:0;
}

.vanews.panel-heading {
    background-color: #8cb88d;
    padding: 0.5em 4em 0.3em 4em;
    margin: 0 auto;
}
.panel .vanews .list-group {
    margin: 0 -15px 0 -15px;
    margin-bottom: 0.8em;
}
.panel .vanews .list-group a {
    border-left: none;
    border-right: none;
}
.panel .vanews .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel .vanews .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel .vanews-sponsor {
    background-color: #fefdd2;
}
img.vanews-newsboy {
    padding-left:0.8em;
}
.most-read-rank {
    font-size: 4em;
    line-height: 1em;
    font-weight: bold;
    color: #ddd;
    text-align:right;
}


.indented {
    padding: 0 0 0 1em;
}
.vpap-banner {
  margin: -20px 0 20px 0;
  background-color:#018581;
  background-repeat: no-repeat;
  background-position: center;
  height: 129px;

  color: #ffffff;
  padding-top:20px;
}

button.green, a.btn.green {
    background-color: #05673a;
    color: #fff;
    border: 1px solid #05673a;
}
button.green:hover {
    background-color: #8cb88d;
    border: 1px solid #8cb88d;
    color: #05673a;
}



.ghost-heading {
    color: #BBBBBB;
    font-size: 12px;
    font-weight: 700;
    left: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 15px;
}
.vanews .list-group-item span.badge{
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.badge {
    background-color: #cccccc;
    }

.top-buffer { margin-top:15px; }
.no-top-buffer {
    padding-top:0;
    margin-top:0;
}

.methodology {
    border-top: 1px solid #cccccc;
    padding-top: 12px;
    margin-top: 30px;
}
ul.icon-list li {
    padding: 0 0 9px 20px;
    display: block;
    position: relative;
}

ul.icon-list li:before {
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 0px;
    top:3px;
    font-size:80%;
    content: '\e080';
}

ul.bar-list li:before {
    height:1px;
    background:#eee;
    margin: 3px 0;
    width:33%;
    display:block;
    content:""
}

.banner {
    width: 300px;
    height: 200px;
    background: #666;
    margin-top: .5em;
    box-shadow: 10px 5px 15px black inset; /*10px is horizontal offset, 5px is vertical offset, 15px is blur radius. black is shadow color and inset specifies that the shadow is drawn inside the box*/
    margin-bottom: 30px;
}

/* entity submenus */
.entity-menu .panel-body {
    padding:0;
}
.entity-menu .panel-body ul {
    margin:0;
    padding:0;
}
.entity-menu .panel-body .list-group-item {
    border:none;
}

table.table th.right { text-align: right; }
table.table td.right { text-align: right; }
table.table th.center { text-align: center; }
table.table td.center { text-align: center; }

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #EFF4F8;
}
/* #E0EAF1 */
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
	background-color: #fff;
}

.table.no-bottom-space {
    margin-bottom: 0px;
}

/* active menu items: override bootstrap */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: 000;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    color: #555;
}

/* for context navicons */
.panel .navicon .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #999;
}
.panel .navicon .icon-bar + .icon-bar {
  margin-top: 4px;
}
.panel .navicon {
  position: relative;
  float: right;
  margin: 3px;
}
.panel-heading.context {
    width: 100%;
    text-align: left;
}
/*
.panel-heading.context a {
    color: #fff;
}
*/
.panel-heading.picker {
    background-color: #dfedf1;
    cursor: pointer;
}
.panel-body.listgroup-picklist {
  padding: 0;
}
.panel-body.listgroup-picklist a.list-group-item {
  border-left: none;
  border-right: none;
}


/*
.panel-heading.context .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
}
*/

.panelcollapse .panel-title,
#year_range_picker p.panel-title,
#contribution_type_picker p.panel-title,
#committee_type_picker p.panel-title,
#house_legislator_picker p.panel-title,
#senate_legislator_picker p.panel-title {
  font-size: 1em;
  color: #999;
}
.panelcollapse .panel-title a,
#year_range_picker p.panel-title a,
#contribution_type_picker p.panel-title a,
#committee_type_picker p.panel-title a,
#house_legislator_picker p.panel-title a,
#senate_legislator_picker p.panel-title a {
  color: #074c80;
}
#house_legislator_picker p.panel-title a,
#senate_legislator_picker p.panel-title a {
  text-decoration: underline;
}
#house_legislator_picker p.panel-title a.nodec,
#senate_legislator_picker p.panel-title a.nodec {
  text-decoration: none;
}

ul li img.external-link {
  float: none;
  margin: 0 0 3px 1px;
}

.tiny {
  font-size: 0.8em;
  color: #666;
}

table tr.totals {
    border-top: 2px solid #ddd;
    border-bottom: none;
    font-weight: bold;
}

a.more_link,
button.collapse-button {
    float:right;
    text-transform:uppercase;
    font-size: 0.9em;
}

button.unstyled-button {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.linklike {
    color: #004a80;
}
.linklike:hover {
    text-decoration: underline;
}


.small_upper {
    text-transform:uppercase;
    font-size: 0.85em;
}

button.btn-border {
    border: 1px solid #ddd;
    background-color: #fff;
}

.list-group-item.partisan.dem {
    border-left: 7px solid #2f00f9;
}
.list-group-item.partisan.rep {
    border-left: 7px solid #d53c1f;
}

.panel.partisan {
    margin-bottom: 0;
}
.panel.partisan > .panel-body {
    background-color: #f5f5f5;
    border-left: 7px solid #999;
}
.panel.partisan.dem > .panel-body {
    border-left: 7px solid #2f00f9;
}
.panel.partisan.rep > .panel-body {
    border-left: 7px solid #d53c1f;
}
tr.ghost {
    color: #999999;
}
.light-grey {
    background-color: #f0f0f0;
}
.pagination-custom {
    margin-top: 0;
    margin-bottom: 0;
}
.cmtetype2option {
    text-indent: 2em;
}
.left-heading {
    float:left;
    margin-right: 15px;
}

.legend-box {
    height: 1.2em;
    width: 1.2em;
    border: 1px solid #ccc;
    margin: 0 4px 4px 12px;
    float:left;
}
.tile-box {
    height: 2.2em;
    width: 2.2em;
    border: 1px solid #ccc;
    margin: 0 6px 6px 0;
    float:left;
}
img.tile-thumbnail {
    float:right;
    margin-left: 8px;
}
.vpap-thumbnail {
    width: 75px;
    height: 100px;
}

.btn-group a.btn{
    background-color: #fff;
    border-color: #ddd;
    color: #333;
}
.btn-group a.btn.active{
    background-color: #ebebeb;
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;;
}


a.btn.subscribe, a.btn.donate{
    float: right;
    margin: 12px 0 0 12px;
    line-height: 1.3em;
    height: 2em;
}
a.btn.subscribe{
    background-color: #ffc000;
    border-color: #efb70b;
    color: #000;
}
a.btn.donate, a.btn.red {
    color: #fff;
    background-color: #cc3300;
    border-color: #b22e02;
}

/* for home page slider */
a.selected img {
	opacity:0.5;
}
#social-media-buttons {
  text-align: right;
  }
.updates-homepage .update-date {
    color: #b2b2b2;
    text-align: right;
    text-transform: uppercase;
}
.updates-homepage .icon-arrow {
    color: #b2b2b2;
    line-height: 0.8em;
}
.vanews-tagline {
    color: #ffffff;
    padding: 6px 12px;
    }


.vanews-homepage .panel-heading, .vanews-homepage .panel-footer {
    background-color: #ecf5ed;
    text-align: center;
}
.vanews-homepage .panel-heading {
    padding: 15px 0 0 0;
    border-bottom: none;
}
.vanews-homepage .panel-heading .vanews-logo {
    max-width:375px;
    margin: 0 auto;
    margin-top: -58px;
}
.vanews-homepage .vanews-tagline {
    margin: -15px -15px 0px -15px;
    padding: 3px 15px;
    text-align: center;
    background-color: #05673a;
    color: #ffffff;
    border-bottom: 1px solid #ddd;
}
.panel.vanews-homepage ul {
    margin:0;
    padding:0;
}
.panel.vanews-homepage hr {
    margin:0.8em auto;
    padding:0;
}




.orgname {
    padding: 8px 0;
}


/* about-us/history/ */
ul.icon-list ul {
   margin-left: 0px;
}
ul.icon-list ul li:before {
    content: none;
    }
ul.icon-list ul li {
    padding-left: 0;
}

.yellow {
    background-color: #fbf37b;
}
.light-teal {
    background-color: #bae3de;
}

/* homepage alt header */
h2#tagline {
    margin: 22px 12px 0 6px;
    color: #39a6a6;
    font-size: 2em;
}
#logo-home {
    min-height: 65px;
}
#logo-home a {
    width: 246px;
    margin-right: 45px;
}
.panel-body.viz-thumb {
    padding: 0;
}
.panel-default > .panel-heading.viz-thumb {
    font-weight: bold;
    min-height: 4.5em;
    background-color: #197442;
    color: #ffffff;
    border-color: #197442;
}
.panel-default.viz-thumb {
    border-color: #197442;
}

table.table.borderless td {
    border: none;
}
.viz-container {
    width: 555px;
    height: 401px;
    position: relative;
}
.viz-fade {
    height: 100%;
    width: 100%;
    position:absolute;
    -moz-box-shadow: 0 -80px 50px white inset;
    -webkit-box-shadow: 0 -80px 50px white inset;
    box-shadow: 0 -180px 150px white inset;

    padding-top: 300px;
    position: absolute;
    text-align: center;

}

/* for lawmaking/issues menu: collapsible lists */
.panel-group .list-group {
	margin-bottom: 0;
}
.panel-group .list-group .list-group-item {
	border-radius: 0;
	border-left: none;
	border-right: none;
}
.panel-group .list-group .list-group-item:last-child {
	border-bottom: none;
}
.panel-group .panel-title .badge {
    float: right;
}

.light_teal { background: #d2e5e8; }
.lightest_teal { background: #f2f8f9; }
.light_blue { background: #ccdbe6; }
.dark-green { background: #05673a; }
.lightest-blue { background: #edf6f8; }
.lightest-yellow { background: #fdfeea; }
.lightest-green { background: #e0e8dc; }


.full-width {width: 100%}


.legend {
  font-size: 0.8em;
  color: #666;
  line-height: 0.6em;
}
.legend #appalachain_power, .legend #altria {
    float: left;
    margin-right: 12px;
}
.legend #appalachain_power {
    margin-top: 6px;
}
.color-square {
    height:20px;
    width:20px;
    background-color:#666666;
    float:left;
    margin-right:6px;
}
.legend .color-square {
    height:8px;
    width:8px;
}
.legend.large {
  font-size: 1em;
  line-height: 0.8em;
}
.legend.large .color-square {
    height:12px;
    width:12px;
}
.color-bar {
    height:20px;
    width:100px;
    background-color:#EEEEEE;
}
.red {
    color:#CD0D0D;
}
.repub-strong, .repub, .rep {
    background-color:#CD0D0D;
    }
.repub-weak {
    background-color:#E68686;
    }
.dem-strong, .dem {
    background-color:#004A80;
    } /* 2f00f9 */
.dem-weak {
    background-color:#6085A0;
    }
.indep-strong, .indep, .ind, .lib {
    background-color:#faeb00;
    }
.indep-weak {
    background-color:#fcf699;
    }
.write-in {
    background-color:#ff9900;
    }
.primary1 {
    background-color:#66c2a5;
}
.primary2 {
    background-color:#fc8d62;
}
.primary3 {
    background-color:#8da0cb;
}
.primary4 {
    background-color:#e78ac3;
}
.primary5 {
    background-color:#a6d854;
}
.primary6 {
    background-color:#ffd92f;
}
.minibar {
    background-color: #eee;
    height: 10px;
    width: 100px;
}
.color-bar {
    height: 10px;
}
.text-xs-center {
    text-align: center;
}


@media (min-width: 992px) {
    .seven-cols .col-md-1{
	width: 14.285714285714285714285714285714%;
	*width: 14.285714285714285714285714285714%;
    }

    .text-md-right {
	text-align: right;
    }
}

.seven-cols > div > ul > li:first-child > a {
    font-size: 125%;
    font-weight: bold;
    color:#fdd264;
}

.seven-cols > div > ul > li > a {
    color:white;
}

ul.nav-tabs.entity-header li a {
    color: #fff;
    background-color: #2875ad;
}
ul.nav-tabs.entity-header li.active a {
    color: #555;
    background-color: #fff;
}
ul.nav-tabs.entity-header li a:hover {
    color: #337ab7;
    background-color: #ccc;
}


#ticklerModal .modal-header {
    background-color: #cfdce6;
    text-align: center;
}
#ticklerModal .modal-body {
    background-color: #ebf0f4;
    text-align: center;
    font-size: 1.2em;
}
#ticklerModal .modal-content  {
    border: 5px solid #ebf0f4;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
#ticklerModal a.btn {
    margin: 0 7px;
    background-color: #054b7f;
}
#ticklerModal a.btn:hover {
    margin: 0 7px;
    background-color: #337ab7;
}
#ticklerModalLabel {
    font-weight: bold;
    color: #054b7f;
}
.alert.raw-reports, .badge.raw-reports {
    background-color: #fbf37b;
}
.jumpcandcmte + .popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}