@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Skip Link - Accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 8px 16px;
    background: #0b3d91;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    z-index: 10000;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid #fc3d21;
    outline-offset: 2px;
}

/* Navbar changes */

#gloco-body * {
    font-family: "Public Sans", sans-serif;
}


.gloco-navvy.sticky .nasa-logo-text {
    color: #3b3b3b;
}

.gloco-navvy.sticky .nasa-logo-text:hover {
    color: #000000;
}

.container.gloco-container {
    max-width: 100%;
}

.gloco-nav .navbar-nav .nav-item {
    margin: 0 7px;
}


.gloco-nav #navbarSupportedContent {
    font-size: 0.9em;
}

.gloco-nav .navbar-brand {
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    max-width: 800px;
    text-align: center;
}

.logos-gloco {
    align-self: center;
    display: inline-block;
    margin-right: 10px;
}

.gloco-logo-and-links {
    white-space: wrap;
    display: flex;
    flex-direction: row;
}

a#logo-text-navbar {
    white-space: break-spaces;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    margin: auto 0;
    font-size: 1.25rem;
    transition: none;
    text-decoration: none;
    background-color: transparent;
}


 a.nasa-logo-text-anchor {
    color: rgba(255,255,255,.7);
    padding-right: 10px;
 }


a.nasa-logo-text-anchor:hover {
    color: #777;
}

 /* class added when scrolling detected */
a.on-scroll-logo-text {
    color: #3b3b3b;
}

a.on-scroll-logo-text:hover {
    color: #000000;
}

 /* class added when small screen detected */
a.smol-logo-text {
    padding-right: 25px;
}

.logos-gloco {
    text-align: center;
}

/* footer and blog image changes */

.power-logo-footer {
    width: 200px;
}

#gloco-body .blog-item .blog-image {
    max-width: 100%;
}

#gloco-body .blog-item .blog-image img {
    width: 100%;
}

/* Color theme changes */

#gloco-body .btn-common, 
#gloco-body .sk-circle .sk-child:before,
#gloco-body .section-title:before, 
#gloco-body .section-title:after {
    background-color: #1e4674;
}

#gloco-body .btn-common:hover {
    background-color: #122A45;
}


#gloco-body .counter-section,
.gloco-nav .navbar-nav .nav-item a::before {
    background-color: #f7941d;
}


#gloco-body .schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, #gloco-body .schedule .schedule-tab-title .nav-tabs .nav-link.active, #gloco-body .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
    background: #f7941d;
    border: 1px solid #f7941d;
}


#gloco-body .team-item .overlay-social-icon .social-icons li a i,
#gloco-body a.back-to-top i {
    background: #1e4674;
}


#gloco-body #gallery .gallery-box:hover .overlay-box {
    background: rgba(75, 107, 143, 0.7);
}

#gloco-body #gallery .gallery-box .overlay-box i,
#gloco-body .blog-item .tag,
#gloco-body #pricing .price-block-wrapper .pricing-list ul li i,
#gloco-body .blog-item .descr h3 a:hover,
#gloco-body .about-item .about-text h3 a:hover,
#gloco-body .schedule .card-body .location span {
    color: #1e4674;
}

#gloco-body .services-item:hover .icon i, 
#gloco-body .accordion .card-header i,
#gloco-body #pricing .price-block-wrapper .icon i,
#gloco-body .image-list .post-content .post-title a:hover,
#gloco-body .footer-area ul li a:hover,
.gloco-nav .navbar-nav .nav-item.active a, 
.gloco-nav .navbar-nav .nav-item:hover a,
#gloco-body .team-item a:hover,
#gloco-body #copyright a:hover {
    color: #f7941d;
}


.subscribe-inner .form-control {
    border: 1px solid #1e4674;
}


/* overall site make font bigger */
#gloco-body p {
    font-size: 17px;
}


/* header section styling */

.power-gloco-header {
    overflow-x: hidden;
    overflow-y: clip;
    color: #fff;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 18%, rgba(2, 16, 37, 0.56) 58%, rgba(96, 96, 96, 0.22) 100%), url("../img/top-banner.jpeg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 340px;
}

.container.features {
    min-height: 340px;
    max-width: 100%;
    padding: 48px 24px 40px;
    display: flex;
    align-items: center;
}

