body, body p, body div{font-family: Montserrat !important;font-weight: 400 !important; }
h2 {font-size: 50px;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #ffffff;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #ffffff;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #ffffff;}


.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Montserrat';z-index:99;}
.ry-btn.ry-btn-secondary{color: #ffffff !important;background: #282728 !important;}
.ry-btn.ry-btn-secondary:hover {background: #42b1a3 !important;color: #ffffff !important;box-shadow: unset !important;}
/*.cmsForm .has-error {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius: 30px !important; font-size: 16px !important}

body.default .footer-custom .ry-copyright-conts {
    background: rgb(205 242 232 / 14%);
}

.ry-btn-primary:hover {
    background: var(--color-primary) !important;
    color: #ffffff !important;
}

.ry-btn {
    height: 50px;
    display: flex;
	 align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    max-width: max-content;
    color: #ffffff !important;
    background: var(--color-primary);
    text-transform: uppercase;
    font-weight: 500;
}

div.servicespage-intro {
    margin-bottom: 4em;
}



.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }

#staff {
  display: none;
}

.map {
	height: 500px;
}

body.default .footer-top .ry-heading {
    top: -5em;
}


body.default .footer-custom .footer-top {
    margin-top: 0;
    padding-top: 10em;
	
}

.ry-btn:hover::after {
    color: #fff !important;
}

.ry-btn::after {
    content: '\f138';
    font-family: fontawesome;
    margin-left: 10px;
}

html {
  scroll-behavior: smooth;
}

.ry-social-custom li.default svg {
    height: 20px;
}


/* HOMEPAGE MODAL STORE LOCATOR */
#StoreLocatorModal .modal-dialog {
	width: 90%;
	max-width: 1080px;
	/* margin-top: calc(50vh - 20%); */
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	margin: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

#StoreLocatorModal .modal-dialog .modal-header {
	padding-top: 70px;
	padding-left: 4vw;
	padding-bottom: 25px;
	border-bottom: unset;
	padding-right: 4vw;
}

#StoreLocatorModal .modal-dialog .modal-footer {
	display: none;
}

#StoreLocatorModal .modal-dialog .modal-header h4 {
	text-align: left;
	line-height: 1;
	margin: 0;
}

#StoreLocatorModal .modal-dialog .modal-content {
	border-radius: 30px;
}

#StoreLocatorModal .modal-dialog .modal-header h4 {
	font-weight: 400;
	font-size: 34px;
	color: #333;
}

#StoreLocatorModal .modal-dialog .modal-header button {
	margin-top: 0;
	position: absolute;
	right: 4vw;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	font-weight: 200;
	opacity: 1;
	color: #333;
}

#StoreLocatorModal .modal-dialog .modal-body {
	clear: both;
	padding: 0;
	display: flex;
	padding: 0 4vw;
	padding-bottom: 4vw;
}
#StoreLocatorModal .modal-dialog .modal-body .location-wrapper .ry-container {
	width: 100%;
	max-width: 100%;
}
#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container {
	padding: 0;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container {
	margin-top: 0;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container h3 {
	display: none;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .form-input {
	margin-top: 0;
	width: 100%;
	height: 60px;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .form-input #bh-sl-address {
	margin: 0;
	width: calc(100% - 30px);
	max-width: unset !important;
	height: 60px;
	border: 1px solid #eeeeec;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-left: 25px;
	font-size: 16px;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container #bh-sl-user-location {
	display: flex;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container button {
	position: absolute;
	right: 0;
	padding: 0 35px;
	height: 60px !important;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1;
	border-radius: 15px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
	margin: 0;
	text-transform: uppercase;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .form-input #bh-sl-address::placeholder {
	color: #666;
	font-size: 16px;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .switch__wrapper {
	clear: both;
	padding-top: 10px;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .switch__wrapper a {
	font-size: 14px;
	color: #A3002C;
	display: flex;
	align-items: center;
	padding-left: 15px;
}

#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .switch__wrapper a svg {
	width: 15px;
	height: 15px;
	margin-right: 7px;
	fill: #A3002C;
}

#StoreLocatorModal .bh-sl-container .bh-sl-map-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

#StoreLocatorModal .bh-sl-container .bh-sl-map-container #bh-sl-map {
	display: none;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list {
	width: 100%;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li {
	border: unset;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each:nth-child(1) {width: 100px;}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .photo {
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each:nth-child(2) {
	width: calc(100% - 130px);
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details .fa {
	display: none;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details a {
	font-size: 16px;
	line-height: 1.4;
	display: block;
	color: #333;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details:nth-child(3) span {
	display: none;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details:nth-child(3) a {
	font-weight: 500;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details:not(:last-child) {
	margin-bottom: 5px;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex {
	align-items: center;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details.social-icons {
	display: none;
}


#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li {
	background: transparent !important;
	width: calc(50% - 30px);
	max-width: 350px;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .headline-text {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 500 !important;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .headline-accordion {
	display: none;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-details .inner-accordion {
	display: none;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-details a {
	font-size: 16px;
	padding: 18px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #261132;
	border-radius: 10px;
	line-height: 1;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-details a:hover {
	background: #b1264b;
	text-decoration: unset !important;
}

#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details .address-data:after {
	content: "Get Directions";
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 2px;
	text-decoration: underline;
	color: #a3002c;
	font-weight: 500;
}

@media (max-width: 991px) {
	#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details a, 
	#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .each-details .address-data:after, 
	#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-details a {
		font-size: 14px;
	}

	#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li .container-data .ry-flex > .ry-each .headline-text {
		font-size: 15px;
	}

	#StoreLocatorModal .modal-dialog .modal-header h4 {
		font-size: 26px;
	}
	#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li {
		width: calc(50% - 15px);
	}
}
@media (max-width: 768px) {
	#StoreLocatorModal .bh-sl-container .bh-sl-loc-list ul li {
		width: 100%;
		max-width: 100%;
	}
	#StoreLocatorModal .modal-dialog .modal-header {
		padding-top: 6vw;
	}
}
@media (max-width: 620px) {
	#StoreLocatorModal .modal-dialog .modal-header h4 {
		font-size: 22px;
	}
	#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .form-input #bh-sl-address,
	#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .form-input #bh-sl-address::placeholder,
	#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container button {
		font-size: 14px !important;
	}
	#StoreLocatorModal .modal-dialog .modal-header button {
		font-size: 44px;
		width: 20px;
		height: 20px;
	}
	#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .form-input #bh-sl-address, #StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container button {
		height: 50px !important;
	}
}
@media (max-width: 420px) {
	#StoreLocatorModal .modal-dialog .modal-content {
		border-radius: 15px;
	}
	#StoreLocatorModal .modal-dialog .modal-header {
		padding-top: 40px;
	}
	#StoreLocatorModal .bh-sl-container .bh-sl-loc-list {
		height: 320px;
	}
	#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container .form-input #bh-sl-address {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	#StoreLocatorModal .modal-dialog .modal-body .bh-sl-container .bh-sl-form-container button {
		border-radius: 10px;
		border-top-left-radius: unset;
		border-bottom-left-radius: unset;
	}
}


.page-separator {
    display: block;
    position: relative;
    top: -350px;
    visibility: hidden;
}

/* SOCIAL- Start */
.ry-social-custom {
    list-style-type: none;
    display: flex;
    padding: 0;
    gap: 8px;
}
.dropdown-social,
.ry-social-custom li.default {
    cursor: pointer;
    background: #1777f1;
    padding: 0;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: 0.3s ease-in-out all;
}
.ry-social-custom li.default a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.ry-social-custom li.default svg {
    fill: #fff;
}
.ry-social-custom li.default:hover,
.dropdown-social:hover {
    opacity: 1;
    background: #4e4e4e;
}
.dropdown-social:hover .dropdown-social-child,
.dropdown-social:active .dropdown-social-child,
.dropdown-social:focus .dropdown-social-child {
    opacity: 1;
    pointer-events: unset;
}

.dropdown-social-child {
    position: absolute;
    background: rgb(51 51 51 / 90%);
    padding: 10px 15px;
    right: -68px;
    border-radius: 10px;
    top: 45px;
    opacity: 0;
    width: 180px;
}

.dropdown-social-child a {
    border-radius: unset !important;
    width: unset !important;
    height: unset !important;
    padding: 5px;
    position: relative;
    margin: 0 !important;
    display: flex;
    gap: 11px;
    line-height: 1.4;
    color: #fff;
    font-size: 15px !important;
    text-align: center;
    justify-content: center;
}
.dropdown-social-child a:first-child {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
}
.dropdown-social-child a:last-child {
    border-radius: 0 0 10px 10px !important;
    overflow: hidden;
}
.dropdown-social-child a svg {
    width: 20px;
    display: none;
}
.dropdown-social-child a:hover {
    opacity: 1;
    text-decoration: none;
    /* background: #4e4e4e; */
    color: #e8a879 !important;
}
.dropdown-social-child:after {
    content: '';
    background: transparent;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(51 51 51 / 90%);
    top: -8px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

.dropdown-social {
    background: #ea4335;
}

ul.social-icons-custom.ry-social-custom li:nth-child(2) {
    background: #e05447;
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.dropdown-social:hover .dropdown-social-child {
    z-index: 9999;
}


/* SOCIAL - END */


div#hero-text h1 {
    color: #fff;
}


.ry-heading h2, div#hero-text h1 {
    font-family: var(--font-title) !important;
    font-size: calc(60px + 5 * ((100vw - 320px) / 1280));
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 300;
	color: #333;
}

.ry-heading span {
    font-weight: 600 !important;
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: var(--color-primary);
}


.module-store .ry-heading span, .module-store .ry-heading h2 {
    color: #fff;
}

div#hero-text h1 {
    font-size: calc(70px + 5 * ((100vw - 320px) / 1280));
	    color: #fff;
}

.module-66 .bnr-textbox span.span-1 {
    color: #fff !important;
}

.link a, .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent !important;
    z-index: 500;
}



