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

*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1. Sitewide Styles
2. Header Styles
3. Homepage Styles
4. Features
	4a. Services
	4b. Doctors
	4c. Counter
	4d. Testimonials
	4e. Blog
	4g. Thank You
5. Sidebar Styles
6. G-Form Styles
7. Footer Styles
8. Individual Page Styles
9. Animations & Keyframes
10. Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. SITEWIDE STYLES
--------------------------------------------------------------*/

body {
  background-color: white;
}

body,
p,
a,
ul,
li,
u,
em,
strong,
span,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: "brandon-grotesque", sans-serif;
  color: var(--gray);
}

a,
a:visited {
  color: var(--denim);
}

h1,
h2,
hgroup {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}

h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}

.home header.entry-header {
  display: none;
}

.page .entry-content {
  margin-bottom: 50px;
}

.comments-area {
  display: none !important;
}

#masthead,
.title {
  display: none;
}
.home .entry-content > p {
  display: none;
}
header.entry-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

header.entry-header h1.entry-title {
  padding: 5px 10px 5px 10px;
  color: var(--denim) !important;
  font-weight: bold;
  /* background-color: white; */
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.title-line {
  width: 100px;
  height: 5px;
  background-color: var(--sky-blue);
  max-width: 90vw;
  margin-bottom: 25px;
}
.home .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-content {
  margin-bottom: 0px !important;
  height: auto !important;
}

#page {
  /* margin-top: 200px; */
  margin-top: 200px;
  margin-bottom: 50px;
}

.home #page {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.gform_button,
.blue-button {
  padding: 10px 20px;
  color: var(--denim) !important;
  background-color: var(--cream) !important;
  border: none !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.6s ease;
  display: inline-block;
  text-align: center;
  line-height: 1.25em;
}
.blue-button:hover {
  /* background-color: var(--peachy) !important;
  color: #fff !important; */
}
.gform_button,
.blue-button.dark {
  background-color: var(--peachy) !important;
  color: #fff !important;
}
.blue-button:hover,
.gform_button:hover,
.blue-button.dark:hover {
  /* background-color: var(--cream) !important;
  color: var(--denim) !important; */
  background-color: var(--denim) !important;
  color: #fff !important;
}
.center-picture {
  display: flex;
  justify-content: center;
}

.page-header-image-single {
  float: left;
  width: 350px;
  height: auto;
  padding: 0px 20px 10px 0px;
  margin-top: 0px !important;
}

main#main {
  margin-top: 0 !important;
}

.inside-article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

aside#custom_html-6 .textwidget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

aside#custom_html-6 .textwidget img {
  margin-bottom: 10px;
  max-width: 250px;
}

.three-animal-container,
.doctors-section,
.big-three-container,
.numbers-container {
  position: relative;
}

/*--------------------------------------------------------------
2. HEADER STYLES
--------------------------------------------------------------*/

.header-logo {
  min-width: 230px;
}

.floating-mobile-version9 {
  display: none;
}

.mobile-floating-nav {
  display: none;
}

.top-row-floating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bottom-row-floating {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.float-button {
  /* display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff !important;
	background-color: var(--sky-blue);
	padding: 9px 10px 9px 10px !important;
	font-size: 14px;
	font-weight: bold;
	width: 125px;
	text-transform: uppercase; */
  width: 80vw;
  margin-bottom: 5px;
}

.float-button p {
  margin: 0px;
}

.phone-float {
  font-size: 14px !important;
}

.true-mobile-nav {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-bottom-bar {
  width: 100vw;
  height: 40px;
  background-image: linear-gradient(to bottom, #005e7c, var(--denim));
}

.mobile-call {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--denim);
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}

.mobile-call:hover {
  color: white;
}

.mobile-call p {
  margin-bottom: 0;
  color: var(--denim) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-call i {
  transform: rotate(90deg);
  color: var(--denim);
  margin-right: 5px;
}

.mobile-appt {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--denim);
  padding: 5px 10px;
  text-align: center;
}
.mobile-appt p {
  margin-bottom: 0;
  color: var(--denim) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-appt i {
  color: var(--denim);
  margin-right: 5px;
}

.mobile-appt:hover {
  background-color: var(--denim);
}

.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: var(--denim) !important;
}

.mobile-btns-container a:hover p {
  color: white !important;
}

.mobile-btns-container a:hover i {
  color: white;
}

.floating-appt {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--denim);
  padding: 5px 10px;
  text-align: center;
}

.floating-appt p {
  margin-bottom: 0;
  color: var(--denim) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-appt i {
  color: var(--denim);
  margin-right: 5px;
}

.floating-call {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--denim);
  padding: 5px 10px;
  text-align: center;
}

.floating-call p {
  margin-bottom: 0;
  color: var(--denim) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-call i {
  transform: rotate(90deg);
  color: var(--denim);
  margin-right: 5px;
}

.floating-call:hover {
  background-color: var(--denim);
}

.floating-call:hover p {
  color: white !important;
}

.floating-call:hover i {
  color: white;
}

.floating-appt:hover {
  background-color: var(--denim);
}

.floating-appt:hover p {
  color: white !important;
}

.floating-appt:hover i {
  color: white;
}

.cah-cust-nav-bar-wrapper {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  border-bottom: 4px solid var(--cream);
}
#main-header-wrapper {
  position: relative;
}
@media screen and (min-width: 1025px) {
  /*.home #main-header-wrapper {
		position: fixed;
	}*/
  #main-header-wrapper {
    position: sticky;
  }
}
.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;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center !important;
  padding: 20px 10px !important;
  max-width: 90vw;
  margin: auto;
}

