body { 
    font-size:12px;
}

/* Dodd Frank Styles */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight:400;
    color:#444;
    margin:0px; 
    padding: 0px;
}

.modal, .main-content {
    font-family: 'Open Sans', Helvetica, sans-serif;
}

p { 
    margin:0px; 
    padding: 0px;
}

h1 {
    font-size:1.7em;
    background:none;
    padding:8px 0px 20px 0px;
    font-weight:600;
    border-bottom: none;
    margin-bottom:0px;
    margin-right:20px;
}

h1.landing-page {
    padding:8px 0px 5px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom:30px;
    margin-right:20px;
}

h1 span.above {
    display:block;
    font-size:.85em;
    padding-bottom:5px;
    line-height:10px;
}
h2 {
    font-size:1.7em;
    margin-bottom:10px;
}
h2 span.below {
    display:block;
    font-size:.65em;
    padding-bottom:8px;
    line-height:14px;
}
h3 {
    font-size:1.5em;
    padding-top:8px;
    margin-bottom:0px;
}


/* rulemaking progress section */
#rules-progress {
    margin-left:30px;
}

.rule-section {
    margin-left:0px;
    padding:10px 0px 10px 15px;
    float:left;
    width:330px;
    height:60px;
    cursor:pointer;
}

.rule-section:hover {
    background-color: #F1F1F1;
    text-decoration: none;
}

.rule-section p {
    margin-bottom:0px;
    padding-bottom:8px;
    color:#999;
    font-size:1em;
}

.rule-section sup {
    color:#4780B8;
}
.rule-section sup:hover {
    color:blue;
    text-decoration: underline;
}

.graph {
    float:left;
    width:65px;
    height:58px;
    /* background-image:url(../images/spotlight/dodd-frank/graph_images_4.png); */
    /* background-image:url(../images/spotlight/dodd-frank/graph_images.png); */
    /* background-image:url(../images/spotlight/dodd-frank/dodd-frank-pie-charts.png); */
    background-image:url(../images/spotlight/dodd-frank/dodd-frank-pie-chart.png);
    background-repeat: no-repeat;
    background-size:55px;
}
#private_funds .graph, #volcker_rule .graph, #clearing_agencies .graph, #municipal_securities_advisors .graph, #credit_rating_agencies .graph {background-position: 0px 2px;}
#executive_compensation .graph {background-position: 0px -55px;}
#security_based_swaps .graph {background-position: 0px -225px;}
#asset_backed_securities .graph {background-position: 0px -112px;}
#other .graph {background-position: 0px -170px;}
#credit_rating_agencies .graph {background-position: 0px -283px;}
#specialized_disclosures .graph {background-position: 0px -342px;}

li.adopted {
    color:#0F7001;
}

li.adopted a {
    color:#0F7001;
} 

li.adopted .fa {
    color:#83BE43;
}

li.adopted_in_part {
    color:#84BA7D;
    /* background-position: 0px -18px; */
}

li.adopted_in_part a {
    color:#83BE43;
}

li.adopted_in_part .fa {
    color:#83BE43;
}

li.proposed {
    color:#4780B8;
}
li.proposed a {
    color:#4780B8;
}

li.remaining {
    color:#999;
}
li ul li {
    color:black;
}

li.adopted a:hover, li.proposed a:hover  {
    text-decoration: none;
} 

#chart-legend {
    float:right;
    font-size:0.9em;
    margin-right:70px;
    margin-top:20px;
}

#chart-legend .legend {
    float:left;
    margin:0 5px;
    /* background-image:url(../images/spotlight/dodd-frank/dodd-frank-legend.png);
    background-repeat: no-repeat;
    background-size:15px; 
    padding:0px 0px 0px 18px; */
}

#chart-legend .legend img {
    position:relative;
    top:-1px;
    margin-right:3px;
}


#chart-legend .adopted {
    color:#0F7001;
}

#chart-legend .proposed {
    color:#4780B8;
    /* background-position: 0px -18px; */
}

#chart-legend .adopted-part {
    color:#84BA7D;
    /* background-position: 0px -18px; */
}

#chart-legend .remaining {
    color:#999;
    /* background-position: 0px -36px; */
    display:none;
}

/* Modal styles from Bootstrap.css */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


/* custom modal styles */
.modal-header, h4, .close {
      background-color: #5cb85c;
      color:white !important;
      text-align: center;
      font-size: 30px;
  }

.modal-dialog{
    overflow-y: initial !important
}

.modal-body{
    overflow-y: auto;
    max-height:350px;
}

@media (min-height: 600px) {
    .modal-body { max-height: 450px; }
}

@media (min-height: 700px) {
    .modal-body { max-height: 550px; }
}

@media (min-height: 800px) {
    .modal-body { max-height: 650px; }
}



.modal-header {
    min-height:35px;
}

.modal-header button.close {
    position:absolute;
    top:10px;
    right:5px;
    border:none;
}

.modal-header h4 {
    font-size:.75em;
    font-style: normal !important;
}

.modal-body ul {
    list-style:none;
    padding:0px;
    margin:0px;
    font-size:1.2em;
}

