h1, .h1, h2, .widget__heading, .h2, h3, .form__heading, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 400 !important;
}


.featured-news .featured-news__title {
    font-family: StagBook !important;
    font-size: 1.125rem;
    font-weight: bold !important;
    margin-bottom: .75rem;
	text-decoration: underline;
}

.nav--pages-in .list__item.is-active .list__link {
	font-weight: 300 !important;
}

/* Your area */

.your-area__search {
	margin-top: 2.5rem !important;
	
}

h3.location__heading {
	font-family: StagBook !important; 
}

/* Supplements */

.supplement {
	border: none !important;
	padding: 0px !important;
}

/* buttons - search */

.button2 {
	background-color: #fff;
    border: 2px solid #242424;
    border-radius: 5px;
    color: #242424;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    margin: 0 0.75rem 0.75rem;
    padding: 0.625rem 1.5rem;
    text-align: center;
    text-decoration: none;
	width: 40%;
	
}

.button2:hover {
	background-color: #d9c1d6;
	color: #242424;
}

.search-results a {
	display: inline-block;
}

.search-results a:hover {
	text-decoration: underline;
}


.list--breadcrumb {
	text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}

/* Accordion */

.accordion {
  background-color: white;
  color: black;
  cursor: pointer;
  width: 100%;
  border: 2px solid #d4cec7;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 3px;
  padding: 18px;
}

.active, .accordion:hover {
  background-color: #e0ccdd;
  border: 2px solid #913683;
  color: #913683;
}

.panel {
  display: none;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  overflow: hidden;
  border-left: solid 2px #ccc;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  margin-top: -6px;

}

.accordion:after {
  content: '\02795';
  font-size: 13px;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
  color: #913683;
}

/* Community Grants /*

/* Create two equal columns that floats next to each other */
.columncommunityred {
  float: left;
  border: 1px solid #c92127;
  margin-bottom: 20px;
  text-align: center;
}
  
.columncommunityblue {
  float: left;
  border: 1px solid #0e6eaa;
  margin-bottom: 20px;
  text-align: center;
}
  
  .redbox {
    color: white;
    background-color: #c92127;
  }
  
  .redbox2 {
    color: white;
    background-color: #c92127;
	height: 124px;
  }
  
  h4.red {
    color: white;
    margin-top: 0px;
	text-align: center;
  }
  
  p.red {
    margin: 0px;
    padding: 5px;
	text-align: center;
  }
  
  p.apply {
    margin-top: 25px;
  }
  
  .redapplybox {
    height: 50px;
    background-color: #c92127;
    color: white;
    text-align: center;
    padding-top: 13px;
    text-decoration: none;
    position: relative;
  }
  
  .redapplybox:hover {
    opacity: 0.4;
  }
  
  a.redapply {
    color: white;
    text-decoration: none;
    background-color: #c92127;
  }
  
  .redapplybox a::before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  
}
  
  .bluebox {
    color: white;
    background-color: #0e6eaa;
	text-align: center;
  }
  
  .bluebox2 {
    color: white;
    background-color: #0e6eaa;
	text-align: center;
	height: 124px;
  }
  
  h4.blue {
    color: white;
    margin-top: 0px;
	text-align: center;
  }
  
  p.blue {
    margin: 0px;
    padding: 5px;
	text-align: center;
  }
  
  .grantcontentbackground {
    background-image: url(/images/backgroundsmall.png);
    width: 100%;
    height: 350px;
  }
  
  .blueapplybox {
    height: 50px;
    background-color: #0e6eaa;
    color: white;
    text-align: center;
    padding-top: 13px;
    text-decoration: none;
    position: relative;
  }
  
  .blueapplybox:hover {
    opacity: 0.4;
  }
  
  a.blueapply {
    color: white;
    text-decoration: none;
    background-color: #0e6eaa;
  }
  
  .blueapplybox a::before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  
}

 a.contlink {
	 background-color: transparent;
 }

/* Clear floats after the columns */
.rowcommunityred:after, .rowcommunityblue:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 600px) {
  .columncommunityred, .columncommunityblue {
    width: 50%;
  }
}
  
  @media only screen and (max-width: 300px) {
  .columncommunityred, .columncommunityblue {
    width: 100%;
  }
}

/* Neighbourhood Grants code */

.projbox {
    border-radius: 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5rem;
    position: relative;
  }
  
  .projboxvote {
    border-radius: 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5rem;
    position: relative;
	height: 870px;
  }
  
  .projboxvotelarge {
	  border-radius: 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5rem;
    position: relative;
	height: 940px;
  }
  
  hr {
    background-color: #d4cec7;
    border: 0;
    height: 1px;
    margin: 0.5rem;
  }
  
  .projlink {
   margin: 1rem .75rem 0 1.5rem;
  }
  
  a.clicklink {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   text-decoration: none;
   /* Makes sure the link doesn't get underlined */
   z-index: 10;
   /* raises anchor tag above everything else in div */
   background-color: white;
   /*workaround to make clickable in IE */
   opacity: 0;
   /*workaround to make clickable in IE */
   filter: alpha(opacity=0);
   /*workaround to make clickable in IE */
}

#chat_content {
	display: none;
}

.funding {
	border: 2px solid #d4af37;
	border-radius: 4px;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #d4af37;
}

/* Report a problem code */

.reportarea {
    position: relative;
    border: solid 2px black;
    padding: 10px;
    height: 550px;
    background-color: #d4cec7;
}

.reportarealarge {
    position: relative;
    border: solid 2px black;
    padding: 10px;
    height: 850px;
    background-color: #d4cec7;
}

.reporttitle {
	font-size: 16pt;
	font-weight: bold;
}

.reportarrowicon {
	float: right;
}

.reporticon {

    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
}

	
a.reportproblem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .75rem;
    min-height: 66px;
    padding: 1rem .75rem;
    text-decoration: none !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

a.reportproblem:hover {
	border: solid 2px #913683;
	background-color: #e0ccdd;
	color: black;
	text-decoration: underline !important;
}

a.reportproblem:visited {
	color: black;
}