@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body,html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    min-width: 320px;
    font-family: Montserrat, Arial, sans-serif;
    color: #231f20;
}

p{
	line-height: 1.25;
}

*,*:before,*:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

ul,ol{
	padding-left: 40px;
}

.message-fail,
.message-fail a.wysiwyg-phone, 
.message-fail a.wysiwyg-phone:hover{
	color: #d92b2b;
	font-weight: 700;
}

.hidden{
	display: none !important;
}

a.wysiwyg-phone,
a.wysiwyg-phone:hover{
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.site-selection{
	text-align: center;
	padding: 30px 15px;
	background-color: #d92b2b;
	margin-top: 10px;
	color: #fff;
	font-weight: 600;
}

.site-selection select{
	max-width: 100%;
}

.visually-hidden{
	display: none !important;
}

.width-limiter{
	max-width: 1200px;
	margin: 0 auto;
}

.button{
	line-height: 1;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	min-width: 195px;
	padding: 20px 15px;
	font-size: 18px;
	background-color: #f6b221;
	transition: all .18s ease-in-out;
    cursor: pointer;
    color: #231f20;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 3px;
}

.button:hover{
	opacity: .85;
}

.red-button{
	background-color: #d92b2b;
	color: #fff;
}

.black-button{
	background-color: #231f20;
	color: #fff;
}

@media screen and (min-width: 480px) {
	.mobile{
		display: none !important;
	}
}

@media screen and (max-width: 479px) {
	.full{
		display: none !important;
	}
}

.phone-button{
	position: fixed;
	bottom: 0;
	left: 0;
	fill: #fff;
	padding: 15px;
	border-radius: 0;
	border-top-right-radius: 3px;
	min-width: auto;
}

.phone-button:hover{
	opacity: 1;
}

.phone-button svg{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

  /***********************/
 /***********************/
/***********************/

header{
	padding: 15px;
	line-height: 1;
	min-width: 320px;
	background-color: #f6b221;
}
header .phone-label{
	color: #d92b2b;
    margin-left: 0;
    margin-right: 8px;
    font-weight: 700;
    display: block;
    font-size: 16px;
    line-height: 16px;
	    position: relative;
	    top: 3px;
}

@media (min-width: 521px){
	header .phone-label{
	    font-size: 20px;
	    display: inline-block;
	    vertical-align: top;
	    top: 6px;
	}
}

header .logo{
	background-image: url(../images/redesign/logo.png);
	width: 178px;
	height: 94px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -999999px;
}

header .phone-wrapper{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: calc(100% - 184px);
}

header .phone-wrapper a:not(.button){
	color: #231f20;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
}

@media (min-width: 521px){
	header .phone-wrapper a:not(.button){
		font-size: 30px;
	}
}

header .free-estimate{
	font-weight: 600;
}

header .free-estimate span{
	text-transform: uppercase;
	font-size: 20px;
}

header .cats-and-dogs{
	font-style: italic;
}

header .cats-and-dogs,
header .free-estimate{
	width: 230px;
    margin-left: auto;
    text-align: center;
}

header .phone-wrapper svg {
    margin: 0 5px 0 0;
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 479px) {
	header .logo{
		width: 125px;
    	height: 66px;
	}

	header .phone-wrapper{
		width: calc(100% - 130px);
	}

	header .cats-and-dogs, 
	header .free-estimate{
		font-size: 14px;
		width: auto;
		text-align: right;
	}

	header .free-estimate span{
		font-size: 16px;
	}

	header .phone-wrapper svg{
		width: 15px;
    	height: 15px;
	}

	header .phone-wrapper a.button{
		margin: 5px 0;
		min-width: 160px;
		fill: #fff;
		padding: 15px;
	}
}

  /***********************/
 /***********************/
/***********************/

main{
	position: relative;
	z-index: 2;
}

  /***********************/
 /***********************/
/***********************/

footer{
	padding: 15px 15px 30px;
	background-color: #231f20;
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
}

footer .phone-label{
	display: inline-block;
	margin-right: 5px;
}

footer .logo{
    fill: #f6b221;
    width: 56px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}

footer .logo svg{
    display: inline-block;
    width: 100%;
    height: 100%;
}

footer .office-info{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

footer .office-info .title{
	font-weight: 600;
}

footer .phone-wrapper{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

footer .phone-wrapper a{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
}

footer .phone-wrapper .cats-and-dogs{
	font-style: italic;
}

footer .legal{
	font-size: 12px;
	margin-top: 15px;
}

footer .legal a{
	color: #fff;
}

@media screen and (max-width: 479px) {
	footer{
		padding-bottom: calc(48px + 15px);
	}

}

  /***********************/
 /***********************/
/***********************/

.hero-section{
	padding: 50px 15px;
	background: #f4f4f4;
}

.hero-section .mobile .phone-number{
	color: #000;
    font-weight: 600;
    text-decoration: none;
}

.hero-section .mobile .phone-label{
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
}

.hero-section .width-limiter{
	display: -ms-flex;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}

.hero-section .width-limiter > div{
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.hero-section .text-container{
	max-width: calc(60% - 6px);
	padding-right: 50px;
}

.hero-section .image{
	max-width: 40%;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section .image:after{
	content: '';
	display: block;
	padding-bottom: 67%;
}

.hero-section h1{
	font-size: 56px;
	text-transform: uppercase;
}

.hero-section h2{
	font-size: 30px;
}

.hero-section .button{
	margin: 15px 0 5px;
	min-width: 250px;
	fill: #fff;
}

.hero-section .button svg{
	display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.hero-section .full div{
	font-style: italic;
	font-size: 17px;
}

.hero-section .full div a{
	color: #231f20;
	text-decoration: none;
	font-weight: 600;
}

@media screen and (max-width: 950px){
	.hero-section .width-limiter{
		justify-content: center;
	}

	.hero-section .text-container,
	.hero-section .image{
		max-width: 100%;
		padding-right: 0;
		max-width: 560px;
	}

	.hero-section .image{
		margin-bottom: 30px;
	}

	.hero-section h1{
		font-size: 50px;
		margin-bottom: 15px;
	}

	.hero-section h2{
		font-size: 25px;
	}
}

@media screen and (max-width: 479px) {
	.hero-section h1{
		font-size: 30px;
		margin-bottom: 5px;
	}

	.hero-section h2{
		font-size: 20px;
	}
	.hero-section{
		padding: 30px 15px;
	}
}

  /***********************/
 /***********************/
/***********************/

.animal-info-section{
	padding: 50px 15px;
}

.animal-info-section .width-limiter > div{
	display: inline-block;
	vertical-align: top;
}

.animal-info-section .content{
	width: calc(100% - 335px);
	margin-right: 30px;
}

.animal-info-section .content > p:last-of-type{
	margin-bottom: 0;
}

.animal-info-section .form, 
.mobile-form{
	width: 300px;
	background-color: #f4f4f4;
	padding: 15px;
}

.animal-info-section .form input,
.animal-info-section .form textarea, 
.mobile-form input, 
.mobile-form textarea{
	border: 1px solid #e3e3e3;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 3px;
}

.animal-info-section .form textarea, 
.mobile-form textarea{
	min-height: 58px;
	min-width: 100%;
}

.animal-info-section .form button, 
.mobile-form button{
	width: 100%;
}

@media screen and (max-width: 950px){
	.animal-info-section{
		padding: 30px 0 0;
	}

	.animal-info-section .content{
		margin: 0 0 30px;
		padding: 0 15px;
		width: 100%;
	}

	.animal-info-section .form, 
	.mobile-form{
		width: 100%;
		padding-bottom: 30px;
	}

	.section-home-service-area-map + .mobile-form{
		background-color: #fff;
	}

	.animal-info-section .form button, 
	.mobile-form button{
		width: auto;
	}

	.animal-info-section .width-limiter > div.form{
		display: none;
	}
}

@media screen and (min-width: 951px){
	.mobile-form{
		display: none;
	}
}

  /***********************/
 /***********************/
/***********************/

.badges-section{
	background-color: #231f20;
	text-align: center;
	padding: 22.5px 7.5px 0;
}

.badges-section img{
	margin: 7.5px;
}

  /***********************/
 /***********************/
/***********************/

.testimonials-section{
	background: #f6b221;
	padding: 50px 15px;
}

.testimonials-section .width-limiter{
	display: -ms-flex;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.testimonials-section .width-limiter > div{
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc(50% - calc(60px/2));
    margin-right: 60px;
    position: relative;
}

.testimonials-section .width-limiter > div:last-of-type{
	margin-right: 0;
}

.testimonials-section .width-limiter > div:not(.only-one):first-of-type:after{
	content: '';
	display: block;
	position: absolute;
	right: calc(-60px/2);
	top: 0;
	width: 2px;
	background-color: #231f20;
	height: 100%;
}

.testimonials-section .review{
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: 600;
}

.testimonials-section .small .review{
	font-size: 16px;
}

.testimonials-section .author,
.testimonials-section .source{
	text-align: right;
}

.testimonials-section .source{
	font-style: italic;
}

@media screen and (max-width: 950px){
	.testimonials-section{
		padding: 30px 15px;
	}

	.testimonials-section .width-limiter > div{
	    max-width: 100%;
	    margin-right: 0;
	}

	.testimonials-section .width-limiter > div:first-of-type{
		margin-bottom: 60px
	}

	.testimonials-section .width-limiter > div:not(.only-one):first-of-type:after{
		bottom: calc(-60px/2);
		top: auto;
		right: auto;
		left: 0;
		width: 100%;
		height: 2px;
	}
}

/***************************/

.section-home-service-area-map {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f4f4f4;
}

.section-home-service-area-map .map-cont,
.section-home-service-area-map .locations-cont {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.section-home-service-area-map .map-cont {
    
}

.section-home-service-area-map .locations-cont ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
}

.section-home-service-area-map .locations-cont ul li {
    line-height: 1em;
    margin-bottom: 8px;
}

.section-home-service-area-map .map-cont iframe {
    height: 100%;
    width: 100%;
    min-height: 430px;
}

.section-home-service-area-map .map-cont p {
	margin: 0;
}

.section-home-service-area-map .service-area-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 65.624em){
    .section-home-service-area-map .home-section-title {
        text-align: center;
    }
    .section-home-service-area-map .locations-cont ul {
        text-align: center;
    }
    .section-home-service-area-map .map-cont iframe {
        height:  400px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 32em){
    .section-home-service-area-map .locations-cont ul {
        columns: 2;
        column-gap: 20px;
    }
}

@media screen and (min-width: 65.625em){
    .section-home-service-area-map .service-area-wrapper {
        display: flex;
    }

    .section-home-service-area-map .map-cont,
    .section-home-service-area-map .locations-cont {
        flex: 1 1 50%;
    }

    .section-home-service-area-map .map-cont {
        min-height: 430px;
    }

    
    
    .section-home-service-area-map .locations-cont ul {
        font-size: 1.125em;
    }
}

@media screen and (min-width: 72em){
    .section-home-service-area-map .locations-cont {
        padding-left: 50px;
    }
}

.section-home-service-area-map .home-section-title {
    font-weight: 700;
    font-size:  1.875em;
}

    .section-home-service-area-map .home-section-title > span {
        border-bottom: 6px solid #f6b221;
    }

@media (min-width:48em) {
    .section-home-service-area-map .home-section-title {
        font-size:  2.375em;
    }
}


