/*---------------------------------------------------------------*/
/*----------------------- accent_colors.css ---------------------*/
/*---------------------------------------------------------------*/
.accent_color_1, 
.accent_color_2,
.accent_color_3,
.accent_color_4 {
    background-image: url(../../images/dots.svg);
    background-size: 100%;
    background-position: center;
}

.accent_color_1 .button,
.accent_color_1 button,
.accent_color_2 .button,
.accent_color_2 button,
.accent_color_3 .button,
.accent_color_3 button,
.accent_color_4 .button,
.accent_color_4 button {
	background-color: #fff;
}

.accent_color_1 .button:hover,
.accent_color_1 button:hover,
.accent_color_2 .button:hover,
.accent_color_2 button:hover,
.accent_color_3 .button:hover,
.accent_color_3 button:hover,
.accent_color_4 .button:hover,
.accent_color_4 button:hover{
	border-color: #fff;
}

.accent_color_1 address a,
.accent_color_2 address a,
.accent_color_3 address a,
.accent_color_4 address a,
.accent_color_1 .content_container > h1, 
.accent_color_2 .content_container > h1,
.accent_color_3 .content_container > h1,
.accent_color_4 .content_container > h1 {
	color: #fff;
}

/* Purple */
.accent_color_1 {
	background-color: #6b5a9b;
    color: #fff;
}

.accent_color_1 .button,
.accent_color_1 button,
.accent_color_3 form > button[type="submit"] {
	color: #6b5a9b;
	border-color: #6b5a9b;
}

/* Blue */
.accent_color_2 {
	background-color: #5ec5c3;
    color: #fff;
}

.accent_color_2 .button,
.accent_color_2 button,
.accent_color_3 form > button[type="submit"] {
	color: #5ec5c3;
	border-color: #5ec5c3;
}

/* Yellow */
.accent_color_3 {
	background-color: #ffd16d;
    color: #fff;
}

.accent_color_3 .button,
.accent_color_3 button,
.accent_color_3 form > button[type="submit"] {
	color: #ffd16d;
	border-color: #ffd16d;
}

/* Pink */
.accent_color_4 {
	background-color: #d33e5f;
    color: #fff;
}

.accent_color_4 .button,
.accent_color_4 button,
.accent_color_3 form > button[type="submit"] {
	color: #d33e5f;
	border-color: #d33e5f;
}
