.elementor-kit-31798{--e-global-color-primary:#EAF8FD;--e-global-color-secondary:#00A5CA;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B8E9E5;--e-global-color-6e6f015:#17B5C5;--e-global-color-b688a4c:#E9BD66;--e-global-color-32dbcc8:#79CAEF;--e-global-color-fe1fb9b:#01989C;--e-global-color-4436e32:#4482C0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-31798 e-page-transition{background-color:#FFBC7D;}.elementor-kit-31798 p{margin-bottom:1em;}.elementor-kit-31798 h2{color:var( --e-global-color-secondary );font-family:"Raleway", Sans-serif;font-size:26px;font-weight:700;line-height:1.4em;letter-spacing:0.6px;}.elementor-kit-31798 h3{color:var( --e-global-color-6e6f015 );font-family:"Raleway", Sans-serif;font-size:22px;font-weight:700;letter-spacing:0.6px;}.elementor-kit-31798 h4{color:var( --e-global-color-b688a4c );font-family:"Raleway", Sans-serif;font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:1.9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}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 *//*for hiding horizontal overflow but allowing vertical overflow*/
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
/*making cursor into hand when hovering over links*/
a:hover {
cursor: pointer!important;
}


.titlelink:hover {
    color: #fae6a0 !important;
}

.titlelink:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
    z-index: 1;
}/* End custom CSS */