
/*
	Theme Name: GeneratePress
	Description: This is your custom style sheet
        for your child themes custom CSS code.
	Author: Brandon Kudo
	Author URI: http://example.com/

*/

.gform_wrapper {
	display: block;
  }

  a{
	  color: #598AEB;
  }
  body,p,a,ul,li,u,em,strong,span,div, button, input,figure,footer,header,section,aside,nav,form {
	  font-family: parisplus-std, sans-serif;
  }
  h1,h2,hgroup {
	  font-family: costa, sans-serif;
  }
  h3,h4,h5,h6 {
	  font-family: costa, sans-serif;
  }
  @media screen and (min-width: 769px) {
	  nav#site-navigation .inside-navigation {
		  display: flex !important;
		  justify-content: flex-end !important;
	  }
  }
  .home header.entry-header {
	display: none;
  }
  .home article#post-133, .home main#main, .home article#post-133 .entry-content {
	margin-top: 0;
  }
  .home article#post-133 .inside-article {
	padding-top: 0;
  }
  body {
	background-color: #F9FCFF;
  }
  .inside-article {
	  background-color: transparent !important;
  }
  #layerslider_8 {
	margin-top: -26px !important;
  }
  .fas.fa-phone {
	transform: scaleX(-1);
  }
  .orange-btn, .gform_button {
	background-color: #598AEB !important;
	padding: 5px 25px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	transition: all .6s ease;
	display: inline-block;
	color: white;
	border: none !important;
	box-sizing: border-box;
	border-radius: 20px;
	border-radius: 8px;
  }
  .orange-btn:hover, .gform_button:hover {
	background-color: #26A697 !important;
	color: white;
	border-radius: 8px;
  }
  .orange-btn:visited {
	color: white;
  }
  .four-icons-area {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .four-icons-card {
	width: 1100px;
	max-width: 100vw;
	padding: 25px;
	box-sizing: border-box;
	background-color: #F2F5FA;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	box-shadow: 0 10px 30px 0 lightgrey;
	position: relative;
  transform: translateY(-50px);
  }
  .four-icons-card-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 960px;
	max-width: 90vw;
  }
  .four-icons-area h1 {
	text-align: center;
	font-size: 30px;
	color: #598AEB;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
  }
  .four-icons-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	  flex-wrap: wrap;
  }
  .icon-card {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	  margin: 15px;
	  width: 175px;
	  padding: 15px;
  }
  .icon-card:hover {
	  background-color: white;
	  border-radius: 5px;
	  box-shadow: 0 0 5px #9FA1A4;
  }
  .icon-card h3 {
	text-align: center;
	color: #598AEB;
	font-weight: bold;
	text-transform: uppercase;
  }
  .icon-card img {
	  margin-bottom: 25px;
  }
  .four-icons-card p {
	text-align: center;
  }
  body {
	color: #707980;;
  }
  .icon-learn {
	text-align: center;
	color: #598AEB !important;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px;
  }

  .home-section-title {
	  text-align: center;
	  color: #fff;
	  font-weight: bold;
	  text-transform: uppercase;
	  margin-bottom: 0;
	  padding: 5px 10px;
  }
  .services-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	text-align: center;
	padding: 60px  0 60px 0;
  }

  .home  .services-grid {
	background-color: #29336A;
  }

  .services-grid-container {
	width: 960px;
	max-width: 90vw;
  }

  .home-service-btn{
	  padding-top: 20px;
	color: #fff !important;
	transition: all .15s ease-in;
	font-weight: bold;
	font-family: costa, sans-serif;
	font-size: 24px;
  }

  .home-service-btn span{
	color: #598AEB;
	text-transform: uppercase;
	text-decoration: underline;
  }

  .home-service-btn:hover span{
	color: #26A697;
  }

  .view-services {
	display: flex;
	align-items: center;
	background-color: #598AEB;
	padding: 5px 15px;
	text-align: center;
	  color: white !important;
	  text-transform: uppercase;
	  font-weight: bold;
	  font-size: 15px;
  }
  .view-services:hover {
	background-color: #26A697;
  }
  #footer-widgets {
	  background-color: transparent;
	  border-top: 10px solid #9FA1A4;
  }
  .footer-hours {
	  display: flex;
	  flex-direction: column;
	  width: 100%;
	  max-width: 400px;
  }
  .footer-day {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  border-bottom: 2px solid #9FA1A4;
  }
  .footer-day p {
	  margin-bottom: 4px;
  }
  h2.widget-title {
	  color: #fff !important;
	  font-weight: bold;
	  text-transform: uppercase;
  }
  #right-sidebar {
	  background-color: #F2F5FA;
	  border-radius: 15px;
	  padding: 0 40px 0 40px;
	  max-width: 240px;
  }
  .sidebar .widget {
	  background-color: transparent;
  }
  #page {
	  margin-top: 50px;
	  margin-bottom: 50px;
  }

  @media screen and (max-width: 800px) {
	  /* #page {
		  margin-top: 0px;
	  } */
  }

  .home #page {
	  margin-top: 0;
	  margin-bottom: 0;
  }
  .sidebar-icon {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
	  padding: 40px 0 40px 0;

  }
  .sidebar-icon p {
	  color: #598AEB !important;
	  font-weight: bold;
	  text-transform: uppercase;
  }
  .sidebar-icon img {
	  margin-bottom: 10px;
  }
  #right-sidebar .widget_custom_html {
	  margin-bottom: 0;
	  padding: 0;
  }
  #right-sidebar .widget {
	  border-bottom: 2px solid #9FA1A4;
  }
  #right-sidebar .widget:last-of-type {
	  border-bottom: none;
  }
  .footer-socials {
	  display: flex;
	  align-self: center;
	  justify-content: center;
	  width: 960px;
	  max-width: 90vw;
  }
  .footer-socials a {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  /* margin: 10px; */
  }
  .footer-buttons {
	  display: flex;
	  width: 100%;
	  flex-direction: column;
	  align-items: center;
  }
  .footer-buttons a {
	  color: white;
	  background-color: #9FA1A4;
	  padding: 5px;
	  width: 250px;
	  text-align: center;
	  margin-bottom: 10px;
	  font-weight: bold;
	  text-transform: uppercase;
	  border-radius: 5px;
  }
  .footer-buttons a:hover {
	  background-color: #598AEB;
  }

  #gform_wrapper_4 li {
	  width: 100% !important;
  }
  #gform_wrapper_4 label {
	color: #fff;
  }
  /* input#gform_submit_button_4 {
	  color: white;
	  background-color: #9FA1A4;
	  padding: 5px;
	  text-align: center;
	  width: 200px;
	  margin-bottom: 10px;
	  font-weight: bold;
	  text-transform: uppercase;
  }
  input#gform_submit_button_4:hover {
	  background-color: #598AEB;;
  } */
  .site-footer {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  .top-footer-links {
	  position: absolute;
	  top: -23px;
	  display: flex;
	  flex-direction: row;
	  align-items: center;
  }
  .top-footer-links a {
	  display: flex;
	  align-items: center;
	  margin: 10px;
	  background-color: white;
	  border-radius: 5px;
	  border: 2px solid #598AEB;
	  padding: 5px 10px;
	  text-align: center;
  }
  .top-footer-links p {
	  margin-bottom: 0;
	  color: #598AEB !important;
	  font-weight: bold;
	  text-transform: uppercase;
	  white-space: nowrap;
  }
  .top-footer-links img {
	  width: 25px;
	  margin-right: 5px;
  }

  #footer-widgets, .site-info {
	  width: 100vw;
	  box-sizing: border-box;
  }
  .site-info {
	  background-color: #26A697;
  }
  .service-card {
	  width: 350px;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
	  margin: 25px;
  }

  .title-ctn{
	  padding: 12px 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  height: 100%;
	  z-index: 5;
	  transition: all .15s ease-in;
  }

  .service-card img {
	  width: 100%;
	  transition: all .15s ease-in;
	  border-bottom-left-radius: 0 !important;
	  border-bottom-right-radius: 0 !important;
  }
  .services-grid-wrapper {
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
	  flex-wrap: wrap;
	  width: 100%;
	  padding-bottom: 50px;
  }

  .service-card h3 {
	  text-align: center;
	  font-size: 18px;
	  text-decoration: none;
	  color: #fff;
	  font-weight: bold;
	  max-width: 90%;
	  margin: 0 auto;
  }
  .title-ctn {
	  background-color: #598AEB;
  }
  .home-map {
	display: flex;
	flex-direction: column;
	align-items: center;
	  width: 960px;
	  max-width: 90vw;
	  margin-top: -30px;
  }
  .home-map-wrapper {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  margin-top: 50px;
  }
  .home-map-container {
	width: 50%;
  }
  .home-section-title h2 {
	text-align: center;
	color: #598AEB !important;
	font-weight: bold;
	text-transform: uppercase;
	background-color: white;
	margin-bottom: 0;
	margin: 10px;
  }
  .home-map-info {
	  width: 50%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .map-info-container {
	  width: 80%;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  .home-map-info h3 {
	  text-align: center;
  }
  @media screen and (max-width: 1024px) {
	  .home-map-wrapper {
		  flex-direction: column;
	  }
	  .home-map-info, .home-map-container {
		  width: 100%;
	  }
	  .home-map-info {
		  padding: 50px 0 50px 0;
	  }
  }
  @media screen and (max-width: 1024px) {
	  .inside-footer-widgets {
		  display: flex;
		  flex-direction: column;
		  align-items: center;
	  }
	  aside#custom_html-2 .textwidget {
		  display: flex;
		  justify-content: center;
	  }
  }
  .services-grid-container {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  .home-map .title-line {
	  margin-bottom: 50px;
  }
  .home-hero {
		  background-color: #29336A;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  width: 100vw;
		  height: 660px;
		  max-width: 100vw;
		  max-height: 36.667vw;
		  position: relative;
		  /* max-height: 44.2vw; */
		  /* height: 883.333px; */
		  /* margin-top: -25px; */
		  /* margin-bottom: -30px; */
		  /* height: 44.2vw; */
		  /* background-image: url('/wp-content/uploads/2019/11/MVP-clinic-feature-img-1.png');
		  background-position: center;
		  background-size: cover; */
			  /* -moz-box-shadow:    inset  0  50px 50px -50px #696868,
										  inset  0 -50px 50px -50px #696868;
		  -webkit-box-shadow: inset  0  50px 50px -50px #696868,
										  inset  0 -50px 50px -50px #696868;
				   box-shadow:        inset  0  50px 50px -50px #696868,
										  inset  0 -50px 50px -50px #696868; */
  }

  .home-hero-dog{
	  position: absolute;
	  bottom: 0;
	  right: 5%;
	  height: 90%;
  }

  .entry-content .home-hero .home-hero-wave{
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  width: 100vw;
	  margin-bottom: -2px;
	  border-radius: 0 !important;
  }
  .bottom-wave {
	fill: #fff;
	transform: translateY(100%);
	animation: waveSlideUp 500ms ease 0s 1 forwards;
}
  .home-wave .st2 {
	fill: rgba(255,255,255, 0.8);
	transform: translateY(100%);
	animation: waveSlideUp 500ms ease 500ms 1 forwards;
	}
	.home-wave .st1 {
		fill: rgba(255,255,255, 0.6);
		transform: translateY(100%);
		animation: waveSlideUp 500ms ease 1s 1 forwards;
	}
	.home-wave .st0 {
		fill: rgba(255,255,255, 0.4);
		transform: translateY(100%);
		animation: waveSlideUp 500ms ease 1.5s 1 forwards;
	}
	@keyframes waveSlideUp {
		0% {
			transform: translateY(100%);
		}
		100% {
			transform: translateY(0);
		}
	}

  .home-hero-container {
	  width: 1000px;
	  max-width: 90vw;
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
  }
  .home-hero-caption {
	  display: flex;
	  align-items: flex-start;
	  justify-content: center;
	  text-align: left;
	  flex-direction: column;

  }
  .home-hero-caption h2 {
	  color: white;
	  font-weight: bold;
	  /* text-shadow: 0 0 20px black; */
	  font-size: 40px;
	  margin-bottom: 15px;

  }
  .home-hero-caption p {
	  color: white;
	  font-style: italic;
	  text-shadow: 0 0 20px black;
	  margin-bottom: 20px;
  }
  .home-hero-caption a {
	  color: white;
	  text-transform: uppercase;
	  font-weight: bold;
	  padding: 10px;
	  padding: 5px 25px;
	  background-color: #598AEB;
	  border-radius: 30px;
	  font-size: 20px;
  }
  .home-hero-caption a:hover {
	  background-color:  #26A697;
  }
  .home-hero-overlay {
	  width: 100%;
	  height: 100%;
	  box-sizing: border-box;
	  background-color: rgba(0,127,167,0.8);
	  display: none;
  }
  @media screen and (max-width: 787px) {

	  .home-hero-container {
		  display: none;
	  }
	  .home-hero-overlay {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  flex-direction: column;
		  text-align: center;
	  }
	  .home-hero-overlay h2 {
		  color: white;
		  font-size: 26px;
		  text-transform: uppercase;
		  font-weight: bold;
		  max-width: 90vw;
		  margin-bottom: 5px;
	  }
	  .home-hero-overlay a {
		  background-color: white;
		  border-radius: 50px;
		  color: #598AEB;
		  padding: 10px 20px;
		  text-transform: uppercase;
		  font-weight: bold;
		  box-shadow: 0 0 5px grey;
		  font-size: 15px;
	  }
	  .home-hero-overlay a i {
		  margin-left: 10px;
	  }
	  .four-icons-card {
		  transform: translateY(0);
		  border-radius: 0;
	  }

  }
  @media screen and (min-width: 1025px) {
	  .home-hero-caption h2 {
		  font-size: 40px;
	  }
	  .home-hero-caption p {
	  font-size: 34px
	  }
  }

  header.entry-header h1.entry-title {
	  /* padding: 5px 10px 5px 0; */
	  color: #598AEB !important;
	  font-weight: bold;
	  /* transform: translateY(30px); */
	  /* background-color: white; */
		margin: 12px 0;
  }

  .home .title-line {
	width: 960px;
	height: 2px;
	background-color: #9FA1A4;
	  max-width: 90vw;
	  margin-bottom: 15px;
	  margin-bottom: 25px;
  }
  .home .entry-content {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  @media screen and (max-width: 1024px) {
	  #gform_widget-2 {
		  max-width: 250px;
	  }
	  .inside-footer-widgets .grid-parent {
		  display: flex;
		  justify-content: center;
		  text-align: center;
	  flex-direction: column;
	  }
  }
  .review-block {
	  display: flex;
	  align-items: center;
	  padding: 10px 15px;
	  border-radius: 3px;
	  margin: 5px !important;
  }
  .review-block i {
	  color: white !important;
	  margin-right: 10px;
	  font-size: 17px !important;
  }
  .review-block p {
	  color: white !important;
	  margin-bottom: 0 !important;
	  font-size: 14px;
	  padding: 0 !important;

  }
  .review-block:hover {
	  filter: brightness(0.8);
  }
  @media screen and (max-width: 1024px) {
	  .top-footer-links {
		  display: none;
	  }
  }
  li#field_4_1, li#field_4_2 {
	  padding-right: 0;
  }
  input#gform_submit_button_4 {
	  width: 100%;
  }
  @media screen and (max-width: 1024px) {
	  #gform_wrapper_4 {
		  width: 250px;
	  }
	  aside#gform_widget-2, .site-footer .footer-widgets-container .inner-padding {
		  padding-left: 0;
	  }
	  .footer-hours {
		  width: 250px;
	  }
  }

  .service-img {
	background-position: center;
	background-size: cover;
	width: 250px;
	  height: 250px;
	  background-color: grey;
	  margin-bottom: 10px;
  }
  .page-id-27 .services-grid {
	  margin-left: calc(-50vw + 50%);
  }
  .single .inside-article {
	  padding-top: 0 !important;
  }
  .single #main {
	  margin-top: 0 !important;
  }
  .page-header-image-single {
	  margin-bottom: 0 !important;
  }
  footer.entry-meta {
	  display: none !important;
  }
  .slide-left {
	  animation: slideLeft 500ms ease 0s forwards;
  }
  .slide-right {
	  animation: slideRight 500ms ease 0s forwards;
  }
  @keyframes slideLeft {
	  0% {
		  opacity: 0;
		  transform: translateX(-100vw);

	  }
	  100% {
		  transform: translateX(0);
	  opacity: 1;
	  }
  }
  @keyframes slideRight {
	  0% {
		  opacity: 0;
		  transform: translateX(100vw);

	  }
	  100% {
		  transform: translateX(0);
	  opacity: 1;
	  }
  }
  #home-map-container, #home-map-info {
	  opacity: 0;
  }
  main#main {
	  margin-top: 0 !important;
	margin-right: 0;
  }
  .inside-article {
	  padding-top: 0 !important;
	  padding-bottom: 0 !important;
  }
  .page-id-27 .inside-right-sidebar {
	  display: none !important;
  }
  .page-id-27 header.entry-header h1.entry-title {
	  text-align: center;
  }
  .page-id-2018 header.entry-header h1.entry-title,
  .page-id-2022 header.entry-header h1.entry-title,
  .page-id-54 header.entry-header h1.entry-title {
	  text-align: center;
  }

  .page-id-2022 .appt-header{
	  background-color: #F9FCFF;
  }

  /* input#gform_submit_button_2, input#gform_submit_button_3 {
	  background-color: #598AEB !important;
	  padding: 5px 15px;
	  text-align: center;
	  color: white !important;
	  font-size: 15px;
	  text-transform: uppercase;
	  font-weight: bold;
	  width: auto;
	  border: none;
  }
  input#gform_submit_button_2:hover, input#gform_submit_button_3:hover {


  } */
  .gform_body h2 {
	  color: #598AEB;
  }
  .top-footer-links i {
	  color: #598AEB;
	  margin-right: 5px;
  }
  .top-footer-links a:hover i {
	  color: white;
  }
  .top-footer-links a:hover {
	  background-color: #598AEB;
  }
  .top-footer-links a:hover p {
	  color: white !important;
  }
  ul.gfield_radio li {
	  overflow: visible !important;
  }
  li#field_3_16 .gfield_label {
	  display: none;
  }
  li#field_3_14 .gfield_label {
	  display: none;
  }
  .top-footer-links a .fas.fa-phone {
	  transform: rotate(90deg);
  }

  aside#custom_html-6 .textwidget img {
	  margin-bottom: 10px;
	  max-width: 250px;
  }
  .page-id-550 article#post-550 .entry-content h2 {
	  margin-bottom: 60px;
  }
  .next-section {
	  width: 100vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-top: -50px;
  }

  .next-section-container {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  width: 960px;
	  max-width: 90vw;
  }
  .next-numbers-wrapper {
	  display: flex;
	  justify-content: center;
	  width: 100%;
	  flex-wrap: wrap;
  }
  .next-number-card {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  margin: 25px;
	  text-align: center;
	  width: 250px;
	  opacity: 0;
  }
  .next-number-circle {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  border-radius: 100%;
	  border: 1px solid #9FA1A4;
	  width: 50px;
	  height: 50px;
	  margin-bottom: 10px;
  }
  .next-number-circle h3 {
	  font-size: 30px;
	  font-weight: bold;
	  color: #598AEB;
	  margin: 0;
	  transform: translateY(-2px);
  }
  .next-number-card p {
	  width: 200px;
  }
  .next-btns {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-wrap: wrap;
  }
  .next-btns a {
	display: flex;
	  align-items: center;
	  background-color: white;
	  border-radius: 5px;
	  border: 2px solid #598AEB;
	  padding: 5px 10px;
	  text-align: center;
		  margin: 10px;
  }
  .next-btns p {
	margin-bottom: 0;
  color: #598AEB !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  }
  .next-btns i {
	color: #598AEB;
	margin-right: 5px;
  }
  .next-call i {
	  transform: rotate(90deg);

  }
  .next-btns a:hover {
	  background-color: #598AEB;
  }
  .next-btns a:hover i {
	  color: white !important;
  }
  .next-btns a:hover p {
	  color: white !important;
  }
  .slide-up-1 {
	  animation: slideUp 500ms ease 0s forwards;
  }
  .slide-up-2 {
	  animation: slideUp 500ms ease 200ms forwards;
  }
  .slide-up-3 {
	  animation: slideUp 500ms ease 400ms forwards;
  }
  @keyframes slideUp {
	  0% {
		  opacity: 0;
		  transform: translateY(50px);
	  }
	  100% {
		  opacity: 1;
		  transform: translateY(0);
	  }
  }
  @media screen and (max-width: 1024px) {
	  .next-section {
		  margin-top: 0;
	  }
	  .home-map-info {
		  padding-bottom: 0;
	  }
  }
  @media screen and (max-width: 1024px) {
	  .next-numbers-wrapper {
		  flex-direction: column;
		  align-items: center;
	  }
  }
  .bh-pages {
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
  }
  .bh-numbers {
	display: flex;
	align-items: center;
	padding: 0;
  }
  .bh-numbers p {
	padding: 0;
	margin: 0;
  }
  .bh-previous {
	position: absolute;
	left: 0;
	bottom: 0;
  }
  .bh-next {
	position: absolute;
	right: 0;
	bottom: 0;
  }
  .blog-page {
	  display: flex;
	  flex-direction: column;
  }
  .blog-card {
	  padding-bottom: 25px;
	  margin-bottom: 25px;
	  border-bottom: 2px solid #9FA1A4;
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
  }
  .blog-card .title-line {
	  transform: translateY(-43px);
	  margin-bottom: 0;
  }
  .blog-card h2 {
	  padding: 5px 10px 5px 0;
	  color: #598AEB !important;
	  font-weight: bold;
	  text-transform: uppercase;
	  background-color: white;
		  position: relative;
		  z-index: 999;
  }

  @media (min-width:784px) and (max-width: 1045px) {
	  .icon-card {
		  width: 50%;
		  margin: 0;
		  box-sizing: border-box;
	  }
  }
  @media (max-width: 1024px) {
	  .four-icons-card {
		  transform: translateY(0);
	  }
  }
  .mobile-banner {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 25px 0 25px 0;
	  background-color: #F2F5FA;
	  display: none;
	  width: 100vw;
	  margin-bottom: 25px;
  }
  .mobile-banner-container {
	  width: 960px;
	  max-width: 90vw;
	  text-align: center;
  }
  .mobile-banner h1 {
	  color: #598AEB;
	  text-transform: uppercase;
	  margin-bottom: 0;
	  font-weight: bold;
  }
  @media screen and (max-width: 1024px) {
	  .mobile-banner {
		  display: flex;
	  }
  }
  .page .entry-content {
	  margin-bottom: 50px;
  }
  .map-info-container a h3 {
	  color: #598AEB !important;
  }
  .comments-area {
	  display: none !important;
  }
  .contact-map .fa.fa-phone {
	  transform: rotate(90deg);
  }
  .contact-map iframe{
	  border-radius: 8px;
  }

  .contact-map a:hover{
	color: #26A697
  }

  /* INTALYTICS LP */

  .page-id-888 #right-sidebar, .page-id-888 .entry-title, .page-id-888 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-888 .floating-appt, .page-id-888 .floating-call, .page-id-888 .site-footer {
	  display: none !important
  }

  .page-id-888 #primary {
	  width:100%
  }

  .page-id-888 .cah-cust-nav-bar-inner-wrapper,.page-id-888 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	  display: flex;
	  justify-content: center
  }

  /* INTALYTICS APPOINTMENT */

  .page-id-890 #right-sidebar, .page-id-890 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-890 .floating-appt, .page-id-890 .floating-call, .page-id-890 .site-footer {
	  display: none !important
  }

  .page-id-890 #primary {
	  width:100%
  }

  .page-id-890 .cah-cust-nav-bar-inner-wrapper,.page-id-890 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	  display: flex;
	  justify-content: center
  }

  /* APPOINTMENT FORM */

  .form-call {
	  background-color: #598AEB;
	  border: 2px solid #598AEB;
	  padding: 5px 10px;
	  text-align: center;
  }
  .form-call i {
	transform: rotate(90deg);
	color: white;
	margin-right: 5px;
  }

  .form-call:focus {
	  background-color: white;
  }

  .form-call:hover {
	  background-color: #26A697;
	  border: 2px solid #26A697;
  }


  #gform_wrapper_3 {
	  display: block !important;
  }

  #masthead, .title {
	display: none;
  }
  .main-fluid {
	background-color: #EEE;
  }
  .cah-cust-nav-bar-menu-wrapper {
	  width: 100vw;
  }
  .cah-cust-nav-bar-wrapper {
	width: 100vw;
	position: relative;
	top: 0;
	left: 0;
	background-color: #29336A;
	z-index: 99999999;
	  display: flex;
	  justify-content: center;
	/* transform: translateX(-100vw);
	animation: slideInLeft 1s ease 0s 1 forwards; */
  }
  @keyframes slideInLeft {
	0% {
	  transform: translateX(-100vw);
	}
	100% {
	  transform: translateX(0);
	}
  }
  .cah-cust-nav-bar-wrapper ul {
	margin: 0;
	list-style-type: none;
  }
  .cah-cust-nav-bar-wrapper li {
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
  }
  .cah-cust-nav-bar-inner-wrapper {
	height: fit-content;
	max-width: 960px;
	width: 90vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0 14px 0;
  }
  .cah-cust-nav-bar-logo-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
  }
  .cah-cust-nav-bar-logo-wrapper img {
	max-width: 230px!important;
  }
  .cah-cust-nav-bar-contact-wrapper {
	height: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
  }
  .cah-cust-nav-bar-contact-wrapper span {
	height: 31px;
	display: flex;
	align-items: center;
	padding: 0 13px;
	border: 1px solid #598AEB;
	border-radius: 5px;
	font-size: 15px;
	text-transform: uppercase;
	color: #598AEB;
	white-space: nowrap;
  }
  .cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
	margin-right: 10px;
  }
  .cah-cust-nav-bar-contact-wrapper span img {
	  margin-right: 10px;
  }
  .cah-cust-nav-bar-contact-wrapper span:nth-child(1) img {
	width: 20px;
  }
  .cah-cust-nav-bar-contact-wrapper span:nth-child(2) img {
	width: 18px;
  }
  .cah-cust-nav-bar-contact-wrapper span a {
	color: #598AEB;
	font-weight: 900;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul {
	display: flex;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li {
	height: 30px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 10px;
	cursor: pointer;
	text-align: center;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li:hover {
	/* background-color: #598AEB; */
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li:hover a{
	color: white;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li:hover ul {
	display: block;
  }

  .cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
	color: #fff;
	white-space: nowrap;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li:last-child {
	margin-right: 0;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li:last-child ul {
	left: -92px;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li {
	background-color: #598AEB;
	/* padding: 5px 15px; */
	white-space: nowrap;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
	flex-grow: 1;
	  margin: 0 !important;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:first-child {
	/* border-top: 1px solid #598AEB; */
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
	background-color: #598AEB;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover a {
	color: #F2F5FA;
  }
  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
	color: #598AEB;
  }

  .cah-cust-nav-bar-floating-nav-wrapper {
	width: 100vw;
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	/* box-shadow: 0 5px 30px 0 grey; */
	background-color: #29336A;
	transform: translateY(-100%);
	transition: all 500ms ease;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper {
	max-width: 90vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 0 10px 0;
	margin: 0 auto;
  }
  .cah-cust-nav-bar-floating-nav-logo-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
  }
  .cah-cust-nav-bar-floating-nav-logo-wrapper {
	width: 153px !important;
	display: flex;
	align-items: center;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper span {
	height: 31px;
	display: flex;
	align-items: center;
	padding: 0 13px;
	border: 1px solid #598AEB;
	border-radius: 5px;
	font-size: 15px;
	text-transform: uppercase;
	color: #598AEB;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) {
	width: fit-content;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper span img {
	margin-right: 10px;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) img {
	width: 20px;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(3) img {
	width: 18px;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper span a {
	color: #598AEB;
	font-weight: 900;
  }

  .cah-cust-nav-bar-hamburger-btn {
	display: none;
	position: relative;
	width: 38px;
	height: 38px;
	border: 2px solid #598AEB;
	border-radius: 50%;
	cursor: pointer;
  }
  .cah-cust-nav-bar-hamburger-btn div {
	  width: 16px;
	  height: 2px;
	  position: absolute;
	  background-color: #598AEB;
  }
  .cah-cust-nav-bar-hamburger-btn div:nth-child(1) {
	  top: 13px;
	  left: 11px;
  }
  .cah-cust-nav-bar-hamburger-btn div:nth-child(2) {
	  top: 18px;
	  left: 11px;
  }
  .cah-cust-nav-bar-hamburger-btn div:nth-child(3) {
	  top: 23px;
	  left: 11px;
  }
  .cah-cust-nav-bar-mobile-menu-wrapper {
	display: none;
  }
  .cah-cust-nav-bar-mobile-menu-wrapper li {
	display: flex;
	flex-direction: column;
	text-align: center;
  }
  .cah-cust-nav-bar-mobile-menu-wrapper a {
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
	position: relative;
	background-color: #26A697;
	border-bottom: 1px solid #598AEB;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
	border-bottom: none;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li > a {
	color: #598AEB;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul {
	display: none;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li i {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
	background-color: #26A697;
	border-bottom: 1px solid #26A697;
  }

  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child {
	border-bottom: none;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:hover {
	background-color: #598AEB !important;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child:hover {
	border-bottom: none;
  }
  .cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li a {
	color: #F2F5FA;
  }
  .stickyMobileNav {

  }
  @media (max-width: 660px) {
	.cah-cust-nav-bar-inner-wrapper {
	  align-items: center;
	  padding: 8px;
	}
	.cah-cust-nav-bar-logo-wrapper {
	  margin-bottom: 14px;
	}
  }
  @media (max-width: 1024px) {
	.cah-cust-nav-bar-wrapper {
	  position: relative;
	  top: 0;
	  left: 0;
	}

	.cah-cust-nav-bar-contact-menu-wrapper {
	  display: flex;
	  align-items: flex-end;
	  flex-direction: column
	}
	.cah-cust-nav-bar-contact-wrapper {
	  height: 80px;
	  flex-direction: column;
	  align-items: flex-end;
	}
	.cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
	  margin-right: 0;
	  margin-bottom: 10px;
	}
	.cah-cust-nav-bar-hamburger-btn {
	  display: block;
	}
  }
  .header-bottom-bar {
	width: 100vw;
	height: 40px;
	background-image: linear-gradient(to bottom, #005E7C, #598AEB);
  }
  .mobile-call {
	display: flex;
	  align-items: center;
	  margin-right: 10px;
	  background-color: white;
	  border-radius: 5px;
	  border: 2px solid #598AEB;
	  padding: 5px 10px;
	  text-align: center;
	  font-weight: bold;
  }
  .mobile-call:hover {
	color: white;
  }
  .mobile-call p {
	margin-bottom: 0;
  color: #598AEB !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  }
  .mobile-call i {
	transform: rotate(90deg);
	color: #598AEB;
	margin-right: 5px;
  }
  .mobile-appt {
	display: flex;
	  align-items: center;
	  background-color: white;
	  border-radius: 5px;
	  border: 2px solid #598AEB;
	  padding: 5px 10px;
	  text-align: center;
  }
  .mobile-appt p {
	margin-bottom: 0;
  color: #598AEB !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  }
  .mobile-appt i {
	color: #598AEB;
	margin-right: 5px;
  }
  .mobile-appt:hover {
	background-color: #598AEB;
  }
  .mobile-appt:hover i {
	color: white;
  }
  .mobile-appt:hover p {
	color: white !important;
  }
  .mobile-btns-container {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
  }
  .mobile-btns-container a:hover {
	background-color: #598AEB !important;
  }
  .mobile-btns-container a:hover p {
	color: white !important;
  }
  .mobile-btns-container a:hover i {
	color: white;
  }
  @media screen and (min-width: 1025px) {
	.mobile-btns-container {
	  margin-bottom: 0;
	}
  }
  .floating-appt {
	display: flex;
	align-items: center;
	background-color: #598AEB;
	padding: 5px 10px;
	text-align: center;
  }
  .floating-appt p {
	  margin-bottom: 0;
	  color: white !important;
	  font-weight: bold;
	  text-transform: uppercase;
	  white-space: nowrap;
  }
  .floating-appt i {
	  color: white;
	margin-right: 5px;
  }
  .floating-call {
	display: flex;
	  align-items: center;
	  background-color: #598AEB;
	  padding: 5px 10px;
	  text-align: center;
  }
  .floating-call p {
	margin-bottom: 0;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  }
  .floating-call i {
	transform: rotate(90deg);
	color: white;
	margin-right: 5px;
  }
  .floating-call:hover p {
	color: white !important;
  }
  .floating-call:hover i {
	color: white;
  }
  .floating-appt:hover p {
	color: white !important;
  }
  .floating-appt:hover i {
	color: white;
  }
  .home #right-sidebar, .home .sidebar {
	display: none !important;
  }
  ul#menu-header-menu li.menu-item-has-children a {
	margin-right: 6px;
  }
  ul#menu-header-menu li.menu-item-has-children::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid #9FA1A4;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	transform: translateY(2px);
  }
  ul#menu-header-menu li.menu-item-has-children:hover::after {
	border-top: 5px solid white;
  }
  #logo-mobile {
	display: none;
  }
  @media screen and (max-width: 787px) {
	#logo-mobile {
	  display: block;
	  width: 100px;
	}
	.header-stick {
	  position: fixed !important;
	  box-shadow: 0 5px 30px 0 grey;
	}
  }
  @media (min-width: 661px) and (max-width: 787px) {
	.home-hero-margin {
	  margin-top: 102px;
	}
  }
  @media screen and (max-width: 660px) {
	.home-hero-margin {
	  margin-top: 117px;
	}
  }


  .cah-cust-nav-bar-floating-nav-wrapper img {
	max-width: 153px;
  }


  /* Ian's CSS Additions */

  /* Header CSS */

  .menu-item a {
	  /* color: white; */
	  line-height: 45px;
	  padding: 0 15px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  font-weight: 400;
	  font-size: 14px;
  }

  .menu-item .top-buttons {
	  font-size: 17px;
	  font-weight: 400;
	  font-weight: bold;
	  text-transform: uppercase;
	  line-height: 1.5;
  }

  .menu-item a:hover {
	  color: #26A697;
  }

  .top-header-wrap {
	  width: 100%;
	/* opacity: 0;
	animation: fadeIn 1s ease 500ms 1 forwards; */
  }
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  .top-header-wrap .row {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
  }

  .menu-header-menu-container {
	  z-index: 9999999;
  }

  .menu-header-menu-container ul {
	  margin: 0;
  }

  #menu-header-menu	li a {
	  /* color: white !important; */
  }

  #menu-header-menu li {
	  list-style: none;
  }

  #menu-header-menu .sub-menu li:hover {
	  background-color: rgba(249, 252, 255, 0.4);
  }

  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li {
	  background-color: #26A697;
  }

  .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:first-child {
	  /* border-top: 1px solid #26A697; */
  }

  ul#menu-header-menu li.menu-item-has-children::after {
	  border-top: 5px solid white;
  }

  .home .cah-cust-nav-bar-wrapper {
	  z-index: 9999999;
  }

  .cah-cust-nav-bar-wrapper .row .logo a {
	  border: none;
  }

  #menu-header-menu {
	  display: flex;
	  justify-content: center;
	  z-index: 9999999;
  }

  #menu-header-menu li {
	  z-index: 99999;
  }

  .sub-menu {
	  z-index: 9999999;
	  background-color: #26A697;
  }

  .sub-menu li {
	  z-index: 9999999;
  }

  .header-button-section {
	  display: flex;
  }
  .header-button-section > .orange-btn:first-of-type {
	margin-right: 10px;
  }
  @media screen and (max-width: 800px) {
	.header-button-section > .orange-btn:first-of-type {
	  margin-right: 0;
	  margin-bottom: 5px;
	}
  }
  #first-header-button {
	  margin-right: 1vw;
  }

  @media screen and (max-width: 800px) {
	  .header-button-section {
		  display: block;
	  }
	  .header-button-section .orange-btn{
		  min-width: 133px;
		  font-size: 15px;
	  }
	  #first-header-button {
		  margin-right: 0vw;
	  }
  }

  #first-header-button a:hover {
	  background-color: #26A697;
  }

  #second-header-button a:hover {
	  background-color: #26A697;
  }

  @media screen and (max-width: 1024px) {
	  #rescue_search i {
		  display: none;
	  }
	  .rescue_search {
		  height: 0;
	  }
	  #menu-item-649 {
		  display: none;
	  }
  }

  @media screen and (max-width: 800px) {
	  .cah-cust-nav-bar-wrapper .row {
		  flex-direction: column;
		  justify-content: center;
	  }
	  .floating-call {
		  margin-top: 10px;
		  margin-bottom: 0;
		  display: flex;
		  justify-content: center;
	  }
	  .cah-cust-nav-bar-wrapper{
		  position: sticky;
	  }
	  body .bottom-navbar{
		position: sticky;
		top: 122px;
	  }
  }

  /* Hamburger Menu CSS */

  #hamburger {
	  display: none;
  }

  .menu-text {
	  display: none;
  }

  @media screen and (max-width: 900px) {
	  .cah-cust-nav-bar-menu-wrapper {
		  display: none;
	  }
	  .menu-text {
		  display: block;
	  }
	  #hamburger {
		  display: flex;
		  flex-direction: column;
	  }
	  #hamburger ul {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  overflow: hidden;
		  background-color: #26A697;
	  }
	  #hamburger li a {
		  display: block;
		  text-decoration: none;
		  color: white;
		  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		  font-size: 15px;
		  font-weight: 500;
		  border-bottom: 1px solid rgba(255,255,255,0.2);
	  }

	  #hamburger .cah-cust-nav-bar-mobile-menu-wrapper {
		  clear: both;
		  max-height: 0;
		  transition: max-height .2s ease-out;
		  display: none;
		  width: 100vw;
	  }
	  #hamburger .menu-icon {
		  cursor: pointer;
		  display: inline-block;
		  margin-top: 10px;
		  margin-bottom: 10px;
		  padding: 12px 6px;
		  position: relative;
		  user-select: none;
		  /* background-color: #26A697; */
	  }
	  #hamburger .menu-icon .navicon {
		  background: white;
		  display: block;
		  height: 2px;
		  position: relative;
		  transition: background .2s ease-out;
		  width: 18px;
	  }
	  #hamburger .menu-icon .navicon:before, #hamburger .menu-icon .navicon:after {
		  background: white;
		  content: '';
		  display: block;
		  height: 100%;
		  position: absolute;
		  transition: all .2s ease-out;
		  width: 100%;
	  }
	  #hamburger .menu-icon .navicon:before {
		  top: 5px;
	  }
	  #hamburger .menu-icon .navicon:after {
		  top: -5px;
	  }
	  #hamburger .menu-btn {
		  display: none;
	  }
	  #hamburger .menu-btn:checked ~ .cah-cust-nav-bar-mobile-menu-wrapper {
		  max-height: 1000px;
		  display: block;
	  }
	  #hamburger .menu-btn:checked ~ .menu-icon .navicon {
		  background: transparent;
	  }
	  #hamburger .menu-btn:checked ~ .menu-icon .navicon:before {
		  transform: rotate(-45deg);
	  }
	  #hamburger .menu-btn:checked ~ .menu-icon .navicon:after {
		  transform: rotate(45deg);
	  }
	  #hamburger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, #hamburger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	  top: 0;
	  }
	  .centering {
		  display: flex;
		  justify-content: center;
		  background-color: #26A697;
	  }
	  .menu-text {
		  color: white;
		  display: flex;
		  justify-content: center;
		  align-items: center;
	  }
	  .menu-text p {
		  margin-bottom: 0;
		  text-transform: uppercase;
		  font-size: 0.8125rem;
		  font-weight: bold;
	  }

	  .testimonial-quote p{
		  max-width: 100%;
	  }

	  .button-sliders img:last-child{
		  padding-right: 0;
	  }
	  .button-sliders img:first-child{
		padding-right: 0;
	}

	.cah-cust-nav-bar-floating-nav-wrapper{
		display: none;
	}
	.testimonial-sctn{
		padding: 60px 0;
	}
	.home-top-bg{
		flex-direction: column;
    	align-items: center;
	}

  }

  /* Smart Slider/Static Image CSS */

  .entry-content p {
	  margin-bottom: 0;
  }

  #slider-hero {
	  display: none;
  }

  .n2-section-smartslider {
	  margin-bottom: -30px;
  }

  .smart-slider-overlay {
	  width: 100%;
	  height: 100%;
	  box-sizing: border-box;
	  background-color: rgba(0,127,167,0.8);
  }

  @media screen and (max-width: 1024px) {
	  .home-hero {
		  margin-bottom: 0px;
	  }
	  .n2-section-smartslider {
		  display: none;
		  margin-bottom: 0px;
	  }
	  #slider-hero {
		  display: block;
	  }
	  .smart-slider-overlay {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  flex-direction: column;
		  text-align: center;
	  }
	  .smart-slider-overlay h2 {
		  color: white;
		  font-size: 26px;
		  text-transform: uppercase;
		  font-weight: bold;
		  max-width: 90vw;
		  margin-bottom: 5px;
	  }
	  .smart-slider-overlay a {
		  background-color: white;
		  border-radius: 50px;
		  color: #598AEB;
		  padding: 10px 20px;
		  text-transform: uppercase;
		  font-weight: bold;
		  box-shadow: 0 0 5px grey;
		  font-size: 15px;
	  }
	  .smart-slider-overlay a i {
		  margin-left: 10px;
	  }
  }

  /* Home_Top_Bg Function CSS */

  .home-bg-img-ctn{
	  display: none;
	  position: relative;
	  width: 100vw;
	  margin-bottom: -2px;
	  padding-top: 40px;
  }

  .home .home-bg-img-ctn{
	  display: block;
  }

  .home-bg-img-ctn-btm {
	position: relative;
	width: 100vw;
	/* margin-top: -2px;
	padding-bottom: 40px; */
  }

  .blue-wave{
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  width: 100vw;
	  border-radius: 0 !important;
  }

  .blue-wave-btm{
	  position: absolute;
	  top: -2px;
	  left: 0;
	  width: 100vw;
	  transform: rotate(180deg);
	  border-radius: 0 !important;
  }
