/**
 * Theme Name: FBG
 * Version: 1.0.0
 */
a[href="#no-follow"]{
	cursor: default;
}

a[href="#no-follow"]:hover {
	text-decoration: none;
}

.empty-sections-content h4,
.empty-sections-content a{
	color: #ffffff;
}

.custom-dropdown .dropdown-menu li.active a {
    background-color: rgba(15, 44, 71, 0.2);
}
.filter-nav-item .filter-nav-item-button.disabled{
	opacity: 0.5;
    pointer-events: none;
}

.pagination-holder .prev,
.pagination-holder .next{
	font-size: 0;
    line-height: 0;
}

.not-found-holder{
    padding-top: 2.8rem;
}
.not-found-holder h3{
    font-size: 4.5rem;
    line-height: 1.2;
}

.disabled-marker{
    opacity: 0.5;
    pointer-events: none;
}

.event-info.loading{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.news-details-heading.default-page-template-heading .row{
    height: 25vh;
}

@media (max-width: 991.98px) {    
    .main-menu .main-menu-heading .main-menu-heading-link{
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .hero-banner.small-mobile-title figcaption h1, .main--aprender .hero-banner.small-mobile-title figcaption .h1 {
        font-size: 15vw;
    }
}

.goals-with-tabs .goals-card p a.btn-outline-light{
    color: inherit;
}

.goals-with-tabs .goals-card p a.btn-outline-light:hover{
    text-decoration: none;
    color: #0f2c47;
    background-color: #fbf2a2;
    border-color: #fbf2a2;
}


/* Loading dots */
.wrap_fountainG {
    position:relative;
    height: 37px;
}
.fountainG_0{
    position: absolute;
    width:88px;
    height:18px;
    bottom: 0px;
    left: 50%;
    margin-left: -44px;
    z-index: 999;
    top: 50%;
    margin-top: -9px;
}

.fountainG{
    position:absolute;
    top:0;
    background-color:rgb(255,255,255);
    width:18px;
    height:18px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:1.3s;
    -o-animation-duration:1.3s;
    -ms-animation-duration:1.3s;
    -webkit-animation-duration:1.3s;
    -moz-animation-duration:1.3s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:19px;
    -o-border-radius:19px;
    -ms-border-radius:19px;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
}

.fountainG_1{
    left:0;
    animation-delay:0s;
    -o-animation-delay:0s;
    -ms-animation-delay:0s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
}

.fountainG_2{
    left:29px;
    animation-delay:0.15s;
    -o-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -moz-animation-delay:0.15s;
}

.fountainG_3{
    left:58px;
    animation-delay:0.3s;
    -o-animation-delay:0.3s;
    -ms-animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -moz-animation-delay:0.3s;
}

@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:#fff;
    }

    100%{
        transform:scale(.3);
        background-color:#fff;
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:#fff;
    }

    100%{
        -o-transform:scale(.3);
        background-color:#fff;
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:#fff;
    }

    100%{
        -ms-transform:scale(.3);
        background-color:#fff;
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:#fff;
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:#fff;
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:#fff;
    }

    100%{
        -moz-transform:scale(.3);
        background-color:#fff;
    }
}