.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: center;
  align-items: center;
}

.cah-cust-nav-bar-contact-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--denim);
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--denim);
  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: var(--denim);
  font-weight: 900;
}

.cah-cust-nav-bar-menu-inner-wrapper {
  display: flex;
}

#menu-left_menu,
#menu-left_menu-1 {
  justify-content: flex-end;
}

#menu-right_menu,
#menu-right_menu-1 {
  justify-content: flex-start;
}

.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 a {
  color: var(--sky-blue);
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover ul {
  display: block;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li a {
  /* font-size: 15px; */
  font-weight: bold;
  text-transform: uppercase;
  flex-grow: 1;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
  color: var(--denim);
  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 ul li {
  background-color: var(--denim);
  padding: 5px 15px;
  white-space: nowrap;
  text-align: left;
  display: flex;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:first-child {
  /* border-top: 1px solid var(--cream); */
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: var(--cream);
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover a {
  color: #ffff;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
  color: #fff !important;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: var(--sky-blue) !important;
}

.cah-cust-nav-bar-floating-nav-wrapper {
  width: 100vw;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: var(--denim);
}

.cah-cust-nav-bar-floating-nav-wrapper
  > .cah-cust-nav-bar-wrapper
  > .cah-cust-nav-bar-inner-wrapper {
  padding: 0px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper {
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 45px 10px 45px;
  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 var(--denim);
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--denim);
}

.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: var(--denim);
  font-weight: 900;
}

.cah-cust-nav-bar-hamburger-btn {
  display: none;
  position: relative;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border: 2px solid var(--denim);
  border-radius: 50%;
  cursor: pointer;
}
.cah-cust-nav-bar-hamburger-btn > i {
  color: var(--denim);
}

.cah-cust-nav-bar-hamburger-btn div {
  width: 16px;
  height: 2px;
  position: relative;
  background-color: var(--denim);
}

.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;
  /* border-top: 1px solid var(--denim);
  border-bottom: 1px solid var(--denim); */
}

.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 {
  margin: 0px;
  width: auto;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
  position: relative;
  background-color: var(--sky-blue);
  border-bottom: 1px solid var(--denim);
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
  /* background-color: #F2F5FA;
  border-bottom: none;
  color: var(--denim); */
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li > a {
  color: var(--denim);
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul {
  display: none;
  width: 100%;
  margin-left: 0px;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li i {
  position: absolute;
  top: 8px;
  right: 15px;
  color: var(--denim);
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
  background-color: var(--denim);
  border-bottom: 1px solid #f2f5fa;
  width: 100%;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:first-child {
  /* border-top: 1px solid var(--denim); */
}

.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: var(--sky-blue); */
}

.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;
}

.info-bottom-row {
  width: 100vw;
  height: auto;
  background-color: var(--denim);
  border-bottom: none;
  padding: 8px 0 8px 0;

  .banner-socials {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.info-inner-bottom-row {
  width: 1400px;
  max-width: 90vw;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: auto;
  align-items: center;
}

.info-inner-bottom-row p {
  /* font-size: 15px; */
  width: auto;
  max-width: auto;
  text-wrap: none;
  color: white;
  margin: 0px !important;
  text-align: center;
  font-size: 16px;
}

.info-inner-bottom-row a {
  color: #fff;
  text-decoration: none;
}

.stupid-row.info-bottom-row {
  background-color: var(--cream);

  & p,
  a {
    color: var(--denim);
    font-weight: bold;
    text-align: center;
    display: flex !important;
  }
}

.mobile-conditional-formatting-slider {
  display: block;
  position: fixed;
  top: 135px;
}

.banner-button-container {
  display: none;
}

.banner-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  overflow-y: hidden;
  padding: 40px 40px 160px 160px;
  opacity: 0;
  animation: fadeIn 1s ease 1s 1 forwards;
  background-color: var(--sky-blue);
  margin-top: 60px;
  margin-right: -20px;

  .blue-button:hover {
    background-color: var(--peachy) !important;
    color: #fff !important;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-text-container h1 {
  color: var(--denim);
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;

  & span {
    font-size: 32px;
    text-transform: capitalize;
    color: var(--denim);
  }
}

.banner-text-container p {
  margin-right: 0px;
  width: 400px;
  color: var(--denim);
}

.desktop-button-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.mobile-header-appt-bttn {
  display: none;
  background-color: var(--sky-blue);
  padding: 5px 10px 5px 10px;
  transition: 300ms;
}

.mobile-header-appt-bttn p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile-header-appt-bttn:hover {
  background-color: #134b61;
}

.mobile-header-appt-bttn-true {
  display: none;
  background-color: var(--sky-blue);
  padding: 5px 10px 5px 10px;
  transition: 300ms;
}

.mobile-header-appt-bttn-true p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-formatter {
  width: 400px;
  min-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
}

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;
}

/*--------------------------------------------------------------
3. HOMEPAGE STYLES
--------------------------------------------------------------*/

.banner-overlay {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(99, 209, 247, 0.8);
  position: relative;
}
.banner-overlay .home-wave {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .service-wave {
    display: none;
  }
}
.textwidget a {
  color: var(--sky-blue);
}

.banner-position-container {
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  display: flex;
}

.banner-socials a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: var(--peachy);
  margin: 5px;
  margin-right: 0;
  transition: all 0.6s ease;
}

.banner-socials a i {
  color: white;
}

.banner-socials a:hover {
  background-color: var(--sky-blue);
}

.slider-header {
  font-size: 60px !important;
  margin-bottom: 25px;
  font-weight: bold;
}

.mobile-banner {
  display: none;
}

.slider-line {
  width: 80px;
  height: 4px;
  background-color: var(--denim);
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.slider-caption {
  margin-bottom: 25px;
}

.slider-btn {
  color: white !important;
  font-weight: bold !important;
  padding: 10px 20px;
  background-color: var(--sky-blue);
}

.slider-btn:hover {
  background-color: var(--denim);
}
.services-wave {
  width: 100vw;
  position: relative;
  max-width: none;
  transform: rotate(180deg);
  background-color: white;
}
.bottom-services-wave {
  fill: var(--cream);
  transform: translateY(100%);
  transition: all 500ms ease 0s;
}
.services-wave .st2 {
  fill: rgba(253, 252, 227, 0.8);
  transform: translateY(100%);
  transition: all 500ms ease 500ms;
}
.services-wave .st1 {
  fill: rgba(253, 252, 227, 0.6);
  transform: translateY(100%);
  transition: all 500ms ease 1s;
}
.services-wave .st0 {
  fill: rgba(253, 252, 227, 0.4);
  transform: translateY(100%);
  transition: all 500ms ease 1.5s;
}
.big-three-container {
  /* transform: translateY(-1px); */
  width: 100vw;
  display: flex;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* border-top: 5px solid var(--sky-blue); */
  margin-left: 0;
  align-self: center;
  padding: 50px 0px 50px 0px;
  background-color: white;
}

.a-big-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 300px;
  max-width: 300px;
  max-height: 300px;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 15px 0px 15px;
  position: relative;
  overflow-y: hidden;
}

.round-button-three-link {
  display: flex;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  background-color: var(--denim);
  justify-content: center;
  align-items: center;
  position: relative;
  transition: backgroundColor 200ms ease, transform 1s ease 500ms;
  top: -50px;
  z-index: 5;
  transform: scale(0);
}

.home .fa-medkit {
  font-size: 45px;
  color: white;
}

.home .fa-map-marker-alt {
  font-size: 45px;
  color: white;
}

.home .fa-calendar-alt {
  font-size: 45px;
  color: white;
}

.big-three-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(25px);
  transition: all 500ms ease;
}

.round-button-three-link p {
  margin: 0px;
  color: black;
}

.sliding-section-big {
  width: 100%;
  height: 150px;
  background-color: var(--denim);
  z-index: 0;
  position: absolute;
  bottom: -150px;
  transition: 400ms;
  text-align: center;
}

.big-three-content-container a:hover .sliding-section-big {
  transform: translateY(-110px);
}

.sliding-section-big p {
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  font-weight: bold;
}

.a-big-container:hover .sliding-section-big {
  transform: translateY(-110px);
}

.big-three-content-container:hover .round-button-three-link {
  background-color: var(--denim);
}

.static-banner-container hr {
  width: 80px;
  height: 4px;
  background-color: var(--denim);
  align-self: flex-end;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.static-banner-container {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding: 40px 0;

  .hero-image {
    height: fit-content;
    width: 50%;
    max-width: 450px;
    border-radius: 16px;
    margin-right: -60px;
    margin-bottom: 60px;
    z-index: 3;
  }
}

/*--------------------------------------------------------------
4. FEATURES
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4a. SERVICES
--------------------------------------------------------------*/

.service-img {
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  background-color: grey;
  overflow: hidden;
  transition: 500ms;
}

.services-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  text-align: center;
  padding: 0 0 50px 0;
}

.services-grid-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.view-services {
  border: 2px solid var(--denim);
  text-align: center;
  color: var(--denim) !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 5px;
}

.view-services:hover {
  color: white !important;
  background-color: var(--denim);
}

.service-card {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 15px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  margin-bottom: none !important;
}

.services-grid-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
}

.service-card h3 {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--denim);
  color: #fff;
  word-wrap: normal;
  font-size: 18px;
  z-index: 9999;
}

.service-card:hover .service-img {
  transform: scale(1.2);
}

.service-card:hover h3 {
  background-color: var(--denim);
}
.home-wave {
  width: 100vw;
  position: relative;
  max-width: none;
  transform: translateY(1px);
}
@media screen and (min-width: 1025px) {
  .home-wave {
    margin-top: 43vw;
  }
}
.bottom-wave {
  fill: var(--denim);
  transform: translateY(100%);
  animation: waveSlideUp 500ms ease 0s 1 forwards;
}
.home-wave .st2 {
  fill: rgba(51, 140, 171, 0.8);
  transform: translateY(100%);
  animation: waveSlideUp 500ms ease 500ms 1 forwards;
}
.home-wave .st1 {
  fill: rgba(51, 140, 171, 0.6);
  transform: translateY(100%);
  animation: waveSlideUp 500ms ease 1s 1 forwards;
}
.home-wave .st0 {
  fill: rgba(51, 140, 171, 0.4);
  transform: translateY(100%);
  animation: waveSlideUp 500ms ease 1.5s 1 forwards;
}
@keyframes waveSlideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.home-services {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
  background-color: var(--denim);
  border-bottom: 5px solid var(--sky-blue);
  position: relative;
  flex-direction: column;
  width: 100vw;
  /* margin-top: 45vw; */
}

.home-services-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.view-services-btn {
  position: absolute;
  bottom: -25px;
  width: 300px;
  z-index: 99;
}

.home-service-card {
  width: 200px;
  margin: 15px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 500ms ease;
}

.home-service-card a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-service-img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 7px solid var(--denim);
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.home-service-card h3 {
  color: #fff;
  font-weight: bold;
}

.home-services .center-doctor-title h2,
.home-services .center-doctor-title h3 {
  color: white;
}

.home-service-card:hover .home-service-img {
  border-color: var(--sky-blue);
}

/*--------------------------------------------------------------
4b. DOCTORS
--------------------------------------------------------------*/

.doctors-section {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: auto;
  background-color: var(--cream);
  padding: 50px 0px 50px 0px;
}

.center-doctor-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.center-doctor-title h2 {
  margin: 5px;
  font-weight: bold;
  color: var(--denim);
  text-transform: uppercase;
  opacity: 0;
  transition: all 1s ease 0s;
}

.center-doctor-title h3 {
  margin: 5px;
  font-weight: bold;
  color: var(--denim);
  text-transform: uppercase;
  opacity: 0;
  transition: all 1s ease 0s;
}

.center-doctor-title hr {
  width: 60px;
  margin: 10px;
  background-color: var(--sky-blue);
  height: 4px;
  transform: scaleX(0);
  transition: all 500ms ease 1s;
}

.doctor-card-section-container {
  width: 90vw;
  max-width: 960px;
  display: flex;
  flex-flow: row wrap !important;
  justify-content: space-around;
  margin: auto;
}

.doctor-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 500ms ease;
}

.doctor-card-section {
  display: flex;
  border: 7px solid var(--denim);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  min-width: 250px;
  min-height: 250px;
  background-size: cover;
}

.doctor-column h3 {
  margin-top: 15px !important;
  color: var(--denim);
  font-weight: bold;
}

.doctor-column:hover .doctor-card-section {
  border-color: var(--denim);
}

.doctors-page {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  width: 960px;
  max-width: 80vw !important;
  margin: auto;
}

.ind-doctor-container {
  width: 250px !important;
  margin: 25px !important;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ind-doctor-container:hover .ind-doctor-picture {
  border-color: var(--denim);
}

.ind-doctor-picture {
  height: 250px;
  width: 250px;
  max-height: 250px;
  max-width: 250px;
  border-radius: 16px;
  border: 7px solid var(--denim);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  margin-bottom: 15px;
  transition: 300ms;
}

.ind-doctor-information {
  color: var(--denim);
  width: 98%;
  font-weight: bold;
  margin: auto;
}

.ind-doctor-information h3 {
  margin: 0px !important;
  transition: 300ms;
  font-weight: bold;
}

.ind-doctor-information h4 {
  margin: 0px !important;
  transition: 300ms;
}

.doctor-card {
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doctor-card img {
  width: 250px;
  float: left;
}

.doctor-card h3 {
  color: var(--denim);
  font-size: 24px;
}

/*--------------------------------------------------------------
4c. COUNTER
--------------------------------------------------------------*/

.sh-counter-wrapper {
  border-top: 5px solid var(--sky-blue);
  background-image: url("/wp-content/uploads/2019/07/stat-counter-background-image.jpg");
  display: flex;
  width: 100vw;
  background-color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 100px 0 100px 0;
  position: relative;
  background-attachment: fixed;
}

.sh-counter-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sh-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 275px;
  margin: 15px;
  background-position: center;
  background-size: cover;
}

.sh-slot .sh-number {
  color: var(--denim);
  font-size: 70px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.sh-slot .sh-stat {
  color: var(--denim);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.od-plus-container {
  display: flex;
  align-items: center;
}

.od-divider {
  width: 40px;
  height: 5px;
  background-color: white;
  margin: 10px 0 25px 0;
  transform: scaleX(0);
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
4d. TESTIMONIALS
--------------------------------------------------------------*/

.ts-wrapper {
  width: 100vw;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0;
}

.ts-carousel {
  width: 960px;
  max-width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0;
}

.ts-title .ts-content {
  text-align: center;
  color: #9fa1a4;
  margin: 0;
  padding: 0;
}

.ts-slide-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}

.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.testimonial-container .ts-content {
  color: #9fa1a4;
  text-align: center;
}

.testimonial {
  padding: 15px;
  width: 400px;
  max-width: 100%;
  text-align: center;
}

.ts-content {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #9fa1a4;
  font-size: 22px;
}

.testimonial .ts-content {
  padding: 10px;
  text-align: center;
  font-style: italic;
  line-height: 25px;
  color: #9fa1a4;
  font-weight: normal;
}

.ts-triangle {
  width: 0;
  height: 0;
  border-top: 25px solid #9fa1a4;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  margin-bottom: 20px;
}

.ts-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.ts-buttons .ts-button {
  width: 15px;
  height: 15px;
  margin: 5px;
}

.ts-buttons .ts-button:hover {
  background-color: #c6c6c6;
  cursor: pointer;
}

.ts-white {
  background-color: #9fa1a4;
}

.ts-grey {
  background-color: #c6c6c6;
}

.right-chevron,
.left-chevron {
  font-size: 60px;
}

.right-chevron:hover,
.left-chevron:hover {
  cursor: pointer;
}

.ts-wrapper h3 {
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.ts-wrapper h2 {
  font-weight: bold;
  color: var(--denim);
  margin-bottom: 0;
  padding: 5px 10px;
  background-color: white;
  transform: translateY(20px);
  text-align: center;
}

/*--------------------------------------------------------------
4e. BLOG
--------------------------------------------------------------*/

.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 h2 {
  padding: 5px 10px 5px 0;
  color: var(--denim) !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  position: relative;
  z-index: 999;
}

/*--------------------------------------------------------------
4e. CONTACT MAP
--------------------------------------------------------------*/

.contact-map .fa.fa-phone {
  transform: rotate(90deg);
}

.contact-gmap {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
4g. THANK YOU
--------------------------------------------------------------*/

.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);
}

/*--------------------------------------------------------------
5. SIDEBAR STYLES
--------------------------------------------------------------*/

#right-sidebar {
  background-color: #f2f5fa;
  border-radius: 15px;
  padding: 0 40px 0 40px;
}

.sidebar .widget {
  background-color: transparent;
}

.sidebar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0 40px 0;
}

.sidebar-icon p {
  color: var(--denim) !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;
}

.home #right-sidebar,
.home .sidebar {
  display: none !important;
}

/*--------------------------------------------------------------
6. G-FORM STYLES
--------------------------------------------------------------*/

.gform_wrapper {
  display: block;
}

.form-call {
  margin-left: 5px;
  background-color: var(--sky-blue);
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 0;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.form-call i {
  transform: rotate(90deg);
  color: #fff;
  margin-right: 5px;
}

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

.form-call:hover {
  background-color: #134b61;
  color: white !important;
}

.form-call:hover i {
  color: white;
}

#gform_wrapper_4 li {
  width: 100% !important;
}

#gform_wrapper_4 label {
  color: var(--sky-blue);
}

/* input#gform_submit_button_4 {
	color: white;
	background-color: var(--sky-blue);
	padding: 5px;
	text-align: center;
	width: 200px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

input#gform_submit_button_4:hover {
	background-color: var(--denim);
} */

li#field_4_1,
li#field_4_2 {
  padding-right: 0;
}