.home-bg-img-ctn-btm .bottom-wave {
	fill: #29336a;
}
.home-bg-img-ctn-btm .home-wave .st2 {
	fill: rgba(41,51,106, 0.8);
}
.home-bg-img-ctn-btm .home-wave .st1 {
	fill: rgba(41,51,106, 0.6);
}
.home-bg-img-ctn-btm .home-wave .st0 {
	fill: rgba(41,51,106, 0.4);
}
.home-bg-img-ctn .bottom-wave {
	fill: #29336a;
}
.home-bg-img-ctn .home-wave .st2 {
	fill: rgba(41,51,106, 0.8);
}
.home-bg-img-ctn .home-wave .st1 {
	fill: rgba(41,51,106, 0.6);
}
.home-bg-img-ctn .home-wave .st0 {
	fill: rgba(41,51,106, 0.4);
}

  .home-top-bg {
	  width: 100%;
	  margin-top: 40px;
	  margin-bottom: 40px;
	  max-width: 62.5em;
	  z-index: 2;
	  display: flex;
	  justify-content: center;
  }

  .home-top-bg .service-card{
	  opacity: 1;
	  border-radius: 8px;
	  transform: translate(0px);
	  overflow: hidden;
	  position: relative;
	  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }

  .home-top-wrap {
	  margin: 4rem 0;
	  display: flex;
	  justify-content: center;
  }

  @media screen and (max-width: 1024px) {
  /* @media screen and (max-width: 640px) { */
	  .home-top-wrap {
		  margin: 0;
	  }
  }

  .home-widgets-top {
	  color: #ffffff;
	  text-align: center;
  }

  .home-widgets-top img{
	  width: 150px;
	  transition: all .15s ease-in;
  }

  @media screen and (max-width: 1024px) {
  /* @media screen and (max-width: 640px) { */
	  .home-widgets-top {
		  margin-top: 20px;
		  margin-bottom: 40px;
	  }
  }

  .home-widgets-top .textwidget h3,
  .home-widgets-top .textwidget h3 span {
	  color: #ffffff;
	  transition: all .15s ease-in;
	  font-weight: bold;
  }

  .home-widgets-top .textwidget h3{
	  padding-top: 12px;
  }

  .home-widgets-top .textwidget h3 span {
	  text-transform: uppercase;
	  color: #598AEB;
	  text-decoration: underline;
  }

  .home-widgets-top a {
	  text-decoration: none;
	  background: transparent;
	  cursor: pointer;
  }

  .home-widgets-top .textwidget:hover h3 span {
	  color: #26A697;
  }

  .home-widgets-top .textwidget:hover img {
	  transform: scale(1.1);
	  -webkit-transform: scale(1.1);
  }


  @media screen and (max-width: 1024px) {
	  /* .home-top-bg {
		  border-radius: 0px;
	  } */
  }

  @media screen and (max-width: 1024px) {
  /* @media screen and (max-width: 640px) { */
	  .home-top-wrap {
		  flex-direction: column;
	  }
	  .textwidget .icon-hover img {
		  margin-top: 40px;
	  }
	  #first-image {
		  margin-top: 0;
	  }
  }

  .home-widgets-section {
	  padding: 60px 0 60px 0;
	  width: 100vw;
	  margin-top: 0;
	  margin-bottom: 0;
	  display: flex;
	  justify-content: center;
	  background-color: #fff;
  }

  .hideme {
	  opacity: 1 !important;
  }

  .large-12 {
	  position: relative;
	  padding-left: 0.9375em;
	  padding-right: 0.9375em;
	  float: left;
  }

  .internals {
	  width: auto;
	  margin-left: -0.9375em;
	  margin-right: -0.9375em;
	  margin-top: 0;
	  margin-bottom: 0;
	  max-width: none;
  }

  .home-text-widget-left {
	  text-align: center;
	  margin-bottom: 30px;
	  position: relative;
	  padding-left: 0.9375em;
	  padding-right: 0.9375em;
	  float: left;
  }

  .home-widget-left {
	  margin-bottom: 30px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
  }
  .home-widget-left .textwidget {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
	  max-width: 90vw;
	  width: 960px;
  }

  .home-widget-left .textwidget h2 {
	  color: #598AEB;
	  font-weight: 600;
	  font-size: 2rem;
	  margin-bottom: 0.5rem;
  }

  .home-widget-left .textwidget h2 span {
	  color: #29336A;
	  font-size: 2.3125rem;
  }

  .home-divider{
	  width: 200px;
	  border-bottom: 4px solid #598AEB;
	  padding-top: 12px;
	  margin: 0 auto 24px auto;
  }

  /* Footer CSS */

  #footer-widgets {
	  /* background-color: #2c3135; */
	  border-top: 0px;
  }

  .footer-widgets {
	  padding: 50px;
	  padding-top: 100px;
  }

  .footer-widgets-container {
	  width: 960px;
	  max-width: 90vw;
  }
  .inside-footer-widgets {
	  margin-left: 0 !important;
  }
  #first-footer aside {
	  margin-left: 10px;
	  margin-top: 20px;
  }

  #first-footer p {
	  color: #b2b2b2;
	  font-size: 16px;
	  font-weight: 100;
	  line-height: 28px;
	  margin-bottom: 1.25rem;
  }

  /* #gform_widget-3 h2 {
	  color: #fff !important;
	  text-transform: uppercase;
  } */

  #gform_fields_4 input {
	  background: #F9FCFF;
	  border: 2px solid #F9FCFF;
	  color: #F9FCFF;
	  width: auto;
	width: 100%;
  }

  .widget_text h5 {
	  color: #fefefe;
	  text-transform: uppercase;
	  font-size: 16px;
	  font-weight: 600;
	  line-height: 2.4rem;
	  margin-top: 0.2rem;
	  margin-bottom: 0.5rem;
  }

  .widget_text p > a {
	  line-height: inherit;
	  text-decoration: none;
	  color: #B2B2B2;
	  transition: 0.2s;
	  background: transparent;
  }


  #gform_4 {
	width: 100%;
	max-width: 500px
  }
  /* input#gform_submit_button_4 {
	  background-color: #598AEB !important;
	line-height: 1.25em;
	  padding: 5px 15px;
	  text-align: center;
	  color: white;
	  text-transform: uppercase;
	  font-weight: bold;
	  width: 100%;
	  border: none;
	text-transform: uppercase;
	border-radius: 0 !important;
	margin-right: 0;
  }

  input#gform_submit_button_4:hover {
	  color: white;
	  background-color: #26A697 !important;
  } */

  .footer_social {
	  min-height: 110px;
	  background-color: #252a2e;
  }

  @media screen and (max-width: 1024px) {
	  .tiny-footer-button {
		  float: none;
	  }
	  .footer-widget-3 {
		  display: flex;
		  flex-direction: column;
	  }
	  .gform_widget-3 {
		  text-align: center;
	  }
	  #gform_wrapper_4 {
		  width: 100%;
		  display: flex;
		  justify-content: center;
	  }
	  #gform_4 {
		  text-align: center;
	  }
	  .gform_footer {
		  display: flex;
		  justify-content: center;
	  }
  }

  /* Page CSS */

  #page:not(.home) {
	  width: 960px;
	max-width: 90vw;
  }

  #page #right-sidebar {
	  margin-top: 30px;
	  margin-bottom: 30px;
  }

  .page-id-59 #right-sidebar {
	  display: none;
  }

  .page-id-59 .grid-75 {
	  width: 100%;
  }

  .page-id-2018 #right-sidebar,
  .page-id-54 #right-sidebar {
	  display: none;
  }

  .page-id-2018 .grid-75,
  .page-id-54 .grid-75 {
	  width: 100%;
  }

  @media screen and (max-width: 800px) {
	  #page #right-sidebar {
		  margin-top: 5px;
		  margin-bottom: 20px;
	  }
  }

  .entry-header:not(.home) {
	  /* margin-left: 10px;
	  margin-right: 10px; */
  }

  .entry-content:not(.home) {
	  /* margin-left: 10px;
	  margin-right: 10px; */
  }

  .home .entry-header {
	  margin-left: 0px;
	  margin-right: 0px;
  }

  .home .entry-content {
	  margin-left: 0px;
	  margin-right: 0px;
  }

  @media screen and (max-width: 770px) {
	  #page #right-sidebar {
		  margin: 0 auto;
		  margin-bottom: 30px;
	  }
  }

  /* doctors_page CSS */

  .page-id-2018 .entry-content,
  .page-id-54 .entry-content {
	  margin-left: 0;
	  margin-right: 0;
  }

  .page-id-2018 .entry-content .dvm-cards-ctn,
  .page-id-54 .entry-content .dvm-cards-ctn {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
  }

  .doctor-card {
	  text-align: center;
	  width: 200px;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  margin: 15px;
	  overflow: hidden;
	  border-radius: 10px;
  }

  .doctor-card img {
	  transition: all .15s ease-in;
	  display: block;
	  margin-right: auto;
	  margin-left: auto;
	  vertical-align: middle;
	  max-width: 100%;
	  height: auto;
  }

  .doctor-card a {
	  color: #26A697;
	  font-weight: bold;
	  text-decoration: none;
	  transition: 0.2s;
	  background: transparent;
  }

  .doctor-card h3 {
	text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    max-width: 90%;
    margin: 0 auto;
  }

  .inside-article:not(.home, ) img {
	border-radius: 8px;
}
.lp-about-bottom-wave > img, .lp-services-bottom-wave > img, .lp-map-top-wave > img {
	border-radius: 0;
}
  /* Correcting for Prior CSS */

  /* .inside-article:not(.home) img {
	  margin-top: 30px;
  } */

  @media screen and (max-width: 800px) {
	  .inside-article:not(.home) img {
		  margin-top: 0px;
	  }
  }

  #page:not(.home) {
	  /* margin-bottom: 0px; */
  }

  .bottom-navbar {
	background-color: #26A697;
	  z-index: 999999;
	  position: relative;
	/* transform: translateX(100vw);
	animation: slideInRight 1s ease 0s 1 forwards; */
  }
  @keyframes slideInRight {
	0% {
	  transform: translateX(100vw);

	}
	100% {
	  transform: translateX(0);

	}
  }
  body .grid-container {
	  max-width: 100%;
  }

  .separate-containers .inside-article {
	  padding: 0px;
  }

  aside#custom_html-6 .textwidget img {
	  margin-bottom: 0px;
  }

  .header-bottom-bar {
	  display: none;
  }

  .site-footer {
	  width: 100vw;
	  background-color: #29336A;
  }
  .footer-bar .custom-html-widget {
	  display: flex;
	  justify-content: center;
  }
  .footer-bar {
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	  padding: 25px 0 25px 0;
	  background-color: #252a2e;
	  margin-bottom: 15px !important;
  }
  @media screen and (max-width: 1024px) {
	  .footer-widget-1 {
		  display: flex;
		  flex-direction: column;
		  align-items: center;
	  }
  }
  .doctor-card:hover .title-ctn{
	  background-color: #26A697;
  }
  .doctor-card:hover img {
	  transform: scale(1.1);
	  -webkit-transform: scale(1.1);
  }
  .doctor-card:hover h3 {
	  color: #fff;
  }
  .service-card:hover img {
	  transform: scale(1.1);
	  -webkit-transform: scale(1.1);
  }

  .service-card:hover .title-ctn {
	background-color: #26A697;
  }

  @media screen and (max-width: 1024px) {
	  #right-sidebar {
		  max-width: none;
		  width: 100vw;
		  border-radius: 0;
	  }
	  .entry-content {
		  margin-bottom: 50px;
	  }
  }
  .copyright a:hover {
	  color: #29336A;
  }
  .home-widgets-top .icon-hover i {
	  font-size: 60px;
	  margin-bottom: 25px;
  }
  .entry-content p {
	  margin-bottom: 1em;
  }
  #right-sidebar {
	  display: none;
  }
  #primary {
	  width: 100%;
  }
  .floating-appt:hover, .floating-call:hover {
	  background-color: #26A697;
  }
  @media screen and (max-width: 1024px) {
	  .header-stick .logo {
		  display: none;
	  }
  }
  .page-id-371 .header-button-section, .page-id-371 .bottom-navbar, .page-id-371 #footer-widgets, .page-id-371 .footer-bar, .page-id-371 .cah-cust-nav-bar-floating-nav-wrapper {
	  display: none !important;
  }
  .page-id-371 .top-header-wrap .row {
	  display: flex;
	  justify-content: center;
  }
  .page-id-371 #main {
	  margin-right: 0;
  }
  .page-id-369 .header-button-section, .page-id-369 .bottom-navbar, .page-id-369 #footer-widgets, .page-id-369 .footer-bar, .page-id-369 .cah-cust-nav-bar-floating-nav-wrapper {
	  display: none !important;
  }
  .page-id-369 .top-header-wrap .row {
	  display: flex;
	  justify-content: center;
  }
  .page-id-369 #main {
	  margin-right: 0;
  }
  /* .gform_button {
	  background-color: #598AEB !important;
  padding: 5px 15px;
  text-align: center;
  color: white !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  width: auto;
  border: none;
  }
  .gform_button:hover {
	  background-color: #26A697;
  } */
  @media screen and (max-width: 1024px) {
	  .home-hero {
		  display: none;
	  }
  }
  .staff-img {
	  float: left;
	  margin: 0 25px 15px 0;
	  width: 250px;
	  max-width: 90vw;
  }
  .category-dvm > .inside-article > .page-header-image-single {
	  display: none;
  }
  .page-id-59 #main {
	  margin-right: 0;
  }
  @media screen and (min-width: 1025px) {
	  .home-widgets-top {
		  width: 33.333%;
		  box-sizing: border-box;

	  }
  }
  @media screen and (max-width: 1024px) {
	  .home-widgets-top {
		  width: 100%;
		  box-sizing: border-box;
	  }
  }
  .logo {
	  max-width: 300px;
  }
  .home .entry-content > p:first-of-type {
	margin-bottom: 0;
  }
  #gform_wrapper_13 li.gfield input, #gform_wrapper_13 li.gfield textarea, #gform_wrapper_13 li.gfield select {
	background-color: #fafafa;
	border: 1px solid #444;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	padding: 5px 10px !important;
	color: #444;
	width: 100% !important;

  }

  #gform_wrapper_13 label.gfield_label {
	color: #7C8084;
  }
  #gform_wrapper_13 .gfield_required {
	color: #7C8084 !important;
  }
  .page-id-172 #right-sidebar {
	display: none;
  }
  .page-id-172 #primary {
	  width: 100%;
  }
  .page-id-172 #main {
	  margin-right: 0;
  }
  .page-id-172 {
	background-color: #eff0f2;
  }
  .page-id-172 .entry-content {
	  justify-content: center;
	  display: flex;
	  background-color: #eff0f2;
  }
  #gform_wrapper_13 {
	background-color: white;
	box-sizing: border-box;
	padding: 0 0 50px 0;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	width: 600px;
	max-width: 100%;
	  margin-bottom: 0;
  }
  #gform_fields_13 > li {
	padding: 0 50px;
	/* padding: 0; */
	margin: 0 50px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
  }
  #gform_fields_13_2 > li {
	padding: 0 50px;
	/* padding: 0; */
	margin: 0 50px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
  }
  #field_13_2 {
	margin: 0;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #field_13_26 {
	margin: 0;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	/* justify-content: center;
	align-items: center; */
  }
  .appt-header {
	width: 100%;
	background-color: #fafafa;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	padding: 50px 0 35px 0;
	position: relative;
  }
  .appt-header h2 {
	margin-bottom: 20px;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #7C8084;
	font-size: 32px;
  }
  .appt-header > p {
	font-style: italic;
	color: #444;
	margin-bottom: 0 !important;
  }
  .appt-page-number {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #598AEB;
	border-radius: 100%;
	top: -25px;
  }
  .appt-page-number > p {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin-bottom: 0 !important;
  }
  .appt-urgent-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 25px 50px;
	background-color: #EB5757;
	width: 100%;
	box-sizing: border-box;
  }
  .appt-urgent-cta p {
	color: white;
	margin-bottom: 0 !important;
	text-align: center;
  }
  .appt-urgent-cta p a {
	color: white;
	margin-bottom: 0 !important;
	text-align: center;
  }
  #field_13_24 {
	padding: 0 !important;
  }
  #input_13_3 {
	/* margin-left: 0 !important; */
	margin-bottom: 0 !important;
	display: flex;
  }
  #input_13_3 > li {
	margin-bottom: 0 !important;
	margin-right: 15px;
	  display: flex;
	  align-items: center;
	  overflow: visible;
  }
  #input_13_3 > li > * {
	margin-top: 0 !important;
	  white-space: nowrap;
	  overflow: visible;
  }
  #input_13_3 > li > input {
	min-width: 10px !important;
  }
  #field_13_3 {
	display: flex;
	align-items: center;
	/* padding-bottom: 15px !important; */
	/* padding: 15px 50px 15px 50px !important; */
	/* margin: 0 50px 0 50px !important; */
	/* border-bottom: 1px solid #444; */
  }
  #field_13_3 > .ginput_container {
	margin-top: 0;
  }
  #gform_wrapper_13 .gform_page_footer {
	border-top: none !important;
	padding: 0 50px !important;
	margin: 25px 0 0 0 !important;
  }
  #gform_wrapper_13 ul.gfield_radio input {
	box-shadow: none;
  }
  #gform_wrapper_13 ul.gfield_radio input:checked ~ label {
	color: #014051;
  }
  /* .gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	color: #014051;

  } */
  #gform_wrapper_13 .gform_next_button {
	/* border: 2px solid #014051; */
	box-shadow: none;
	margin-right: 0 !important;
	width: 100% !important;
	background-color: #598AEB !important;
	color: white;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box !important;
	padding: 10px;
	font-size: 20px !important;
	transition: all .6s ease;
	font-weight: bold;
	border-radius: 8px !important;

  }
  #gform_wrapper_13 .gform_next_button:hover {
	background-color: #26A697 !important;
	/* color: #7C8084; */
	cursor: pointer;
  }
  /* #gform_page_13_2 {
	display: block !important;
  } */
  #field_13_13 > .ginput_container {
	position: relative;
  }
  #field_13_13 > .ginput_container > .ui-datepicker-trigger, #field_13_13 > .ginput_container > .screen-reader-text {
	position: absolute;
	right: 10px;
	top: 8px;
  }
  #field_13_15 > .ginput_container {
	position: relative;
  }
  #field_13_15 > .ginput_container > .ui-datepicker-trigger, #field_13_15 > .ginput_container > .screen-reader-text {
	position: absolute;
	right: 10px;
	top: 8px;
  }
  #gform_fields_13_2 .gfield_radio {
	margin: 0 !important;
	display: flex;
  }
  #gform_fields_13_2 .gfield_radio > li {
	display: flex;
	align-items: center;
  }
  #gform_fields_13_2 .gfield_radio > li > * {
	margin-top: 0 !important
  }
  #field_13_14 .ginput_container {
	margin-top: 0 !important;;
  }
  #field_13_16 .ginput_container {
	margin-top: 0 !important;;
  }
  #gform_page_13_2 .gform_page_footer {
	display: flex;
	flex-direction: column;
  }
  #gform_wrapper_13 .gform_previous_button, #gform_submit_button_13, #gform_submit_button_13, #gform_previous_button_13 {
	box-shadow: none;
	margin-right: 0 !important;
	width: 100% !important;
	background-color: #598AEB;
	color: white;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box !important;
	padding: 5px;
	font-size: 20px !important;
	transition: all .6s ease;
	font-weight: bold;
	margin-bottom: 5px !important;
	display: block;
	border-radius: 8px;
  }
  #gform_wrapper_13 .gform_previous_button:hover, #gform_submit_button_13:hover, #gform_submit_button_13:hover, #gform_previous_button_13:hover {
	background-color: #26A697;
	/* color: #7C8084; */
	cursor: pointer;
  }
  #gform_submit_button_13 {
	box-shadow: none;
	margin-right: 0 !important;
	width: 100% !important;
	background-color: #598AEB;
	color: white;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box !important;
	padding: 10px;
	font-size: 20px !important;
	transition: all .6s ease;
	font-weight: bold;

  }
  #gform_submit_button_13:hover {
	background-color: #26A697;
	/* color: #7C8084; */
	cursor: pointer;
  }
  #field_13_11 {
	width: 100% !important;
  }
  .page-id-172 .entry-title {
	text-align: center;
  }
  @media screen and (max-width: 1024px) {
	  #field_13_2 {
		  display: flex;
		  flex-direction: column;
	  }
  }

  /* middletown animal clinic */

  /* colors: #598AEB > #29336A */

  #logo-desktop{
	  width: 100%;
	  max-width: 200px;
  }

  .sticky-logo{
	  width: 150px;
  }

  .doctors-page .home-section-title{
	  color: #29336A;
  }

  .home .doctors-page .dvm-cards-ctn{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .doctors-page .title-ctn{
	  height: auto;
	  position: absolute;
	  bottom: 0;
	  left: 0;
  }

  .doctor-card {
	  position: relative;
	  height: 215px;
  }

  .footer-wave{
	margin-left: calc(-50vw + 50%);
	width: 100vw;
	margin-bottom: -10px;
	border-radius: 0 !important;
  }

  .footer-socials{
	  width: 100%;
	  padding: 12px 0;
	  display: flex;
	  justify-content: space-between;
  }

  .footer-socials div {
	background-color:#598AEB;
	padding: 10px 7px;
	width: 30px;
	border-radius: 50%;
	transition: all .15s ease-in;
	margin: 0 2px;
  }

  .footer-socials div:hover {
	background-color:#26A697;
  }

  .social-icon{
	width: 100%;
	height: 100%;
  }

  .social-icon :hover{
	background-color: #26A697;
}

  .social-icon i{
	  font-size: 20px;
	  color: #fff !important;
	  z-index: 2;
  }

  .social-icon svg{
	height: 20px;
	width: auto;
	fill: #fff;
	z-index: 2;
}

#custom_html-6 .textwidget{
	display: flex;
    justify-content: center;
	margin-bottom: 40px;
}

