.elementor-kit-34{--e-global-color-primary:#003066;--e-global-color-secondary:#FFC107;--e-global-color-text:#4B5D67;--e-global-color-accent:#66CDFF;--e-global-color-cc66e2e:#FFFFFF;--e-global-color-2c18512:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:#222222;font-family:"Arial", Sans-serif;font-size:18px;font-weight:400;font-style:normal;letter-spacing:0.1px;}.elementor-kit-34 e-page-transition{background-color:#F26722;}.elementor-kit-34 p{margin-block-end:20px;}.elementor-kit-34 a{color:#1E3A8A;font-family:"Arial", Sans-serif;}.elementor-kit-34 h1{color:#1E3A8A;font-family:"Lato", Sans-serif;font-size:40px;font-weight:800;}.elementor-kit-34 h2{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;font-size:33px;}.elementor-kit-34 h3{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;font-size:21px;line-height:32px;}.elementor-kit-34 h4{font-family:"Lato", Sans-serif;}.elementor-kit-34 h5{font-family:"Lato", Sans-serif;}.elementor-kit-34 h6{font-family:"Lato", Sans-serif;}.elementor-kit-34 button,.elementor-kit-34 input[type="button"],.elementor-kit-34 input[type="submit"],.elementor-kit-34 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, p {
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #222222 !important; /* Dark grey font color */
  font-weight: 400 !important;
}

h1 {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 50px !important;
  line-height: 58px !important;
  font-weight: 700 !important;
}

h2 {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 36px !important;
  line-height: 44px !important;
  font-weight: 700 !important;
}

h3 {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 600 !important;
}

h4 {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
}

h5 {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}

/* Hyperlink styling */
a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #FFC107 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:focus,
a:active {
  outline: none !important;
  box-shadow: 0 0 0 1px #FFC107 !important;
  transition: box-shadow 0.3s ease;
}



/* 
  Floating "Get A Reminder" Button (Bottom-Right Corner)
  -------------------------------------------------------
  This CSS styles a sticky button fixed to the bottom-right of the screen.
  It is intended to be used for capturing reminder signups on event pages.
  Assign the class "reminder-button" to your Elementor button widget.
*/

.reminder-button {
  position: fixed;
  bottom: 55px;
  right: 25px;
  z-index: 9999;
}/* End custom CSS */