    
/* 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: "Montserrat", sans-serif, ;
    
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background: #202020;
    color: #444;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.6s;
    margin: 2px;
}


/* 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;
  }

/* 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) */
.active, .accordion:hover {
    background: #afb2ba;
}

.accordion .icon{
    filter: invert(100%);
}
/* add + sign */
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  
 /* add - sign */ 
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

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

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

/* cuts dropdown heading */
.ch {
    color:#b81f14;
    font-weight: bold;
}

/* spending dropdown heading */
.sh {
    color:#505aaf;
    font-weight: bold;
}

/* revenue dropdown heading */
.rh {
    color:#727272;
    font-weight: bold;
}

.nh {
    color:#b5b5b5;
    font-weight: bold;
}

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

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

td, th {
    border: 5px ;
    text-align: left;
    padding: 8px;
    font-family: "Montserrat", sans-serif;
}

th {
    border-bottom: 1px dotted #b5b5b5;
}




.cut {
	background-color: rgba(216, 53, 42, 0.8);
}

.spend {
	background-color: rgba(74, 144, 226, 0.8);
}

.neutral {
	background-color: rgba(181, 181, 181, 0.5);
}

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

.icon {
    display: inline;     
    float: left;
    width: auto;
    height:20px;
    padding-left: 5px;
    margin-right: 20px;
}

.heading {
    display: inline;  
    font-size: 1.5em;
    font-weight: 600;
    color: #FFF;
    font-family: "Montserrat", sans-serif;    
}

.response {
    position: absolute;
    font-size: 1em;
    font-weight: 200;
   font-family: 'Libre Baskerville', serif;
    left: 400px;
}

.expandButton {
    float: right;
    font-family: "Montserrat", sans-serif;
}

.expandSymbol {
    display: inline;    
    float: right;
    font-weight: 600;
    font-size: 1em;
   
}

.expandText {
    display: inline;
    font-style: italic;
    font-weight: 100;
    margin-left: 10px;
    margin-right: 10px;
}

.responseText {
    display: none;   
}

.responseText.show {
    display: block;
    margin-left: 10px;
}

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

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

.profileLink {
    display: inline-block;
    width: 140px;
    text-align: center;
    /* margin: 10px 20px 0px 10px; */
    margin-left: 20px;
    margin-bottom: 20px;
    background: rgb(72, 72, 72);
    opacity: 0.75;
    color: #FFF;
    padding: 5px;
    font-size: 0.75em;
    cursor: pointer;
}

.profileLink a:link {
    color: white;
}    


.profileLink a:visited {
    color: white;
}  
.bottomCloseBtn {
    display: inline-block;
    width: 80px;
    text-align: center;
    /* margin: 10px 20px 0px 10px; */
    margin-left: 20px;
    margin-bottom: 20px;
    background: #CCC;
    opacity: 0.75;
    color: #000000;
    padding: 5px;
    font-size: 0.75em;
    cursor: pointer;
}



.author {
    font-size: 1em;
    font-weight: 100;
    font-style: italic;
    margin-left: 10px;
    margin-bottom: 10px;
    color: darkgray;
}

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

.cuthead {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #b81f14;
    text-align: center;
    font-size: 1em;
}

.spendhead {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #505aaf;
    text-align: center;
    font-size: 1em;
}

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

li {
    padding-bottom: 1em;
}

.spendicon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 2em;
}


.headlinelist  {
    margin:1em;
    font-size: 1em;
    font-family: "Montserrat", sans-serif !important;
}

.policyareahead {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
}

.headlinecuts {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    color: #b81f14;
    font-weight: 600;
}

.headlinespends {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    color: #505aaf;
    font-weight: 600;
}

.readmore {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    text-align: left;
    padding-top: 10px;
    padding-right: 2%;
    margin-bottom: 10px;
}

/*
.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: "Montserrat", sans-serif;
        font-weight: 600;
        color: #d8352a;
        text-align: center;
        font-size: 1em;
    }

    .spendhead {
        font-family: "Montserrat", 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;
    }

}