.seagull {
	color: #71BBE5!important;
}
#logo-2026 {
    width: 179px;
}
.d-flex {
    display: flex;
}
.gap-15{
    gap: 15px;
}
.fw-400 {
	font-weight: 400!important;
}
.mb-0 {
	margin-bottom:0;
}
a.no-underline {
	text-decoration: none!important;
}
@media( max-width: 500px ){
    #logo-2026 {
        width: 140px;
    }
    .flex-sm-column{
        flex-direction: column;
    }
}

.zero-mb p{
    margin-bottom: 0;
}
.elementor-284 .elementor-element.elementor-element-0354a50 .menu-item a.hfe-menu-item {
    color:#2E6785!important;
}
#home-header-container{
    background: transparent;
    transition: background-color 0.3s ease;
}

#home-header-container.scrolled{
    background: white;
}
.the-century{
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.the-century.scrolled{
    fill: #2E6785;
}

#menu-1-b89483d li a {
    transition: all 0.3s ease;
}
#menu-1-b89483d.scrolled li a {
    color: #2E6785!important;
}

a.ch-div-link {
    text-decoration: none!important;
}

/* DOTS */
.slider-dots{
    display:flex;
    justify-content:center;
    gap:8px;
}

.slider-dots button{
    width:10px;
    height:10px;
    border-radius:50%;
    border:none;
    background:#ccc;
    padding: 0;
    margin:0 5px;
}

.slider-dots .tns-nav-active{
    background:#2E6785;
}

.responsive-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.vt-post .vt-play-btn {
	transition: all .2s ease-in-out;
}
.vt-post:hover .vt-play-btn{
	-ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

div[data-wpcf7-id="1113"] form input,
div[data-wpcf7-id="1113"] form textarea{
    border: 2px solid #2E6785;
}

div[data-wpcf7-id="1113"] form input[type=submit]{
    background-color: #2E6785;
    width: 200px;
}

.ch-color-green-icon img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(27%) saturate(1100%) hue-rotate(161deg) brightness(90%) contrast(90%);
}
.navigation.post-navigation {
    display: none;
}
.member-social li span.elementor-icon-list-icon {
	padding: 10px;
    border: 1px solid #2E6785;
    border-radius: 50%;
}
.member-social svg {
	margin:0!important;
}
.read-more-block {
  display: flex;
  flex-direction: column;
}
.read-more-text {
  flex: 1;
}
.read-more-content {
    max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.read-more-toggle {
  color: #71BBE5;
  cursor: pointer;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
@media( max-width: 1028px){
	.rm-br-lg {
		display: none;
	}
}