input#gform_submit_button_4 {
  width: 100%;
}

ul.gfield_radio li {
  overflow: visible !important;
}

input#gform_submit_button_4 {
  line-height: 25.5px;
}

/* input#gform_submit_button_2, input#gform_submit_button_3 {
	color: white;
	background-color: var(--sky-blue);
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

input#gform_submit_button_2:hover, input#gform_submit_button_3:hover {
	background-color: var(--denim);
} */

.gform_body h2 {
  color: var(--denim);
}

li#field_3_16 .gfield_label {
  display: none;
}

li#field_3_14 .gfield_label {
  display: none;
}

#gform_wrapper_3 {
  display: block !important;
}

/*--------------------------------------------------------------
7. FOOTER STYLES
--------------------------------------------------------------*/

.textwidget {
  color: white;
  /* font-size: 15px; */
}

.inside-footer-widgets {
  & div .wp-block-heading {
    color: var(--peachy) !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 24px;

    & a {
      color: var(--peachy);
    }
    & a:hover {
      color: #fff;
    }
  }

  & p a {
    color: #fff;
  }

  & p .peachy {
    color: var(--peachy);
  }
}

footer.entry-meta {
  display: none;
}

#footer-widgets {
  background-color: var(--denim);
}

.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;
}

.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: var(--denim);
}