/*HP SERVICES SECTION*/

.hp-services .section-header {
    margin: 0 0 clamp(18px, 2.250vw, 36px);
}

.hp-services {
	padding: 0;
}

.hp-services .ry-container {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    float: none;
}

.hp-services .ry-container>.ry-flex {
    /* align-items: center; */
    justify-content: center;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
}

.hp-services .ry-container>.ry-flex .ry-each {
}

.hp-services .ry-flex .buttons,
.hp-services .ry-flex .contents {
    position: relative;
    padding: 0;
    z-index: 1;
    max-width: -webkit-fill-available;
    flex: initial;
}

.hp-services .ry-flex .images {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 10;
    align-items: center;
    width: 50%;
    max-width: 100%;
    flex: initial;
}

.hp-services .services-images>div:not(.active),
.hp-services .services-contents>div:not(.active) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.hp-services .services-contents>div:not(.active) {
    left: -100%;
}

.hp-services .services-contents>div {
    left: 0;
    transition: 0.5s cubic-bezier(1, 0.53, 0.1, 0.65) all !important;
}

.hp-services .services-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 2em;
}

.hp-services .services-buttons>div {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
    background: #ccc;
    padding: 10px;
    border-radius: 40px 0 0 40px;
    transition: 0.5s cubic-bezier(1, 0.53, 0.1, 0.65) all !important;
    background-image: linear-gradient(90deg, rgba(254, 255, 254, 0) 62%, rgba(254, 255, 254, 0) 63%, rgba(255, 255, 255, 0.82394420209698) 91%, rgba(255, 255, 255, 0.9999999999999999) 100%);
    width: 120%;
    position: relative;
    left: 3em;
}

a#serv-btn:hover {
    background: var(--color-primary) !important;
    color: #fff !important;
}

.hp-services .services-buttons>div:hover,
.hp-services .services-buttons>div.active {left: 5em;}

.hp-services .services-buttons>div.active:hover {
    opacity: 0.8
}

.hp-services .services-buttons>div:hover .icon {
    transform: rotate(360deg)
}

.hp-services .service-button:nth-child(1),
.hp-services .services-content:nth-child(1) {
    background-color: var(--color-primary);
    background-image: linear-gradient(90deg, rgba(254, 255, 254, 0) 62%, rgba(254, 255, 254, 0) 63%, rgba(255, 255, 255, 0.82394420209698) 91%, rgba(255, 255, 255, 0.9999999999999999) 100%);
}

.hp-services .service-button:nth-child(2),
.hp-services .services-content:nth-child(2) {
    background-color: #d48a74;
}

.hp-services .service-button:nth-child(3),
.hp-services .services-content:nth-child(3) {
    background-color: #98bdc8;
}

.hp-services .service-button:nth-child(4),
.hp-services .services-content:nth-child(4) {
    background-color: #9a7a60;
}

.hp-services .service-button:nth-child(5),
.hp-services .services-content:nth-child(5) {
    background-color: #c295a2;
}

.hp-services .service-button:nth-child(6),
.hp-services .services-content:nth-child(6) {
    background-color: #70bdb6;
}


.hp-services .service-button .icon,
.hp-services .services-contents .icon {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    transition: inherit !important;
}

.hp-services .ry-flex .buttons {
    width: 40%;
    position: relative;
    top: 1em;
}

.hp-services .service-button p {
    color: #fff;
    font-size: 23px;
    font-weight: 600 !important;
}

.hp-services .services-images {
    overflow: hidden;
    /* box-shadow: 1px 1px 28px rgba(0, 0, 0, 0.1); */
    /* max-height: 680px; */
    height: auto;
    position: relative;
}

.hp-services .service-image {
    height: auto;
    transition: all ease 0.3s;
}

.hp-services .services-images img {
    object-fit: contain;
    object-position: center;
    height: 750px;
    width: 100%;
}

.hp-services .services-contents {

    border-radius: 0 20px 20px 0;
}

.hp-services .services-contents .icon {
    height: clamp(52px, 4.250vw, 68px);
    width: clamp(52px, 4.250vw, 68px);
}

