  body { margin:0; padding:0; }
  #map { height:400px; max-width:100%; }
    
    .map-legend .swatch {
  width:20px;
  height:20px;
  float:left;
  margin-right:10px;
        border: 1px solid #ddd;
  }
.leaflet-popup-close-button {
  display: none;
  }
.leaflet-popup-content-wrapper {
  pointer-events: none;
  }
    .map-legend ul {
        padding-left:1em;
    }
    .map-legend li {
     list-style: none;
        padding-left:0;
        margin-bottom:5px;
    }
 
    
    body, button, input, select, textarea {
    color: #333;
    font-family: Bitter, Georgia, serif;
    font-size: 20px;
    line-height: 28px;
}
    p, li {
     margin-bottom:28px;   
    }
    
    a {
    color: #990000;
    text-decoration: none;
}
    
    #usc-branding a {
     color:#333;   
    }
    
    a:hover {      
        text-decoration: underline;
    }
           
    h1, h2, h3, h4, h5, h6 {
        color: #990000;
    clear: both;    
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: -0.01em;
}
     h1 {
    font-size: 52px;
    line-height: 64px;         
    margin-bottom: 24px;      
}
    
    h2 {
    font-size: 36px;
    line-height: 40px;         
    margin-bottom: 30px;      
}

    
    /* LAYOUT ----------------------*/
    
    .aboutsection {
        clear:both;
        width:100%;
        margin-top:2em;
        padding:1em 0; 
        background: #edf6ff;
        background:url("skybg.jpg") no-repeat;        
	    background-size:cover;
    }
    
    .projectsection {
        clear:both; 
        width:100%;
        padding:2em 0; 
        background: #fff;
    }
    
    #footer {
        clear:both; 
        width:100%;
        padding:2em 0; 
        background: #000;
    }
    
    .aboutsection h2 {
        /*text-align:center;*/
    }
    
    .container {
	margin: 0 auto;
    max-width: 1300px;        
    }
    
    .signup {
          width:400px;
     float:right;        
        margin-top:2em;                        
    }
    
    .containercenter {
     margin: 0 auto;
    max-width: 900px;             
    }    
    
    /* Sign up form ------------------------*/
    
    .signup {     
        color: #333;
  text-align: center;   
    }
    
    .signup form {
  width: 400px;
  margin: 17% auto;
}


.signup h2 {
  font-family: 'Lato', sans-serif;
  color: #333;
    font-weight:normal;
    font-size: 35px;
    line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
}


.description {          
  margin: -2px 0 45px;
}


.input {
  display: flex;
  align-items: center;
}


.button {
  height: 44px;
  border: none;
}

  
#email {
  width: 75%;
  background: #eee;
  font-family: inherit;
    font-size:16px;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


#submit {
  width: 25%;
  height: 46px;
  background: #FFCC00;
  font-family: inherit;
  font-weight: bold;
    font-size:16px;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #c70d0d;
}
  

input:focus {
  outline: none;
  outline: 2px solid #FFCC00;
  box-shadow: 0 0 2px #FFCC00;
}
  
     /* Report
----------------------------------------------- */

.report {
 float:left;
    position:relative;   
    text-align:center;
}

.report img{        
        max-width:100%;
        height:auto;
    -webkit-box-shadow: 5px 7px 16px -1px rgba(0,0,0,0.66);
-moz-box-shadow: 5px 7px 16px -1px rgba(0,0,0,0.66);
box-shadow: 5px 7px 16px -1px rgba(0,0,0,0.66);

            transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;    
}

#reporttitle {
    text-indent: -9999px;
    height:0px;
    width:0px;
    margin:0px;
    padding:0px;
}    
    
    .report img:hover {
      -webkit-box-shadow: 0px 0px 20px 10px rgba(255,204,0,0.8);
-moz-box-shadow: 0px 0px 20px 10px rgba(255,204,0,0.8);
box-shadow: 0px 0px 20px 10px rgba(255,204,0,0.8);
    }
    
    .report button {   
        position:absolute;
        top:-33px;
        left:0px;
        border: 0 none;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;        
  line-height: 25px;
  padding: 20px 25px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;  
  text-align: center;
    background: none repeat scroll 0 0 #990000;        
    }
    
    .report button:hover {
     background: none repeat scroll 0 0 #FFCC00; 
        color: #222;
    }
        
    
    /* =USC branding bar
----------------------------------------------- */