.site-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-footer-links {
  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 var(--denim);
  padding: 5px 10px;
  text-align: center;
}

.top-footer-links p {
  margin-bottom: 0;
  color: var(--denim) !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: var(--cream);
}

.footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-socials a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: var(--denim);
  margin: 5px;
  margin-right: 0;
  transition: all 0.6s ease;
}

.footer-socials a i {
  color: white;
}

.footer-socials a:hover {
  background-color: var(--sky-blue);
}

footer.site-info .inside-site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  max-width: 90vw;
}

.inside-footer-widgets .grid-parent {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
8. INDIVIDUAL PAGE STYLES
--------------------------------------------------------------*/

.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;
}

#post-133,
.home #main {
  margin-bottom: 0;
}

.page-id-27 .services-grid {
  /* margin-left: calc(-50vw + 50%); */
}

/*--------------------------------------------------------------
9. ANIMATIONS & KEYFRAMES
--------------------------------------------------------------*/

.slide-out-left {
  animation: slideOutLeft 750ms ease-out 0s 1 forwards;
}

.slide-in-left {
  animation: slideInLeft 750ms ease-out 0s 1 forwards;
}

.slide-out-right {
  animation: slideOutRight 750ms ease-out 0s 1 forwards;
}

.slide-in-right {
  animation: slideInRight 750ms ease-out 0s 1 forwards;
}