.modal-body li {
    padding:5px 0px;
}

.modal ul.section-list {
    font-size:1.0em;
    height:auto;
}

.modal ul.section-list li {
    padding:10px 150px 10px 110px;
    position:relative;
    background-color: #FFF;
    border-bottom: 1px solid #eee;
}

.modal ul.section-list li:hover {
    background-color: #FAFAFA;
}

.modal ul.section-list li .status {
    position:absolute;
    height:20px;
    left:40px;
    top: 0px;
    margin-top: 15px; /* account for padding and border if not using box-sizing: border-box; */
    max-width:55px;
    text-align:left;
    text-indent:-10px;
}

.modal ul.section-list li .fa {
    margin-right:7px;
    position:relative;
    top:-1px;
}

.modal .section-num {
    display:block;
    font-size:1.5em;
}

.modal .status-sort {
    display:none;
}

.modal .footnote {
    display:block;
    margin-top:10px;
    position:relative;
    left:-80px;
    width:530px;
    margin-bottom:10px;
}

.modal .remaining .footnote {
    left:-90px;
    width:560px;
}

.modal .remaining .footnote a.footnote-more-info {
    display:inline-block;
    color:#4780B8;
    margin-left:0px;
    font-size:.95em;
}

::-webkit-scrollbar {

    -webkit-appearance: none;

    width: 10px;

}

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {

    border-radius: 6px;

    background-color: rgba(0,0,0,.1);

    /*-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);*/
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
}

.parent {
  position: relative;
}

.btn-details {
  background: #A9DE6F;
  background-image: -webkit-linear-gradient(top, #A9DE6F, #95c261);
  background-image: -moz-linear-gradient(top, #A9DE6F, #95c261);
  background-image: -ms-linear-gradient(top, #A9DE6F, #95c261);
  background-image: -o-linear-gradient(top, #A9DE6F, #95c261);
  background-image: linear-gradient(to bottom, #A9DE6F, #95c261);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 6px 12px 6px 12px;
  text-decoration: none;
  border:none;
  position:absolute;
  right:25px;
  height:24px;
  top: 50%;
  margin-top: -12px; /* account for padding and border if not using box-sizing: border-box; */
}

.modal-footnote .btn-details {
  top: 33px; 
}

.btn-details:hover {
  background: #b3eb73;
  background-image: -webkit-linear-gradient(top, #b3eb73, #b1e675);
  background-image: -moz-linear-gradient(top, #b3eb73, #b1e675);
  background-image: -ms-linear-gradient(top, #b3eb73, #b1e675);
  background-image: -o-linear-gradient(top, #b3eb73, #b1e675);
  background-image: linear-gradient(to bottom, #b3eb73, #b1e675);
  text-decoration: none;
}

.proposed .btn-details {
  background: #7eb9fc;
  background-image: -webkit-linear-gradient(top, #7eb9fc, #70b2eb);
  background-image: -moz-linear-gradient(top, #7eb9fc, #70b2eb);
  background-image: -ms-linear-gradient(top, #7eb9fc, #70b2eb);
  background-image: -o-linear-gradient(top, #7eb9fc, #70b2eb);
  background-image: linear-gradient(to bottom, #7eb9fc, #70b2eb);
}

.proposed .btn:hover {
  background: #9ccafc;
  background-image: -webkit-linear-gradient(top, #9ccafc, #91c2fa);
  background-image: -moz-linear-gradient(top, #9ccafc, #91c2fa);
  background-image: -ms-linear-gradient(top, #9ccafc, #91c2fa);
  background-image: -o-linear-gradient(top, #9ccafc, #91c2fa);
  background-image: linear-gradient(to bottom, #9ccafc, #91c2fa);
}



/* public comments section */
#public-comments {
    padding-top:20px;
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom: 1px solid #eee;
    max-width:745px;
}

#public-comments a {
    color:#4780B8;
}

/* new offices section */
#new-offices {
    padding-top:20px;
    margin-bottom:40px;
}

#new-offices ul {
    list-style: none;
    list-style-position: outside;
    padding:0px;
    margin:0px;
}

#new-offices ul li {
    float:left;
    height:35px;
    width:142px;
    background-color:#eee;
    text-align:center;
    padding:15px 0px;
    margin-right:8px;
    margin-bottom:8px;
    font-size:.95em;
}

#new-offices ul li .office-of {
    display:block;
}

#new-offices a {
    color:#333;
}

#new-offices ul li:hover {
    background-color:#56B14A;
    color:#FFF;
}



/* section pages */

.crumb {
    font-size:.8em;
    color:#4780B8;
}
#section-details {
    margin-left:20px;
    display:none;
}
#section-details h1 {
    font-weight:400;
    font-size:2.1em;
    padding-bottom:0px;
    margin-top:5px;
}
.section-category {
    margin-bottom:20px;
    color:#9B9B9B;
    font-size:1.4em;
    position:relative;
    top:-5px;
    border-bottom: 1px solid #eee;
    margin-right:40px;
    padding-bottom:5px;
}
#section-details h3 {
    font-weight:700;
    font-size:1.3em;
}
#section-details p.intro {
    font-size:1.1em;
    margin-bottom:20px;
}

#section-details ul {
    list-style: none;
    list-style-position: none;
    font-size:1.0em;
    margin-left:0px;
    padding-left:0px;
}

#section-details ul.section-list-adopted li, #section-details ul.section-list-proposed li, #section-details ul.section-list-adopted-in-part li  {
    margin-bottom:0px;
    margin-right:40px;
    margin-left:30px;
    padding:0px 40px 15px 50px;
    position:relative;
    background-color: #FFF;
    /* border-bottom: 1px solid #eee; */
}

#section-details ul.accomplish-list {
    margin-top:5px;
    border-bottom: 1px solid #eee;
    margin-right:40px;
}


#section-details ul.accomplish-list li {
    margin-bottom:0px;
    margin-right:0px;
    padding:25px 20px 25px 150px;
    position:relative;
    background-color: #FAFAFA;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    font-size:.9em;
}

ul.accomplish-list li span.date-string {
    display:block;
    position:absolute;
    left:20px;
    top:25px;
    font-size:.95em;
    color:#999;
    font-style:italic;
}

span.type-str {
    display:block;
    font-size:1.25em;
    color:#333;
    font-style:normal;
}

ul.accomplish-list li span.link {
    display:block;
    text-align:left;
    margin-top:0px;
}

.fa-question-circle {
    color:#4780B8 !important;
    margin-left:5px;
}

#section-details .section-num {
    display:block;
    font-size:1.2em;
}

#section-details .fa-check-circle {
    position:absolute;
    left:25px;
    top:5px;
}




/* reports list on overview page */

ul.reports-list {
    list-style: none;
    list-style-position: none;
    font-size:1.0em;
    margin-left:0px;
    padding-left:0px;
    margin-top:5px;
    border-bottom: 1px solid #eee;
    margin-right:40px;
}


ul.reports-list li {
    margin-bottom:0px;
    margin-right:0px;
    padding:25px 40px 25px 145px;
    position:relative;
    background-color: #FAFAFA;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    font-size:.9em;
}

ul.reports-list li:hover {
    background-color: #FFF;
}


ul.reports-list li span.date-string {
    display:block;
    position:absolute;
    left:30px;
    top:25px;
    font-size:1.1em;
}

ul.reports-list li span.link {
    display:block;
    text-align:left;
    margin-top:0px;
}




/* --------- Footnotes ---------- */
#overview-footnotes {
    max-width:690px;
    margin: 30px 0px 20px 40px;
    color:#777;
}

.footnote-title {
    color:#000;
}

#footnotes {
    margin:30px 60px 10px 20px;
}