#block-2 h2{
	text-align: center;
	color: #fff;
	font-family: costa, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.site-footer .footer-widgets-container .inner-padding{
	padding: 0 20px;
}

.business-hours div:last-child {
	padding: 16px 0 0 0;
}

.business-hours a {
	color: #fff;
	font-family: costa, sans-serif;
	text-align: center;
	display: block;
    padding-bottom: 12px;
	font-size: 16px;
}

.day{
	display: flex;
	justify-content: space-between;
	color: #fff;
	border-bottom: 2px solid #26A697;
}

.day p {
	margin: 16px 0;
	width: fit-content;
}

.business-hours .day:first-child p{
	margin-top: 0;
}

li#field_4_1{
	margin-bottom: 12px;
}

.wave-mobile{
	display: none;
}

@media screen and (max-width: 600px) {
	.staff-img{
		float: none;
	}
	.blue-wave-btm{
		display: none;
	}
	.blue-wave{
		display: none;
	}
	.footer-wave{
		display: none;
		margin-bottom: -2px;
	}
	.wave-mobile{
		display: block;
		border-radius: 0 !important;
	}
}

.cah-cust-nav-bar-floating-nav-wrapper .cah-cust-nav-bar-menu-wrapper > div > ul{
	justify-content: center;
}

.cah-cust-nav-bar-floating-nav-wrapper ul#menu-header-menu-1 li.menu-item-has-children::after{
	content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #9FA1A4;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: translateY(2px);
	border-top: 5px solid white;
}
.welcome-card {
  width: 325px;
  height: 325px;
  max-width: 95%;
  background-color: white;
  border-radius: 16px;
  margin-top: 30px;
  margin: 30px 16px 0 16px;
  overflow: hidden;
}

