:root {
  --roBlack: #2a1100;
  --secondaryColor: rgb(85, 85, 85);
  --greytoneColor: #dcdcdc;
  --darkGrey: #727272;
  --textColor: #2a1100;
  --roBrown: #7a3202;
  --roOrange: #b55d1e;
  --roYellow: #ffc12c;
  --roGreen: #9ebe35;
  --roDarkGreen: #4a8432;
  --roDeepGreen: #314435;
  --roLightBlue: rgb(177, 212, 224);
  --roDarkBlue: #618996;
  --roBorderColor: #ccc7c4;
  --bodyFamiliy: "Source Sans 3", Helvetica, Arial, sans-serif;
  --roSerif: "Lora", serif;
}

body {
  font-family: var(--bodyFamiliy);
  color: var(--textColor);
  font-size: 18px;
  line-height: 1.67;
}

html {
  scroll-behavior: smooth;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-family: var(--roSerif);
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(2.25rem + 2.375vw);
  line-height: 1.1;
}

h2,
.h2 {
  font-size: calc(1.75rem + 1.25vw);
}

h3,
.h3 {
  font-size: calc(1.5rem + 1.125vw);
}

h4,
.h4 {
  font-size: calc(1rem + 1vw);
}

h5,
.h5 {
  font-size: calc(1rem + 0.5vw);
}

h6,
.h6 {
  font-size: 22px;
}

.small-headline {
  font-family: var(--bodyFamiliy);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--roBrown);
}

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

.page-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.page-section-top {
  padding-top: 3.5rem;
}

.page-section-bottom {
  padding-bottom: 3.5rem;
}