.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;
}

.slide-left {
  animation: slideLeft 500ms ease 0s forwards;
}

.slide-right {
  animation: slideRight 500ms ease 0s forwards;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(100vw);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes clickShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@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;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
10. MEDIA QUERIES
--------------------------------------------------------------*/

@media (min-width: 1201px) and (max-width: 1300px) {
  .cah-cust-nav-bar-menu-wrapper > div > ul > li a {
    font-size: 14px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .cah-cust-nav-bar-menu-wrapper > div > ul > li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-btns-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  #page {
    /* margin-top: 65px; */
    margin-top: 0px;
  }
  .the-great-equalizer {
    margin: auto;
  }
  .banner-button-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .banner-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    width: auto;
  }
  .desktop-button-container {
    display: none;
  }
  .fa-caret-right {
    padding: 0px;
    margin-left: 10px;
    vertical-align: baseline;
  }
  .banner-button p {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
  }
  .banner-button-container h1 {
    color: white;
    font-size: 36px;
    font-weight: bold;
  }
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  aside#custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
  }
  #gform_widget-2 {
    max-width: 250px;
  }
  .inside-footer-widgets .grid-parent {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .top-footer-links {
    display: none;
  }
  #gform_wrapper_4 {
    width: 250px;
  }
  aside#gform_widget-2,
  .site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
  }
  .footer-hours {
    width: 250px;
  }
  .doctor-card {
    display: flex;
    flex-direction: column;
  }
  .doctor-card img {
    float: none;
  }
  .right-chevron,
  .left-chevron {
    font-size: 40px;
  }
  .cah-cust-nav-bar-wrapper {
    position: relative;
  }
  .static-banner-container {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .three-animal-container {
    margin-top: 0;
  }
  .cah-cust-nav-bar-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  .cah-cust-nav-bar-menu-wrapper {
    display: none;
  }
  .mobile-header-appt-bttn {
    display: block;
  }
  .cah-cust-nav-bar-floating-nav-wrapper {
    display: none;
  }
  .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: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
  }
  .cah-cust-nav-bar-inner-wrapper {
    display: flex;
    position: static;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .header-logo {
    width: 200px;
    padding-left: 20px;
  }
  .banner-overlay {
    display: flex;
  }
  .sh-counter-container {
    flex-direction: column;
  }
  .sh-home-counter-container {
    flex-direction: column;
  }
  .banner-socials {
    display: none;
  }
  .home .entry-content p {
    margin-bottom: 0;
  }
  footer.site-info .inside-site-info {
    flex-direction: column;
  }
  .conditional-formatting.mobile-conditional-formatting-slider {
    display: none;
  }
  .mobile-banner {
    display: flex;
    width: 100vw;
    height: 51.197vw;
    background-image: url("/wp-content/uploads/2019/07/template9-slider-images.jpg");
    background-position: center;
    background-size: cover;
  }
  .mobile-banner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(51, 140, 171, 0.8);
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .mobile-banner-container {
    width: 960px;
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-banner-overlay h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
  }
  .mobile-banner-overlay a {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: white;
    text-transform: uppercase;
    color: var(--denim);
    font-weight: bold;
  }
  .home-services {
    margin-top: 0;
  }
  .info-bottom-row {
    .bottom-content {
      & span {
        display: none;
      }
      & a:first-of-type,
      a:last-of-type {
        display: none;
      }
    }
    .banner-socials {
      display: none;
    }
  }
  .banner-position-container {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
  }
  .static-banner-container .hero-image {
    margin-top: -60px;
    margin-bottom: 0;
    align-self: flex-start;
    width: 60%;
  }
  .banner-text-container {
    width: 80%;
    margin-top: 0;
    padding: 40px 20px 100px;
    align-items: center;
  }
  .banner-text-container h1 {
    font-size: 36px;

    & span {
      font-size: 22px;
    }
  }
}