p.footnote {
    font-size:.9em;
    margin-bottom:20px;
}

a.footnote-link {
    font-size:.8em;
    color:#4780B8;
    position:relative;
    top:-5px;
}

a.return-to-top {
    display:block;
    text-align:right;
    font-size:.8em;
    color:#4780B8;
}


/* GREEN 

h1.landing-page {
    border-bottom:none;
}

#mjw-statement {
    padding:30px 80px 40px 40px;
    background:url(../images/spotlight/dodd-frank/green-repeat-y.png);
    background-repeat:repeat-x;
    background-size:contain;
    position:relative;
    top:-10px;
    width:660px;
    margin-bottom:20px;
    color:#eee;
    font-size:1.2em;
}

#mjw-statement p {
    margin-bottom:14px;
    line-height:1.7;
}

#mjw-statement h3 {
    margin-bottom:5px;
    font-weight:700;
    display:none;
}

#mjw-statement p cite {
color: #FFF;
font-size: 14px;
display: block;
margin-top: 5px;
float:right;
margin-right:80px;
}
 
#mjw-statement p cite:before {
content: "\2014 \2009";
}

*/

#mjw-statement {
    font-family:'Open Sans', Helvectiva, sans-serif;
    padding:15px 80px 55px 40px;
    margin-bottom:20px;
    font-size:1.2em;
    border-bottom: 1px solid #eee;
    margin-right:20px;
}

#mjw-statement p {
    margin-bottom:14px;
    line-height:1.7;
}

#mjw-statement h3 {
    margin-bottom:5px;
    font-weight:700;
    display:none;
}

#mjw-statement p cite {
font-size: 14px;
display: block;
margin-top: 20px;
float:right;
margin-right:80px;
text-align:right;
}
 
#mjw-statement p cite:before {
content: "\2014 \2009";
}

#mjw-statement p cite a {
    display:block;
    text-align:right;
    font-size:.8em;
    color:#4780B8;
    font-style:normal;
}

/* BLOCK QUOTES
#mjw-statement p:before {
  color:#84BA7D;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: -0.05em;
  vertical-align: -0.4em;
  font-family: Georgia;
  position:relative;
  left:-20px;
}
#mjw-statement p:after {
  color:#84BA7D;
  content: close-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: -0.15em;
  vertical-align: -0.4em;
  font-family: Georgia;
  position:relative;
  left:20px;
    top:10px;
}
#mjw-statement p {
  display: inline;
}

*/