.hp-services .services-content {
    padding: clamp(32px, 4.167vw, 80px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-radius: 0 20px 20px 0;
}

.hp-services .services-content.active .icon {
    transform: rotate(360deg);
}

.hp-services .services-content h3 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: clamp(36px, 2.500vw, 40px);
    text-align: left;
}
.hp-services .services-content p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5
}

.hp-services .services-content .ry-btn {
    margin: 18px 0 0 0;
    padding: 0 24px !important;
    font-weight: 600 !important;
    background: #fff;
    color: var(--tertiary-color) !important;
    font-size: 18px !important;
}

.hp-services .services-content .ry-btn:hover {
    background: var(--tertiary-color) !important;
    color: #fff !important
}

div.team-serv-bg {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/Services_bg.jpg);
    background-size: cover;
    padding: 10em 0 25em;
    background-position: center;
    z-index: 1;
    margin-bottom: -2em;
    margin-top: -3em;
}

.hp-teamslider_slick .slick-center .ry-heading, .hp-teamslider_slick .is-center .ry-heading {
    width: 100vw;
    box-sizing: border-box;
    padding: 0;
    z-index: 10;
    display: block !important;
    top: -4.5em !important;
    transform: scale(1) !important;
}

div#team-heading h2 {
    font-size: 38px !important;
}

div#team-heading span.span-1 {
    font-size: 13px !important;
}

.hp-teamslider_slick .slick-slide .author a#team-slider-btn:hover:after {
    color: #333 !important;
}

.hp-teamslider_slick .slick-list .ry-heading {
    position: absolute;
    top: -6em;
    margin: auto;
    transform: scale(0);
}

div.serv-title {
    position: absolute;
    /* z-index: 1; */
    top: 70%;
    right: 63%;
    transform: translate(50%, -50%);
    max-width: 350px;
}

div.serv-title h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

a#serv-btn {
    display: inline-flex;
    margin-top: 1.5em;
    background: #fff !important;
    color: #333 !important;
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 21px !important;
    padding: 0 45px;
    height: 70px;
    border-radius: 100px !important;
}

a#serv-btn:after {
    color: #333;
}

.hp-teamslider_slick .slick-slide .author a#team-slider-btn:after {
    color: #333 !important;
}

.hp-teamslider_slick .slick-slide .author a#team-slider-btn:hover {
    background: var(--color-primary) !important;
    color: #fff !important;
}

.hp-teamslider_slick .slick-slide .author a#team-slider-btn:hover:after {
    color: #fff !important;
}

@media (max-width:1500px) and (min-width:1082px) {
    .hp-teamslider_slick .slick-slide .wrapper img {
    height: 294px;
    object-fit: cover;
}
}

@media (min-width:1501px)  {
     .hp-teamslider_slick .slick-slide .wrapper img {
    height: 350px;
    object-fit: cover;
}
}


@media (min-width:1200px) {
    div#serv-mobile-heading {
    display: none;
}
}

@media only screen and (max-width:1199px) {

div.team-serv-bg {
   	 padding: 3em 0 !important;
  	margin-bottom: 0 !important;
}

.hp-services .services-images img {
    height: auto;
}

    
div.serv-title h3 {
    text-align: center !important;
    font-size: 22px !important;
}

div.serv-title {
    right: 50%;
}

a#serv-btn {
    justify-content: center;
    margin: 1em auto !important;
    font-size: 16px !important;
    padding: 0 20px !important;
    float: none;
    align-items: center;
    display: block;
    height: auto !important;
    padding: 15px 25px !important;
}

    div.hp-teamslider_slick .slick-list {
    padding: 3em 0  0.5em !important;
}
    .hp-services .section-header {
        margin: 0 0 48px
    }

    .hp-services .section-header h5,
    .hp-services .section-header h2 {
        text-align: center;
        ;
    }

    .hp-services .ry-container>.ry-flex {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .hp-services .ry-flex .buttons {
        order: 3;
        padding: 0;
        width: 100%;
    }

    .hp-services .ry-flex .images {
        order: 1;
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }

    .hp-services .ry-flex .contents {
        order: 2;
        padding: 0
    }

    .hp-services .services-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .hp-services .services-buttons>div {
        border-radius: 18px;
        flex-direction: column;
        padding: 0 2em;
        gap: 18px;
        width: 30%;
        min-width: 280px;
        transition: 0.3s ease-in-out all !important;
        left: 0 !important;
        background-image: none !important;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hp-services .services-buttons>div .icon {
        height: 50px;
        width: 50px;
    }

    .hp-services .services-buttons p {
        text-align: center;
        font-size: 18px;
        line-height: 1.1;
    }

    .hp-services .services-buttons>div:hover {
        /* width: calc((100% / 3) - 18px); */
        /* transform: scale(1.3); */
        z-index: 2;
        box-shadow: 1px 1px 28px rgba(0, 0, 0, 0.2)
    }

    .hp-services .services-buttons>div.active {
        /* width: calc((100% / 3) - 18px); */
    }

    .hp-services .services-buttons>div.active:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: calc(100% - 15px);
        width: calc(100% - 15px);
        border-radius: inherit;
        border: 2px solid #fff;
    }

    .hp-services .services-images {
        max-width: unset;
    }

    .hp-services .services-content {
        border-radius: 20px
    }

    .hp-services .services-contents {
        border-radius: 20px;
    }

    .hp-services .services-content {
        align-items: center;
    }

    .hp-services .services-content h3,
    .hp-services .services-content p {
        text-align: center;
    }
	
	.hp-services .ry-flex .images {
		flex-direction: column;
	}

	div#serv-desktop-heading {
		display: none;
	} 

		div#serv-mobile-heading {
		margin-bottom: 1em;
		margin-top: 1em;
	}

	.hp-services .ry-container > .ry-flex {
		gap: 0 !important;
	}

	.hp-services .services-buttons {
		margin-top: 0;
	}

	a#serv-btn {
		height: auto !important;
	}

	div.serv-title {
		right: 0;
		left: 0;
		transform: none !important;
		margin: auto;
		top: 60%;
	}
}


@media (max-width:600px) {
	
div.hp-services .services-buttons>div {
    height: 120px;
    gap: 5px !important;
}

div.hp-services .services-buttons p {
    font-size: 16px;
    line-height: 1.4 !important;
    font-weight: normal !important;
}

div.hp-services .services-buttons>div .icon {
    height: 40px;
    width: 40px;
}

div.hp-services .services-buttons>div .icon img {
    max-width: 28px;
    margin: auto;
    top: 6px;
    position: relative;
}

div.hp-services .services-buttons>div.active:after {
    border: 1px solid #fff;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
}

}


/*HP SERVICES SECTION*/



/* HP - Team Slider */

.hp-team-slider{
    padding: 3em 0;
	margin-bottom: -3em;
}

.hp-teamslider_slick .slick-slide.slick-center .wrapper:before, .hp-teamslider_slick .slick-slide.slick-center .wrapper:after {
    width: 80px;
    height: 80px;
    position:absolute;
    top: -2px;
    background-size: contain !important;
    content: '';
    z-index:999;
    right: -1px;
    background: transparent;
    border-radius: 0;
    border: 2px solid #dda074;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 30px;
}