@media screen and (max-width: 787px) {
  #logo-desktop {
    display: none;
  }
  #logo-mobile {
    display: block;
    width: 100px;
  }
  .header-stick {
    position: fixed !important;
    box-shadow: 0 5px 30px 0 lightgrey;
  }
}

@media screen and (min-width: 769px) {
  nav#site-navigation .inside-navigation {
    display: flex !important;
    justify-content: flex-end !important;
  }
}

@media (max-width: 660px) {
  /* .cah-cust-nav-bar-inner-wrapper {
    flex-direction: row;
    align-items: center;
    padding: 5px;
  } */
  .the-great-equalizer {
    display: none;
  }
  .true-mobile-nav {
    display: flex;
  }
  .mobile-header-appt-bttn-true {
    display: block;
  }
  .the-great-equalizer-true {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-header-appt-bttn-true p {
    font-size: 14px;
  }
  .mobile-header-appt-bttn {
    display: none !important;
  }
  .cah-cust-nav-bar-hamburger-btn {
    position: absolute;
    right: 5%;
  }
  .cah-cust-nav-bar-contact-menu-wrapper {
    flex-direction: row !important;
    justify-content: space-between;
    width: auto;
  }
  .doctor-card-section-container {
    flex-flow: column nowrap !important;
  }
  .numbers-container {
    flex-wrap: wrap;
    height: auto;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper {
    padding: 10px 0px 10px 0px;
    width: 100vw;
  }
  .three-animals-row {
    flex-direction: column;
    align-items: center;
  }
  .one-animal-section {
    width: 50%;
  }
  .cah-cust-nav-bar-contact-wrapper {
    height: auto !important;
  }
  .the-great-equalizer {
    margin-bottom: -5px;
  }
  .cah-cust-nav-bar-logo-wrapper {
    margin-bottom: 14px;
  }
  .desktop-floating-nav {
    display: none;
  }
  .mobile-floating-nav {
    display: block;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    /* border-bottom: 1px solid black; */
  }
  .post-555 .entry-content img {
    display: none;
  }
  /* .entry-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	} */
}

@media (min-width: 0px) and (max-width: 800px) {
  .ts-slide-wrapper {
    flex-direction: column;
  }
  .testimonial {
    width: 80vw;
  }
}
.doctor-wrapper {
  background-color: var(--cream);
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-wave-wrapper {
  background-color: white;
  margin-top: -1px;
  margin-bottom: -1px;
}
.page-id-371 .cah-cust-nav-bar-menu-wrapper,
.page-id-371 .info-bottom-row,
.page-id-371 .site-footer,
.page-id-371 .mobile-header-appt-bttn,
.page-id-371 .cah-cust-nav-bar-contact-menu-wrapper {
  display: none !important;
}
.page-id-369 .cah-cust-nav-bar-menu-wrapper,
.page-id-369 .info-bottom-row,
.page-id-369 .site-footer,
.page-id-369 .mobile-header-appt-bttn,
.page-id-369 .cah-cust-nav-bar-contact-menu-wrapper {
  display: none !important;
}
#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%;
}

#gform_wrapper_13 label.gfield_label {
  color: var(--denim);
}
#gform_wrapper_13 .gfield_required {
  color: var(--denim) !important;
}
.page-id-172 #right-sidebar {
  display: none;
}
.page-id-172 #primary {
  width: 100%;
  background-color: var(--cream);
}
.page-id-172 #main {
  margin-right: 0;
}
.page-id-172 {
  background-color: var(--cream);
}
.page-id-172 .entry-content {
  justify-content: center;
  display: flex;
  background-color: var(--cream);
}
.page-id-172 .inside-article {
  background-color: transparent;
}
.page-id-172 header.entry-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-172 header.entry-header h1.entry-title {
  text-align: center;
}
#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, 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;
}
@media screen and (max-width: 1024px) {
  #field_13_2 {
    display: flex;
    flex-direction: column;
  }
}
#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: var(--denim);
  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: var(--denim);
  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 #8c030e; */
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--sky-blue) !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_wrapper_13 .gform_next_button:hover {
  background-color: var(--denim) !important;
  color: #fff;
  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;
  /* border: 2px solid #8c030e; */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--sky-blue);
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
  margin-bottom: 5px !important;
  display: block;
}
#gform_wrapper_13 .gform_previous_button:hover,
#gform_submit_button_13:hover,
#gform_submit_button_13:hover,
#gform_previous_button_13:hover {
  background-color: var(--denim);
  color: #fff;
  cursor: pointer;
}
#gform_submit_button_13 {
  box-shadow: none;
  /* border: 2px solid #8c030e; */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--sky-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_submit_button_13:hover {
  background-color: var(--denim);
  color: #fff;
  cursor: pointer;
}
#field_13_11 {
  width: 100% !important;
}
.page-template-landing .cah-cust-nav-bar-wrapper,
.page-template-landing .cah-cust-nav-bar-floating-nav-wrapper,
.page-template-landing .site-footer,
.page-template-landing .entry-header,
.page-template-landing .center-picture {
  display: none;
}
.page-template-landing #page {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-landing #main {
  margin-bottom: 0;
}
.page-template-landing .entry-content {
  margin-top: 0 !important;
}

