:root {
  --primary-yellow: #ffcb05;
  --primary-color: #c73047;
  --accent-color: #00add6;
  --primary-color-hover: #a5263b;
  --border-darker: #e4e4e5;
  --border-light: #d1d2d4;
  --medium-gray: #5d5d5d;
  --off-white: #f9f9f9;
  --almost-black: #231f20;
  --title-font: "gilroy", Arial, sans-serif;
  --body-font: "proxima-nova", Arial, sans-serif;
}

body {
  color: var(--medium-gray);
  position: relative;
  font-family: var(--body-font);
  font-weight: 400;
}

hr {
  background-color: var(--border-light);
  height: 1px;
  border: none;
}

p {
  font-size: 17px;
  margin: 16px 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1,
h2 {
  font-family: var(--title-font);
  font-weight: 900;
}

h3,
h4,
h5,
h6 {
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--medium-gray);
}

h1 {
  font-size: 42px;
  text-transform: uppercase;
  margin-top: 50px;
  color: #fff;
}

h2 {
  font-size: 35px;
  margin: 0 0 20px;
}

h3 {
  font-size: 30px;
  margin: 0 0 20px;
}

h4 {
  font-size: 24px;
  margin: 22px 0;
}

h5 {
  font-size: 20px;
  margin: 18px 0;
}

h6 {
  font-size: 18px;
  margin: 16px 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  color: var(--primary-yellow);
}

.red-txt {
  color: var(--primary-color);
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.red-txt:hover, .red-txt:focus {
  color: var(--primary-color-hover);
}

.yellow-bg {
  background-color: var(--primary-yellow);
}

.text-left {
  text-align: left;
}

.hidden {
  display: none !important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.card {
  background-color: #fff;
  border: 1px solid var(--border-light);
  border-radius: 3px;
  padding: 25px;
}

/* Proxima Light */
@font-face {
  font-family: "proxima-nova";
  src: url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/proxima-nova/proxima_nova_light.woff2") format("woff2"), url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/proxima-nova/proxima_nova_light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Proxima Reg */
@font-face {
  font-family: "proxima-nova";
  src: url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/proxima-nova/proxima_nova_reg.woff2") format("woff2"), url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/proxima-nova/proxima_nova_reg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Proxima Bold */
@font-face {
  font-family: "proxima-nova";
  src: url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/proxima-nova/proxima_nova_bold.woff2") format("woff2"), url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/proxima-nova/proxima_nova_bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Gilroy Bold */
@font-face {
  font-family: "gilroy";
  src: url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/gilroy/gilroy_bold.woff2") format("woff2"), url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/gilroy/gilroy_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Gilroy Extra Bold */
@font-face {
  font-family: "gilroy";
  src: url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/gilroy/gilroy_extra_bold.woff2") format("woff2"), url("https://resources.childrensmiraclenetworkhospitals.org/cdn/fonts/gilroy/gilroy_extra_bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--medium-gray);
}

h1, h2 {
  font-family: var(--title-font);
  font-weight: 900;
  color: var(--medium-gray);
}

.arrow-right-svg {
  height: 14px;
  margin-top: -4px;
  display: inline-block;
}
.arrow-right-svg path {
  fill: var(--primary-color);
}