.hp-teamslider_slick .slick-slide.slick-center .wrapper:after {
    border: 2px solid #42b1a3;
    bottom: 0;
    top: initial;
    left: -1px;
    bottom: -2px;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 30px;
}

.hp-teamslider_slick .slick-slide.slick-center .author {
    opacity: 1;
    bottom: 13%;
    position: absolute;
    z-index: 9999;
    right: 0;
    left: 0;
    margin: auto;
}

.hp-teamslider_slick ul.slick-dots {
    display: none !important;
}

.hp-teamslider_slick .slick-slide .author a#team-slider-btn {
    margin: auto;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff !important;
    color: #333 !important;
    transform: none !important;
    padding: 0 20px;
}

.hp-teamslider_slick .slick-slide .author {
    opacity: 0;
}

.hp-teamslider_slick .slick-slide.slick-center .author a#team-slider-btn:after {
    color: #333;
}

.hp-teamslider_slick .slick-slide.slick-center .wrapper {
    padding: 10px;
    background: #fff;
    border-radius: 30px;
    position: relative;
}

.hp-teamslider_slick .slick-slide .wrapper img {
    border-radius: 30px;
    filter: brightness(0.3);
}


.hp-teamslider_slick .slick-slide.slick-center img {
    filter: none;
}

.hp-teamslider_slick .slick-arrow:hover {
    background: #c38d9d !important;
}
.hp-teamslider_slick {
	position: relative;
}


.hp-team-slider .ry-container {
	max-width: 1400px;
	width: 90%;
}

.hp-teamslider_slick .hp-teamslider {
	padding: 0;
	background-color: #f9f9f9;
	border-radius: 10px;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	text-align: center;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.hp-teamslider_slick .hp-teamslider p {
	color: #333;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	padding: 0px 50px;
}

.hp-teamslider_slick .hp-teamslider .author div {
	color: #333;
	text-align: center;
	font-size: 11px;
	padding-top: 30px;
}



/*New Style*/

.hp-teamslider_slick .slick-slide {
	transition: all 0.3s ease;
	/* pointer-events: none; */
}

/* Center slide (largest) */
.hp-teamslider_slick .slick-center, .hp-teamslider_slick .is-center {
	transform: scale(1.4);
	opacity: 1;
	z-index: 9999;
	pointer-events: auto;
	border-radius: 30px;

}

/* Immediate left/right (medium) */
.hp-teamslider_slick .slick-slide.is-next,
.hp-teamslider_slick .slick-slide.is-prev {
	transform: scale(1.6);
	z-index: 5;
	z-index: 1;
}

/* Two away (smallest visible) */
.hp-teamslider_slick .slick-slide.is-next2,
.hp-teamslider_slick .slick-slide.is-prev2 {
	transform: scale(1.3);
}

.hp-teamslider_slick .slick-center .hp-teamslider {
	background-color: #fff;
	box-shadow: 0 12px 24px rgb(0 0 0 / 52%);
}

.hp-teamslider_slick .hp-teamslider .wrapper {
	width: 640px;
	height: 18rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border-radius: 20px;
	padding: 57px 0;
}

.hp-teamslider_slick .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hp-teamslider_slick .hp-teamslider.slick-active .wrapper {
	border: 2px solid #e9e9e9;
	filter: drop-shadow(0px 12px 21.5px rgba(0, 0, 0, 0.05));
}


.hp-teamslider_slick .slick-list {
    padding: 16em 0 4.5em !important;
}

@media (max-width:1500px) {
	.hp-team-slider .ry-container {
    max-width: 1200px;
}
}


@media (max-width:1080px) {
   
	.hp-teamslider_slick .slick-slide img {
		max-width: 300px;
		margin: auto;
	}
	
	.hp-teamslider_slick .slick-slide .wrapper img {
		filter: none !important;
		height: 300px;
		object-fit: cover;
		margin-bottom: 1em;
	}

	.hp-teamslider_slick .slick-list .ry-heading {
		position: static !important;
		transform: none !important;
	}

	.hp-teamslider_slick .slick-slide {
		flex-direction: column;
		gap: 1em 0;
		transform: initial !important;
	}


	div.hp-teamslider_slick .slick-arrow {
		width: 40px !important;
		height: 40px !important;
	}

	div.hp-teamslider_slick .slick-arrow:before {
		width: 10px;
		position: relative;
		top: 1px;
	}

	.hp-teamslider_slick .slick-slide .author {
    opacity: 1;
    position: absolute;
    bottom: 15%;
}
}


/* Optional: reduce visual clutter on mobile */
@media (max-width: 768px) {
	

	.hp-teamslider_slick .slick-slide {
		transform: scale(1) translateY(0) !important;
		opacity: 1 !important;
		z-index: 10 !important;
	}
}

.hp-teamslider_slick .star-wrapper svg {
	fill: #f4d10c;
	height: 12px;
	width: 12px;
}



.hp-team-slider .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hp-teamslider_slick .slick-arrow {
	position: absolute;
	transform: translateY(50%);
	z-index: 9;
	outline: 0;
	border: 0;
	font-size: 0;
	background: #333;
	bottom: -25px;
	border-radius: 100%;
	width: 55px;
	height: 55px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.hp-teamslider_slick .slick-arrow.slick-next {
	right: 45%;
}

.hp-teamslider_slick .slick-arrow.slick-next:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='hsl(188%2C97%25%2C26%25)' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
	filter: brightness(0) invert(1);
}

.hp-teamslider_slick .slick-arrow:before {
	width: 12px;
	height: 17px;
	display: block;
}

.hp-teamslider_slick .slick-arrow.slick-prev:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='hsl(188%2C97%25%2C26%25)' viewBox='0 0 320 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");
	filter: brightness(0) invert(1);
}


.hp-teamslider_slick .slick-arrow.slick-prev {
	left: 46%;
}



/* HP - Team Slider*/



/*CUSTOM FOOTER*/