:root {
  --cream: #fef6e6;
  --denim: #2d414f;
  --gray: #4f4f4f;
  --peachy: #e58a80;
  --sky-blue: #add0d8;
}

.bottom-content {
  display: flex;

  & span {
    padding: 0 4px;
    color: #fff;
  }
}

.banner-socials a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  margin: 4px;
  margin-right: 0;
  margin-left: 12px;
  transition: all 0.6s ease;
}

.banner-socials a i {
  font-size: 18px;
  font-weight: normal;
}
.services-container {
  padding: 40px 0;
}
.new-services {
  width: 100vw;
  justify-content: center;
  display: flex;
  padding: 60px 0;
}
.new-services-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.new-services-container > h2 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--peachy);
}
.new-services-container p {
  text-align: center;
  margin-bottom: 40px;
}
.new-services-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.new-service-card {
  width: calc(33.333% - 50px);
  margin: 50px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 100px 25px 25px 25px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  transition: all 0.4s ease;
}
.new-service-card h3 {
  color: var(--peachy);
  font-weight: bold;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.service-circle {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: var(--sky-blue); */
  border-radius: 100%;
  position: absolute;
  top: -50px;
  transition: all.6s ease;
}
.service-circle:hover {
  /* background-color: var(--green); */
}
.service-circle > img {
  width: auto;
}
.new-service-card > p {
  margin-bottom: 0;
}
.services-btn-ctn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.services-btn-ctn .blue-button {
  max-width: 250px;
}
.trupanion-section.team-section {
  background-color: var(--denim);

  & p {
    color: var(--cream);
  }
  & h2 {
    color: var(--cream);
  }
  .blue-button:hover {
    background-color: var(--peachy) !important;
    color: #fff !important;
  }
}
.team-section {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
  background-color: var(--sky-blue);
}
.team-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
}
.team-body {
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;

  & p {
    color: var(--denim);
  }
}
.team-body .button-ctn {
  display: flex;
}
.team-body .button-ctn a {
  margin: 8px;
  width: 30%;
}
.team-body > h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--denim);
}
.team-container > img {
  width: 50%;
  border-radius: 16px;
}

.footer-services {
  columns: 2;
  margin-left: 1em;

  .footer-service {
    list-style-type: none;

    & a {
      color: #fff;
    }
    & a:hover {
      color: var(--peachy);
    }
  }
}

