@import 'components/slick';
@import 'components/simplebar';
@import 'components/animations';
@import 'components/footer';
@import '2019-LA-simplebar.css';
@import '2019-LA-animation.css';

.clearfix {
  *zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*Custom flex columns for Map section ------------*/

/* Container for flexboxes */
.maprow {
display: flex;
  flex-direction: row;
  margin: 1rem;
  
}

/* Create  1/3 2/3 columns */
.mapcolumn {
  flex: 33%;
  padding-right: 20px;
  width: 33%;
    display: inline-block;
    vertical-align: top;
}
.mapcolumn2 {
 flex: 66%;
 /*padding-left:15px;*/
  display: inline-block;
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 1080px) {
  .mapcolumn {
    width: 100%;
  }
}
/*Map Overlay -----------------*/
.overlay_textcontainer {
  position: relative;
  text-align: center;
  color: white;
}
.overlay_centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
.advanced_map_text{
  font-size: 17px;
  color: #ffffff;
  font-weight: 900;
 /* margin-bottom: 5px;
margin-top:30px;*/ 
}

.mapoverlay {
  height: 100%;
  width: 0;
  position: fixed !important;
opacity:1 !important;
  top: 0;
  left: 0;
  
  background-color: rgba(76,181,186, 0.9);
  overflow-x: hidden;
  transition: 1.3s;
 z-index: 99999999 !important;

}

.mapoverlay-content {
  position: relative;
  top: 2%;
  width: 100%;
  text-align: center;
  margin-top: 0px;
 
}

.mapoverlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 1.3s;
  z-index: 9999999;
}

.mapoverlay a:hover, .mapoverlay a:focus {
  color: #f1f1f1;
}

.mapoverlay .closebtn {
  position: absolute;
  top: 0px;
  right: 45px;
  font-size: 60px;
  color:#ffffff;
}

@media screen and (max-height: 450px) {
  .advanced_map_text {font-size: 14px;/*margin-bottom: 30px;margin-top:30px;
    padding-top: 33px;*/}
  .mapoverlay a {font-size: 30px}
  .mapoverlay .closebtn {
  font-size: 30px;
  top: 0px;
  right: 0px;
  }
}

/*End of Map Overlay---------------*/
/* Accordion Style ---------------------------------------------
@media screen and (max-width: 1024px) {
table.wpDataTable td, table.wpDataTable th  {
    white-space: nowrap !important;
    
}
}
*/
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px !important;
    font-family: "Avenir";
    margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
/*display: block;
white-space: nowrap;*/
}
.wpDataTablesWrapper table.wpDataTable{
  border: 0px !important;
  background-color: white !important;
  font-family: "Avenir";
}
/* .wpDataTablesWrapper table.wpDataTable>thead>tr>th{
font-size : 13px !important;
  font-weight: bold;
  color: #000000;
   background-color: white !important;
   font-family: "Avenir";
}*/

.wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    color: #333333;
    border: 1px solid #cccccc;
    border-bottom-width: 2px;
    font-weight: 700;
    padding: 7px 10px;
    text-align: left;
    cursor: pointer;
    background: #ffffff none;
    white-space: normal !important;
    word-break: inherit;
    font-family: "Avenir";
    font-size : 13px !important;
}
@media screen and (max-width: 1024px) {
  .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    color: #333333;
    border: 1px solid #cccccc;
    border-bottom-width: 2px;
    font-weight: 700;
    padding: 7px 10px;
    text-align: left;
    cursor: pointer;
    background: #ffffff none;
    white-space: nowrap !important;
  
    font-family: "Avenir";
    font-size : 13px !important;
}
.wpDataTablesWrapper table.wpDataTable td {
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
     white-space: normal !important;
}
}

.et_pb_accordion .et_pb_toggle {
    position: relative;
    margin-bottom: 0px !important;
    padding: 0px;
     border: 0px;
      overflow-x: scroll;
    }
    
    .et_pb_accordion .et_pb_toggle_title:before, .et_pb_toggle .et_pb_toggle_title:before {
    right: -12px;
    left: auto;
}