.gloco-hero-row {
    width: 100%;
    align-items: stretch;
    position: relative;
}

.gloco-text-banner-section .header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10%;
}

.power-gloco-header .header-content .header-content-inner {
    margin: 0;
    background-color: rgba(8, 22, 41, 0.68);
    border-radius: 16px;
    padding: 18px 28px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.gloco-banner-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: visible;
    position: relative;
    padding: 0;
}

.gloco-logo-banner {
    width: 650px;
    max-width: none;
    display: block;
    position: absolute;
    top: -40px;
    left: -40px;
}

.power-gloco-header .btn {
    margin: 25px 10px 0px 0px;
}

.power-gloco-header a {
    color: rgb(237, 237, 237);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
}

.power-gloco-header a:hover {
    color: #b5b5b5;
}

.power-gloco-header .top-line-banner {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.65;
}


/*Overflow effect*/


.power-gloco-header .row {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    height:100%;
}

.power-gloco-header .container {
    max-width: 100%;
    padding: 0px;
}

#gloco-body .counter-section.about-gloco-section .logo-image-column {
    text-align: right;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gloco-text-banner-section, .power-gloco-header .container, .gloco-banner-section  {
    height: auto;
}

.power-gloco-header .heading {
    margin-bottom: 14px;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    line-height: 1.15;
}


/* countdown section  */



/* about section */

#gloco-body #team {
    background-color: #f3f4f3;
}

.section-padding.about-gloco-section, .section-padding.about-gloco-section .list-about * {
    font-size: 15px;
}

#gloco-body  .counter-section.about-gloco-section .gloco-logo-image-custom {
    width: 460px;
}

#gloco-body  .counter-section.about-gloco-section .logo-image-column {
    text-align: right;
    padding: 0px;
}

#gloco-body .counter-section.about-gloco-section .section-title {
    text-align: left;
    width: fit-content;
    max-width: 100%;
}

#gloco-body .counter-section.about-gloco-section .header-text-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#gloco-body .counter-section.about-gloco-section .section-title:before, #gloco-body .counter-section.about-gloco-section .section-title:after {
    left: 50%;
}


#gloco-body .counter-section.about-gloco-section .section-title-header {
    display: flex;
    flex-direction: column;
}

#gloco-body .counter-section.about-gloco-section .section-title-header p {
    padding-bottom: 10px;
}

#gloco-body .counter-section.about-gloco-section .gloco-summary-text {
    font-size: 1.2em;
    text-align: left;
}


#gloco-body .about-gloco-section a {
    color: rgb(71, 71, 71);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
}

#gloco-body .about-gloco-section a:hover {
    color: rgb(112, 112, 112);
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}


#gloco-body .counter-section.about-gloco-section .list-about {
    text-align: left;
    margin: 0 auto 0 0;
    font-size: 1.25em;
}

#gloco-body .counter-section.about-gloco-section .list-column-stuff > div,
#gloco-body .counter-section.about-gloco-section .list-about li {
    display: flex;
}

#gloco-body .counter-section.about-gloco-section .list-about li {
    margin: 1.5% 0px;
}

#gloco-body .counter-section.about-gloco-section .list-about li span {
    display: flex;
    flex-direction: column;
    justify-self: center;
    text-align: left;
    margin: auto 0;
}

#gloco-body .counter-section.about-gloco-section .list-about li i:first-child {
    font-size: 1.9em;
    height: 100%;
    margin: auto 10px auto 0px;
    color: #aea523;
}

#gloco-body .counter-section.about-gloco-section .list-about #learn-more i,
#gloco-body .counter-section.about-gloco-section .list-about #new-product i,
#gloco-body .counter-section.about-gloco-section .list-about #community-driven i,
#gloco-body .counter-section.about-gloco-section .list-about #power-products i {
    font-size: initial;
    color: initial;
}

#gloco-body .counter-section.about-gloco-section .list-about li span {
    display: inline;
}


/* Bio Section card interactions & text overlay */
.team-gloco .team-gloco-with-bio .overlay-gloco-intro-text {
    padding: 0px 10px 20px 10px;
    max-height: 100%;
    overflow-y: auto;
}

.team-gloco .team-gloco-with-bio .overlay-gloco-intro-text p {
    text-align: left;
}