.site-info a,
.copyright,
.site-info a:visited {
  color: var(--denim);
}
.page-id-27 .title-line {
  background-color: #fff;
}
.page-id-27 .entry-content {
  margin: 0;
}
.page-id-27 .entry-header {
  display: none;
}
.page-id-27 .service-header {
  display: flex;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.page-id-27 .services-page-top {
  background-color: var(--sky-blue);
  padding: 80px 0;
}
.page-id-27 article {
  margin-bottom: 0 !important;
}
.page-id-27 #page {
  margin-bottom: 0;
  margin-top: 140px;
  margin-top: 100px;
  max-width: none;
}
.page-id-27 .entry-content {
  margin: 0;
}
.page-id-27 .entry-content > p:first-of-type {
  margin: 0;
}
.page-id-27 .center-picture {
  display: none;
}
.page-id-27 .inside-article {
  padding: 0;
}
.page-id-27 #main {
  margin-bottom: 0 !important;
}
.service-header p {
  text-align: center;
}
.page-id-27 header.entry-header {
}
.green-body {
  width: 100%;
  padding: 50px 50px 50px 50px;
  box-sizing: border-box;
  background-color: var(--sky-blue);
}
.green-body-container {
  position: relative;
  box-sizing: border-box;
  padding-right: 0px;

  & h1:first-of-type {
    text-transform: uppercase;
    color: var(--denim);
  }
}
.has-post-thumbnail {
  margin-bottom: 140px !important;

  .green-body {
    width: 80%;
    padding-right: 200px;
  }
  .green-body-container {
    padding-right: 50px;
  }
}
.green-body-container > img {
  position: absolute;
  top: 0;
  left: 100%;
  width: 90%;
  max-width: 400px;
}
.green-body .post-thumbnail {
  border-radius: 16px;
}
.green-body img {
  border-radius: 16px;
}
.site-info {
  .grid-container:after,
  .grid-container:before {
    display: none !important;
  }
}

.site-footer {
  & a {
    text-decoration: none;
  }

  .grid-20 {
    width: 17%;
  }
  .footer-widget-4 {
    width: 32%;
  }
}

.new-service-card:hover {
  background-color: var(--cream);

  & h3 {
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 1024px) {
  .new-service-card {
    width: 100%;
    margin: 50px 0;
  }
  .team-container {
    flex-direction: column;
  }
  .team-body {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
  .team-container > img {
    width: 100%;
  }
  .team-body .button-ctn a {
    width: auto;
    margin-left: 0;
  }
  .site-footer {
    .grid-20 {
      width: 100%;
      display: flex;
      flex-direction: column;
    }
  }
  .page-id-27 #page {
    margin-top: 0px;

    .services-container {
      padding-top: 0;
    }
  }
  .has-post-thumbnail {
    .green-body {
      width: 100%;
      padding: 20px;
    }
    .green-body-container {
      padding-right: 0;
    }
    .green-body-container > img {
      max-width: 200px;
      position: relative;
      left: 0;
      margin-bottom: 20px;
    }
  }
}
.page-id-1875 .entry-header {
  display: none;
}
.page-id-1875 #page {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-1875 #main {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-1876 .entry-header {
  display: none;
}
.page-id-1876 #page {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-1876 #main {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-1877 .entry-header {
  display: none;
}
.page-id-1877 #page {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-1877 #main {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-1878 .entry-header {
  display: none;
}
.page-id-1878 #page {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-1878 #main {
  margin-top: 0;
  margin-bottom: 0;
}
#post-1878 {
  margin-bottom: 0;
}
.careers-page {
  width: 100vw;
  display: flex;
  flex-direction: column;
  margin-left: calc(-50vw + 50%);
}
.careers-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 80px 0;
}
.careers-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: flex-start;
}
.careers-banner-left {
  width: 50%;
  box-sizing: border-box;
}
.careers-banner-right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 56px;
}
.careers-banner-left > h1 {
  font-size: 35px;
  color: #e58a80;
  font-weight: bold;
  text-transform: uppercase;
}
.careers-banner-left > p {
  font-size: 18px;
}
.btn {
  background-color: #2d414f;
  padding: 7px 92px;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.6s ease;
}
.btn:hover {
  background-color: #e58a80;
}
.careers-ctas {
  width: 100%;
  display: flex;
}
.careers-cta {
  width: 33.333%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.careers-cta > img {
  width: 100%;
}
.careers-cta > h3 {
  color: white;
  position: absolute;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.careers-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: #fef6e6;
}
.careers-bottom-container {
  width: 800px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2d414f;
}
.careers-bottom-container > h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
}
.careers-bottom-container > p {
  text-align: center;
}
.careers-why {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}
.careers-why-inner {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.careers-why-inner > img {
  width: 66%;
}
.careers-why-right {
  background-color: rgb(173 208 216 / 90%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 55%;
  position: absolute;
  right: 0;
  height: 100%;
}
.careers-why-caption {
  width: 75%;
  color: #2d414f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* padding: 120px 0; */
}
.careers-why-caption > h2 {
  color: #2d414f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 44px;
}
.careers-why-caption > p {
  color: #2d414f;
  font-size: 18px;
}

.careers-openings {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 104px 0 132px 0;
}
.careers-openings-container {
  width: 800px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.careers-openings-container > h1 {
  color: #e58a80;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
}
.careers-openings-container > p {
  font-size: 18px;
  margin-bottom: 71px;
}
.careers-openings-container > .career-card:last-of-type {
  margin-bottom: 0;
}
.career-card {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 40px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin-bottom: 24px;
}
.career-card > h3 {
  font-size: 21px;
  font-weight: bold;
  color: #2d414f;
  text-transform: uppercase;
  margin-bottom: 0;
}
.career-card > a {
  font-size: 18px;
  color: #e58a80;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .career-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 28px;
  }
  .career-card > h3 {
    margin-bottom: 1em;
  }
  .careers-banner-right {
    display: none;
  }
  .careers-banner-left {
    width: 100%;
  }
  .careers-ctas {
    flex-direction: column;
  }
  .careers-cta {
    width: 100%;
  }
  .careers-cta > h3 {
    font-size: 26px;
  }
  .careers-why {
    padding: 0;
  }
  .careers-why-inner {
    display: none;
  }
  .careers-why-right {
    width: 100%;
    position: relative;
    padding: 120px;
    background-color: rgb(173 208 216 / 100%);
  }
  .careers-why-caption {
    width: 1200px;
    max-width: 90vw;
  }
}