/* .welcome-card:not(:last-of-type) {
  margin-right: 35px;
} */

.card-icon {
  background-color: #29336a;
  border-radius: 0px 0px 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-icon img {
  max-height: 80px;
  transition: all .5s ease;
}

.welcome-card:hover img {
  transform: scale(1.15);
}

.card-icon, .card-title {
  height: 50%;
}

.card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #444444;
}

.green-btn, .green-btn:visited {
  display: block;
  width: 210px;
  background-color: #598aeb;
  color: white;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all .5s ease;
}

.green-btn:hover {
  background-color: #24866B;
  color: white;
}
.page-id-632 #right-sidebar, .page-id-632 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-632 .floating-appt, .page-id-632 .floating-call, .page-id-632 .site-footer {
	display: none !important;
}
.page-id-632 #primary {
	width: 100%;
}
.page-id-632 .cah-cust-nav-bar-inner-wrapper, .page-id-632 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-630 #right-sidebar, .page-id-630 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-630 .floating-appt, .page-id-630 .floating-call, .page-id-630 .site-footer {
	display: none !important;
}
.page-id-630 #primary {
	width: 100%;
}
.page-id-630 .cah-cust-nav-bar-inner-wrapper, .page-id-630 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-661 #right-sidebar, .page-id-661 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-661 .floating-appt, .page-id-661 .floating-call, .page-id-661 .site-footer {
	display: none !important;
}
.page-id-661 #primary {
	width: 100%;
}
.page-id-661 .cah-cust-nav-bar-inner-wrapper, .page-id-661 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-663 #right-sidebar, .page-id-663 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-663 .floating-appt, .page-id-663 .floating-call, .page-id-663 .site-footer {
	display: none !important;
}
.page-id-663 #primary {
	width: 100%;
}
.page-id-663 .cah-cust-nav-bar-inner-wrapper, .page-id-663 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-808 #right-sidebar, .page-id-808 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-808 .floating-appt, .page-id-808 .floating-call, .page-id-808 .site-footer {
	display: none !important;
}
.page-id-808 #primary {
	width: 100%;
}
.page-id-808 .cah-cust-nav-bar-inner-wrapper, .page-id-808 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-815 #right-sidebar, .page-id-815 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-815 .floating-appt, .page-id-815 .floating-call, .page-id-815 .site-footer {
	display: none !important;
}
.page-id-815 #primary {
	width: 100%;
}
.page-id-815 .cah-cust-nav-bar-inner-wrapper, .page-id-815 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.page-id-632 header.entry-header {
		align-items: center;
	}
	.page-id-632 header.entry-header h1.entry-title {
		padding: 5px 10px;
		text-align: center;
	}
}
.landing-page-plugin .services {
	display: none;
}
@media screen and (max-width: 1024px) {
	.page-id-632 #page {
		margin-top: 0;
	}
}
.page-id-663 header.entry-header, .page-id-661 header.entry-header, .page-id-632 header.entry-header {
	display: none;
}

