.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{color:#17404E;font-family:"Sora", Sans-serif;font-size:1.3rem;}.elementor-kit-6 h3{color:#17404E;font-family:"Sora", Sans-serif;font-size:1.1rem;}.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 */#lightlink a{
    color: #093039;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #afc3cc;
}
#lightlink a:hover{
    color: #031b21;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  transition:color .2s ease-out, background .2s ease-in;
  background:#dcf3f4;
}

#lightlink a.alt-link{
    color: #ffffff;
}
#lightlink a.alt-link:hover {
    color: #F0FFFE;
}

#darklink a{
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #cecece;
}
#darklink a:hover{
    color: #ffffff;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  transition:color .2s ease-out, background .2s ease-in;
  background:#0c3442;
}

#darklink a.alt-link{
    color: #ffffff;
}
#darklink a.alt-link:hover {
    color: #17505b ;
}
.elementor-widget-tk_custom_toc > .elementor-widget-container > .elementor-toc__body {
    padding: 0;
    margin-top: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  border: 2px solid #bcbcbc;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.button:after {
  content: '→';
  position: absolute;
  opacity: 0;  
  right: -30px;
  top:10px;
  transition: 0.3s;
}

.button:hover{
  padding-right: 25px;
  padding-left: 10px;
}

.button:hover:after {
  opacity: 1;
  right: 10px;
}

.button:hover {
  border: 2px solid #161616;
  transition: all 0.3s ease;
}
.elementor-posts .elementor-post__text {
    display: var(--item-display, block);
    flex-direction: column;
    flex-grow: 1;
    align-content: center;
}
/* Removes the divider line from the bottom of the news section items */
/* 1. Base state: Add the border but keep it transparent */
.elementor-kit-6 .elementor-post__title a {
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease-in-out; /* This controls the fade speed */
    display: inline;
    padding-bottom: 0px;
}

/* 2. Hover state: Just change the color */
.elementor-kit-6 .elementor-post__title a:hover {
    border-bottom-color: #d0e1ea;
}
.elementor-kit-6 .elementor-post__card, 
.elementor-kit-6 .elementor-post {
    display: flex;
    align-items: center;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 2rem;
    margin-block-start: .5rem;
}/* End custom CSS */