.team-gloco .team-item.team-gloco-with-bio:hover .info-text {
    visibility: hidden;
}

.team-gloco .team-item .info-text {
    width: 95%;
}


#gloco-body .team-gloco-with-bio a:hover {
    color: rgb(33, 33, 33);
}

#gloco-body .team-gloco-with-bio .info-text a {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
}


#gloco-body .team-gloco .team-item .team-img, .team-item {
    height: 100%;
}

#gloco-body .team-gloco .img-fluid {
    min-height: 100%;
    object-fit: cover;
}

#gloco-body .team-gloco .team-item .team-img .img-fluid {
    height: 330px;
}


/* Bio Section card social icons with text */


/* schedule section */


#gloco-body .card-header {
    cursor: initial;
}

#gloco-body .card-header a {
    color: rgb(71, 71, 71);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
}

#gloco-body .card-header a:hover {
    color: rgb(112, 112, 112);
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    cursor: pointer;
}

.schedule .card .collapse.ordered-list ol,
.schedule .card .collapse.ordered-list ol li {
    list-style: decimal;
}


#schedules .card-body ul, #schedules .card-body ul li {
    list-style-type: disc;
}

/* submit a lightning talk section */


#submit-lightning-talk ol {
    counter-reset:item;
    list-style: none;
}

#submit-lightning-talk ol li {
    counter-increment: item;
    padding-left: 20px;
}

#submit-lightning-talk ol li::before {
    content: counter(item) ". ";
    font-weight: bold;
}

.lighting-talk-ordered-list {
    display: block;
    width: 100%;
}

.sub-list-lettered {
    margin-inline-start: 30px;
}

#submit-lightning-talk .row:last-child p {
    padding: 10px;
}

#submit-lightning-talk a {
    color: rgb(71, 71, 71);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
}

#submit-lightning-talk a:hover {
    color: rgb(112, 112, 112);
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}


/* video section */
.video-section-overall {
    display: flex;
}


#gloco-body .counter-section.video-section-gloco-section .video-section {
    margin: 0 auto;
    text-align: center;
}

#gloco-body .counter-section.video-section-gloco-section .video-section:first-child {
    margin-right: 2%;
}

#gloco-body .counter-section.video-section-gloco-section .video-section embed {
    width: 560px; 
    height: 315px;
}





.team-gloco .team-gloco-with-bio .social-text-icon {
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.team-gloco .team-gloco-with-bio .social-text {
    margin: auto 10px auto 0;
    font-weight: 700;
}


/* leadership section */


#gloco-body #rest-of-the-team-text {
    padding-top: 1em;
    margin-top: 1em;
}


/* footer copyright content */


#copyright {
    background-color: rgb(16, 16, 16);
    padding: 25px 0;
}


#copyright.gloco-copyright p {
    line-height: 18px;
    color: rgba(255,255,255,.5);
    text-align: center;
    font-size: 12px;
}

#copyright.gloco-copyright a {
    color: #337ab7;
}

.schedule .schedule-tab-content {
    overflow-y: visible;
}

.schedule .schedule-tab-content .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.schedule .card-header {
    border: none;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed), .accordion-button {
    color: #262626;
    background-color: white;
    border: 1px solid #c8c8c8;
    box-shadow: 3px 3px 3px rgb(178, 178, 178);
    border-radius: 5px;
}

.accordion-button {
    padding: 20px;
}

.accordion-button:hover {
    background-color: rgb(222, 222, 222);
    border: 1px solid #9a9a9a;
}

.accordion-item {
    margin: 1% 0px;
    border-radius: 5px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    color: white;
}


.accordion-for-years {
    max-width: 90%;
    margin: 0 auto;
}

.schedule-tab-title .nav-item, .schedule-tab-title a.nav-link {
    width: 100% !important;
}


.schedule-tab-content, .schedule-tab-title {
    padding: 0px;
}

