/*******************
Icons
********************/

.home {
  background: url('../global/images/navicons/homenoshadow.png') no-repeat center;
}

.contact {
  background: url('../global/images/navicons/contactnoshadow.png') no-repeat center;
}

.appointment {
  background: url('../global/images/navicons/appointmentnoshadow.png') no-repeat center;
}

.navIcon_bg_bg:hover {
  background-color: rgb(158, 173, 26);
}
/*******************
Code specific to the Growth sub-template
********************/

body {
  color: rgb(176, 176, 176);
}

input[type=submit],
input[type=reset] {
  color: black;
}

.oneColFixCtr {
  background: url(img/Growth/bg.gif) repeat;
}

.container_border {
  border-color: rgb(112, 112, 112);
}

/*Header*/
#websiteTitles {
  color: rgb(255, 255, 255);
}

.callToAction_bg_bg {
  background-color: rgb(112, 112, 112);
}

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

.callToAction_bg_hover_bg_hover:hover {
  background-color: rgb(158, 173, 26);
}

.actionButton {
  color: inherit;
}

/*Navigation*/
.menu_bg_bg {
  background-color: rgb(82, 82, 82);
}

.hamburger_bg_bg {
  background-color: inherit;
}

.hamburgerLine_bg_bg {
  background-color: rgb(255,255,255);
}

.hamburger_fg_fg {
  color: inherit;
}

.navLink_bg_bg {
  background-color: rgb(112, 112, 112);
}

.navLink_bg_hover_bg:hover {
  background-color: rgb(158, 173, 26);
}

.navLink_fg_fg {
  color: inherit;
}

.important_active_bg_bg {
  background-color: rgb(158, 173, 26);
}

/*Main Content*/
.slogan_bg_bg {
  background-color: rgb(122, 133, 20);
}

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

.infoBox_title_bg_bg {
  background-color: rgb(158, 173, 26);
}

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

.infoBox_bg_bg {
  background-color: rgb(112, 112, 112);
}

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

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

.clickHere_bg_hover_bg:hover {
  background-color: rgb(158, 173, 26);
}

/*Sidebar and Footer*/
.sidebar_bg_bg {
  background-color: rgb(0, 0, 0);
}

.sidebar_title_fg_fg {
  color: rgb(158, 173, 26);
}

.footer_bg_bg {
  background-color: rgb(38, 38, 38);
}

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