#usc-branding {
	height:42px;
    margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#usc-branding .container {       /* only being used in #usc-branding, but reuse if needed throughout site */
	margin: 0 auto;
    max-width: 1300px;
}

#usc-branding a.leftlogo{
	float:left;
	display: block;
   	width: 355px;
   	height: 42px;
   	background:url("CivicTechUSC.png") no-repeat;
	background-size:cover;
   	text-indent: -9999px;
}

#usc-branding div.nav{
	float:right;
	display: block;
    margin-top:0.7em;
    font-size:20px;
   	/* width: 185px;
	height: 66px;
   	/* background:url("images/USCUniversitySouthernCalifornia.png") no-repeat;
   	/* text-indent: -9999px; */
}        
    
#usc-branding div.nav a {
    padding: 0 20px;
}

    /*------------- Footer ------------------ */
    
    #footer {
     min-height:220px;   
    }
    
     #footer .leftp {
     width:400px;
    float:left;
    }
    
    #footer .rightp {
     width:400px;
    float:right;
    text-align:right;
    }
    
    #footer p {
     color:#fff;   
    }
    
    #footer a {
     color:#FFF;
    }
#footer a:hover {
     color:#FFCC00;
        text-decoration:underline;
    }
    
    #footer .cclp{
	float:right;
    display: block;
        margin-bottom:30px;
   	width: 298px;
   	height: 98px;
   	background:url(USC_CCLP_logo.png) no-repeat;
	background-size:cover;
   	text-indent: -9999px;
}

#footer .price{
	float:right;
    display: block;
   	width: 291px;
   	height: 65px;
   	background:url(USC_Price_logo.png) no-repeat;
   	text-indent: -9999px;
}

#footer .contactinfo {
    float:left;
    display:block;
    margin-top:0;
}

.thanks {
    color: #990000;
    border: 1px solid #990000;
    padding: 1em;
}

@media (max-width: 1360px) {    
    #usc-branding {
     margin-left: 2%;           
        margin-right:2%;
    }

}

@media (max-width: 1235px) {
  .signup{
    float:none;
    margin: 1.5em auto;  
      width:600px;
  }
    .signup form {
    margin: 1.5em auto; 
        width:600px
    }
    .report{
    float:none;
    margin: 0 auto;    
  }
    
    .report button {
     left:8%;  
    }

}

@media (max-width: 960px) {
  .containercenter {
    margin: 0 4%;    
  } 
}

@media (max-width: 1080px) {
    #usc-branding {
     margin-left: 4%;
        text-align:center;
    }
    #usc-branding div.nav, #usc-branding a.leftlogo, #usc-monogram {
     float:none;   
        margin: 15px auto;
    }
    
    #map {
     top:25px;
    }
    
}

@media (max-width: 800px) {
    .report button {
         position:static;
            width:100%;
        }
    
    .signup{
    float:none;
    margin: 1.5em auto;  
      width:90%;
  }
    .signup form {
    margin: 1.5em auto; 
        width:90%;
    }
}

@media (max-width: 720px) {
   .containercenter, .signup{
    margin: 0 4%;    
  } 
    
    #usc-branding {
     margin-left: 4%;
        text-align:center;
    }
    #usc-branding div.nav, #usc-branding a.leftlogo, #usc-monogram {
     float:none;   
        margin: 15px auto;
    }
    
    #map {
     top:25px;
    }
    
    #footer .cclp, #footer .price, #footer .contactinfo {
     float:none;   
        margin: 20px auto;
        text-align:center;
    }
}

@media (max-width: 600px) {
  .signup{
    margin-left:4%;    
      margin-right:4%;
  } 
    
}

@media (max-width: 720px) {    
    #map {
     top:50px;
    }
}

.alignleft {
float:left;
}

.twitter {
    display: block;
    width: 35px;
    height: 28px;
    background: url("TwitterLogo.png") no-repeat;
    background-size: cover;
    text-indent: -9999px;
}