.schedule-tab-title .table-responsive {
    overflow: visible !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23202020'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23202020'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.gloco-button-prompts {
    display: flex;
    justify-content: flex-start;
    margin-top: 4%;
    flex-wrap: wrap;
}

.gloco-button-prompts button, .gloco-report-button-prompts .button {
    margin-right: 5%;
    background-color: #db6b38;
    border-color: #ac481b;
    text-transform: capitalize;
}

.gloco-button-prompts .gloco-button-text {
    flex-basis: 100%;
    margin-top: 1rem;
}

.gloco-button-prompts .gloco-button-text p {
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

/* Make the note a bit narrower than the container for visual balance */
.gloco-button-prompts .gloco-button-text {
    max-width: 92%;
}

@media (max-width: 576px) {
    .gloco-button-prompts .gloco-button-text {
        max-width: 100%;
    }
}

.gloco-button-prompts button:hover, .gloco-report-button-prompts .button:hover {
    background-color: #813614;
    color: white;
}

#gloco-body .gloco-button-prompts a {
    text-decoration: none;
    color: inherit;
}

#gloco-body .gloco-button-prompts a:hover {
    text-decoration: none;
    color: inherit;
}

.accordion.accordion-for-years {
    margin-bottom: 30px;
}

.gloco-report-outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.gloco-report-button-prompts {
    display: flex;
    justify-content: center;
}

.gloco-report-button-prompts .button {
    text-transform: none;
    padding: 0px;
    margin-right: initial;
}

.gloco-report-button-prompts .button a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 1.4em;
}

.gloco-report-button-prompts .button a:focus-visible {
    outline: none;
}

.gloco-gray-out-background {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 2000;
    inset: 0px;
    display: flex;
    flex-direction: column;
    place-content: center;
    align-items: center;
    overflow: hidden;
    animation:
        all 0.3s ease,
        background-color 1ms;
}

.gloco-feedback-form-outer-container {
    position: absolute;
    z-index: 3000;
    left: 0;
    right: 0;
    top: 25%;
    margin-inline: auto;
    width: fit-content;
    height: fit-content;
}


/* alert styling start */

.gloco-notification-container {
    min-width: 600px;
    position: fixed;
    bottom: 20px;
    left: 25%;
    z-index: 1000;
}

.gloco-notification-container * + .usa-alert {
    margin-top: 1rem;
}
.gloco-notification-container .usa-alert {
    background-color: #f0f0f0;
    border-left: 0.5rem solid #adadad;
    color: #1b1b1b;
}
.gloco-notification-container .usa-alert--success .usa-alert__body {
    color: #1b1b1b;
    background-color: #ecf3ec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3.3333333333rem;
}
.gloco-notification-container .usa-alert .usa-alert__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.06rem;
    line-height: 1.5;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
}

.gloco-notification-container .usa-alert .usa-alert__body > * {
    margin-left: 2.5rem;
}
.gloco-notification-container .usa-alert .usa-alert__heading {
    font-size: 1.33rem;
    line-height: 0.9;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.gloco-notification-container .usa-alert .usa-alert__text {
    margin-bottom: 0;
    margin-top: 0;
}

.gloco-notification-container .gloco-outer-alert-body {
    display: flex;
    justify-content: space-between;
}

@supports ((-webkit-mask: url()) or (mask: url())) {
    .gloco-notification-container .usa-alert--success .usa-alert__body::before {
        background: 0 0;
        background-color: #1b1b1b;
        -webkit-mask-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z' /%3E%3C/svg%3E"),
            linear-gradient(transparent, transparent);
        mask-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z' /%3E%3C/svg%3E"),
            linear-gradient(transparent, transparent);
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 2rem 2rem;
        mask-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        content: "";
        display: block;
        position: absolute;
        top: 0.6666666667rem;
    }
}

@supports ((-webkit-mask: url()) or (mask: url())) {
    .gloco-notification-container .usa-alert--error .usa-alert__body::before {
        background: 0 0;
        background-color: #1b1b1b;
        -webkit-mask-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z' /%3E%3C/svg%3E"),
            linear-gradient(transparent, transparent);
        mask-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z' /%3E%3C/svg%3E"),
            linear-gradient(transparent, transparent);
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 2rem 2rem;
        mask-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        content: "";
        display: block;
        position: absolute;
        top: 0.6666666667rem;
    }
}

.gloco-notification-container .usa-alert--success {
    background-color: #ecf3ec;
    border-left-color: #00a91c;
}

.gloco-notification-container .usa-alert--error {
    background-color: #f4e3db;
    border-left-color: #d54309;
}

.gloco-notification-container .usa-alert--error .usa-alert__body {
    color: #1b1b1b;
    background-color: #f4e3db;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3.3333333333rem;
}

.gloco-close-icon-alert {
    height: 100%;
    margin: auto 20px auto 10px;
}

.gloco-close-icon-alert:hover {
    color: var(--power-gray-darker-5);
    cursor: pointer;
}

/* alert styling end */

/* Feedback Toggle Form start */

/* feedback form */

.gloco-feedback-form-container {
    background-color: white;
    color: black;
    min-width: 600px;
    box-shadow: 2px 4px 6px rgb(46, 47, 51);
    padding: 14px 20px;
}

.gloco-feedback-inner-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-family: "Public Sans", sans-serif;
}