.footer-custom .footer-top .ry-headline h2 {
	font-size: 46px;
} 
.footer-custom .footer-top .ry-headline h2 .span-1 {
	font-size: 20px;
	font-weight: 500;
	color: #878787;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0px;
	margin-top: 10px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block {
    width: 60%;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block {
	width: 35%;
	max-width: 600px;
	background: #fff;
	border-radius: 50px;
	padding: 20px;
}

div#footer-form-flex input#footer-form-btn {
    float: right;
}

.footer-custom .footer-top .ry-content .content {
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul {
	padding-left: 0;
	list-style: none;
	margin-top: 40px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li.active:after {
	opacity: 1;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul a {
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1a1819;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	opacity: 0;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul a {
	color: #333;
	position: relative;
	z-index: 2;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .photo {
   margin-top: 40px;
    max-width: 300px;
}


.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(1) {
	max-width: 400px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex {
    display: flex;
    justify-content: space-between;
    display: none;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details:not(:last-child) {
	margin-bottom: 1em;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details, .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details a, .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details p {
	line-height: 25px;
	font-size: 15px;
}

div#footer-info div#ry-each2 ul li {
    list-style: none;
}

div#footer-info div#ry-each2 {
    display: flex;
    justify-content: center;
}

div#footer-info {
    padding: 2em 0;
    align-items: center;
}

div#ry-footer .ry-container {
    max-width: 1600px;
    width: 90%;
}



.footer-custom .footer-top .ry-content .ry-flex {
    padding: 8px;
}

input#footer-form-btn {
    float: right;
    background: transparent !important;
    color: #000 !important;
    width: 100%;
}


.footer-custom .form-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 9999px;
    background: var(--color-secondary);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
    border-radius: 30px;
}

.form-btn {
    height: 51px;
    max-width: 130px;
    padding-right: 8px;
    float: right;
}


div#map-bg {
    background-size: cover;
    background-position: center;
    height: 1000px;
}


.footer-custom div#Waipahu\ Waikele .footer-logo-wrap img {
    border: 5px solid #f7de79;
}

.footer-custom div#Waipio .footer-logo-wrap img {
    border-color: #bf6360;
}


div.footer-logo-wrap img {
    max-width: 120px;
    position: absolute;
    left: 5%;
    bottom: -60px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 1px 1px 7px hsl(0deg 0% 20% / 47.84%);
    border: 5px solid var(--color-primary);
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(2) .title h4 {
    color: #000;
    font-family: var(--font-title);
    font-size: 32px;
    line-height: 1.2;
    max-width: 350px;
    height: 75px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details li, .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details li p, .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details li, .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details li a, .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details li p strong {
    font-size: 17px;
    color: #666 !important;
    font-weight: normal !important;
    line-height: 30px;
}

.footer-custom .each-details.location-contact-form h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    margin-bottom: 1em;
    font-weight: 600;
}

div#footer-form-flex {
    gap: 0 1em;
    clear: both;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul {
    padding-left: 0;
    gap: 23px 0;
    /* display: flex; */
    /* flex-direction: column; */
    /* margin-top: 0; */
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li {
    list-style: none;
    display: flex;
    justify-content: start;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li span.span-1 {
     width: 160px;
    display: inline-table;
}

div#ry-footer div#footer-list ul li:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 6px;
}



.footer-custom .ry-flex {
    height: 100%;
    justify-content: space-between;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a {
    color: #fff;
    line-height: 1.5;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 500;
    height: 0;
    display: flex;
    background: transparent;
    padding: 0 0 0 30px;
    align-items: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100%;
    max-width: 150px;
    position: absolute;
}


.footer-custom .ry-copyright-conts {
	background: #fff;
}


.footer-custom .ry-copyright-conts p, .footer-custom .ry-copyright-conts a {
    color: #666;
    font-size: 16px;
}


.footer-custom .footer-top .ry-container {
	z-index: 2;
}


.footer-custom .text-details ul li:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: -51px;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/location_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li {
    position: relative;
}

.footer-custom .text-details ul li {
    margin-left: 50px;
}

.footer-email-block {
    margin: 12px 0 4px;
    display: flex;
    align-items: center;
}

.footer-email-block ul li:before {
    top: 0 !important;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/mail_icon.png) !important;
}



.footer-custom .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li:nth-child(2) a {
    font-weight: 600 !important;
}

.footer-custom .text-details ul li:nth-child(2):before {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/phone_icon.png) !important;
    top: -4px;
}

.footer-custom .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li:nth-child(3) a {
    text-decoration:underline !important;
    text-underline-offset:3px !important;
}

.footer-custom div#Waipahu\ Waikele div#footer-list ul li:nth-child(2)::after {
    content: "(PETS)";
    font-weight: bold;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li:nth-child(2) a {
    font-weight: bold !important;
}

.footer-custom .text-details ul li:nth-child(3):before {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/mail_icon.png) !important;
    top: -3px;
}

div#footer-hours {
    margin: 20px 0;
}

div#footer-hours ul li:nth-child(1):before {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/clock_icon.png);
    top: -1px;
    display: block;
    opacity: 1;
}

div#footer-hours ul li:before {
    opacity: 0;
}

div#footer-hours ul {
    gap: 0;
}


.locations-v2 {
    height:1000px;
    background-image: url(https://static.royacdn.com/Site-d13353ed-4002-4e62-86d5-fa8477b9c6a1/New_Assets_Updated_Branding/map_placeholder.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display:flex;
    align-items:center;
    margin-top: -1em;
}

.footer-top {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/map_ss.jpg);
    background-size: cover;
    background-position: center;
    padding: 6em 0 6em;
    margin-top: -1em;
}


.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group {
    position: relative;
    top: -76px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(2) {
    top: 14px;
    left: -55px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group:nth-child(2) .footer-location-btn {
    top: 0;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(3) {
    top: 302px;
    right: 30px;
    left: initial;
    bottom: initial;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(3):before {
    background: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/map_marker_makai.png);
    width: 60px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(1) {
    top: 348px !important;
    left: 19px;
    bottom: initial;
    z-index: 1;
}


.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(2):before {
    background: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/map_marker_wahiawa.png);
    width: 60px;
}


.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(4) {
    top: 313px;
    bottom: initial !important;
    right: 0;
    left: initial;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(4):before {
    content: '';
    background: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/map_marker_kailua.png);
    width: 60px;
    height: 80px;
    right: 77px;
    top: -30px;
}


.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(6) {
    top: 355px;
    bottom: initial !important;
    left: -10px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(6):before {
    background: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/map_marker_petspecialist.png) !important;
    background-size: contain !important;
    background-repeat:no-repeat !important;
    width: 60px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(5) {
    top: 284px;
    bottom: initial !important;
    left: 30px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(5):before {
    width: 65px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/map_marker_waipio.png);
}


.footer-custom div#Wahiawa img#footer-loc-logo {
    border-color: #ed8331;
}

.footer-custom div#Makai img#footer-loc-logo {
    border-color: #8dc658;
}

.footer-custom div#Kailua img#footer-loc-logo {
    border-color: #b0d5c4;
}


.footer-custom div#Pet\ Specialists\ of\ Hawaii img#footer-loc-logo {
    border-color: #4395b0;
}

a#footer-location-btn:hover {
    background: #3eafa1 !important;
}


div.ry-copyright-conts {
    background: #fff;
}


div#footer-info p, div#footer-info a {
    font-size: 14px;
    font-weight: 500 !important;
    color: #666 !important;
    line-height: 1.6;
}

.footer-loc-image img {
    border-top-left-radius: 0;
}


.footer-custom .footer-top .ry-content .ry-flex .right-block .title h4 {
    font-size: 33px;
    font-weight: 600 !important;
    margin-top: 2em;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .title p {
    text-transform: uppercase;
    color: var(--color-secondary);
    margin: 10px 0;
}

.text-details ul li {
    list-style: none;
    margin: 0;
}

.text-details ul {
    padding-left: 0;
}

.text-details ul li a {
    font-size: 18px !important;
    color: #333;
}

a#footer-location-btn {
    background: #c38d9d !important;
    text-transform: uppercase;
    margin: 1.5em auto 0;
    width: 100% !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    height: 70px !important;
    border-radius: 50px !important;
    max-width: 100%;
	padding:0;
}

