.elementor-kit-6{--e-global-color-primary:#B7CDD9;--e-global-color-secondary:#C6671D;--e-global-color-text:#1E384B;--e-global-color-accent:#FDF3CB;--e-global-color-c57af26:#004C6C;--e-global-typography-primary-font-family:"Neutra Display Titling";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Neutra Display Bold";--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Neutra Display Medium";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kaleidos Smooth";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Neutra Display Medium", Sans-serif;font-size:18px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Neutra Display Medium", Sans-serif;font-size:18px;color:var( --e-global-color-accent );border-radius:3px 3px 3px 3px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Neutra Display Medium", Sans-serif;font-size:18px;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Neutra Display Titling", Sans-serif;font-size:55px;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Neutra Display Bold", Sans-serif;font-size:34px;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Neutra Display Bold", Sans-serif;font-size:28px;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Neutra Display Medium", Sans-serif;font-size:24px;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-family:"Neutra Display Medium", Sans-serif;font-size:21px;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-family:"Neutra Display Medium", Sans-serif;font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:80px;--container-default-padding-right:0px;--container-default-padding-bottom:80px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:21px;font-size:17px;}.elementor-kit-6 a{font-size:17px;}.elementor-kit-6 h1{font-size:45px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:21px;}.elementor-kit-6 h5{font-size:18px;}.elementor-kit-6 h6{font-size:17px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:60px;--container-default-padding-right:30px;--container-default-padding-bottom:60px;--container-default-padding-left:30px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:34px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:18px;font-size:16px;}.elementor-kit-6 p{margin-bottom:0px;}.elementor-kit-6 a{font-size:16px;}.elementor-kit-6 h1{font-size:34px;}.elementor-kit-6 h2{font-size:24px;}.elementor-kit-6 h3{font-size:21px;}.elementor-kit-6 h4{font-size:18px;}.elementor-kit-6 h5{font-size:17px;}.elementor-kit-6 h6{font-size:16px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;}.elementor-kit-6 img{border-radius:3px 3px 3px 3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:60px;--container-default-padding-right:15px;--container-default-padding-bottom:60px;--container-default-padding-left:15px;}}/* Start custom CSS *//* ———————————————————————————————————
   “gm-stripes”  ·  twin-stripe page header 
   • set default stripe heights with the
     custom properties below
   • override them per-section if you like
——————————————————————————————————— */

.gm-stripes{
  /* ⬇️ defaults (change once if you like) */
  --gm-top-stripe:   20px;   /* dark-teal */
  --gm-bottom-stripe:10px;   /* cream     */

  position:relative;
  /* push the content below the stacked stripes */
  padding-top:calc(var(--gm-top-stripe) + var(--gm-bottom-stripe));
}

/* dark-teal stripe */
.gm-stripes::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:100vw;
  height:var(--gm-top-stripe);
  transform:translateX(-50%);
  background:#004C6C;
  z-index:10;
}

/* cream stripe */
.gm-stripes::after{
  content:"";
  position:absolute;
  top:var(--gm-top-stripe);
  left:50%;
  width:100vw;
  height:var(--gm-bottom-stripe);
  transform:translateX(-50%);
  background:#C6671D;
  z-index:10;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neutra Display Titling';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://callgoodmanors.com/wp-content/uploads/2025/06/neutra-display-titling.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neutra Display Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://callgoodmanors.com/wp-content/uploads/2025/06/Neutraface-Display-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neutra Display Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://callgoodmanors.com/wp-content/uploads/2025/06/Neutraface-2-Display-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Kaleidos Smooth';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://callgoodmanors.com/wp-content/uploads/2025/06/Kaleidos-W00-Smooth.ttf') format('truetype');
}
/* End Custom Fonts CSS */