    
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, samp, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, table, caption, tbody,
figure, figcaption, footer, header, 
menu, nav, section, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;    
}

/* headings */
h1, h2, h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px; 
}

h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px; 
}

/* ALL ITEMS STYLE */

#allPromises {
    display: inline-block;
    margin: 5px 0px 20px 5px;
}

.category {
    border: 1px solid gray;
    padding: 6px;
    margin: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.item {
    width: 20px;
    height: 20px;
    margin: 2px;
    display: inline-block;
    cursor: pointer;
}

.item:hover {
    outline:2px solid black;
}

.item.labor {
    background: #d8352a;
}

.item.coalition {
    background: #4a90e2;
}

.policyLabel {
    color: #727272;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 10px;
}

.item_content {
    display: none;
    position: absolute;
    height: auto;
    top: 60px;
    padding: 10px;
    background: #F8F8F8;
    border: 1px solid #CCC;
    color: #727272;
    font-weight: 300;
    margin-top: 5px;
    z-index: +1;
    word-wrap: break-word;
}   

.item_content.active {
    display: block;
}

/* ACCORDIAN STYLE */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background: 4a90e2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4a90e2, #91bced); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4a90e2, #91bced); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
    cursor: pointer;
    padding: 20px;
    vertical-align: middle;
    width: 99%;
    text-align: left;
    border: 1px solid #727272;
    outline: none;
    transition: 0.6s;
    margin: 2px;
}

/* add + sign */
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 14px;
    float: right;
    margin-left: 5px;
  }
  
 /* add - sign */ 
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }


/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

#majorPromises {
    display: inline-block;
    margin: 5px 0px 20px 5px;     
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#majorPromises .active, .accordion:hover {
    background: #19559a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #19559a, #4a90e2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #19559a, #4a90e2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
}

/*
.accordion:hover .icon{
    filter: invert(100%);
} */

hr {
 height: 12px; border: 0; box-shadow: inset 12px 12px 12px -12px rgba(55, 55, 55, 0.5);
}

body {
    padding: 0px 0px 20px 0px;
}

ul.confidence {
    list-style-type: square;
}

table {
    table-layout: fixed;
    width:99%
}

td, th {
    border: 5px ;
    text-align: left;
    padding: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/*
th {
    border-bottom: 1px dotted #b5b5b5;
}*/

.buttonItems {
    vertical-align: middle;
    padding-top: 8px; 
}

.icon {
    display: inline;     
    float: left;
    width: auto;
    height:20px;
    padding-left: 5px;
    margin-right: 20px;
    filter: invert(100%);
}

.heading {
    display: inline;  
    font-size: 1.5em;
    font-weight: 600;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;    
}

.label {
    font-weight: 400;
    color: #727272;    
}

.value {
    font-weight: 200;
    color: #a6a6a6;
    margin-left: 10px;
}

p {
    font-size: 1em;
    line-height: 1em;
    font-weight: 300;    
    margin: 0px 10px 15px 10px;
    line-height: 1.2;    
}

.note {
    color: #727272;
}

.head {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 5px;
}

.panelHeading {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 1.1em;
}

.labor {
    color: #d8352a;
}

.coalition {
    color: #4a90e2;
}



ul {
    padding-left: 1.5em;
    list-style: square;
    font-size: 0.9em;
    line-height: 1.8;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

li {
    padding-bottom: 1em;
}


.headlinelist  {
    margin:1em;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif, !important;
}

.policyareahead {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}

.readmore {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.9em;
    text-align: left;
    padding-top: 10px;
    padding-right: 2%;
    font-style: italic;
    margin-bottom: 10px;

}

.readmore a {
    color: #727272;
}

.readmore a:visited {
    color: #CCC;
}

.readmore a:hover {
    color: #f5a623
    ;
}
/*
.noComment {
    pointer-events: none;
}
*/

/* -------------------------------------------- */

@media all and (max-width: 499px) {
    
    .spendicon{
        display:none;
    }
    
    ul {
        line-height: 1.6;
        font-size: 0.8em;
    }
    
    .readmore {
        font-size: 0.8em;
    }
    
    .cuthead {
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 600;
        color: #d8352a;
        text-align: center;
        font-size: 1em;
    }

    .spendhead {
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 600;
        color: #4a90e2;
        text-align: center;
        font-size: 1em;
    }

    .expandText {
        display: none;
    }

    .responseButton {
        border-radius: 5px;
    	margin: .45em;    
    }

    .expertise {
        display: none;  
    }

    .response {
        left: 300px;
    }
    
}



@media all and (max-width: 399px) {
    
    p {
        line-height: 1.4;
        font-size: 0.8em;
    }

    .response {
        left: 220px;   
    }
}

@media all and (max-width: 269px) {

    .response {
        display: none;   
    }

    .expandButton {
        display: none;
    }

}