.gloco-feedback-inner-container .gloco-feedback-top-header h2 {
    margin: 0px auto 6px auto;
}

.gloco-feedback-top-header {
    display: flex;
    justify-content: space-between;
}

.gloco-feedback-top-header h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.gloco-feedback-close-icon {
    color: var(--power-gray-darker-3);
}

.gloco-feedback-close-icon:hover {
    color: var(--power-gray-darker-7);
    cursor: pointer;
}

.gloco-feedback-form-input-combo {
    display: flex;
    margin-bottom: 0px;
}

.gloco-checkbox-field {
    margin-bottom: 19px;
    padding: 4px 0;
}

.gloco-feedback-inner-container .gloco-feedback-form-input-combo:not(.gloco-subscribe-label-checkbox) {
    display: flex;
    flex-direction: column;
}

.gloco-feedback-inner-container .gloco-input-label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 394px;
    height: 18px;
    flex-shrink: 0;
    margin-bottom: 2px;
}

.gloco-feedback-inner-container .gloco-input-italic-label {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 331px;
    height: 21px;
    flex-shrink: 0;
}

.gloco-feedback-character-count {
    color: #888;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
}

.gloco-feedback-character-count.gloco-count-over {
    color: #d32f2f;
    font-weight: 600;
}

.gloco-required {
    color: #d32f2f;
    font-weight: 600;
}

.gloco-feedback-input-field input[type="text"],
.gloco-feedback-input-field input[type="email"] {
    width: 100%;
    margin: auto 0;
    background: white;
    margin: 0;
    padding: 3px 5px;
    font-size: 14px;
    color: black;
    border: 1px solid black;
    border-radius: inherit;
}

/* 
.gloco-feedback-form-input-combo, .gloco-input-same-line {
    margin: 5px 0px;
} */


.gloco-input-same-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.gloco-input-same-line .gloco-input-fields-share-line {
    display: flex;
    flex-direction: column;
    width: 45%;
}

/* 
.gloco-input-same-line .gloco-input-fields-share-line .gloco-feedback-input-field input[type="text"] {
    width: 90%;
} */

.gloco-feedback-inner-container .gloco-subscribe-label-checkbox {
    display: flex;
    margin: 1% 0px;
}

.gloco-feedback-inner-container .usa-checkbox__input {
    position: relative;
    left: 0px;
    margin-right: 10px;
}

.gloco-feedback-big-text {
    resize: vertical;
    max-height: 70px;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgb(118, 118, 118);
    padding: 4px;
}

.gloco-feedback-inner-container .gloco-submit-button {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    color: #f1f1f1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.gloco-inner-submit {
    margin: auto 0;
    display: flex;
}

.gloco-submit-button .gloco-loading-spinner {
    stroke: white;
    margin: auto 0;
}

.gloco-submit-button.gloco-btn-enabled:hover {
    cursor: pointer;
}

.gloco-feedback-inner-container .gloco-submit-button.gloco-btn-enabled {
    background-color: var(--power-dark-blue);
}

.gloco-feedback-inner-container .gloco-submit-button.gloco-btn-disabled {
    background-color: var(--power-gray-darker-6);
}

.gloco-feedback-inner-container input.gloco-input-invalid:focus,
.gloco-feedback-inner-container textarea.gloco-input-invalid:focus {
    outline-color: red;
}