a#footer-location-btn:after {
    display: none;
}

div.inner-each {
	padding: 1em 2em 2.5em 2em;
}

div#Pet\ Specialists\ of\ Hawaii .title span {
    display: none !important;
}

div#footer-loc-block:after, div#footer-loc-block:before {
    width: 170px;
    height: 170px;
    position: absolute;
    top: -2px;
    background-size: contain !important;
    content: '';
    z-index: 999;
    right: -1px;
    background: transparent;
    border-radius: 0;
    border: 4px solid #dda074;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 50px;
}

div#footer-loc-block:before {
    bottom: 0;
    top: initial;
    left: 0;
    right: initial;
    border-bottom-left-radius: 50px !important;
    background: transparent;
    border-radius: 0;
    border: 4px solid #42b1a3;
    border-top: none !important;
    border-right: none;
}


@media (max-width:1660px) and (min-width:1082px) {
    .footer-custom .footer-top .ry-content .ry-flex .right-block {
		width: 38%;
	}
}




@media (max-width: 1480px) {
	.ry-headline h1 {
		font-size: 52px;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .svg-icons {
		width: 40px;
		min-width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .svg-icons svg {
		width: 15px;
		height: 15px;
	}
	.module-43 .ry-left img {
		max-width: 160px;
	}
}

@media (max-width: 1366px) {
	.footer-custom .footer-top:before {
		width: calc(100% - 25%);

	}
	
	
}

@media (max-width: 1200px) {
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details {
		flex-direction: column;
		align-items: flex-start !important;
		justify-content: flex-start;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .svg-icons {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#cta-wrap {
		margin-top: 0;
	}
	
	div#ry-footer .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li span.span-1 {
		display: block !important;
	}

}

@media (max-width: 1080px) {
	
	div.footer-top .ry-heading {
		top: 0 !important;
	}
	
	div#ry-footer .text-details ul li:before {
    left: 0;
    right: 0;
    margin: auto;
    top: -45px !important;
}


div#ry-footer  .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li {
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

div#ry-footer  .footer-email-block {
    margin: 3.5em auto 2em !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#ry-footer  .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .title {
    margin-bottom: 2.5em;
}

div#ry-footer  .footer-custom .footer-top .ry-content .ry-flex .right-block .title h4, .footer-custom .footer-top .ry-content .ry-flex .right-block .title p {
    text-align: center !important;
}

div#ry-footer  div.footer-logo-wrap img {
    margin: auto;
    float: none;
    right: 0;
    left: 0;
    max-width: 100px;
}

div#ry-footer  .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details p {
    text-align: center !important;
}

div#ry-footer  div#footer-list ul li:nth-child(2) {
    top: 0 !important;
    margin-top: 4em;
}

div#ry-footer  div#footer-hours {
    margin-top: 2em;
}



	
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .title {
		margin-bottom: 20px;
		font-size: 24px;
		text-align: center;
	}
	.footer-custom .footer-top .ry-content .ry-flex .left-block {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		padding-right: 0;
	}

	.footer-custom .footer-top .ry-content .content {
		border-bottom-left-radius: 0;
		border-top-right-radius: 5vw;
	}

	.footer-custom .footer-top .ry-content .content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin-top: 2em !important;
		gap: 4em 0;
	}

	.footer-custom .footer-top .ry-content .ry-flex .left-block .photo {
		padding-right: 0;
		float: none;
		margin: 0 auto 2em;
		pointer-events: none;
	}

	.footer-custom .footer-top .ry-content .ry-flex .left-block .photo img {
		max-width: 280px;
		margin: 0 auto;
		padding: 28px 0 0;
	}

	.footer-custom .footer-top .ry-content .ry-flex .left-block .each-container .ry-headline h2 {
		text-align: center;
	}

	.footer-custom .footer-top:before {
		opacity: 0;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block {
		padding: 1em;
		width: 100%;
		max-width: 500px;
		margin-top: 2em;
	}
	
	div#map-bg {
		height: 400px;
	}

	.footer-custom .footer-top .ry-content {
		margin-top: 0;
	}

	div.footer-marker-block {
		top: 50% !important;
	}

	.footer-custom .footer-top .ry-content .ry-flex .left-block {
	}


	div#footer-info {
		flex-direction: column;
		gap: 1em 0;
	}

	div#footer-info div#ry-each2 {
		justify-content: center;
	}

	.ry-copyright-conts .container {
		width: 90%;
		padding: 0;
	}

	.footer-custom .ry-copyright-conts p, .footer-custom .ry-copyright-conts a {
		line-height: 1.3;
		text-align: center;
	}

	.ry-copyright-conts ul {
		padding-left: 0;
		text-align: center;
	}

	.footer-custom .ry-copyright-conts li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		line-height: 1.5;
	}

	.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group {
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 500px;
        margin: auto;
        float: none;
        clear: both;
    }

    div.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a, .footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(1) {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(6):before {
        right: 0 !important;
    }

    .footer-custom .footer-top .ry-content .each-group:nth-child(1) a:before {
        left: 0;
        right: 0 !important;
        top|: 0;
        top: 0 !important;
        width: 70px !important;
        height: 70px !important;
        margin: auto;
    }

    .footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a {
        width: auto;
    }

    .footer-top {
        padding: 6em 0  4em !important;
    }

    a#footer-location-btn {
        font-size: 16px !important;
        height: 60px !important;
        line-height: 1.2 !important;
    }

    #ry-footer .footer-custom div#ry-each3 .ry-social {
    justify-content: center !important;
    margin: 0 0 15px 0;
}

    #ry-footer .footer-custom div#ry-each3 {
    justify-content: center !important;
    align-items: center !important;
}
	
	

}

