/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 20:35:52 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 00:49:28 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --blue: #083887;
  --orange: #FF671F;
  --white: #ffffff;
  --gray: #F2F2F2;
  --yellow: rgba(255, 208, 64, 0.55);
  --lightpurple: rgba(57, 83, 255, 0.10);
  --lightblue: rgba(128, 176, 255, 0.33);
  --lightyellow: rgba(255, 208, 64, 0.25);
  --darkyellow: rgba(255, 208, 64, 1);
  --lightorange: #EF9600;
  --orangeAlt: rgba(239, 150, 0, 0.90);
  --orangeAltLight: rgba(239, 150, 0, 0.75);
  --orangeNav: #FFAE2C;
  --brightblue: #3953FF;
  --jayblue: #97BFFF;
  --text: #58595B;
  --source: "Source Sans 3", sans-serif;
  --rubik: "Rubik", sans-serif;
  --lato: "Lato", sans-serif;
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 16:58:32 */
#infusion .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #infusion .content {
    padding-top: 36px;
  }
}
#infusion h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.52em;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  #infusion h2 {
    margin-bottom: 26px !important;
  }
}
#infusion h2 span {
  font-size: inherit !important;
  font-weight: inherit !important;
}
#infusion p {
  font-size: 22px;
  line-height: 26px;
}
#infusion p strong {
  color: var(--text);
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 75px;
}
#infusion .avia-icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media only screen and (max-width: 989px) {
  #infusion .avia-icon-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
#infusion .avia-icon-list li {
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 989px) {
  #infusion .avia-icon-list li {
    text-align: left;
    align-items: flex-start;
  }
}
#infusion .avia-icon-list li .iconlist_icon {
  background: transparent !important;
  width: 80px;
  height: 80px;
  margin-right: 0 !important;
  margin-bottom: 20px !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: center;
}
#infusion .avia-icon-list li .iconlist_icon svg {
  margin-top: 0 !important;
  width: auto;
  height: 100%;
}
#infusion .avia-icon-list li article {
  width: 100%;
}
#infusion .avia-icon-list li h3, #infusion .avia-icon-list li h4 {
  color: var(--orange) !important;
  text-align: center;
  font-family: var(--rubik) !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  letter-spacing: 1.04px !important;
  text-transform: none !important;
  margin-bottom: 30px !important;
}
#infusion .avia-icon-list li p, #infusion .avia-icon-list li ul, #infusion .avia-icon-list li li {
  color: #58595B !important;
  font-family: var(--source) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
}
#infusion .avia-icon-list li ul {
  margin-top: 20px;
}
#infusion .avia-icon-list li ul li {
  margin-bottom: 10px;
  position: relative;
}
#infusion .avia-icon-list li ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -19px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #58595B;
}
#infusion .avia-icon-list li ul li::marker {
  color: red !important;
}
#infusion .avia-icon-list .iconlist-timeline {
  display: none !important;
}
#infusion .mobile-subheading p {
  padding-bottom: 18px;
}
#between-visits .content-column {
  padding-top: 81px !important;
  padding-bottom: 61px !important;
  padding-left: 30px !important;
}
@media only screen and (max-width: 989px) {
  #between-visits .content-column {
    padding-top: 80px !important;
    padding-bottom: 30px !important;
    padding-left: 0 !important;
  }
}
#between-visits .entry-content-wrapper {
  align-items: flex-end;
}
#between-visits h2 {
  color: var(--orange) !important;
  font-family: var(--rubik) !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  letter-spacing: 1.04px !important;
  text-transform: none !important;
  margin-bottom: 25px !important;
}
#between-visits p, #between-visits ul, #between-visits li {
  color: var(--white) !important;
  font-family: var(--source) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.31em !important;
}
#between-visits ul {
  margin-top: 20px !important;
}
#between-visits p strong {
  margin-top: -1em !important;
  display: block;
}
#next-step.image-section .content {
  padding-top: 60px !important;
}
#next-step.image-section .entry-content-wrapper {
  align-items: flex-end;
}
#next-step.image-section .content-column {
  padding-bottom: 40px;
}
@media only screen and (max-width: 989px) {
  #next-step.image-section .content-column {
    padding-bottom: 15px;
  }
}
#next-step.image-section .image-column {
  display: flex;
  align-content: flex-end;
}
#next-step.image-section h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-transform: none !important;
}
#next-step.image-section section {
  padding-bottom: 20px;
}
#next-step.image-section p {
  font-size: 22px;
  line-height: 26px;
}
#next-step.image-section p strong {
  color: var(--text);
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 75px;
}
#next-step.image-section .avia-button-wrap {
  display: block;
  width: 100%;
}
#next-step.image-section .avia-button-wrap a.avia-button {
  float: none !important;
  display: inline-flex;
  width: auto;
}
#onpage-cta .flex_column {
  max-width: 740px;
  margin: 0 auto;
  float: none;
}
#onpage-cta h3 {
  font-family: var(--source) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
  letter-spacing: 1.12px !important;
  margin-bottom: 10px !important;
}
#onpage-cta a.avia-button .avia_iconbox_title {
  text-transform: none !important;
}