.et_pb_toggle_content {
    position: relative;
    padding-top: 20px;
    text-align: left;
   background-color: white;
  font-family: "Avenir";

    }
  .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\2212" !important;
    font-family: 'Montserrat', sans-serif !important;

    color: #ffffff;
    padding-right:15px !important;
    font-size:40px !important;
    font-weight: 900 !important;
}  
     .et_pb_toggle_close .et_pb_toggle_title:before {
	display: block !important;
    font-family: 'Montserrat', sans-serif !important;

	content: "\002b" !important;
    color: #ffffff;
    padding-right:15px !important;
    font-size:40px !important;
    font-weight: 900 !important;
    text-align: right;
    font-family: aria;
}  
.et_pb_module{
  background-color: #755aa6 !important;
border-color: transparent !important;
color: #000000 !important;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title{
      color: #ffffff !important;
    background: #755aa6 !important;
    padding: 20px !important;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-top:5px;
  
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title{
      color: #ffffff !important;
    background: #755aa6 !important;
    padding: 20px !important;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-top:-2px;
  
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table th {
  font-weight: bold;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td {
  font-weight: normal;
}
/*body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td:nth-child(1) {
  font-weight: bold;
}
*/

/*END Accordion Style ---------------------------------------------*/
body.page-template-2019-LA-page-innovate-public-schools .fp-nav {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools {
  font-family: Avenir, Helvetica neue, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #01000b;
  box-sizing: border-box;
  /* Damon */
}


section.section.section--bar-graph .alignnone {
    margin: 0 auto;
    margin-top: 25px;
}

section.section.section--bar-graph {
    padding: 100px 0;
}

body.page-template-2019-LA-page-innovate-public-schools section.section.section--bar-graph .social {
    width: auto;
    color: #f99b37;
}

section.section.section--bar-graph h3 {
    color: #f99b37;
    width: 80%;
}

body.page-template-2019-LA-page-innovate-public-schools .section--articles .header p a {
    color: #f99b37;
}

body.page-template-2019-LA-page-innovate-public-schools .et_pb_accordion .et_pb_toggle {
    width: 100%;
    float: left;
}

body.page-template-2019-LA-page-innovate-public-schools .et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    margin-top: 0;
}

.color2 {
    background: #f99b37;
}

.et_pb_module {     background: #57b1a0 !important; }

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table .row-active, body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table tr:nth-of-type(even) { background: #85c6d7 !important; }

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table tr:hover { background: transparent !important }

body.page-template-2019-LA-page-innovate-public-schools .et_pb_toggle_open .et_pb_toggle_title, body.page-template-2019-LA-page-innovate-public-schools .et_pb_toggle_open h5.et_pb_toggle_title  {
    background: #57b1a0 !important;
    text-align: center;
	width:100%;
	    border: 0;
}


body.page-template-2019-LA-page-innovate-public-schools .et_pb_module {
    background: #57b1a0 !important;
}

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table .row-active, body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table tr:nth-of-type(odd) {
    background: #ffffff !important;
}

body.page-template-2019-LA-page-innovate-public-schools .et_pb_module p {
    margin: 0;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title { border-top-width: 0; }

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1.color2 .header .social {
    /*background: #ffac55;*/
    color: #fff;
    padding: 10px;
	margin-top:-20px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1.color2 h3, body.page-template-2019-LA-page-innovate-public-schools .color2 .print {
    color: #ffffff;
}

.section--schools--1 .et_pb_toggle_open .et_pb_toggle_title, .section--schools--1 .et_pb_toggle_close h5.et_pb_toggle_title {
    background: #57b1a0 !important;
    text-align: center;
}

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1.color1 h3, body.page-template-2019-LA-page-innovate-public-schools .section--schools--1.color3 h3 {
    color: #57b1a0;
}

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 h3 {
    width: 80%;
    display: inline-block;
}

body.page-template-2019-LA-page-innovate-public-schools p.tbsubheadre {
    color: #000 !important;
}

body.page-template-2019-LA-page-innovate-public-schools .color2 p.tbsubheadre {
    color: #fff !important;
}

section.section.section--white-accordion.section--schools--1 {
    padding: 70px 0;
}

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1.color1 .social, body.page-template-2019-LA-page-innovate-public-schools .section--schools--1.color3 .social {
    color: #f99b37;
}

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 .header .social {
    width: auto;
}

.print {
    margin-top: 24px;
    display: inline-block;
}

section.section.section--identify--top--school {
    padding: 100px 0;
    background: #f99b37;
}

body.page-template-2019-LA-page-innovate-public-schools section.section.section--identify--top--school p {
    font-size:16px;
	color:#fff;
}

body.page-template-2019-LA-page-innovate-public-schools section.section.section--identify--top--school li {
    font-size:16px;
	list-style:outside;
	padding:10px 0;
	    color: #fff;
}

body.page-template-2019-LA-page-innovate-public-schools section.section.section--identify--top--school ul {
    padding-left:15px;
	margin-bottom:20px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .purpletext p {
    text-align: left;
}

body.page-template-2019-LA-page-innovate-public-schools .section--identify--top--school .hero-button {
    position: relative;
    font-size: 18px;
    line-height: 30px;
   /*padding: 10px 20px;*/
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #41abe8;
    color: white;
    font-family: Avenir;
    font-weight: 600;
    z-index: 10;
    margin-top: 20px auto;
    width: auto;
    display: inline-block;
        white-space: nowrap;
}

body.page-template-2019-LA-page-innovate-public-schools .section--identify--top--school small { text-align:center; }


section.section.section--learn-more {
    background: #f99b37;
    /*padding: 200px 0 300px;*/
}

section.section.section--learn-more h3 {
    text-align: center;
    margin-bottom: 35px;
}
section.section.section--learn-more .sharediv {
    background: #f99b37;
    /*padding: 200px 0 300px;*/
    text-align: center;
}
section.section.section--learn-more .sharebutton {
    background: #f99b37;
    /*padding: 200px 0 300px;*/
    color:#ffffff;
    padding: 10px;
    background-color: #41abe8;
    font-weight: 700 !important;
    font-size: 18px;
  
}
section.section.section--result {
    /*padding: 200px 0 250px;*/
}

section.section.section--result h3 {
    color: #64b9ab !important;
    text-align: center;
    margin-bottom: 30px;
}

section.section.section--la-bottom h3 {
    color: #64b9ab !important;
    text-align: center;
    margin-bottom: 50px;
}

section.section.section--la-bottom img {
    margin: 0 auto;
}

section.section.section--la-bottom {
    padding: 150px 0;
}

body.page-template-2019-LA-page-innovate-public-schools section.section.section--result p {
    color: #000;
}


section.section.section--result .sharediv {
   margin-top: 70px;
    text-align: center;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

section.section.section--learn-more p {
    width: 100%;
    display: block;
    float: left;
    margin-top: 35px;
}

section.section.section--bar-graph p {
    color: #000;
    font-weight: 400;
    margin-top: 20px;
}

body.page-template-2019-LA-page-innovate-public-schools .section--articles { padding: 50px 0 0; }

body.page-template-2019-LA-page-innovate-public-schools .section--articles p {
    color: #000;
    font-weight: 400;
    margin-top: 20px;
}

section.section--articles h3 {
    color: #64b9ab !important;
}


.section.section.section--income-pie-chart {
    padding: 100px 0;
}

.section--list-tabs .header.header--social, .section--list-tabs .header.header--social p {
    text-align: center;
}
body.page-template-2019-LA-page-innovate-public-schools .pie-chart{
  
  display: block;
margin-left: auto;
margin-right: auto;
}

body.page-template-2019-LA-page-innovate-public-schools .section--list-tabs .hero-button {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #41abe8;
    color: white;
    font-family: Avenir;
    font-weight: 600;
    z-index: 10;
	margin-top: 20px;
}

body.page-template-2019-LA-page-innovate-public-schools .section--schools.section--schools--2 {
   /* padding: 100px 0;*/
}

section.section.section--list-tabs {
    /*padding: 300px 0;*/
    background: #f99b37;
}

body.page-template-2019-LA-page-innovate-public-schools .section--income-pie-chart .header h3 {
    margin-bottom: 45px;
    color: #64b9ab !important;
    line-height: 30px;
	width:80%;
}

section.section.section-low-income {
    background: #56BDC5 !important;
   /* padding: 130px;*/
}

/*body.page-template-2019-LA-page-innovate-public-schools .section--income-pie-chart .header .social {
    width: auto;
}*/

section.section.section-low-income .container {
    padding: 50px;
    background: #56BDC5 !important;
}

section.section.section-low-income img {
    margin: 0 auto;
        outline: 5px solid #56BDC5 !important;
    outline-offset: -4px;
}

.incometext span {
    padding: 3px 20px;
    background: orange !important;
    color: #fff;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px !important;
    width: auto !important;
    float: left;
}

.la-bottom-text p {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    font-style: italic;
    text-align: left !important;
}

section.section.section--intro {
    padding: 100px 0;
}

section.section.section--intro .column p:last-child {
    margin-bottom: 20px;
}


section.section.section--top--header {
    padding: 30px 0;
}



@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools {
    font-size: 16px;
    line-height: 22px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools *, body.page-template-2019-LA-page-innovate-public-schools *:after, body.page-template-2019-LA-page-innovate-public-schools *:before {
  box-sizing: inherit;
}
body.page-template-2019-LA-page-innovate-public-schools img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-left: auto;
    margin-right: auto;
   
}
body.page-template-2019-LA-page-innovate-public-schools .container {
    width: 80%;
   
  }
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .container {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools #top-header, body.page-template-2019-LA-page-innovate-public-schools header#main-header {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools h1:last-child, body.page-template-2019-LA-page-innovate-public-schools h2:last-child, body.page-template-2019-LA-page-innovate-public-schools h3:last-child, body.page-template-2019-LA-page-innovate-public-schools h4:last-child, body.page-template-2019-LA-page-innovate-public-schools h5:last-child, body.page-template-2019-LA-page-innovate-public-schools h6:last-child {
  margin-bottom: 0;
}
body.page-template-2019-LA-page-innovate-public-schools a, body.page-template-2019-LA-page-innovate-public-schools h1, body.page-template-2019-LA-page-innovate-public-schools h2, body.page-template-2019-LA-page-innovate-public-schools h3, body.page-template-2019-LA-page-innovate-public-schools h4, body.page-template-2019-LA-page-innovate-public-schools h5, body.page-template-2019-LA-page-innovate-public-schools h6 {
  color: inherit;
}
body.page-template-2019-LA-page-innovate-public-schools h3 {
  font-size: 23px;
  line-height: 1.1;
  left: 0;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools h3 {
    font-size: 26px;
    line-height: 35px;
      
  }
}
body.page-template-2019-LA-page-innovate-public-schools h4 {
  font-size: 25px;
  line-height: 1.1;
  font-weight: bold;
  padding: 0;
  letter-spacing: -1px;
}
body.page-template-2019-LA-page-innovate-public-schools p {
  padding-bottom: 0;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
}
body.page-template-2019-LA-page-innovate-public-schools p:last-child {
  margin-bottom: 0;
}
body.page-template-2019-LA-page-innovate-public-schools .text-leader {
  font-weight: bold;
color: #fff;
}
body.page-template-2019-LA-page-innovate-public-schools .text--right {
  text-align: right;
}
body.page-template-2019-LA-page-innovate-public-schools small {
  display: block;
  font-size: 10px;
  line-height: 15px;
  word-break: break-word;
  word-wrap: break-word;
}
body.page-template-2019-LA-page-innovate-public-schools small:empty {
  display: none;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table {
    table-layout: auto;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table .row-active, body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table tr:hover, body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table tr:nth-of-type(even) {
  background: #85c6d7;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td, body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table th {
  font-size: 13px;
  line-height: 16px;
  padding: 15px 10px;
  word-break: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 1024px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td, body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table th {
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table th {
  font-weight: bold;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td {
  font-weight: normal;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td:nth-child(1), body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td:nth-child(2) {
  font-weight: bold;
  
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td:nth-child(2)
{
  word-wrap: break-word;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td:nth-child(3), body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td:nth-child(6) {
  text-align: center;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td:nth-child(1){
white-space: nowrap !important;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 table td:nth-child(4){
word-wrap: normal;
}
body.page-template-2019-LA-page-innovate-public-schools .header p a {
  color: #495295;
}
body.page-template-2019-LA-page-innovate-public-schools .header p a:hover {
  text-decoration: underline;
}
body.page-template-2019-LA-page-innovate-public-schools .header--social {
  position: relative;
 /* padding-right: 200px;*/
}
body.page-template-2019-LA-page-innovate-public-schools .header--social p {
font-size: 16px !important;
}


@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .header--social {
    padding-right: 0;
    display: flex;
    flex-flow: column nowrap;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .columns {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .columns {
    flex-flow: column nowrap;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .column {
  flex: 1 1 auto;
}
body.page-template-2019-LA-page-innovate-public-schools .columns--2 .column {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .columns--2 .column {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .columns--2 .column:first-of-type {
  padding-right: 48px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .columns--2 .column:first-of-type {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .columns--2 .column:last-of-type {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .columns--2 .column:last-of-type {
    padding-left: 0;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .text-columns--2 {
  column-count: 2;
  column-gap: 20px;
}
body.page-template-2019-LA-page-innovate-public-schools .social {
  display: flex;
  flex-flow: row nowrap;
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .social-title {
  padding-right: 5px;
  text-align: right;
  font-weight: 700;
  font-size: 15px;
  line-height: 0.95;
	display: inline-block;
}

body.page-template-2019-LA-page-innovate-public-schools .social-icons { display: inline-block; }

body.page-template-2019-LA-page-innovate-public-schools .social-icons a {
  font-size: 28px;
  padding: 5px;
}
body.page-template-2019-LA-page-innovate-public-schools .header .social {
  display: block !important;

float: right;

width: 100%;

text-align: right;
	/*margin-bottom: 20px;*/
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .header .social {
    position: relative;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section-next {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 67px;
  width: 67px;
  border-radius: 67px;
  border: 2px solid;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  font-size: 17px;
  line-height: 1;
}
body.page-template-2019-LA-page-innovate-public-schools .section-next--inline {
  position: relative;
  bottom: 0;
  left: 0;
  transform: none;
  margin-left: auto;
  margin-right: auto;
  display:none;
}
body.page-template-2019-LA-page-innovate-public-schools .section > .fp-tableCell {
  position: relative;
  min-height: 100vh;
 /*  padding-top: 90px;
 padding-bottom: 100px;*/
  width:90%;
}
body.page-template-2019-LA-page-innovate-public-schools .section1 > .fp-tableCell {
  position: relative;
 /*  min-height: 100vh;
  padding-top: 90px;
 padding-bottom: 100px;*/
  width:90%;
}

@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section > .fp-tableCell {
   /* padding-top: 30px;
    padding-bottom: 30px;*/
  }
}
body.page-template-2019-LA-page-innovate-public-schools .visible--desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .visible--desktop {
    display: none;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .visible--tablet {
  display: none;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .visible--tablet {
    display: block;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header {
  position: relative;
  background-color: transparent;
  /* background-image: url(../images/section-header-number--noBlend.png), url(../images/section-header-bg.png); */
  /* background-size: auto 100%, cover; */
  background-repeat: no-repeat;
 /* background-position: right top, center;*/
  background-position: center;
  background-image: url("../images/section-header-bg.png");
  background-size: cover;

  /* .backgroundblendmode .section--header {
   background-image: url(../images/section-header-number.png), url(../images/section-header-bg.png);
   background-blend-mode: multiply;
   } */
	/*padding: 150px 0;*/
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .fp-tableCell {
  /*padding-top: 20px;
  padding-bottom: 120px;
  vertical-align: top;*/
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .fp-tableCell {
    padding-bottom: 20px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .logo {
  display: inline-block;
  vertical-align: top;
  margin-left: -70px;
  margin-bottom: 45px;
 
}

.logo-row:after {
  content: "";
  display: table;
  clear: both;
}
.logo-column1 {
  float: left;
  
  padding: 10px;
 
  
}
.logo-column2 {
  float: left;
  
  /*padding: 10px;
 width: 48%;*/
  display: inline !important;
}

.logo-column2 p {
   font-size: 16px;
   margin-bottom: 0px !important;
   color: #000000 !important;
}
.logo-column3 {
  float: left;
  display: inline !important;
 /* padding: 10px;
  width: 48%;*/
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1380px) {
  .logo-column1 {
     float: left;
    width: 100% !important;
    margin-top:5px;
  }
   .logo-column2 {
    width: 50% !important;
  }
   .logo-column3 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .logo-column1 {
     float: left;
    width: 100% !important;
    margin-top:5px;
  }
   .logo-column2 {
    float: none !important;
       width: 90% !important;
    margin-top: -32px;
  }
   .logo-column3 {
    float: none !important;
   width: 90% !important;
    margin-top: -45px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .logo {
    max-width: 90%;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .container:nth-of-type(2) {
    text-align: center;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero {
  position: relative;
  width: 680px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-title {
  text-align: left;
  padding-bottom: 8px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  letter-spacing: -2px;
  margin-bottom: 70px;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-title {
    font-size: 28px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-title {
    font-size: 24px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: white;
  padding-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine {
    background: rgba(249, 155, 55, .68);
    padding-left: 10px;
    line-height: 1.5;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 100%;
  background: rgba(249, 155, 55, .68);
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine:before {
    display: none;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--1 {
  font-size: 40px;
  line-height: 53px;
  padding-right: 25px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--1 {
    font-size: 18px;
    padding-right: 20px;
    /*box-shadow: 0 -10px rgba(249, 155, 55, .68);*/
  }
}
@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--1 {
    font-size: 14px;
    color: #fff;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--2 {
  padding-right: 80px;
  z-index: 3;
  color: #fff !important;
}

body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--2 strong,b {
 
  color: #fff !important;

}

@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--2 {
    padding-right: 10px;
    color: #fff !important;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--3 {
  padding-right: 100px;
  z-index: 2;
  color: #fff;
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--3 strong,b {
  
  color: #fff;
  
}

@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--3 {
    padding-right: 10px;
    color: #fff;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--4 {
  display: block;
  /*width: 100%;*/
  z-index: 1;
  flex: 1 1 100%;
  padding-right: 20px;
  
  color: #fff;
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--4 strong,b {
  
  color: #fff;
}
@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--4 {
    padding-right: 10px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--4 {
    box-shadow: none;
    color: #fff;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-text {
  background: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 26px;
  padding: 31px 93px 33px 34px;
  color: #01000b;
}
@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-text {
    font-size: 16px;
    line-height: 22px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-text p {
  margin-bottom: 20px;
  padding: 0;
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-text p:last-of-type {
  margin-bottom: 0;
}
body.page-template-2019-LA-page-innovate-public-schools .section--header .hero .hero-button {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #41abe8;
  color: white;
  font-family: Avenir;
  font-weight: 600;
  z-index: 10;
}
body.page-template-2019-LA-page-innovate-public-schools .section.section--footer {
  background-color: #171717 !important;
}
body.page-template-2019-LA-page-innovate-public-schools .section.section--footer .fp-tableCell {
  padding-top: 0 !important;
  vertical-align: top !important;
}
body.page-template-2019-LA-page-innovate-public-schools .section.section--footer .fp-tableCell .et_pb_section {
  padding-top: 10px;
  padding-bottom: 0;
}
body.page-template-2019-LA-page-innovate-public-schools .section--intro .fp-tableCell {
  vertical-align: middle;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--intro .fp-tableCell {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--intro p {
  font-size: 16px !important;
  line-height: 22px;
  margin-bottom: 36px;
  color: #000;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--intro p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--intro p {
    font-size: 16px;
    line-height: 22px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--intro p:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--intro p:last-of-type {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
 
}
body.page-template-2019-LA-page-innovate-public-schools .section--intro .section-next {
  color: #f99b37;
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics {
  background-color: transparent;
  /* background-image: url(../images/section-statistics-number.png); */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
  background-attachment: fixed;
	padding: 50px 0 150px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .fp-tableCell {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--statistics .fp-tableCell {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header {
    display: flex;
    flex-flow: column nowrap;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header h3 {
  margin-bottom: 45px;
  color: #64b9ab !important;
	text-align: center;
	line-height: 30px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header p {
  vertical-align: bottom;
  color: #a7a9ac;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header p {
    display: none;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header .social, body.page-template-2019-LA-page-innovate-public-schools .section--income-pie-chart .header .social {
  color: #f99b37;
  margin-top: 50px;
  
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header .social {
    order: -1;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header p span {
  font-size: 40px;
  font-weight: bold;
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .graph--desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--statistics .graph--desktop {
    display: none;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .graph--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--statistics .graph--mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--statistics .section-next {
  color: #f99b37;
  margin-top: 41px;
 
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--statistics .section-next {
    margin-top: 60px;
    
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs {
  background-color: transparent;
  /* background-image: url(../images/section-statistics-number.png); */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
  background-attachment: fixed;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .fp-tableCell {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--graphs .fp-tableCell {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .header {
  margin-bottom: 23px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .header h3 {
  margin-bottom: 0;
  color: #f99b37;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--graphs h3 {
    margin-bottom: 0;
    color: #f99b37;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .slick-slider {
  margin-bottom: 30px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graphs-slider-arrows {
  text-align: center;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-next, body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-prev {
  position: relative;
  display: inline-block;
  height: 20px;
  font-size: 17px;
  cursor: pointer;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-next.slick-disabled, body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-prev.slick-disabled {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-next:before, body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-prev:before {
  content: '';
  position: absolute;
  top: 0;
  background-image: url("../images/next-arrow.png");
  background-repeat: no-repeat;
  background-size: 13px 20px;
  width: 13px;
  height: 20px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-prev {
  padding-left: 30px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-prev:before {
  left: 0;
  transform: rotate(180deg);
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-next {
  padding-right: 30px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .graph-slider-next:before {
  right: 0;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .columns p {
  text-align: justify;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .columns img {
  margin: 0 auto;
}
body.page-template-2019-LA-page-innovate-public-schools .section--graphs .section-next {
  color: #f99b37;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools {
  background-color: #f99b37;
  /* background-image: url(../images/section-schools-number.jpg); */
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  background-attachment: fixed;
  color: white;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools h3 p{
  
  color: white;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .fp-tableCell {
  /*padding-top: 30px;*/
  padding-bottom: 30px;
  vertical-align: middle;
 
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .header {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .header h4 {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .header .social {
    order: -1;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .accordion {
  margin-bottom: 15px;
  border: 2px solid #41abe8;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .accordion-header {
  position: relative;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
  padding: 10px 60px;
  border: 2px solid white;
  margin-top: 2px;
  cursor: pointer;
      background-color: #41abe8;
      color: #fff;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .accordion-header {
    font-size: 15px;
    line-height: 17px;
    text-align: left;
    padding: 5px 10px;
    min-height: 42px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
        background-color: #41abe8;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .accordion-header:after, body.page-template-2019-LA-page-innovate-public-schools .section--schools .accordion-header:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  right: 18px;
  top: calc(50% - 2px);
  background: white;
  transition: transform 300ms ease-out;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .accordion-header:after {
  transform: rotate(90deg);
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .ui-state-active.accordion-header:after {
  transform: rotate(0deg);
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .ui-accordion-content .simplebar {
  max-height: 300px;
  overflow: auto;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .ui-accordion-content .table-head {
  position: sticky;
  top: 0;
  width: auto;
  margin-right: 30px;
  width: calc(100% - 30px);
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .ui-accordion-content .table-head.table-head--fullWidth {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .ui-accordion-content .table-head {
    display: none;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .table-hidden-desktop th {
  position: sticky;
  top: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .table-hidden-desktop {
    display: none;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .ui-accordion-content {
  overflow: auto;
  position: relative;
  background: white;
  color: black;
  padding-left: 2px;
  padding-right: 2px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .ui-accordion-content {
    height: auto !important;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .print {
  text-align: left;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .print a {
  color: white;
  font-weight: bold;
  font-size: 19px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .print a:hover {
  text-decoration: underline;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .columns {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .columns {
    flex-flow: column nowrap;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .column-left {
  flex: 1 1 auto;
  padding-right: 60px;
  
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .column-left {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .column-left .section-next {
    display: none;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .column-left p {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .column-left p {
    margin-bottom: 0;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .column-right {
  flex: 0 0 auto;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .column-right .section-next {
  display: none;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools .column-right .section-next {
    display: flex;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .buttons {
  margin-top: 40px;
  text-align: center;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .button {
  border: 2px solid white;
  font-weight: 500;
  padding: 12px 30px;
  background: transparent;
  color: white;
  box-shadow: none;
  transition: all 300ms linear;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .button:hover {
  background: white;
  color: black;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 .section-next {
    position: static;
    transform: none;
    margin: 40px auto 0;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 h3 {
  color: #8066ad;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--1:nth-of-type .social {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools--1:nth-of-type .social {
    display: flex !important;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 h3 {
  line-height: 30px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .column-left {
  width: 30%;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .column-left {
    width: 100%;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .column-right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .column-right {
    width: 100%;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .column-right table {
  table-layout: auto !important;
  width: 100%;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .column-right table td {
  color: #000;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .wpgmza_map .dataTables_paginate .paginate-button {
  color: #000;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 #wpgmza_filter_13 {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .wpgmza_filter_container {
  display: none !important;
  height: auto !important;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 .wpgmza_filter_container .wpgmza_cat_checkbox_item_holder {
  margin-bottom: auto !important;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--3 .fp-tableCell {
  padding-top: 90px;
  padding-bottom: 90px;
  vertical-align: middle;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--3 .container {
  text-align: center;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--3 .section-next {
  margin-top: 30px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--text .columns, body.page-template-2019-LA-page-innovate-public-schools .section--schools--text .columns + small {
  padding-bottom: 25px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--text .section-next {
  margin-top: 25px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--text h3 {
  line-height: 40px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools--text img {
  margin-bottom: 20px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles {
  background-color: transparent;
  /* background-image: url(../images/section-articles-number.png); */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
  background-attachment: fixed;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .fp-tableCell {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .section-next {
  color: #f99b37;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .header {
  margin-bottom: 50px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .header h3 {
  padding: 0;
  color: #f99b37;
  line-height: 40px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .section-next {
  display: none;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section-next {
    position: static;
    transform: none;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section-next {
    display: none;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .articles {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--articles .articles {
    flex-flow: column nowrap;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article {
  flex: 0 0 20%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 119.44444%;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--articles .article:before {
    padding-top: 75%;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article > .article-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: flex-end;
  background-color: rgba(249, 155, 55, 0.1);
  background-image: linear-gradient(to bottom, rgba(170, 163, 208, 0), rgba(170, 163, 208, 0.8));
  color: black;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--articles .article > .article-inner {
    background-image: linear-gradient(to bottom, rgba(170, 163, 208, 0.45), rgba(170, 163, 208, 0.9));
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article > .article-inner:hover {
  background-color: rgba(249, 155, 55, 0);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  color: white;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article > .article-inner .article-link {
  font-size: 17px;
    line-height: 1;
    /*font-weight: 600;*/
    margin-bottom: 5px;
    margin-top: 25px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article > .article-inner .article-title {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 2px;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article > .article-inner .article-subtitle {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 400;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article-inner .article-link, body.page-template-2019-LA-page-innovate-public-schools .section--articles .article-inner .article-subtitle, body.page-template-2019-LA-page-innovate-public-schools .section--articles .article-inner .article-title {
  color: white;
}
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article-inner:hover .article-link, body.page-template-2019-LA-page-innovate-public-schools .section--articles .article-inner:hover .article-subtitle, body.page-template-2019-LA-page-innovate-public-schools .section--articles .article-inner:hover .article-title {
  color: white;
}
body.page-template-2019-LA-page-innovate-public-schools .section--info {
  background-color: #937cbc;
  /* background-image: url(../images/section-info-number.jpg); */
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  background-attachment: fixed;
  color: white;
}
body.page-template-2019-LA-page-innovate-public-schools .section--info .fp-tableCell {
  padding: 110px 10px 120px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--info .fp-tableCell {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--info .header {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--info .header {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  body.page-template-2019-LA-page-innovate-public-schools .section--info .header .social {
    justify-content: flex-end;
    display: none !important;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--info .container {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--info .container {
    text-align: left;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--info .buttons {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--info .buttons {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--info .button {
  border: 2px solid white;
  font-weight: 500;
  padding: 12px 30px;
  background: transparent;
  color: white;
  box-shadow: none;
  transition: all 300ms linear;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--info .button {
    margin: 10px;
    font-size: 17px;
    line-height: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--info .button {
    font-size: 16px;
    line-height: 22px;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--schools .button:hover {
  background: white;
  color: black;
}
body.page-template-2019-LA-page-innovate-public-schools .section--info h1, body.page-template-2019-LA-page-innovate-public-schools .section--info h2, body.page-template-2019-LA-page-innovate-public-schools .section--info h3, body.page-template-2019-LA-page-innovate-public-schools .section--info h4, body.page-template-2019-LA-page-innovate-public-schools .section--info h5, body.page-template-2019-LA-page-innovate-public-schools .section--info h6 {
  color: inherit;
}
body.page-template-2019-LA-page-innovate-public-schools .section--info h2 {
  font-size: 50px;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .section--info h2 {
    font-size: 40px;
    line-height: 1;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .section--info a {
  color: inherit;
}
body.page-template-2019-LA-page-innovate-public-schools .mCSB_scrollTools {
  right: 5px;
  width: 20px;
  opacity: 1 !important;
}


body.page-template-2019-LA-page-innovate-public-schools .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background: #dbdbdb;
  border-radius: 100px;
}
body.page-template-2019-LA-page-innovate-public-schools .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #41abe8;
  border-radius: 50px;
  width: 16px;
}
body.page-template-2019-LA-page-innovate-public-schools .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before {
  content: '';
  height: 2px;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 50%;
  margin-top: -1px;         
  color:#2d6f84;
  background: #2d6f84;
  box-shadow: 0 -4px, 0 4px;
}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .ui-accordion-content .mCSB_container {
    overflow: auto;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles {
  box-sizing: content-box;
}
@media screen and (max-width: 480px) {
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .slideRight, body.page-template-2019-LA-page-innovate-public-schools .animated-circles .slideUp {
  animation-play-state: paused;

}
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .slideRight, body.page-template-2019-LA-page-innovate-public-schools .animated-circles .slideUp {
  animation-play-state: paused;

}
@media screen and (max-width: 767px) {
  body.page-template-2019-LA-page-innovate-public-schools .animated-circles .slideRight, body.page-template-2019-LA-page-innovate-public-schools .animated-circles .slideUp {
    animation-play-state: running;
  }
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles.visible .slideRight, body.page-template-2019-LA-page-innovate-public-schools .animated-circles.visible .slideUp {
  animation-play-state: running;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .shapeborder {
  border: 0 solid black;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .circle {
  border-radius: 50%;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .cccontainer {
  width: 90%;
  height: 30vw;
  border: 0 solid black;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .outer {
  background-color: #e7e8ea;
  top: 5%;
  left: 0;
  /* of the container */
  width: 30vw;
  /* You can define it by % also */
  height: 30vw;
  /* You can define it by % also */
  position: relative;
  border: 0 solid black;
  border-radius: 50%;
  z-index: 99977 !important;
  visibility: hidden;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .innerblue {
  background-color: #225571;
  top: -47%;
  left: 46%;
  /* of the container */
  width: 14vw;
  /* of the container */
  height: 14vw;
  /* of the container */
  position: relative;
  border: 0 solid black;
  border-radius: 50%;
  z-index: 99988 !important;
  opacity: 1;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .innerpurple {
  background-color: #5b4979;
  top: -77%;
  left: 16%;
  /* of the container */
  width: 24vw;
  /* of the container */
  height: 24vw;
  /* of the container */
  position: relative;
  border: 0 solid black;
  border-radius: 50%;
  z-index: 99988 !important;
  opacity: 1;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .inner2blue {
  background-color: #87c5d3;
  top: -62%;
  left: 76%;
  /* of the container */
  width: 3.5vw;
  /* of the container */
  height: 3.5vw;
  /* of the container */
  position: relative;
  border: 0 solid #8cd0da;
  border-radius: 50%;
  z-index: 99999 !important;
  opacity: 1;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .inner2purple {
  background-color: #aaa5d0;
  top: -114%;
  left: 55%;
  /* of the container */
  width: 10vw;
  /* of the container */
  height: 10vw;
  /* of the container */
  position: relative;
  border: 0 solid #8cd0da;
  border-radius: 50%;
  z-index: 99999 !important;
  opacity: 1;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles div {
  position: relative;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles span {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles span:last-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .table {
  display: table;
  border: 0 solid black;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  height: 10vw;
  padding-top: 20px;
  /*text-align: right;*/
  /*float: right;*/
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .cell {
  display: table-cell;
  border: 1px solid black;
  /*width:17%;*/
  height: 100px;
  vertical-align: middle;
  visibility: hidden;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .cell2 {
  display: table-cell;
  border: 1px solid black;
  width: 20%;
  height: 100px;
  vertical-align: middle;
  visibility: hidden;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .cell2a {
  display: table-cell;
  border: 1px solid black;
  width: 5%;
  height: 100px;
  vertical-align: middle;
  visibility: hidden;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText {
  color: #ccc;
  font-family: Avenir std 95 black;
  line-height: .6;
  font-size: 1.1vw;
  visibility: hidden;
  position: absolute;
  top: 38%;
  left: -34%;
  width: 128%;
  border-bottom: dashed 2px #ccc;
  padding-bottom:5px;
}
@media screen and (max-width: 767px) {
 body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText {
  
  top: 50%;
  left: -34%;
  width: 128%;
  
}
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText h2 {
  font-weight: 900;
  font-family: Avenir;
  color: #a8aaad;
  font-size: 2.2vw;
  opacity: 1;
  line-height: normal;
  display: inline;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText2 {
  color: #1e5f7a;
  font-family: Avenir;
  line-height: 1.2;
  font-size: 1.1vw;
  visibility: hidden;
  position: absolute;
  top: 42%;
  left: -43%;
  width: 144%;
  border-bottom: dashed 2px #1e5f7a;
  z-index: 99999 !important;
}

@media screen and (max-width: 767px) {
 body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText2 {
  
  top: 33%;
  left: -43%;
  width: 144%;
  
}
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText2 h2 {
  font-weight: 900;
  color: #1e5f7a;
  font-size: 2.2vw;
  font-family: Avenir;
  line-height: 6px;
  display: inline;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText3 {
  color: #5b4979;
  font-family: Avenir;
  line-height: 1.2;
  font-size: 1.1vw;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: 20%;
  left: -18%;
  width: 112%;
  z-index: 99999 !important;
  border-bottom: dashed 2px #5b4979;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText3 h2 {
  font-weight: 900;
  color: #5b4979;
  font-size: 2.2vw;
  font-family: Avenir;
  display: inline;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText4 {
  color: #89d0db;
  font-family: Avenir;
  line-height: 1.2;
  font-size: 1.1vw;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: 32%;
  left: -52%;
  width: 156%;
  z-index: 99999 !important;
  display: inline;
  border-bottom: dashed 2px #89d0db;
}
@media screen and (max-width: 767px) {
 body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText4 {
  
  top: 17%;
  left: -52%;
  width: 156%;
  
}
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText4 h2 {
  font-weight: 900;
  color: #89d0db;
  font-size: 2.4vw;
  font-family: Avenir;
  display: inline;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText5 {
  color: #a8a5cf;
  font-family: Avenir;
  font-size: 1.1vw;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: 30%;
  left: -51%;
  width: 146%;
  z-index: 99999 !important;
  border-bottom: dashed 2px #a8a5cf;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
 body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText5 {
  
  top: 17%;
  left: -51%;
  width: 146%;
  
}
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText5 h2 {
  font-weight:  900;
  color: #a8a5cf;
  font-size: 2.4vw;
  font-family: Avenir;
  display: inline;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText6 {
  color: #5b4979;
  font-family: Avenir;
  line-height: 1.4em;
  font-size: 0.8vw;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: 99%;
  left: -70%;
  /*width: 116%;*/
  z-index: 99999 !important;
  text-align: left !important;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText8 {
  color: #5b4979;
  font-family: Avenir;
  line-height: 1.4em;
  font-size: 0.8vw;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: 99%;
  left: -70%;
  /*width: 116%;*/
  z-index: 99999 !important;
  text-align: left !important;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellATextHeader1 {
  color: #5b4979;
  font-family: "Avenir", arial;
  line-height: 1.4em;
  font-size: 1.2vw;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: -4%;
  left: 15%;
  width: 81%;
  z-index: 99999 !important;
  text-align: center !important;
  font-weight: 500;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellATextHeader2 {
  color: #0d617c;
  font-family: "Avenir", arial;
  line-height: 1.4em;
  font-size: 1.2vw;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: -4%;
  left: 15%;
  width: 81%;
  z-index: 99999 !important;
  text-align: center !important;
  font-weight: 500;
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText7 {
  color: #ccc;
  font-family: Avenir;
  line-height: .6;
  font-size: 1.1vw;
  visibility: hidden;
  position: absolute;
  top: 39%;
  left: -29%;
  width: 129%;
  border-bottom: dashed 2px #ccc;
  opacity: 1;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
 body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText7 {
  
  top: 50%;
  left: -37%;
  width: 129%;
  
}
}
body.page-template-2019-LA-page-innovate-public-schools .animated-circles .CellAText7 h2 {
  font-weight: 900;
  font-family: Avenir;
  color: #a8aaad;
  font-size: 2.2vw;
  opacity: 1;
  line-height: normal;
  display: inline;
}
@media only screen and (max-width: 280px) {
  body.page-template-2019-LA-page-innovate-public-schools .cell2 {
    display: block;
    border: 1px solid black;
    width: 20%;
    height: 100px;
    vertical-align: middle;
    visibility: hidden;
    float: left;
  }
}



body.page-template-2019-LA-page-innovate-public-schools .section .section-low-income{
  
  opacity: 1 !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section {
  /*.infowindow-textimage{
   display: inline;
   }*/
  /*
   .page-id-13434 .gmnoprint{
   display: none;
   }
   .gm-style-iw {
   width: 350px !important;
   top: 0 !important;
   left: 0 !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 0px solid rgba(72, 181, 233, 0.6);
   border-radius: 2px 2px 0 0;
   }
   */
}
body.page-template-2019-LA-page-innovate-public-schools .map-section > div:first-child {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_map {
  width: 100% !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_infowindow_address {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_filter_13 .wpgmza_filter_container {
  display: none;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_marker_holder {
  width: 100% !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_marker_holder .wpgmza_table {
  width: 100% !important;
  padding-top: 20px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_marker_holder .wpgmza_table th {
  font-size: 15px;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_marker_holder .wpgmza_table thead tr {
  background-color: #fff;
  display: none;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_marker_holder .wpgmza_table td {
  font-size: 15px;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_marker_holder .dataTables_paginate {
  font-size: 13px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_marker_holder .dataTables_info {
  font-size: 13px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_marker_holder .dataTables_length {
  display: none;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-body {
  margin: 0px;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 89%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(89%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 89%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #f6f6f6 89%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 89%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 89%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  background-repeat: no-repeat;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section #infowindow-bar {
  width: 350px !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 2px 2px 0 0;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-text {
  font-family: "Avernir", Arial;
  padding: 2px 0px 0px 10px;
  font-size: 12px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-text2 {
  font-family: "Avernir", Arial;
  margin-bottom: 8px;
  padding: 2px 0px 0px 10px;
  font-size: 12px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-header {
  background-color: #89b230;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0px 5px 5px;
  width: 350px !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 2px 2px 0 0;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-section1 {
  width: 350px;
  background-color: #999;
  padding: 2px 0px 0px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-top: 5px !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-schooltype {
  /*color: #EF4631;*/
  font-weight: 500;
  padding: 5px 0px 0px 10px;
  font-size: 12px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-math-ela {
  margin: 5px 0px 0px 15px;
  padding-bottom: 15px;
  font-size: 12px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-percent {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .gm-style div {
  margin-top: 5px !important;
  margin-right: -1px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .space {
  height: 10px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .gm-style-iw {
  width: 100% !important;
  top: 0px !important;
  left: 0 !important;
  background-color: #fff;
  /*box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 0px solid rgba(72, 181, 233, 0.6);
   border-radius: 2px 2px 10px 10px; // apply 10px to the bottom corners of the infowindow*/
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .infowindow-image {
  top: 35px !important;
  position: absolute;
  right: 10px;
  background-image: url(https://reports.innovateschools.org/wp-content/uploads/2018/04/Schoolhouse.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  /* left: 250px; */
  height: 40px;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_markerbox.scrollFix {
  width: 300px !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_infowindow_title {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_infowindow_address {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_infowindow_description {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_table_address {
  display: none !important;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .wpgmza_table_title {
  font-family: "Avernir", Arial, sans-serif;
  font-weight: 500;
  color: #000;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .odd {
  background-color: #fbeb78;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section .gm-style-mtc {
  display: none;
}
body.page-template-2019-LA-page-innovate-public-schools .map-section button[title="Toggle fullscreen view"] {
  display: none;
}

body.page-template-2019-LA-page-innovate-public-schools .green-bold p { 
    font-size: 23px !important;
    line-height: 1.1;
    color: #64b9ab;
	font-weight: 700;
 }

section.section.section--top--header a {
    display: inline-block;
    width: 250px;
}
footer#main-footer {
    display: none;
}

section.section.section--result .sharebutton {
      background: #f99b37;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-weight: 900;
    font-size:18px !important;
}

@media screen and (max-width: 992px) and (min-width: 768px)  { 
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article > .article-inner .article-title {     font-size: 15px; }
body.page-template-2019-LA-page-innovate-public-schools .section--articles .article > .article-inner .article-link {
    font-size: 17px;
    margin-top: 12px;
}
	body.page-template-2019-LA-page-innovate-public-schools .container {
    width: 85%;
}
	
	section.section.section--top--header a {
    display: inline-block;
    width: 200px;
}
	body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine {
    font-size: 35px;
}
	
	body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--2 {
		padding-right: 30px; }
}

@media screen and (max-width: 767px) {
	
	.et_pb_toggle_content {
    padding-top: 0;
}
	
	body.page-template-2019-LA-page-innovate-public-schools .section--statistics .header h3 { margin-bottom:0; }
	
	a.logo_center {
    margin-top: 20px;
}
	body.page-template-2019-LA-page-innovate-public-schools .section--schools--1.color2 .header .social {
		background: transparent; }
	
	body.page-template-2019-LA-page-innovate-public-schools .section--schools--2 h3, body.page-template-2019-LA-page-innovate-public-schools h3 {
    line-height: 29px;
    font-size: 22px;
}
	
	section.section.section--result .sharediv {
    margin-top: 0px;
}
	@media screen and (max-width: 767px) {
  section.section.section--result .sharediv {
    width: 100%; 
}
}
	.section--schools--2 .maprow .mapcolumn {
    padding: 0;
}
	
section.section.section--top--header a img {
    margin: 0 auto;
    height: 100%;
}



section.section.section--top--header a {
   width:100%;
}

body.page-template-2019-LA-page-innovate-public-schools .section--header { padding: 40px 0; }

body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-titleLine--1 {
    line-height: 30px;
}

body.page-template-2019-LA-page-innovate-public-schools .section--header .hero-title {
    margin-bottom: 110px;
}

section.section.section--intro {
    padding: 40px 0;
}

body.page-template-2019-LA-page-innovate-public-schools .green-bold p {
    letter-spacing: 1px;
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: left;
}

body.page-template-2019-LA-page-innovate-public-schools .section--intro p {
    margin-bottom: 20px;
}

body.page-template-2019-LA-page-innovate-public-schools .section--intro .columns--2 .column:first-of-type { margin-bottom: 0px; }

body.page-template-2019-LA-page-innovate-public-schools .header h3 {

width: 100%;
}

section.section.section-low-income {
    padding: 0;
}

section.section.section-low-income .container {
    padding: 15px;
}

.incometext span {
    font-size: 25px;
    line-height: 31px;
}

section.section.section--income-pie-chart {
    padding: 40px 0;
}

section.section.section--list-tabs {
    padding: 100px 0;
  
}

body.page-template-2019-LA-page-innovate-public-schools .section--schools--1 h3 {
    width: 100%; }

body.page-template-2019-LA-page-innovate-public-schools .header .social {
    margin-bottom: 15px;
}

.et_pb_toggle_open h5.et_pb_toggle_title, .et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title{
    padding: 20px 30px 20px 10px!important;
}

.et_pb_toggle_title:before { margin-right: -11px; }

body.page-template-2019-LA-page-innovate-public-schools .section--schools.section--schools--2 {
    padding: 30px 0;
}
	
	section.section.section--bar-graph .alignnone {
    margin-top: 0;
}
	
	body.page-template-2019-LA-page-innovate-public-schools .section--intro p:last-of-type {
    margin-bottom: 20px;
}


	
	body.page-template-2019-LA-page-innovate-public-schools .section--statistics { padding: 0px 0 40px; }

.section--schools--2 .maprow {
    display: block;
}

.purpletext {
    margin-bottom: 20px;
}

section.section.section--bar-graph {
    padding: 40px 0 0;
}

section.section.section--bar-graph p {
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}

section.section.section--identify--top--school {
    padding: 50px 0;
}

section.section.section--result {
    /*padding: 80px 0;*/
}

 body.et_right_sidebar .one_half { text-align: center; } .
	
	section.section.section--learn-more p {
    margin-top: 9px;
}
@media (max-width: 959px){
body.et_right_sidebar .one_half {
    /*margin-bottom: 33px !important;*/
    margin-bottom: 15px;
    margin-top: 25px;
}
body.page-template-2019-LA-page-innovate-public-schools .section .header h3 {
 width: 100% !important;
    text-align: center !important;
    }

}
}
.section .sharebutton {
    margin-top: 0px;
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px;
}
	
	section.section.section--learn-more h3 {
    margin-bottom: 10px;
}

section.section.section--learn-more {
    background: #f99b37;
    padding: 80px 0;
}

section.section.section--la-bottom {
    padding: 80px 0;
}

section.section.section--la-bottom h3 {
    margin-bottom: 25px;
}
section.section.section--la-bottom .super_script {
  vertical-align: super;
}


body.page-template-2019-LA-page-innovate-public-schools .section .header h3 {
    /*width: 80%;*/
    font-size:23px;
    line-height:30px;
   /* text-align: center;*/
    }

}