.page-id-1039 #right-sidebar, .page-id-1039 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-1039 .floating-appt, .page-id-1039 .floating-call, .page-id-1039 .site-footer {
	display: none !important
}

.page-id-1039 #primary {
	width:100%
}

.page-id-1039 .cah-cust-nav-bar-inner-wrapper,.page-id-1039 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center
}
.page-id-632 .header-button-section, .page-id-632 .bottom-navbar, .page-id-632 #footer-widgets, .page-id-632 .footer-bar, .page-id-632 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-632 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-632 #main {
	margin-right: 0;
}
.page-id-630 .header-button-section, .page-id-630 .bottom-navbar, .page-id-630 #footer-widgets, .page-id-630 .footer-bar, .page-id-630 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-630 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-630 #main {
	margin-right: 0;
}
.page-id-663 .header-button-section, .page-id-663 .bottom-navbar, .page-id-663 #footer-widgets, .page-id-663 .footer-bar, .page-id-663 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-663 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-663 #main {
	margin-right: 0;
}
.page-id-661 .header-button-section, .page-id-661 .bottom-navbar, .page-id-661 #footer-widgets, .page-id-661 .footer-bar, .page-id-661 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-661 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-661 #main {
	margin-right: 0;
}
.page-id-888 .header-button-section, .page-id-888 .bottom-navbar, .page-id-888 #footer-widgets, .page-id-888 .footer-bar, .page-id-888 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-888 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-888 #main {
	margin-right: 0;
}
.page-id-815 .header-button-section, .page-id-815 .bottom-navbar, .page-id-815 #footer-widgets, .page-id-815 .footer-bar, .page-id-815 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-815 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-815 #main {
	margin-right: 0;
}
.page-id-808 .header-button-section, .page-id-808 .bottom-navbar, .page-id-808 #footer-widgets, .page-id-808 .footer-bar, .page-id-808 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-808 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-808 #main {
	margin-right: 0;
}
.page-id-890 .header-button-section, .page-id-890 .bottom-navbar, .page-id-890 #footer-widgets, .page-id-890 .footer-bar, .page-id-890 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-890 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-890 #main {
	margin-right: 0;
}

