
a:link, a:visited, a:active{
	color: #E3B65C;
}
a:hover {
	color: #333;
}
.btn,
.btn:link,
.btn:visited,
.btn:active {
	background-color: #E3B65C;
}
.btn:hover {
	background-color: #333;
}
.links_toggle_1 a:hover {
	color: #FFFFFF;
	background-color: #E3B65C !important;
}
.links_toggle_2 a {
	color: #E3B65C !important;
}
.links_toggle_2 a:hover {
	color: #666666 !important;
}
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active {
	background-color: #E3B65C;
}

.links_main_active_1 {
	color: #E3B65C !important;
}
.links_main_active_1 a:link, .links_main_active_1 a:visited, .links_main_active_1 a:active, .links_main_active_1 a:hover {
	color: #E3B65C !important;
}

.login_button a:link, .login_button a:visited, .login_button a:active {
	color: #E3B65C !important;
}
.login_button a:hover {
	color: #FFFFFF !important;
}


.social_media a:hover {
	background-color: #E3B65C;
}


#gutensite_ad a{
	background: #E3B65C url('../images/buttons/b_make_gutensite.png') no-repeat center center !important;
}
.module_button a{
	color: #FFFFFF;
}
.module_button a:hover {
	background-color: #E3B65C;
}



/* LANDING PAGE */

/* Module Button */
.ct_site_basic_pages_landing_page .landing_page .module_container .module_button a:link,
.ct_site_basic_pages_landing_page .landing_page .module_container .module_button a:visited,
.ct_site_basic_pages_landing_page .landing_page .module_container .module_button a:active {
	background: #E3B65C;
}
.ct_site_basic_pages_landing_page .landing_page .module_container .module_button a:hover {
	background: #222;
}

/* Header Call to Action Btn */
.ct_site_basic_pages_landing_page .landing_page .call-to-action-container .module_container .module_button a:link,
.ct_site_basic_pages_landing_page .landing_page .call-to-action-container .module_container .module_button a:visited,
.ct_site_basic_pages_landing_page .landing_page .call-to-action-container .module_container .module_button a:active {
	color: #FFF;
	background: #E3B65C;
}
.ct_site_basic_pages_landing_page .landing_page .call-to-action-container .module_container .module_button a:hover {
	color: #E3B65C;
	background: #FFF;
}

/* Colored background for 3rd tier */
.ct_site_basic_pages_landing_page .landing_page .landing_tier:nth-child(9n+3) {
	background: #E3B65C;
}