/* Your area */

.your-area__search {
  margin-top: 2.5rem !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-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;
}

hr {
  background-color: #d4cec7;
  border: 0;
  height: 1px;
  margin: 0.5rem;
}

.projlink {
  margin: 1rem 0.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 */
}

.site-main {
  z-index: auto !important;
}

#chat_content {
  display: block !important;
}