@media (max-width: 768px) {
	.module-1 {
		flex-direction: column;
	}
	.module-1 .ry-box-left img {
		max-width: 400px;
		margin: 0 auto;
	}
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(1), .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(2) {
		max-width: 100%;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(1) {
		margin-bottom: 30px;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .title {
		text-align: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details {
		align-items: center !important;
		justify-content: center !important;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li > .span-1 {
		min-width: unset;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .social-block .social-inner-wrap {
		justify-content: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .column-field .field-md {
		width: calc(100% - 10px);
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .form-group .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details, 
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details p,
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details a,
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li span,
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li {
		text-align: center;
	}
}

@media (max-width: 600px) {
    .footer-custom .footer-top .ry-content .each-group:nth-child(1) a:before {
        width: 55px !important;
        height: 55px !important;
    }


    div.footer-logo-wrap img {
        max-width: 80px;
        bottom: -40px !important;
    }

    .footer-custom .footer-top .ry-content .ry-flex .right-block .title h4 {
        font-size: 25px !important;
    }

    div#footer-loc-block div.inner-each {
        padding: 1em !important;
    }

    .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details li p, .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details a {
        text-align: center;
        font-size: 16px !important;
        text-decoration: none !important;
    }

	div#ry-footer div#footer-list ul li:nth-child(2) {}

    a#footer-location-btn {
    padding: 0 3px !important;
    font-size: 13px !important;
}

	div.ry-heading span {
		font-size: 15px !important;
	}

	div.ry-heading h2, div#hero-text h1, div#team-heading h2  {
		font-size: 26px !important;
		line-height: 1.3 !important;
	}


}


.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li.active a:before {
    filter: brightness(0) invert(1);
}

.marker-image img {
    max-width: 50px;
}

.footer-marker-block a {
    color: transparent !important;
}

div.footer-marker-block .link, div.footer-marker-block a.footer-location-btn.link {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    bottom: 0;
}

div.footer-marker-block {
    position: absolute;
    top: 35%;
    z-index: 1;
    display: flex;
    max-width: 900px;
    margin: auto;
    left: 0;
    right: 0;
}

.footer-map-container {
    position: relative;
}

body.default .footer-map-container {
    display: none;
}



body.default .footer-custom .footer-top {
    margin-top: 0;
}

body.default .footer-top .ry-content {
    margin-top: 0 !important;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li.active a:before {
    filter: brightness(0) invert(1);
}



.each-group:nth-child(1) a:before {
  content: '';
  position: absolute;
  background: url(https://www.royacdn.com/unsafe/smart/Site-85436733-23ca-4a30-87ad-11554c522ff1/assets/map_marker_waipahu_waikele.png);
  width: 70px;
  height: 100px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.footer-top .ry-heading {
    position: relative;
    top: -11em;
    z-index: 9999;
}


#ry-footer .footer-custom div#footer-info a {
    text-decoration: underline !important;
    text-underline-offset: 2px;
    margin: 0 5px;
}

#ry-footer .footer-custom div#ry-each3 img {
    max-width: 100px;
    position: relative;
    top: 6px;
    margin-left: 10px;
}

div#footer-info div#ry-each2 img {
    max-width: 300px;
}

#ry-footer .footer-custom div#ry-each3 {
    gap: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#ry-footer .footer-custom div#ry-each3 .ry-social {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#ry-footer .footer-custom div#ry-each3 a {
    text-decoration: none !important;
    margin: 0 !important;
}

#ry-footer .footer-custom div#ry-each3 ul li {
    list-style: none !important;
}

#ry-footer .footer-custom .dropdown-social-child {
    top: -245px;
}

#ry-footer .footer-custom .dropdown-social-child:after {
    bottom: -8px;
    top: initial;
    transform: rotate(180deg);
}

#ry-footer .footer-custom div#ry-each3 .dropdown-social-child a {
    color: #fff !important;
}

#ry-footer .footer-custom div#ry-each3 .dropdown-social-child a:hover {
    color: rgb(232, 168, 121) !important;
}



#ry-footer .footer-custom div#footer-info a:hover {
    color: rgb(232, 168, 121) !important;
}


.footer-fax-block {
    margin: 20px 0 10px;
}

@media (min-width:992px) {
    .location-selector {
        display:none;
    }
}



@media (max-width:1080px) {
	
	.ry-heading h2, div#team-heading h2 {
		font-size: 45px !important;
	}
	
	div#team-heading span.span-1 {
		font-size: 20px !important;
	}
	
	div#ry-footer .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details ul li span.span-1 {
		width: auto !important;
		margin-right: 10px;
	}
	
	.module-7 ul li:nth-child(odd) {
		border: none !important;
	}
	
	
	
	div.footer-fax-block {
		margin-top: 55px;
	} 


}



@media (max-width: 1024px) {
	.location-selector {
		display: block !important;
		max-width: max-content;
		margin: 0 auto;
	}
	.footer-custom .footer-top .ry-content .ry-flex .left-block {
		padding: 2em 1em;
	}
}


@media (max-width: 600px) {
	
	div.ry-heading span {
		font-size: 15px !important;
	}

	div.ry-heading h2, div#hero-text h1, div#team-heading h2  {
		font-size: 26px !important;
		line-height: 1.3 !important;
	}

}



/*CUSTOM FOOTER SECTION*/





/*RESPONSIVE*/



@media (max-width:1500px) and (min-width:1081px) {
	
    .ry-heading h2, div#hero-text h1 {
		font-size: 45px !important;
	}

	div#hp-location-cta {
		max-width: 900px !important;
	}

	div#hp-location-cta .ry-each .store-photo {
		max-width: 200px !important;
	}

	img#welcome-tag {
		left: -98px !important;
		max-width: 533px;
	}

	a#footer-location-btn {
		font-size: 16px !important;
		align-items: center;
			height:55px !important;
	}


	div.inner-each {
		padding: 15px !important;
	}

	.text-details ul li a, div.location-headline div#footer-hours p, div#footer-hours ul li p {
        font-size: 16px !important;
        line-height: 32px;
    }
	
	.location-headline div#footer-list {
		gap: 0 6% !important; 
	}
	
	div.hp-teamslider_slick .slick-arrow.slick-next {
		right: 45%;
	}

	div.hp-teamslider_slick .slick-arrow.slick-prev {
		left: 45%;
	}

	div.serv-title {
		right: 58%;
		top: 67%;
	}

	div.serv-title h3 {
		font-size: 33px;
		line-height: 1.3 !important;
	}

	a#serv-btn {
		font-size: 18px !important;
		height: 60px !important;
	}

	div.hp-teamslider_slick .slick-list {
		padding: 12em 0 4.5em !important;
	}
	
	div.hp-section.hp-team-slider {
		margin-bottom: -12em;
		padding-top: 1em;
	}


	.footer-top .ry-heading {
		top:-6em !important;
	}

}


@media (max-width:1200px) {
	
	div.module-67 {
		padding: 3em 0 !important;
	}  

	div.module-67 .ry-container #about {
		flex-direction: column;
		gap: 2em 0 !important;
	}

	div.module-67 p {
		font-size: 18px !important;
		line-height: 1.8 !important;
	}

	div.module-67 .ry-container #about div.inner-each {
		padding: 0;
	}

	

	div.module-67 .ry-container #about .ry-each {
		width: 100% !important;
	}

	div.module-67 .ry-container #about .ry-each .about-slide img {
		max-width: 400px;
		margin: auto;
	}

	div#about .carousel-indicators {
		bottom: 50px !important;
	}

	div.ry-heading span, div.ry-heading h2, div#hero-text h1 {
		text-align: center !important;
	}

	img#welcome-tag {
		left: 0;
		max-width: 300px;
		margin: 3em auto;
	}

	div#welcome-text p {
		text-align: center !important;
	}

	div.module-67 .ry-btn-primary {
		margin: 2em auto 0 !important;
	}

}


