.cta_button_group {

	align-content: center;
	justify-content: center;
	position: relative;
}

.cta_button_group-desktop_background_image,
.cta_button_group-mobile_background_image {
	z-index: 1;
	width: 100%;
	max-width: 100%;
}

.cta_button_group a {
	text-decoration: none;
}
.cta_button_group a button {
    font-size: 1.55em;
    line-height: 1em;   
    padding: 17px 35px;
    letter-spacing: 0.01em;
    font-weight: 400;
}
.cta_button_group a{
    font-size: 1.55em;
    line-height: 1em;
	border-radius: 5px;
	padding: 17px 35px;
	letter-spacing: 0.01em;
	font-weight: 500;
	
	color:#ffffff;
}

.cta_button_group-buttons {
	position: absolute;
	margin-top: 4%;
	z-index: 2;
	display: flex;
	align-content: center;
	justify-content: space-around;
	width: 100%;
}

#cta_button_group-phone_button {
	
}

#cta_button_group-phone_button .pure-button{
	background-color:#5598CA;
}

#cta_button_group-pet_portal_button {
	
}

#cta_button_group-pet_portal_button .pure-button{
	background-color:#2B4360;
}

#cta_button_group-schedule_appointment_button {

}

#cta_button_group-schedule_appointment_button .pure-button{
	background-color:#76B838;
}

@media all and (max-width:999px){
	.cta_button_group-mobile_background_image {
		display: block;
	}

	.cta_button_group-desktop_background_image {
		display: none;
	}

	.cta_button_group-buttons {
		margin-top: 10%;
		height: 80%;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.cta_button_group a{
		width: 70%;	
		font-size: 1.4em;
	}

	.cta_button_group-buttons > div{
		margin:20px 0 0;
	}

	.cta_button_group-buttons > div > a{
		width:90%;
		margin:0 auto;
	}

	.cta_button_group-buttons > div:first-child{
		margin:0px;
	}
}

@media all and (min-width:1000px){
	.cta_button_group-mobile_background_image {
		display: none;
	}

	.cta_button_group-desktop_background_image {
		display: block;
	}

	.cta_button_group-buttons {
		flex-direction: row;
	}
}

@media all and (max-width:500px){
	.cta_button_group a{
	    font-size: 1em;
	    line-height: 1em;
	}
}

@media all and (min-width:501px) and (max-width:999px){
	.cta_button_group a {
	    font-size: 1.4em;
	    line-height: 2em;
	}
}

@media all and (max-width: 360px) {
	.cta_button_group a button {
		font-size: 4vw;
		}
	}