.gloco-feedback-inner-container input.gloco-input-invalid,
.gloco-feedback-inner-container input.gloco-input-empty,
.gloco-feedback-inner-container textarea.gloco-input-empty,
.gloco-feedback-inner-container
    .gloco-input-invalid
    .gloco-input-tags-and-filter-holder,
    .gloco-input-field.gloco-feedback-big-text.gloco-input-invalid,
    .gloco-input-field.gloco-feedback-big-text.gloco-input-empty {
    border: 1px solid red;
}

/* Feedback Toggle Form end */


/* Filter Input Toggle start */

#gloco-filter-input-filter-input {
    margin: 0 auto;
}

.gloco-filter-tags-and-filter-outline {
    outline: 2px solid rgb(0, 154, 242);
    height: auto;
    display: flex;
}

.gloco-input-tags-and-filter-holder {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.gloco-input-tags-and-filter-holder .pm-individual-tag {
    font-size: 12px;
    padding: 0px 3px;
    line-height: 20px;
}

.gloco-filter-input-tags-container {
    display: flex;
    justify-content: flex-start;
    margin: 0.2% 0px;
    padding-bottom: 6px;
}

input.gloco-filter-input-tag-selector {
    flex-grow: 1;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: none;
    background-color: transparent;
    font-family: inherit;
    padding: 0px;
    font-size: inherit;
    inline-size: 100%;
    font-size: 16px;
}

.gloco-input-caret-combo {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gloco-caret-dropdown {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.59 8.59003L12 13.17L7.41 8.59003L6 10L12 16L18 10L16.59 8.59003Z' fill='black'/%3E%3C/svg%3E ");
    margin: auto;
    display: inline-block;
}

.gloco-dropdown-visible {
    transform: rotate(180deg);
}

.gloco-dropdown-invisible {
    transform: rotate(0deg);
}

.gloco-input-filter-search-dropdown {
    visibility: visible;
    position: relative;
}

.gloco-filter-input-inner-list {
    max-height: 400px;
    margin: 0 auto;
    overflow-y: auto;
    background-color: white;
    color: black;
    box-shadow: 0px 2px 4px var(--box-shadow);
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
}

.gloco-filter-input-individual-option {
    display: flex;
    padding: 5px 0px 5px 10px;
    text-align: left;
    font-weight: 300;
}

.gloco-filter-is-selected-dropdown {
    font-weight: bold;
}
.gloco-filter-is-selected-dropdown div {
    margin: auto 0;
}

.gloco-filter-is-selected-dropdown .gloco-filter-internal-text-dropdown {
    margin-left: 0.5%;
}

.gloco-filter-is-selected-dropdown.gloco-filter-input-individual-option {
    padding: 0px 0px 0px 5px;
}

.gloco-filter-input-individual-option:hover {
    cursor: pointer;
    background-color: var(--power-gray-lighter-6);
}

.gloco-filter-input-clear-icon {
    margin: auto 5px auto 0;
    display: flex;
    flex-direction: column;
    color: var(--text-color);
}

.gloco-filter-input-clear-icon:hover {
    cursor: pointer;
    color: #b0b2b5;
}

#gloco-filter-input-filter-input .gloco-filter-input-tag-selector::placeholder {
    color: rgb(117, 117, 117);
}

#gloco-filter-input-filter-input .gloco-filter-input-tag-selector {
    color: var(--text-color);
}

/* Filter Input Toggle end */

/* Loading spinner start */

.gloco-loading-text-container {
    display: flex;
    margin-left: 1%;
}

.gloco-loading-text-area {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.gloco-loading-text {
    font-size: 1.9em;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gloco-loading-dots {
    font-size: 2em;
    margin: auto 0;
}

.gloco-loading-dots:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026";
    /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 50px;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 50px;
    }
}

.gloco-loading-spinner {
    animation: rotate 2s linear infinite;
    width: 50px;
    height: 50px;
    stroke: var(--text-color);
    margin: 10% auto;
}

.gloco-loading-spinner.gloco-is-smol-spinner {
    height: 20px;
    width: 20px;
}

.gloco-loading-spinner .path {
    stroke: hsl(210, 70, 75);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}


@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/* Loading spinnner end */

@media (max-width: 1220px) { 
    #gloco-body .counter-section.about-gloco-section .gloco-logo-image-custom {
        margin-right: 15px;
        width: 360px;
    }
}