@media (max-width:1080px) {
	.module-store .ry-container .ry-content .swiper-slide:nth-child(even) .store-photo:before, .module-store .ry-container .ry-content .swiper-slide:nth-child(odd) .store-photo:before {
		display: none;
	}

		div.awards-content {
		top: 0;
		margin-top: 1em;
	}
	
	ul.dropdown-menu.mobile-info:before {
		content: "";
		width: 0px;
		height: 0px;
		top: -8px;
		position: absolute;
		background: transparent;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid rgba(51, 51, 51, 0.9);
		display: block;
		right: 15%;
	}

    button.mobile-app-btn.dropdown-toggle, button.mobile-phone-btn.dropdown-toggle {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--color-primary);
	}

	button.mobile-app-btn.dropdown-toggle i, button.mobile-phone-btn.dropdown-toggle i {
		color: #fff;
	}

	button.mobile-app-btn.dropdown-toggle span.caret, button.mobile-phone-btn.dropdown-toggle span.caret {
		display: none;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
		gap: 0 7px;
	}
	
	
	ul.dropdown-menu.mobile-info {
		background: rgba(51, 51, 51, 0.9);
		border-radius: 0;
		width: 100%;
		left: -143px;
		border: none;
		min-width: max-content;
		margin: 0;
		top: 50px;
		border-radius: 10px;
		text-align: center;
		padding: 5px 10px;
	}


	ul#phone-dropdown a, ul#calendar-dropdown a {
		background: transparent !important;
		margin: 0;
		width: 100% !important;
		height: auto !important;
		display: inline-block;
		padding: 0;
		font-size: 15px;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
		position: relative;
	}
	
		ul#calendar-dropdown {
		left: -100px;
	}
	
		ul.dropdown-menu.mobile-info li i {
		margin-right: 5px;
		background: transparent;
		border-radius: 100%;
		border: 1px solid rgb(255 255 255 / 26%);
		height: 25px;
		width: 25px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 8px;
		display: none;
	}



}


@media (max-width:991px) {

	div.module-store {
		padding: 3em 0 !important;
	}

		 div.awards-content {
		top: 0;
		margin-top: 2.5em;
	}

}

@media (max-width:768px) {
	
    .hp-teamslider_slick .slick-arrow.slick-next {
		right: 43% !important;
	}

	.hp-teamslider_slick .slick-arrow.slick-prev {
		left: 43% !important;
	}

}

@media (max-width:600px) {
	
	div.awards-content {
		padding: 15px !important;
	}
	
	div.hp-services .serv-title h3 {
		font-size: 18px !important;
	}

	
	div.hp-services .serv-title {
        bottom: 10%!important;
        max-width: 85% !important;
        top: initial !important;
    }
	
	div#hp-location-cta .swiper-slide {
		width: 100% !important;
	}
	
	.hp-teamslider_slick .slick-arrow.slick-next {
		right: 37% !important;
	}

	.hp-teamslider_slick .slick-arrow.slick-prev {
		left: 36% !important;
	}

		div.hp-teamslider_slick .slick-list .ry-heading {
		background: transparent;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
	}	
	
	#ry-pg-banner .ry-bnr-wrp {
		height: 160px;
	}
	
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		margin:0 !important;
	}
}



/*END RESPONSIVE*/


.loc-slider {
    display: none;
}
.loc-slider.active {
    display: block;
 }

.box-border:before, .box-border:after {
    content: '';
    background: transparent;
    bottom: -6px;
    left: -5px;
    width: 180px;
    height: 180px;
    position: absolute;
    border-bottom-left-radius: 30px;
    border-bottom: 5px solid #31929d;
    border-left: 5px solid #31929d;
}

.box-border:after {
    top: -5px;
    right: -2px;
    left: initial;
    transform: rotate(180deg);
    border-bottom: 5px solid #fbd432;
    border-left: 5px solid #fbd432;
}





/*LOCATION FORMS SECTION*/

div.location-form-section {
    background: #eff5f9;
    padding: 9em 0;
}

div#loc-forms ul li p:before {
    position: relative;
    top: 3px;
    margin-right: 15px;
}

div.location-form-section .ry-flex .ry-each:nth-child(2) p {
    font-size: 22px;
    font-weight: 600 !important;
    color: rgb(40 39 40 / 80%);
    line-height: 1.3;
}

div#loc-forms ul li {
    padding: 25px 0;
	    text-align: left !important;
}

div#loc-forms ul li a.ry-btn.ry-btn-primary {
    background: #494d4f !important;
}

div#loc-forms ul li a.ry-btn.ry-btn-primary:hover {
    background: var(--color-primary) !important;
}

div.location-form-section .ry-text p {
    color: #333333;
    font-weight: 400;
    line-height: 1.7;
}

div.location-form-section .ry-text ul {
    margin-top: 1em;
}

div.location-form-section .ry-text {
    margin-top: 1.5em;
    max-width: 650px;
}

div.location-form-section .ry-flex {
    gap: 0 5em;
    align-items: center;
}

div.location-form-section .ry-flex .ry-each:nth-child(2) {
    background: #fff;
    padding: 4em;
    border-radius: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}




@media (max-width:1080px) {
	
	div.location-form-section .ry-flex {
		flex-direction: column !important;
	}

	div.location-form-section .ry-flex .ry-each:nth-child(2) {
		padding: 2em !important;
		max-width: 600px;
	}

	div.location-form-section .ry-flex .ry-each:nth-child(2) p {
		text-align: center !important;
	}
	
	div#loc-forms h2, div#loc-forms p {
		text-align: center;
	}

	div.location-form-section .ry-text {
		margin: 2em auto;
	}

	body.default .location-form-section .ry-text ul li p {
		text-align: left !important;
	}
	
	div#loc-forms p {
		font-size: 16px;
		margin-top: 2em;
	}

	div#loc-forms ul li p:before {
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
	}

	div#loc-forms ul li, div#loc-forms ul li p {
		padding: 0;
		width: 100%;
		justify-content: center !important;
	}

	div#loc-forms ul {
		gap: 20px 0;
		flex-direction: column;
	}


	div#loc-forms ul li a.ry-btn.ry-btn-primary {
		margin: 0px auto 20px !important;
	}
	
	.module-7 ul li:nth-child(even) {
		border-bottom: 1px solid rgb(54 48 43 / 13%);
	}


}




/*END LOCATION FORMS SECTION*/


.ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a.ry-list-link {
    line-height: 1.3;
}


body[data-page-name="error"] #ry-pg-banner .ry-bnr-wrp {
    display: none !important;
}


div#headshot-block img {
    height: 550px;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 680px) {
    div#headshot-block img {
		height: auto !important;

	}
}






/*WAIPIO INFO (HIDDEN)*/

.dropdown-social-child a:nth-child(5)  {
    display: none;
}

.options-wrapper .each-options:nth-child(5) {
    display: none;
}

div#hp-location-cta .ry-each:nth-child(5) {
    display: none;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .each-group a:nth-child(5) {
    display: none !important;
}


.bh-sl-container .bh-sl-loc-list ul li.location-container:first-child {
    display: none;
}

/*END WAIPIO INFO (HIDDEN)*/

:root {
    --color-primary: #42b1a3;
    --color-secondary: #282728;
    --font-default: Montserrat;
    --font-title: Montserrat;
	
    
}