.page-id-632 .covid-banner, .page-id-632 .cah-cust-nav-bar-wrapper, .page-id-632 .footer-wave, .page-id-632 .site-footer, .page-id-632 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.lp-hero .bottom-wave {
fill: rgb(249 252 255 / 100%);
transform: translateY(100%);
animation: waveSlideUp 500ms ease 0s 1 forwards;
}
.lp-hero .home-wave .st2 {
fill: rgb(249 252 255 / 80%);
transform: translateY(100%);
animation: waveSlideUp 500ms ease 500ms 1 forwards;
}
.lp-hero .home-wave .st1 {
	fill: rgb(249 252 255 / 60%);
	transform: translateY(100%);
	animation: waveSlideUp 500ms ease 1s 1 forwards;
}
.lp-hero .home-wave .st0 {
	fill: rgb(249 252 255 / 40%);
	transform: translateY(100%);
	animation: waveSlideUp 500ms ease 1.5s 1 forwards;
}
.page-id-632 #page, .page-id-632 .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-632 #main, #post-632 {
  margin-right: 0;
  margin-bottom: 0;
}
.new-lp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.new-lp-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  background-color: #29336A;
  opacity: 0;
  width: 100%;
}
#lp-sticky-header {
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  position: fixed;
}
.lp-header-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-header-container > img {
  width: 334px;
}
.lp-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.lp-banner > img {
  width: 100%;
	border-radius: 0 !important;
}
.lp-banner-wave {
  position: absolute;
  bottom: 0;
  left: 0;
}
.lp-callouts {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.lp-callouts-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.lp-callouts-container > .welcome-card {
  width: calc(33.333% - 32px);
  margin: 16px;
  height: auto;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
  text-align: center;
}
.lp-callouts-container > .welcome-card > .card-icon > img {
  height: 80px;
}
.lp-callouts-container > .welcome-card > .card-icon {
  padding: 40px 0;
  height: auto;
}
.lp-callouts-container > .welcome-card > .card-title {
  height: auto;
  padding: 23px 40px 40px 40px;
  box-sizing: border-box;
}
.lp-callouts-container > .welcome-card > .card-title > .green-btn {
  margin-bottom: 0;
}
.lp-callouts-container > .welcome-card > .card-title > h3 {
  margin-bottom: 23px;
  text-transform: uppercase;
  font-size: 23px;
}
.lp-about-top-wave {
  width: 100%;
  background-color: #F7F7F7;
}
.lp-about-top-wave > img {
  width: 100%;
  transform: scaleX(-1);
}
.lp-about-bottom-wave {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
}
.lp-about-bottom-wave > img {
  width: 100%;
}
.lp-services-bottom-wave {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}
.lp-services-bottom-wave > img {
  width: 100%;
  transform: scaleY(-1) translateY(1px);
}
.lp-about {
  width: 100%;
  background-color: #fff;
  padding: 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-about-container {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
}
.lp-about-container > img {
  width: 45%;
}
.lp-about-right {
  width: 55%;
  padding-left: 106px;
  box-sizing: border-box;
}
.lp-about-right > h2 {
  color: #29336A;
  font-weight: bold;
  font-size: 48px;
}
.lp-about-right > p {
  color: #828282;
  font-size: 18px;
  margin-bottom: 0;
}
.lp-new-services {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29336a;
}
.lp-new-services-container {
  width: 800px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
}
.lp-new-services-container > h2 {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
}
.lp-services-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.lp-services-wrapper > h3 {
  width: calc(50% - 12px);
  margin: 6px;
  padding: 10px 0;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #26A697;
}
.lp-new-doctors {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 0;
	background-color: white;
}
.lp-doctors-container {
  width: 1200px;
  max-width: 90vw;
}
.lp-doctors-container > h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 72px;
	color: #29336A
}
.lp-doctor-card {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 72px;
}
.lp-doctor-card > img {
  width: 300px;
	border-radius: 16px;
}
.lp-doctor-body {
  box-sizing: border-box;
  padding-left: 64px;
}
.lp-doctor-body > h3 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
	color: #26A697;
}
.lp-doctor-body > p {
  color: #828282;
}
.lp-doctor-body > p:first-of-type {
  display: none;
}
.lp-doctor-body > p:last-of-type {
  margin-bottom: 0;
}
.lp-map {
  background-color: #29336a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 64px 0;
}
.lp-map-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-map-container > h2 {
  color: white;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 48px;
}
.lp-map-container > iframe {
  border-radius: 16px;
}
.lp-map-top-wave {
  width: 100%;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
.lp-map-top-wave > img {
  width: 100%;
}
.lp-map-bottom-wave {
  width: 100%;
  display: flex;
  align-items: flex-end;
  background-color: #fff;
}
.lp-map-bottom-wave > img {
  width: 100%;
  transform: translateY(1px);
}
.lp-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 64px 0;
	background-color: #29336a;
}
.lp-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 800px;
  max-width: 90vw
}
.lp-footer-container > img {
  width: 334px;
  margin-bottom: 40px;
}
.lp-footer-container > p {
  font-size: 18px;
}
.lp-footer-container > p:last-of-type {
  margin-bottom: 0;
}
.lp-footer-container > p > a {
  /* text-decoration: underline; */
  color: #fff;
}
#lp-banner-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #lp-banner-desktop {
    display: none;
  }
  #lp-banner-mobile {
    display: block;
  }
  .lp-header-container {
    flex-direction: column;
  }
  .lp-header-container > img {
    order: 1;
    margin-bottom: 40px;
  }
  .lp-header-container > .green-btn:first-of-type {
    order: 2;
    margin-bottom: 5px;
    width: 100%;
  }
  .lp-header-container > .green-btn:last-of-type {
    order: 3;
    width: 100%;
  }
  .lp-callouts-container {
    flex-direction: column;
    align-items: center;
  }
  .lp-callouts-container > .welcome-card {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .lp-about-container {
    flex-direction: column;
  }
  .lp-about-container > img {
    width: 100%;
    margin-bottom: 40px;
  }
  .lp-about-right {
    padding-left: 0;
    width: 100%;
  }
  .lp-services-wrapper {
    flex-direction: column;
  }
  .lp-services-wrapper > h3 {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .lp-doctor-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-doctor-card > img {
    margin-bottom: 40px;
  }
  .lp-doctor-body {
    padding-left: 0;
  }
}
.lp-banner .home-hero-wave {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    margin-bottom: -2px;
    border-radius: 0 !important;
}