.page-small-section {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.page-small-section-top {
  padding-top: 1.75rem;
}

.page-small-section-bottom {
  padding-bottom: 1.75rem;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.adjusted-4-anchor {
  scroll-margin-top: 100px;
}

.container-yiz {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container-yiz-left {
  padding-left: 3.5rem;
}

.container-yiz-right {
  padding-right: 3.5rem;
}

.container-4-clip-mask {
  padding-left: calc(4% + 2.5rem);
  padding-right: calc(4% + 2.5rem);
  width: 100%;
}

.link-external {
  position: relative;
  display: inline-block;
}

.accessibility-hidden {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.font-bold,
strong,
.strong {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

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

.large-font {
  font-size: 21px !important;
}

.larger-font {
  font-size: 24px !important;
}

.double-rem-font {
  font-size: 2rem !important;
}

.banner-large-font {
  font-size: 1.625rem;
}

.normal-font {
  font-size: 1rem !important;
}

.bodyFamiliy {
  font-family: var(--bodyFamiliy);
}

.roSerif {
  font-family: var(--roSerif);
}

.giant-font {
  font-family: var(--roSerif);
  font-size: clamp(3rem, 3rem + 3vw, 90px);
  line-height: 1;
}

.grey-text {
  color: #42526b;
  font-weight: 400;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.normal-weight {
  font-weight: 400 !important;
}

.hideOnDesktop {
  display: none !important;
}

.hideOnDesktopInline {
  display: none !important;
}

.hideOnDesktopFlex {
  display: none !important;
}

.hideOnMobile {
  display: block !important;
}

.hideOnMobileFlex {
  display: flex !important;
}

.img-covered {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover-show-on-hover {
  position: relative;
}
.hover-show-on-hover:hover .show-on-hover {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}

.show-on-hover {
  opacity: 0;
  visibility: hidden;
  max-height: 1px;
  transition: opacity 0.3s ease;
}

.limited-width-content-m {
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.limited-width-content-l {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.redoak-btn {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 32px;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--roBrown);
  color: var(--roBrown);
  line-height: 1.414;
  font-size: 18px;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.redoak-btn:hover {
  text-decoration: none;
  border: 1px solid var(--roDarkGreen);
  color: var(--roDarkGreen);
}
.redoak-btn.redoak-cta-btn {
  background: var(--roDarkGreen);
  border-color: var(--roDarkGreen);
  color: #fff;
}
.redoak-btn.redoak-2nd-cta-btn {
  background: var(--roOrange);
  border-color: var(--roOrange);
  color: #fff;
}
.redoak-btn.redoak-2nd-cta-btn:has(.wp-element-button) {
  padding: 0;
}
.redoak-btn.redoak-2nd-cta-btn:has(.wp-element-button) .wp-element-button {
  padding: 8px 32px;
  background: transparent;
  font-size: 18px;
}
.redoak-btn.redoak-white-border-btn {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.redoak-btn.redoak-white-btn {
  background: #fff;
  border-color: #fff;
}
.redoak-btn:hover {
  text-decoration: none;
  border: 1px solid var(--roDarkGreen);
  background: #fff;
  color: var(--roDarkGreen);
}
.redoak-btn.redoak-brown-border-btn {
  background-color: rgb(255, 255, 255);
  border-color: var(--roOrange);
  color: var(--roOrange);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.redoak-btn.redoak-brown-border-btn:has(.wp-element-button) {
  padding: 0;
}
.redoak-btn.redoak-brown-border-btn:has(.wp-element-button) .wp-element-button {
  padding: 8px 32px;
  background: transparent;
  font-size: 18px;
  color: var(--roOrange);
}

.fullwidth-btn-wrap .redoak-btn {
  width: 100%;
}

.light-brown-bg {
  background-color: #FBE5E1;
}
.light-brown-bg .small-headline {
  color: var(--roBrown);
}

.light-green-bg {
  background-color: #d8e2c4;
}

.light-blue-bg {
  background-color: #e6f1f6;
}

.light-yellow-bg {
  background-color: #fff8e8;
}

.medium-blue-bg {
  background-color: #b1d4e0;
}

.granny-smith-section {
  background: linear-gradient(90deg, #7ba436 0%, #4a8432 100%);
  color: #fff;
  margin: 0;
}
.granny-smith-section .granny-smith-img-col {
  text-align: center;
}
.granny-smith-section .granny-smith-txt-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.granny-smith-section-v2 .granny-smith-img-col svg {
  max-width: 100%;
  height: auto;
  transform: translateY(-3rem);
}

.section-top-border {
  border-top: 1px solid var(--roLightBlue);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 101;
}

#cheerup-path {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.site-announcement-row {
  padding: 0.5rem 15px;
  background-color: var(--roBlack);
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
}

.site-announcement-row a,
.site-announcement-row a:hover {
  color: #fff;
  text-decoration: none;
}

.site-announcement-close {
  cursor: pointer;
}

.header-nav .redoak-cta-btn {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mega-menu-show {
  overflow: hidden;
}

.turn-logo-black .red-oak-svg-logo .oak-leaf {
  fill: none;
  stroke: var(--textColor);
  stroke-width: 1.5px;
}
.turn-logo-black .red-oak-svg-logo .acorn {
  fill: var(--textColor);
}
.turn-logo-black .red-oak-svg-logo .oak-trunk {
  fill: var(--textColor);
}
.turn-logo-black .red-oak-svg-logo .logo-text path {
  fill: var(--textColor);
}

body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) .red-oak-svg-logo .oak-leaf {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
}
body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) .red-oak-svg-logo .oak-trunk {
  fill: #fff;
}
body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) .red-oak-svg-logo .logo-text path {
  fill: #fff;
}
body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) .redoak-header-cta-btn {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) .burger-line {
  background-color: #fff;
}
body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) .mega-menu-list {
  color: #fff;
}
body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) .mega-menu-list::after {
  filter: invert(1) brightness(2);
}
body:not(.page-on-scrolling, .full-menu-show).transparent_header:not(.mega-menu-show) .redoak-header-cta-btn:hover {
  background-color: var(--roDarkGreen);
  border-color: var(--roDarkGreen);
}

.page-on-scrolling .header-main-row,
.mega-menu-show .header-main-row {
  background-color: rgb(255, 255, 255);
  transition: background-color 0.25s ease;
}

.site-announcement-row {
  padding: 0.5rem 15px;
  background-color: var(--roBlack);
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
}

.site-announcement-row a,
.site-announcement-row a:hover {
  color: #fff;
  text-decoration: none;
}

.site-announcement-close {
  cursor: pointer;
}

.header-main-row {
  position: relative;
  z-index: 18;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.logo-col {
  flex: 0 1 auto;
}

.nav-left-main {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

nav li a {
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}

.header-main-row .sub-menu {
  display: none;
}

.header-nav {
  flex: 1 1 auto;
  width: 40%;
}

.header-logo-link {
  display: inline-block;
}

.nav-left-main {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-left-main li {
  font-weight: 600;
}
.nav-left-main li:nth-child(4n+2) .mega-menu-list::before {
  background-color: var(--roBrown);
}
.nav-left-main li:nth-child(4n+3) .mega-menu-list::before {
  background-color: var(--roDarkBlue);
}
.nav-left-main li:nth-child(4n+4) .mega-menu-list::before {
  background-color: var(--roYellow);
}

.mega-menu-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.25rem 1rem 2.25rem 1.5rem;
  font-size: clamp(16px, 1rem + 0.1375vw, 18px);
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.mega-menu-list::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 22px;
  width: calc(100% - 3.5rem);
  height: 2px;
  background-color: var(--roGreen);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mega-menu-list::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: inline-block;
  transition: transform 0.3s;
  margin-left: 4px;
  height: 21px;
  opacity: 0;
}
.mega-menu-list:hover::after {
  transform: rotate(180deg);
}

.mega-menu-show .mega-menu {
  display: block;
}
.mega-menu-show li.active .mega-menu-list::before {
  opacity: 1;
}
.mega-menu-show li.active .mega-menu-list::after {
  transform: rotate(180deg);
}
.mega-menu-show .plastic-wrap {
  display: block;
}

.mega-menu-box,
.extra-menu-box {
  padding: 2rem 2.5rem;
  margin: 20px 0;
}

.extra-menu-tipbox {
  margin-top: 0;
  color: var(--textColor);
  padding: 1rem;
}

.mega-menu-box,
.extra-menu-tipbox {
  background-color: #fff;
  border-radius: 1rem;
}

.extra-menu-box .flex-btn-wrap {
  display: block;
  width: 100%;
}

.menu-btn-wrap {
  width: 40px;
  height: 40px;
  margin: 0;
  display: flex;
  padding: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}

.form-close-btn {
  display: none;
  cursor: pointer;
}

.plastic-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.full-menu {
  position: fixed;
  height: 100%;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 19;
  overflow-y: auto;
  transform: translateY(-100%);
}
.full-menu .full-menu-footer {
  padding: 1rem 1.5rem 2rem 1.5rem;
}
.full-menu .full-menu-footer-row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.full-menu .full-menu-footer-cta-row {
  padding: 0 1rem 0.5rem 1rem;
  gap: 0.5rem;
}
.full-menu .full-menu-footer-cta-row a {
  width: 50%;
  font-size: 1rem;
}
.full-menu .full-menu-title {
  font-weight: 600;
  color: var(--textColor);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-menu .full-menu-title::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%232A1100' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: transform 0.2s;
}
.full-menu .full-menu-wrap {
  padding: 4px 12px;
}
.full-menu .full-menu-wrap.active .full-menu-title::after {
  transform: rotate(180deg);
}
.full-menu .full-menu-submenu {
  display: none;
  padding: 12px;
  border-radius: 8px;
  margin: 8px 0;
  background-color: #fff;
}
.full-menu .full-menu-submenu .section-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--roBrown);
  padding: 6px 12px;
  margin-top: 12px;
}
.full-menu .submenu-inner-box {
  margin-bottom: 12px;
}
.full-menu .full-menu-single-link {
  color: var(--roBlack);
  display: inline-block;
  width: 100%;
  padding: 4px 12px;
}
.full-menu .full-menu-container {
  position: relative;
  padding-bottom: 1.5rem;
}
.full-menu .full-menu-extra-right {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 12px;
}
.full-menu .extra-menu-box {
  padding: 0;
  margin: 12px 0;
  border-radius: 1rem;
  background: #fff;
}
.full-menu .extra-menu-box .extra-menu-tipbox {
  padding: 0 12px;
  line-height: 1.2;
}

#full-menu:has(.full-menu-wrap-1.active) {
  background-color: #d8e2c4;
}
#full-menu:has(.full-menu-wrap-2.active) {
  background-color: #fbe5e1;
}
#full-menu:has(.full-menu-wrap-3.active) {
  background-color: #e6f1f6;
}
#full-menu:has(.full-menu-wrap-4.active) {
  background-color: #fff8e8;
}

.full-menu-show {
  overflow: hidden;
}
.full-menu-show .menu-btn-wrap .burger-line {
  border-radius: 8px;
  height: 4px;
  background-color: var(--roBrown);
}
.full-menu-show .menu-btn-wrap .burger-line:first-child {
  width: 30px;
  transform: rotate(45deg) translate(4px, 5px);
  transform-origin: center;
}
.full-menu-show .menu-btn-wrap .burger-line:last-child {
  width: 30px;
  transform: rotate(-45deg) translate(4px, -5px);
  transform-origin: center;
}
.full-menu-show .full-menu {
  transform: translateY(0);
}
.full-menu-show.full-menu-submenu-show .header-main-row {
  background-color: #fff;
}

.header-menu-burger-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-menu-burger-group .mobile-login-btn {
  display: none;
}

.burger-line {
  width: 28px;
  height: 3px;
  border-radius: 0 3px 0 3px;
  background: var(--roBrown);
  margin: 1px 0;
  transition: transform 0.2s;
}

.burger-line:nth-child(2) {
  width: 0;
}

.mega-menu {
  color: var(--textColor);
  width: 100%;
  border-top: 2px solid var(--greytoneColor);
  position: absolute;
  top: 0;
  z-index: 17;
  display: none;
}

.mega-menu-wrap {
  display: none;
  background-color: #d8e2c4;
  color: #fff;
}
.mega-menu-wrap.show {
  display: block;
  max-height: 100vh;
  overflow-y: auto;
}
.mega-menu-wrap:nth-child(4n+2) {
  background-color: #fbe5e1;
}
.mega-menu-wrap:nth-child(4n+3) {
  background-color: #e6f1f6;
}
.mega-menu-wrap:nth-child(4n+4) {
  background-color: #fff8e8;
}

.layout-column_with_image .menu-item-img {
  width: 100%;
  height: 27.5vw;
  opacity: 0;
  display: none;
}
.layout-column_with_image .menu-item-img.show {
  display: block;
  opacity: 1;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
.layout-column_with_image .col-img-showcase {
  padding: 0;
}
.layout-column_with_image .col-btns-group {
  padding-left: 24px;
  padding-right: 24px;
}
.layout-column_with_image .col-btns-group .menu-col-link-section {
  margin: 0.5rem 0;
}
.layout-column_with_image .col-btns-group .menu-col-link-section a {
  display: block;
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.layout-column_with_image .col-btns-group .menu-col-link-section a:hover {
  background-color: rgba(9, 150, 111, 0.1);
}

.mega-menu-layout h2 {
  color: #7b6c63;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 16px;
}

.layout-flex_max_4 .menu-sub-section,
.layout-flex .menu-sub-section {
  margin: 1rem 0;
}
.layout-flex_max_4 .flex-btn-wrap,
.layout-flex .flex-btn-wrap {
  display: inline-block;
  font-family: var(--roSerif);
  font-size: calc(1rem + 0.5vw);
  color: var(--textColor);
  text-decoration: none;
  width: 100%;
  padding: 0.5rem 0;
  transition: background-color 0.5s ease;
}
.layout-flex_max_4 .flex-btn-wrap:hover,
.layout-flex .flex-btn-wrap:hover {
  background-color: rgba(246, 254, 197, 0.5);
}

.redoak-page-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.redoak-page-banner.page-full-height-banner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redoak-page-banner.page-full-height-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
.redoak-page-banner.page-image-banner {
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redoak-page-banner.page-image-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
.redoak-page-banner.redoak-blog-banner {
  height: 50vw;
  color: var(--textColor);
}
.redoak-page-banner.redoak-blog-banner::before {
  display: none;
}
.redoak-page-banner.redoak-member-banner {
  min-height: 500px;
  color: #fff;
  background-color: var(--roBlack);
}
.redoak-page-banner .intro-video {
  width: 100%;
  height: 100%;
}
.redoak-page-banner:has(.intro-video) {
  max-height: 100vh;
}
.redoak-page-banner:has(.intro-video)::before {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
}
.redoak-page-banner .redoak-video-unmuted {
  cursor: pointer;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem;
  opacity: 0.67;
  transition: opacity 0.3s;
  z-index: 3;
  color: #fff;
}
.redoak-page-banner .redoak-video-unmuted:hover, .redoak-page-banner .redoak-video-unmuted.sound-on {
  opacity: 1;
}
.redoak-page-banner .banner-breadcrumbs {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
}
.redoak-page-banner .banner-breadcrumbs a {
  color: #fff;
}
.redoak-page-banner.front-page-banner::before {
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.redoak-page-banner.redoak-video-banner {
  clip-path: inset(0%);
  transition: clip-path 0.3s ease-out;
}
.redoak-page-banner.services-banner .banner-main-content {
  justify-content: center;
}
.redoak-page-banner .redoak-banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.redoak-page-banner .banner-main-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}
.redoak-page-banner .video-banner-main-content {
  padding-left: 15%;
  padding-right: 15%;
  justify-content: center;
  text-align: center;
}

.content-in-banner {
  font-size: 24px;
}
.content-in-banner p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mega-menu-closer {
  width: 2rem;
  height: 2rem;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
}

.slogan-line {
  font-family: var(--roSerif);
  font-size: clamp(1rem, 1rem + 1.25vw, 38px);
  line-height: 1.2;
}

.redoak-full-width-hero-section {
  width: 100%;
  height: 645px;
  max-height: 100vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 66.67%);
}

.services-comparison .services-comparison-single-service {
  width: 480px;
  /* default width */
  transition: width 0.3s ease;
  overflow: hidden;
  overflow: hidden;
}
.services-comparison .services-comparison-single-service:hover h3 {
  font-size: 3.5rem;
}
.services-comparison .services-comparison-single-service:hover .service-comparison-single-text::after {
  background: rgba(0, 0, 0, 0.5);
}
.services-comparison .services-comparison-single-service.hovered {
  width: 720px;
  /* Expand hovered card */
}
.services-comparison .services-comparison-single-service.shrink {
  width: 448px;
  /* Shrink siblings */
}
.services-comparison .services-comparison-single-service-inner {
  padding: 0 20px;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.services-comparison .services-comparison-single-service-inner .service-comparison-single-text {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.services-comparison .services-comparison-single-service-inner .service-comparison-single-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
  transition: background-color 0.3s ease;
}
.services-comparison .services-comparison-single-service-inner .service-comparison-single-text h3 {
  color: #fff;
  max-width: 360px;
}
.services-comparison .services-comparison-single-service-inner .service-comparison-single-text .subliner {
  font-weight: 600;
  font-size: 22px;
  margin: 1rem 0;
}
.services-comparison .services-comparison-single-service-inner .service-comparison-single-text .rcst-service-description {
  margin-bottom: 1rem;
  max-width: 360px;
}
.services-comparison .services-comparison-single-service-inner .service-comparison-single-text .service-comparison-single-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services-comparison .services-comparison-single-service-inner .rcst-bottom {
  display: flex;
  flex-wrap: wrap;
}
.services-comparison .services-comparison-single-service-inner .rcst-bottom > * {
  margin-right: 40px;
}
.services-comparison .services-comparison-single-service-inner .rcst-bottom > * svg {
  margin-right: 1rem;
}
.services-comparison .services-comparison-single-service-inner .redoak-modal-trigger-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.services-comparison .services-comparison-single-service-inner .redoak-modal-trigger-btn span {
  opacity: 0;
}
.services-comparison .services-comparison-single-service-inner .service-plus-icon {
  position: absolute;
  top: 40px;
  right: 40px;
}

.clipped-mask-reversed {
  clip-path: inset(4% round 40px);
  transition: clip-path 0.2s ease-out;
  /* optional for smoother snap */
}
.clipped-mask-reversed.redoak-callout {
  padding: 0 !important;
  position: relative;
  z-index: 3;
}

.sidebar-iframe {
  width: 100%;
  height: 560px;
}

.redoak-slider-nav-group,
.toc-slider-nav-group {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 102;
  display: flex;
  justify-content: space-between;
}
.redoak-slider-nav-group .redoak-slider-nav-btn,
.toc-slider-nav-group .redoak-slider-nav-btn {
  pointer-events: auto;
}
.redoak-slider-nav-group .redoak-slider-nav-btn .nav-arrow-bg,
.toc-slider-nav-group .redoak-slider-nav-btn .nav-arrow-bg {
  transition: fill 0.3s ease, transform 0.3s ease;
}
.redoak-slider-nav-group .redoak-slider-nav-btn.swiper-button-disabled,
.toc-slider-nav-group .redoak-slider-nav-btn.swiper-button-disabled {
  opacity: 0.33;
  cursor: default;
}
.redoak-slider-nav-group .redoak-slider-nav-btn:not(.swiper-button-disabled):hover .nav-arrow-bg,
.toc-slider-nav-group .redoak-slider-nav-btn:not(.swiper-button-disabled):hover .nav-arrow-bg {
  fill: var(--roLightBlue);
}
.redoak-slider-nav-group .redoak-slider-nav-next svg,
.toc-slider-nav-group .redoak-slider-nav-next svg {
  transform: scale(-1, 1);
}

.toc-slider-nav-group {
  top: 0;
  left: unset;
  right: 0;
  width: auto;
  justify-content: flex-end;
  gap: 0.5rem;
}

.all-in-tocs-swiper {
  padding-top: 6rem;
  margin-top: -5rem;
}

.redoak-mid-page-mini-slides .redoak-min-slide {
  width: 100%;
  height: calc(100vh - 90px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}
.redoak-mid-page-mini-slides .redoak-min-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.symptoms-tests-card-wrap .symptoms-tests-card {
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 40px;
  padding: 40px;
  border: 1px solid var(--roGreen);
  transition: background-color 0.3s;
}
.symptoms-tests-card-wrap .symptoms-tests-card:hover {
  border-color: var(--roLightBlue);
  background-color: var(--roLightBlue);
}
.symptoms-tests-card-wrap:nth-child(4n+2) .symptoms-tests-card:hover {
  border-color: var(--roYellow);
  background-color: var(--roYellow);
}
.symptoms-tests-card-wrap:nth-child(4n+3) .symptoms-tests-card:hover {
  border-color: var(--roGreen);
  background-color: var(--roGreen);
}

.related-conditions-card {
  border-radius: 40px;
  padding: 40px;
  border: 1px solid transparent;
  transition: background-color 0.3s;
}
.related-conditions-card:hover {
  border-color: var(--roOrange);
  background-color: var(--roOrange);
  color: #fff;
}
.related-conditions-card:hover .redoak-btn {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.related-conditions-card:hover .redoak-btn svg {
  filter: grayscale(1) invert(1) brightness(10);
}

.related-conditions-buttons-wrap {
  display: flex;
  flex-wrap: wrap;
}
.related-conditions-buttons-wrap svg {
  display: none;
}
.related-conditions-buttons-wrap > div {
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  padding: 0.75rem;
}
.related-conditions-buttons-wrap > div:nth-child(1) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(2) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(3) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(4) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(5) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(6) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(7) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(8) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(9) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(10) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(11) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(12) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(13) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(14) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(15) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(16) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(17) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(18) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(19) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(20) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(21) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(22) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(23) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(24) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(25) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(26) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(27) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(28) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(29) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(30) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(31) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(32) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(33) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(34) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(35) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(36) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(37) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(38) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(39) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(40) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(41) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(42) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(43) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(44) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(45) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(46) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(47) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(48) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(49) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(50) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(51) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(52) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(53) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(54) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(55) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(56) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(57) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(58) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(59) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(60) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(61) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(62) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(63) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(64) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(65) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(66) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(67) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(68) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(69) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(70) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(71) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(72) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(73) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(74) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(75) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(76) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(77) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(78) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(79) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(80) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(81) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(82) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(83) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(84) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(85) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(86) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(87) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(88) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(89) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(90) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(91) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(92) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(93) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(94) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(95) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(96) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(97) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(98) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(99) {
  width: 25%;
}
.related-conditions-buttons-wrap > div:nth-child(100) {
  width: 25%;
}
.related-conditions-buttons-wrap .card-btn-wrap a {
  width: 100%;
  min-height: 100px;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  border-color: var(--roGreen);
  color: #000;
  text-align: left;
}
.related-conditions-buttons-wrap .card-btn-wrap a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.related-conditions-buttons-wrap .card-btn-wrap a:hover svg {
  filter: grayscale(1) invert(1) brightness(0);
}

.redoak-callout {
  width: 100%;
  color: #fff;
  position: relative;
}
.redoak-callout.redoak-in-content-callout .callout-video .container {
  position: relative;
  z-index: 2;
}
.redoak-callout.redoak-in-content-callout .callout-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.redoak-callout .callout-video {
  min-height: 40vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.redoak-callout .callout-badge-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.redoak-callout .callout-badge {
  border-radius: 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 115px;
  margin: 1rem;
}
.redoak-callout .callout-badge .larger-font {
  font-size: 2rem;
}
.redoak-callout .callout-badge .smaller-font {
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.1em;
}

.scroll-to-activate .step-col {
  opacity: 0;
  transform: translateY(20px);
}

.scroll-to-activate.active .step-col.fade-in {
  animation: fadeInUp 1s forwards;
}

.redoak-member-card-col {
  margin: 1rem 0;
}
.redoak-member-card-col:nth-child(3n+2) .team-member-single-img {
  background-color: #f3ffee;
}
.redoak-member-card-col:nth-child(3n+3) .team-member-single-img {
  background-color: #e6f1f6;
}

.redoak-member-card {
  color: var(--textColor);
  text-decoration: none;
}
.redoak-member-card .team-member-single-img {
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
  background-color: #FBE5E1;
  margin-bottom: 1rem;
}
.redoak-member-card .team-member-single-img img {
  transition: transform 0.5s;
}
.redoak-member-card .direction-arrow {
  opacity: 0;
  transition: opacity 0.5s;
}
.redoak-member-card .rcst-bottom {
  display: flex;
  justify-content: space-between;
}
.redoak-member-card:hover {
  color: var(--textColor);
}
.redoak-member-card:hover .team-member-single-img img {
  transform: scale(1.1);
}
.redoak-member-card:hover .direction-arrow {
  opacity: 1;
}

.team-member-title {
  color: var(--darkGrey);
}

.ro-gallery-swiper {
  border-radius: 40px;
}

.logo-slide-img-wrap {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.logo-slide-img-wrap img {
  border-radius: 40px;
  overflow: hidden;
}

footer {
  background-color: var(--roBlack);
  color: #fff;
  border-radius: 40px 40px 0 0;
  font-size: 1rem;
  margin-top: 3.5rem;
}
footer .prefooter {
  height: 33.33vw;
  border-radius: 36px;
  overflow: hidden;
}
footer .footer-logo-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-logo-svg {
  max-width: 100%;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .rofn a {
  display: block;
  padding: 10px 0;
}
footer .footer-menu-link {
  margin-top: 1rem;
}
footer .social-link {
  margin: 0 0.25rem;
}
footer .social-link svg {
  width: 24px;
  height: 24px;
}
footer .footer-credit-line {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-extra-links {
  text-align: right;
}
footer .redoak-btn.redoak-cta-btn {
  color: var(--roBrown);
}
footer .redoak-btn.redoak-cta-btn:hover {
  color: var(--roDarkGreen);
}

.red-oak-footer-menu ul,
.red-oak-footer-menu li {
  list-style: none;
  padding-left: 0;
}
.red-oak-footer-menu a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}
.red-oak-footer-menu .menu-item-has-children > a {
  font-size: 16px;
  padding-bottom: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.red-oak-footer-menu .sub-menu {
  padding-bottom: 2rem;
}

#menu-full-menu {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-full-menu > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.member-profile-photo-col {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: stretch;
}

.toc-content-main-wrap {
  position: relative;
}
.toc-content-main-wrap .carousel-in-toc,
.toc-content-main-wrap .page-block-team-carousel {
  position: relative;
  padding-right: 0;
}
.toc-content-main-wrap .carousel-in-toc.container-yiz-right,
.toc-content-main-wrap .page-block-team-carousel.container-yiz-right {
  padding-right: 3.5rem;
}

.yiz-toc-col {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.sidebar-toc {
  position: sticky;
  top: 7rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 12px 56px rgba(6, 28, 61, 0.1);
  padding: 1rem 1.5rem;
  width: 240px;
  max-width: 100%;
  pointer-events: auto;
}

.page-input-content {
  max-width: 100%;
}
.page-input-content h2 {
  margin-bottom: 1.5rem;
}
.page-input-content h3 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.page-input-content .section-sub-label {
  color: var(--roDarkBlue);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--bodyFamiliy);
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
}

.sidebar-toc-wrap {
  font-size: 14px;
  position: relative;
}
.sidebar-toc-wrap .toc-title {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--textColor);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-bottom: 1px solid #cfcfcf;
}
.sidebar-toc-wrap h2 {
  font-family: var(--bodyFamiliy);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: right;
}
.sidebar-toc-wrap ul {
  list-style: none;
  padding: 0;
}
.sidebar-toc-wrap ul li {
  text-align: right;
}
.sidebar-toc-wrap ul a {
  display: block;
  text-decoration: none;
  padding: 6px 0;
  color: var(--textColor);
  opacity: 0.5;
  text-transform: uppercase;
  position: relative;
}
.sidebar-toc-wrap ul a.active {
  opacity: 1;
  color: var(--roBrown);
}

.all-insights-swiper .swiper-slide {
  height: 100%;
}

.single-post-card {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid var(--greytoneColor);
  overflow: hidden;
}
.single-post-card .rcst-top {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow: hidden;
}
.single-post-card .rcst-bottom {
  background: white;
  flex-grow: 0;
  padding: 2rem 1.5rem;
}
.single-post-card .rcst-bottom a {
  color: var(--textColor);
}
.single-post-card .author-info-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.single-post-card .author-info-row img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #FBE5E1;
}

.single-publication-card {
  background-color: #fff;
  padding: 1.5rem;
}
.single-publication-card .publication-card-name {
  padding: 1rem 0;
  font-size: 14px;
  color: #a49a94;
}

.redoak-member-banner-content-wrap {
  display: flex;
}
.redoak-member-banner-content-wrap .redoak-member-banner-img-col {
  width: 300px;
  height: 270px;
  border-radius: 24px;
  background: #FBE5E1;
}
.redoak-member-banner-content-wrap .redoak-member-banner-img-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.redoak-member-banner-content-wrap .redoak-member-banner-txt-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.redoak-member-banner-content-wrap .ro-member-info-row {
  margin-bottom: 1rem;
}
.redoak-member-banner-content-wrap .ro-member-info-row h1 {
  line-height: 1;
  margin-bottom: 0;
}
.redoak-member-banner-content-wrap a {
  text-decoration: none;
  color: #fff;
}

.toc-target-content .wp-block-group .wp-block-group__inner-container {
  padding-left: 16px;
}

/* .additional-teaminfo-row-col {
    padding-left: 0;
} */
.sidebar-toc .redoak-btn.redoak-cta-btn {
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.2;
  padding: 8px;
}
.sidebar-toc .redoak-btn.redoak-cta-btn::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.70492 6L8.29492 7.41L12.8749 12L8.29492 16.59L9.70492 18L15.7049 12L9.70492 6Z' fill='white'/%3E%3C/svg%3E%0A");
}

.single-in-toc-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--roBorderColor);
}

.selected-team-members-carousel .swiper-slide:nth-child(3n+1) .team-member-single-img {
  background-color: #FBE5E1;
}
.selected-team-members-carousel .swiper-slide:nth-child(3n+2) .team-member-single-img {
  background-color: #f3ffee;
}
.selected-team-members-carousel .swiper-slide:nth-child(3n+3) .team-member-single-img {
  background-color: #e6f1f6;
}

.txt-img-columns {
  margin-bottom: 0;
}
.txt-img-columns .wp-block-image {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.txt-img-columns .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comparison-table {
  border: 1px solid #eee3e3;
  overflow: hidden;
  border-radius: 1rem;
}
.comparison-table table {
  border-radius: 1.5rem;
}
.comparison-table thead {
  border: 0;
}
.comparison-table th {
  background-color: var(--roOrange);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 1px solid var(--roOrange);
  text-transform: uppercase;
  line-height: 1.2;
}
.comparison-table th,
.comparison-table td {
  padding: 1rem 1.5rem;
  border: 0;
  word-break: keep-all !important;
}
.comparison-table td {
  color: rgb(81, 62, 50);
}
.comparison-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #FBE5E1;
}

@keyframes fadeIn {
  from {
    filter: opacity(0);
  }
  to {
    filter: opacity(1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(48px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    filter: opacity(0);
    transform: scale(1.2);
  }
  to {
    filter: opacity(1);
    transform: scale(1);
  }
}
.accordion .card {
  border: 0;
  border-bottom: 1px solid #d0d0d0 !important;
  border-radius: 0;
  background-color: transparent;
}
.accordion .card .collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion .card .collapse.show {
  background-color: var(--roDarkBlue);
  color: #fff;
}
.accordion .card:has(.show) {
  color: #fff;
}
.accordion .card:has(.show) .card-header {
  background-color: var(--roDarkBlue);
  color: #fff;
}
.accordion .card:has(.show) .card-header .btn-link {
  color: #fff;
}
.accordion .card:has(.show) .card-header .btn-link::after {
  content: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' class='bi bi-dash-lg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8' /%3E%3C/svg%3E");
  filter: brightness(0) invert(1);
}
.accordion .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.accordion .card-header .btn-link {
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-family: var(--bodyFamiliy);
  color: var(--textColor);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  padding: 1rem;
  border-bottom: 1px solid transparent;
  line-height: 1.314;
  text-decoration: none;
}
.accordion .card-header .btn-link::after {
  display: block;
  content: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2' /%3E%3C/svg%3E");
  margin-right: 0px;
  transition: transform 0.2s ease 0s;
  transform-origin: center;
}
.accordion .card-header .btn-link.collapsed::after {
  transform: rotate(0deg);
}
.accordion .card-body {
  padding: 1rem 2rem 2rem 2rem;
}
.accordion .card-body p {
  font-size: 18px;
}
.accordion .card-body p:last-child {
  margin-bottom: 0;
}
.accordion .card-body a {
  color: #fff;
  font-weight: 500;
}

.assessment-card {
  border-radius: 40px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 15px 0;
}
.assessment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.5%, rgba(84, 34, 0, 0.8) 100%);
  z-index: 1;
}
.assessment-card .assessment-card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: transform 0.3s ease;
}
.assessment-card:hover .assessment-card-image {
  transform: scale(1.05);
}
.assessment-card .assessment-card-content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
}
.assessment-card .assessment-card-content .redoak-btn {
  width: 100%;
}

.contact-form-wrap,
.intake-form-wrapper {
  border: 1px solid #ccc7c4;
  border-radius: 18px;
  padding: 32px 24px;
  background: #fff;
}
.contact-form-wrap label,
.intake-form-wrapper label {
  opacity: 0.9;
}
.contact-form-wrap .gform_wrapper .gform-body input,
.contact-form-wrap .gform_wrapper .gform-body textarea,
.intake-form-wrapper .gform_wrapper .gform-body input,
.intake-form-wrapper .gform_wrapper .gform-body textarea {
  box-shadow: none;
  border-color: transparent;
  background-color: #e6f1f6;
  border-radius: 4px;
}
.contact-form-wrap .gform_wrapper .gform-body input::-moz-placeholder, .contact-form-wrap .gform_wrapper .gform-body textarea::-moz-placeholder, .intake-form-wrapper .gform_wrapper .gform-body input::-moz-placeholder, .intake-form-wrapper .gform_wrapper .gform-body textarea::-moz-placeholder {
  color: #a49a94;
}
.contact-form-wrap .gform_wrapper .gform-body input::placeholder,
.contact-form-wrap .gform_wrapper .gform-body textarea::placeholder,
.intake-form-wrapper .gform_wrapper .gform-body input::placeholder,
.intake-form-wrapper .gform_wrapper .gform-body textarea::placeholder {
  color: #a49a94;
}
.contact-form-wrap .gform_wrapper form .gform-footer .gform_button,
.intake-form-wrapper .gform_wrapper form .gform-footer .gform_button {
  padding: 8px 48px !important;
  border-radius: 8px !important;
  text-align: center;
  border: 1px solid var(--roBrown) !important;
  color: var(--roBrown) !important;
  background: #fff !important;
  line-height: 1.414;
  font-size: 16px !important;
  font-weight: 600 !important;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.contact-form-wrap .gform_wrapper .gf_progressbar_title,
.intake-form-wrapper .gform_wrapper .gf_progressbar_title {
  font-weight: 400;
}
.contact-form-wrap .gform_wrapper h3,
.intake-form-wrapper .gform_wrapper h3 {
  font-size: 24px;
}
.contact-form-wrap .gform_wrapper h4,
.intake-form-wrapper .gform_wrapper h4 {
  font-size: 21px;
  margin-top: 1.5rem;
}
.contact-form-wrap .gform_wrapper .gform-field-label,
.intake-form-wrapper .gform_wrapper .gform-field-label {
  font-size: 1rem;
}
.contact-form-wrap .gform_wrapper .gform-theme-button.button,
.intake-form-wrapper .gform_wrapper .gform-theme-button.button {
  padding: 6px 24px !important;
  border-radius: 8px !important;
  border: 1px solid var(--roBrown) !important;
  color: var(--roBrown) !important;
  background: #fff !important;
  line-height: 1.414 !important;
  font-size: 18px !important;
  width: -moz-max-content;
  width: max-content;
}
.contact-form-wrap .gform_wrapper input[type=submit],
.intake-form-wrapper .gform_wrapper input[type=submit] {
  background-color: var(--roDarkGreen) !important;
  font-size: 18px !important;
  border-radius: 8px !important;
  padding: 6px 32px !important;
}

.callout-swiper-slide {
  min-height: 40vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.callout-swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.callout-swiper-slide video,
.callout-swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.callout-swiper-slide .slide-content-container {
  position: relative;
  z-index: 2;
}
.callout-swiper-slide .callout-badge {
  border: 0;
}
.callout-swiper-slide .callout-badge-label {
  font-size: 2rem;
  font-family: var(--roSerif);
  line-height: 40px;
  padding: 1rem 0;
  text-align: center;
}
.callout-swiper-slide .callout-quote-col {
  display: flex;
  align-items: center;
}

.callout-quote-main-text h1,
.callout-quote-main-text .h1,
.callout-quote-main-text h2,
.callout-quote-main-text .h2,
.callout-quote-main-text h3,
.callout-quote-main-text .h3,
.callout-quote-main-text h4,
.callout-quote-main-text .h4,
.callout-quote-main-text h5,
.callout-quote-main-text .h5,
.callout-quote-main-text h6,
.callout-quote-main-text .h6, .granny-smith-section-v2 h1,
.granny-smith-section-v2 .h1,
.granny-smith-section-v2 h2,
.granny-smith-section-v2 .h2,
.granny-smith-section-v2 h3,
.granny-smith-section-v2 .h3,
.granny-smith-section-v2 h4,
.granny-smith-section-v2 .h4,
.granny-smith-section-v2 h5,
.granny-smith-section-v2 .h5,
.granny-smith-section-v2 h6,
.granny-smith-section-v2 .h6, .granny-smith-section h1,
.granny-smith-section .h1,
.granny-smith-section h2,
.granny-smith-section .h2,
.granny-smith-section h3,
.granny-smith-section .h3,
.granny-smith-section h4,
.granny-smith-section .h4,
.granny-smith-section h5,
.granny-smith-section .h5,
.granny-smith-section h6,
.granny-smith-section .h6 {
  line-height: 1.414;
}

@media screen and (min-width: 992px) {
  .toc-target-content > *:not(.skip-lift) {
    padding-right: 16.67vw;
  }
  .skip-lift {
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 1439px) {
  .mega-menu-list {
    font-size: 16px;
    padding: 2.25rem 0.75rem 2.25rem 1.25rem;
  }
  .header-nav .redoak-cta-btn {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .hideOnMobile {
    display: none !important;
  }
  .hideOnMobileFlex {
    display: none !important;
  }
  .hideOnDesktop {
    display: block !important;
  }
  .hideOnDesktopInline {
    display: inline !important;
  }
  .hideOnDesktopFlex {
    display: flex !important;
  }
  .page-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .page-section-top {
    padding-top: 1.5rem;
  }
  .page-section-bottom {
    padding-bottom: 1.5rem;
  }
  .page-small-section {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .page-small-section-top {
    padding-top: 0.75rem;
  }
  .page-small-section-bottom {
    padding-bottom: 0.75rem;
  }
  .change-typeface-on-mobile {
    font-family: var(--bodyFamiliy);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px !important;
  }
  .container-yiz,
  .container-4-clip-mask,
  .mega-menu-box,
  .extra-menu-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-yiz-left {
    padding-left: 15px;
  }
  .container-yiz-right {
    padding-right: 15px;
  }
  .redoak-btn {
    font-size: 1rem;
    padding: 4px 1rem;
    width: 100%;
  }
  .redoak-btn.redoak-white-border-btn {
    padding: 4px 1rem;
  }
  .redoak-btn.redoak-2nd-cta-btn:has(.wp-element-button) .wp-element-button {
    padding: 4px 32px;
    width: calc(100vw - 50px);
  }
  .toc-target-content .wp-block-group .wp-block-group__inner-container,
  .textwimage-blockquote > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .double-rem-font {
    font-size: 21px !important;
  }
  .banner-large-font {
    font-size: 18px;
  }
  .header-main-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .redoak-page-banner .video-banner-main-content {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 15px;
  }
  .redoak-page-banner.page-image-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
  }
  .redoak-page-banner.front-page-banner::before {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  }
  .banner-main-content {
    margin: 0;
  }
  .content-in-banner {
    font-size: 18px;
    margin-top: 0;
  }
  .content-in-banner p {
    padding-top: 0;
  }
  .front-page-banner .redoak-cta-btn {
    opacity: 0;
    visibility: hidden;
  }
  .ro-opening-slogan .slogan-line {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding: 1rem;
  }
  .redoak-full-width-hero-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .redoak-full-width-hero-section .redoak-full-width-hero-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 12px;
  }
  .services-comparison .services-comparison-single-service-inner {
    padding-left: 12px;
    padding-right: 12px;
    height: 106.67vw;
  }
  .services-comparison .services-comparison-single-service-inner .service-comparison-single-text {
    padding: 1.5rem;
  }
  .services-comparison .services-comparison-single-service-inner .service-comparison-single-text .rcst-service-description {
    opacity: 1;
    visibility: visible;
    max-height: unset;
  }
  .services-comparison .services-comparison-single-service-inner .service-comparison-single-text::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(84, 34, 0, 0.75) 100%);
  }
  .services-comparison .services-comparison-single-service:hover h3 {
    font-size: calc(1.5rem + 1.125vw);
  }
  .all-services-swiper,
  .selected-team-members-carousel,
  .ro-gallery-swiper {
    padding-bottom: 3rem;
  }
  .redoak-pagination-container {
    position: absolute;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    bottom: 1rem;
  }
  .swiper-pagination-progressbar.redoak-pagination {
    background: var(--roYellow);
    height: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  .swiper-pagination-progressbar.redoak-pagination .swiper-pagination-progressbar-fill {
    background: var(--roOrange);
    border-radius: 8px;
  }
  .adhd-slide-content-inner {
    padding: 12px 24px;
  }
  .redoak-slider-nav-group {
    display: none;
  }
  .symptoms-tests-card-wrap .symptoms-tests-card {
    min-height: unset;
    padding: 1.5rem;
    margin: 1rem 0;
  }
  .related-conditions-card {
    padding: 12px;
  }
  .related-conditions-card .related-conditions-buttons-wrap .card-btn-wrap {
    width: 100%;
    padding: 0.5rem 0;
  }
  .related-conditions-card .related-conditions-buttons-wrap .card-btn-wrap a {
    min-height: unset;
    padding: 0.5rem 1rem;
  }
  .scroll-to-activate .step-col {
    opacity: 1;
    transform: none;
  }
  #menu-full-menu {
    -moz-column-count: 1;
         column-count: 1;
  }
  .redoak-callout .callout-video {
    height: auto;
  }
  .redoak-callout .callout-badge-col {
    justify-content: center;
  }
  .redoak-callout .col-sm-12 {
    padding: 1rem 2rem;
    text-align: center;
  }
  .redoak-callout.clipped-mask-reversed {
    clip-path: none;
  }
  .logo-slide-img-wrap {
    height: 117.33vw;
  }
  footer {
    margin-top: 1rem;
    border-radius: 1rem 1rem 0 0;
    padding-bottom: 4rem;
  }
  footer.page-section-top {
    padding-top: 1rem;
  }
  footer .prefooter {
    border-radius: 1rem;
    height: 160px;
  }
  .red-oak-footer-menu a {
    padding: 6px 0;
  }
  .red-oak-footer-menu .sub-menu {
    padding-bottom: 0.5rem;
  }
  .red-oak-footer-menu .menu-item-has-children > a {
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .red-oak-footer-menu .menu-item-has-children > a::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0.758457L12 2.16846L6 8.16846L0 2.16846L1.41 0.758457L6 5.33846L10.59 0.758457Z' fill='white'/%3E%3C/svg%3E%0A");
    transition: transform 0.2s;
  }
  .ro-mobile-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 12px;
    text-align: center;
    z-index: 5;
  }
  .redoak-cta-btn {
    padding: 0.5rem;
  }
  #footer-menu .sub-menu {
    display: none;
    transition: all 0.3s ease;
  }
  #footer-menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg);
  }
  #footer-menu .menu-item-has-children.active .sub-menu {
    display: block;
  }
  .yiz-toc-col {
    display: none;
  }
  .wp-block-group .redoak-cta-btn {
    display: none;
  }
  .member-profile-photo-col {
    padding-top: 2rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
  .redoak-member-banner-content-wrap .redoak-member-banner-img-col {
    width: 100%;
    height: auto;
  }
  .all-in-tocs-swiper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .all-in-tocs-swiper .toc-slider-nav-group {
    display: none;
  }
  .granny-smith-section-v2 .granny-smith-img-col svg {
    transform: translateY(-1.5rem);
  }
  .comparison-table {
    max-width: calc(100vw - 3rem);
    overflow-x: scroll;
    display: block !important;
  }
  .comparison-table table.has-fixed-layout {
    width: 250vw;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 0.5rem 1rem;
  }
  .comparison-table tr {
    position: relative;
  }
  .comparison-table tr td:first-child,
  .comparison-table tr th:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    max-width: 33.33vw;
  }
  .comparison-table tr th:first-child {
    background-color: var(--roOrange);
  }
  .comparison-table tbody tr:nth-child(odd) td:first-child {
    background-color: #FBE5E1;
  }
}
@media screen and (max-width: 449px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1;
  }
  .callout-quote-col h1,
  .callout-quote-col .h1,
  .callout-quote-col h2,
  .callout-quote-col .h2,
  .callout-quote-col h3,
  .callout-quote-col .h3,
  .callout-quote-col h4,
  .callout-quote-col .h4,
  .callout-quote-col h5,
  .callout-quote-col .h5,
  .callout-quote-col h6,
  .callout-quote-col .h6 {
    line-height: 1.414;
  }
  .container-yiz,
  .container-4-clip-mask,
  .mega-menu-box,
  .extra-menu-box,
  .footer-credit-line {
    padding-right: 12px;
    padding-left: 12px;
  }
  .container-yiz-left {
    padding-left: 12px;
  }
  .full-menu-show:not(.full-menu-submenu-show) .full-menu {
    background-image: url(../images/mobile-full-menu-bg.webp);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .footer-menu-col,
  .footer-logo-col {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-credit-col {
    padding-right: 0;
  }
}/*# sourceMappingURL=main.css.map */