@media (min-width: 992px) { 
    
    .counter-section.section-padding.about-gloco-section .container {
        max-width: 85%;
    }
}


@media (max-width: 991px) { 
    
    #gloco-body .counter-section.about-gloco-section .gloco-summary-text {
        text-align: center;
    }
    
    #gloco-body .counter-section.about-gloco-section .list-about {
        margin: 0 auto;
    }

    #gloco-body .counter-section.about-gloco-section .logo-image-column {
        text-align: center;
    }

    #gloco-body .counter-section.about-gloco-section .gloco-logo-image-custom {
        margin: 10px auto 30px auto;
        width: 350px;
    }


    #gloco-body .counter-section.about-gloco-section .header-text-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #gloco-body .counter-section.about-gloco-section .section-title {
        text-align: center;
    }
    
    #gloco-body .counter-section.about-gloco-section .section-title:before, #gloco-body .counter-section.about-gloco-section .section-title:after {
        left: 50%;
    }

    .video-section-overall {
        flex-direction: column;
        justify-content: center;
    }

    #gloco-body .counter-section.video-section-gloco-section .video-section:first-child {
        margin: 2% auto;
        text-align: center;
    }
    
}


@media (max-width: 576px) {

    .power-gloco-header .header-content {
        margin-left: auto;
        margin-right: auto;
    }


    .power-gloco-header .header-content .header-content-inner {
        text-align: center;
        padding: 24px 20px;
    }

    .gloco-hero-logo {
        margin: 0 auto 20px;
        width: min(100%, 180px);
    }

    .gloco-banner-section {
        display: none;
    }

    .nasa-logo-text {
        font-size: 1em;
        line-height: 1.1em;
        text-align: left;
    }

    #gloco-body .team-gloco .team-item .team-img, .team-item {
        height: auto;
    }
    
    #gloco-body .team-gloco .team-item .team-img .img-fluid {
        min-height: auto;
        height: auto;
    }

    #gloco-body .power-gloco-header .btn-common.btn-lg,
    #gloco-body .counter-section.gloco-register-section .btn-common.btn-lg {
        width: 40%;
        font-size: 1.1em;
        padding: 10px 0px 8px 0px;
    }

    #gloco-body .power-gloco-header .btn-border.btn-lg {
        width: 40%;
        font-size: 0.9em;
        padding: 10px 4px 8px 4px;
        overflow-wrap: break-word;
        word-break: normal;
        white-space: pre-line; 
    }

    #gloco-body .countdown-timer .time-countdown {
        margin: 0px 0px 50px 0;
    }

    #gloco-body .countdown-timer .time-entry {
        width: 70px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 1%;
        padding-right: 1%;
        font-size: 0.7em;
        box-shadow: 1px 5px 3px rgb(0 0 0 / 20%);
    }

    #gloco-body .countdown-timer .time-entry span {
        margin-left: 1%;
        margin-right: 1%;
        padding-left: 1%;
        padding-right: 1%;
        font-size: 2.4em;
    }

    #schedules .card .collapse.ordered-list ol {
        padding-left: 15px;
    }

    #gloco-body .counter-section.video-section-gloco-section .video-section embed {
        width: 360px;
        height: 215px;
    }

    .power-gloco-header {
        height: auto;
        min-height: 460px;
    }

    .container.features {
        min-height: 460px;
        padding: 72px 16px 48px;
    }

    .gloco-feedback-form-container {
        min-width: 100%;
        width: auto;
        height: auto;
    }
    .gloco-feedback-form-outer-container {
        width: auto;
        height: auto;
    }

    .gloco-feedback-inner-container .gloco-input-label {
        height: auto;
    }
    

    .gloco-input-same-line {
        flex-direction: column;
    }

    .gloco-button-prompts .btn {
        padding: 10px 7px;
    }

    .gloco-report-button-prompts .button a {
        padding: 10px 7px;
    }
}

@media (max-width: 768px) {
    .power-gloco-header {
        min-height: 500px;
    }

    .container.features {
        min-height: 500px;
        padding: 80px 20px 56px;
    }

    .power-gloco-header .header-content .header-content-inner {
        padding: 28px 24px;
    }

    .power-gloco-header .top-line-banner {
        font-size: 1.08rem;
    }
}