/*******************
Code specific to the In Bloom sub-template
********************/

.oneColFixCtr {
  background-color: hsl(0, 0%, 57%);
}

.container_bg_bg {
  background-color: hsl(0, 0%, 100%);
}

.container_border {
  border-color: hsl(92, 39%, 62%);
}
/*Header*/

.callToAction_bg_bg {
  background-color: hsl(199, 14%, 66%);
}

.callToAction_fg_fg {
  color: rgb(255, 255, 255);
}

.callToAction_bg_hover_bg_hover:hover {
  background-color: rgb(102, 133, 148);
}

.callToAction_fg_hover_fg_hover:hover {
  color: rgb(223, 233, 158);
}

.actionButton {
  color: inherit;
}
/*Navigation*/

.menu_bg_bg {
  background-color: rgb(156, 173, 180);
}

.menu_fg_fg {
  color: hsl(0, 0%, 100%);
}

.navUl:before,
.navUl::before {
  color: #dee89b;
}

.navLink_bg_hover_bg:hover {
  background-color: #668593;
}

.navLink_fg_hover_fg:hover {
  color: rgb(223, 233, 158);
}

.important_active_bg_bg {
  background-color: hsl(199, 18%, 39%);
}
/*Sidebar*/

#sidebarGrid:before,
#sidebarGrid::before {
  color: #9cadb4;
}

.slideshowExtra_bg_bg,
.sidebar_bg_bg {
  background-color: rgb(223, 233, 159);
}

.sidebar_title_fg_fg {
  color: #9cadb4;
}

.sidebar_fg_fg {
  color: #999999;
}
/*Main Content*/

.body_fg_fg {
  color: rgb(81, 81, 81);
}

.infoBox_border {
  border-color: hsl(68, 63%, 77%);
}

.infoBox_title_fg_fg {
  color: #9cc478;
}

.clickHere_bg_bg {
  background-color: hsl(199, 14%, 66%);
}

.clickHere_bg_hover_bg_hover:hover {
  background-color: #668593;
}

.clickHere_fg_fg {
  color: hsl(0, 0%, 100%);
}

.clickHere_fg_hover_fg_hover:hover {
  color: rgb(223, 233, 158);
}
/*Footer*/

.footer_bg_bg {
  background-color: hsl(0, 2%, 88%);
}

.foot_fg_fg {
  color: rgb(25, 25, 25);
}