.elementor-kit-8{--e-global-color-primary:#10437A;--e-global-color-secondary:#3B6484;--e-global-color-text:#8EB8D4;--e-global-color-accent:#FBBC00;--e-global-color-3933e78:#F2B042;--e-global-color-2fb7bc2:#000000;--e-global-color-da6a9f9:#FCFCFC;--e-global-color-c78ff26:#BABABA;--e-global-color-5a1b768:#FCFDF5;--e-global-color-405817b:#9D0537;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-size:44px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Libre Baskerville";--e-global-typography-text-font-size:32px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:capitalize;--e-global-typography-accent-font-family:"Libre Baskerville";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:31px;--e-global-typography-7c11522-font-family:"Open Sans";--e-global-typography-7c11522-font-size:19px;--e-global-typography-7c11522-text-transform:none;--e-global-typography-f22f8e2-font-family:"Libre Baskerville";--e-global-typography-f22f8e2-font-size:20px;--e-global-typography-f22f8e2-font-weight:700;--e-global-typography-f22f8e2-text-transform:capitalize;background-color:var( --e-global-color-da6a9f9 );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#FBBC00;font-family:"Libre Baskerville", Sans-serif;font-size:20px;font-weight:700;text-transform:capitalize;line-height:22px;color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#10437A;border-radius:0px 0px 0px 0px;padding:018px 025px 18px 025px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#3B6484;color:#FBBC00;border-style:solid;border-width:2px 2px 2px 2px;border-color:#10437A;border-radius:0px 0px 0px 0px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#075DBB;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1160px){.elementor-kit-8{--e-global-typography-primary-font-size:50px;--e-global-typography-secondary-font-size:40px;--e-global-typography-text-font-size:30px;--e-global-typography-accent-font-size:24px;--e-global-typography-7c11522-font-size:18px;--e-global-typography-f22f8e2-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:900px;}.e-con{--container-max-width:900px;}}@media(max-width:900px){.elementor-kit-8{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:26px;--e-global-typography-accent-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Program page link underline animation */
.hyperlink {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color:#10437A;
    text-decoration-thickness: 1.5px;
}

.container:hover .hyperlink{
    text-decoration: none;
}
/*end*/

/* Footer link animation */
.footer-link {
    color: #000000;
}

.container:hover .footer-link {
    color: #10437A;
}
/*end*/

/* About Sticky Container */
@media only screen and (min-width: 1161px) {
  .sticky-about {
    position: sticky;
    top:260px;
      
  }
}
/*end*/

/*elementor menu anchor offset*/
@media only screen and (min-width: 1161px) {
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
content: "";
display:block;
height: 100px; /* fixed header height*/
margin: -100px 0 0; /* negative fixed header height */
visibility: hidden;
pointer-events: none;
}
}

@media only screen and (max-width: 1160px) {
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
content: "";
display:block;
height: 80px; /* fixed header height*/
margin: -80px 0 0; /* negative fixed header height */
visibility: hidden;
pointer-events: none;
}
}
/*end*/

/* Footer hyper link underline animation */
.footer-hyperlink {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color:#10437A;
    text-decoration-thickness: 1.5px;
}

.footer-hyperlink:hover{
    text-decoration: none;
}
/*end*/

/* keep the program page checkmarks at their intrinsic size—never shrink */
.checkmarks {
	flex: 0 0 auto;   /* grow 0 | shrink 0 | basis auto */
	width: auto;
	height: auto;
	max-width: none;  /* overrides Elementor’s 100 % rule */
}/* End custom CSS */