/* Production theme additions */
.gt-logo-wrap { padding: 0 45px 46px; }
.gt-logo-wrap .custom-logo-link { display: block; }
.gt-logo-wrap .custom-logo { display: block; width: 100%; height: auto; }
.gt-logo-wrap .gt-logo { padding: 0; }
.gt-top-menu__list { display: flex; align-items: center; gap: 56px; margin: 0; padding: 0; list-style: none; }
.gt-top-menu__item { margin: 0; padding: 0; }
.gt-top-menu__link { color: #050c0b; text-decoration: none; font-weight: 700; }
.gt-mobile-menu-toggle { display: none; }
.gt-side-nav__item.has-children > .gt-side-nav__link { cursor: pointer; }
.gt-side-nav__item.is-open > .gt-side-panel { opacity: 1; visibility: visible; transform: translateX(0); }
.gt-hero-slide__media { background-color: #0b2b28; }
.gt-hero-slide__media[style*="url('')"], .gt-hero-slide__media[style*='url("")'] { background-image: linear-gradient(90deg, rgba(0, 23, 21, 0.75), rgba(0, 23, 21, 0.42)); }
body.admin-bar .gt-app-shell > .gt-sidebar { min-height: calc(100vh - 32px); }

@media (max-width: 1080px) {
    .gt-logo-wrap { padding: 0 0 18px; }
    .gt-top-menu__list { gap: 24px; flex-wrap: wrap; justify-content: center; }
    .gt-mobile-menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(0,23,21,.16); background: #fff; color: #000000; font-weight: 800; }
    .gt-sidebar:not(.is-mobile-open) .gt-side-nav,
    .gt-sidebar:not(.is-mobile-open) .gt-sidebar__footer { display: none; }
}
@media (max-width: 782px) {
    body.admin-bar .gt-app-shell > .gt-sidebar { min-height: auto; }
}

/* Header CTA, search and combined mobile navigation */
.gt-topbar:after {
    content: none !important;
    display: none !important;
}
.gt-header-actions {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}
.gt-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    background: var(--gt-green);
    color: #000000 !important;
    font-weight: 800;
    text-decoration: none;
}
.gt-header-cta:hover,
.gt-header-cta:focus {
    background: var(--gt-green-dark);
    color: #fff !important;
}
.gt-search-toggle {
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(0, 23, 21, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #000000;
    cursor: pointer;
}
.gt-search-toggle:hover,
.gt-search-toggle:focus {
    border-color: rgba(0, 23, 21, 0.34);
    background: #f7f4ec;
}
.gt-search-toggle svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.gt-header-search {
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    z-index: 150;
    width: min(360px, calc(100vw - 40px));
    padding: 14px;
    border-radius: 18px;
    background: #fffdf8;
    box-shadow: 0 24px 64px rgba(0, 23, 21, 0.18);
    border: 1px solid rgba(0, 23, 21, 0.1);
}
.gt-header-search form,
.gt-header-search .search-form {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin: 0;
}
.gt-header-search input[type="search"] {
    min-width: 0;
    flex: 1;
    min-height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(0, 23, 21, 0.18);
    padding: 0 16px;
}
.gt-header-search input[type="submit"],
.gt-header-search button[type="submit"] {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    background: var(--gt-green);
    color: #000000;
    font-weight: 800;
    padding: 0 18px;
    cursor: pointer;
}
.gt-mobile-top-menu {
    display: none;
}
.gt-mobile-top-menu__list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.gt-mobile-top-menu__list .gt-top-menu__item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gt-mobile-top-menu__list .gt-top-menu__link {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}
.gt-mobile-menu-toggle__bars {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 9px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}
.gt-mobile-menu-toggle__bars:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    border-top: 2px solid currentColor;
}

@media (max-width: 1080px) {
    .gt-app-shell {
        display: block;
    }
    .gt-topbar {
        position: sticky;
        top: 0;
        z-index: 200;
        justify-content: space-between;
        gap: 14px;
        padding: 16px 20px;
    }
    .gt-top-menu {
        display: none;
    }
    .gt-header-actions {
        margin-left: 0;
        gap: 10px;
    }
    .gt-header-cta {
        min-width: 0;
        min-height: 44px;
        padding: 0 18px;
        font-size: 14px;
    }
    .gt-search-toggle {
        width: 44px;
        height: 44px;
    }
    .gt-mobile-top-menu {
        display: block;
    }
    .gt-sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 260;
        width: min(88vw, 390px);
        height: 100vh;
        min-height: 100vh;
        padding: 24px 26px 34px;
        overflow-y: auto;
        transform: translateX(-105%);
        transition: transform 0.32s var(--ease-snappy-polished);
        box-shadow: 30px 0 80px rgba(0, 23, 21, 0.36);
    }
    .gt-sidebar.is-mobile-open {
        transform: translateX(0);
    }
    .gt-sidebar:not(.is-mobile-open) .gt-side-nav,
    .gt-sidebar:not(.is-mobile-open) .gt-sidebar__footer,
    .gt-sidebar:not(.is-mobile-open) .gt-mobile-top-menu {
        display: block;
    }
    .gt-logo-wrap {
        padding: 0 0 24px;
    }
    .gt-side-nav__link {
        grid-template-columns: 48px 1fr 16px;
        gap: 14px;
        min-height: 84px;
        padding: 18px 0;
    }
    .gt-side-nav__icon {
        width: 48px;
        height: 48px;
    }
    .gt-side-nav svg,
    .gt-side-panel svg,
    .gt-panel-card svg {
        width: 26px;
        height: 26px;
    }
    .gt-side-panel {
        background: rgba(255,255,255,0.98);
        padding: 20px;
    }
    .gt-sidebar__footer {
        margin: 28px 0 0;
    }
}

@media (max-width: 640px) {
    .gt-header-actions {
        gap: 8px;
    }
    .gt-header-cta {
        padding: 0 14px;
    }
}

/* v4 navigation refinements */
.gt-side-nav__icon img,
.gt-side-panel__icon img,
.gt-panel-card__icon img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.gt-side-nav__icon {
    background: color-mix(in srgb, var(--gt-color, var(--gt-accent)) 16%, #fff);
}
.gt-panel-card__icon {
    background: color-mix(in srgb, var(--gt-color, var(--gt-accent)) 13%, #fff);
}
.gt-menu-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--gt-accent) 24%, transparent);
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.gt-menu-badge--panel {
    color: var(--gt-accent);
    background: color-mix(in srgb, var(--gt-accent) 14%, #fff);
    margin: 7px 0 0;
}
.gt-side-panel {
    background: var(--gt-panel-bg, rgba(255, 255, 255, 0.94));
}
.gt-side-panel:before {
    border-right-color: var(--gt-panel-bg, rgba(255, 255, 255, 0.94));
}
.gt-side-panel__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--gt-accent) 14%, #fff);
    color: var(--gt-accent);
    display: grid;
    place-items: center;
    margin: 0 0 14px;
}
.gt-mobile-menu-actions {
    display: none;
}

@media (max-width: 1080px) {
    .gt-header-actions .gt-header-cta {
        display: none;
    }
    .gt-sidebar {
        display: flex;
        flex-direction: column;
    }
    .gt-side-nav {
        order: 1;
    }
    .gt-mobile-top-menu {
        order: 2;
        margin-top: 24px;
    }
    .gt-sidebar__footer {
        order: 3;
    }
    .gt-mobile-menu-actions {
        order: 4;
        display: grid;
        gap: 18px;
        margin: 24px 0 0;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .gt-header-cta--mobile {
        display: inline-flex !important;
        min-height: 52px;
        width: 100%;
        margin: 0;
    }
    .gt-mobile-menu-search strong {
        display: block;
        margin: 0 0 10px;
        color: var(--gt-green);
        font-size: 16px;
    }
    .gt-mobile-menu-search form,
    .gt-mobile-menu-search .search-form {
        display: flex;
        gap: 8px;
    }
    .gt-mobile-menu-search input[type="search"] {
        min-width: 0;
        flex: 1;
        min-height: 46px;
        border: 1px solid rgba(255,255,255,0.18);
        border-radius: 999px;
        background: rgba(255,255,255,0.08);
        color: #fff;
        padding: 0 16px;
    }
    .gt-mobile-menu-search input[type="search"]::placeholder {
        color: rgba(255,255,255,0.7);
    }
    .gt-mobile-menu-search input[type="submit"],
    .gt-mobile-menu-search button[type="submit"] {
        min-height: 46px;
        border: 0;
        border-radius: 999px;
        background: var(--gt-green);
        color: #000000;
        font-weight: 800;
        padding: 0 16px;
    }
    .gt-mobile-top-menu__list {
        margin: 0;
    }
    .gt-mobile-top-menu:before,
    .gt-side-nav:before,
    .gt-sidebar__footer:before {
        display: block;
        margin: 0 0 10px;
        color: rgba(255,255,255,.54);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .12em;
        text-transform: uppercase;
    }
    .gt-side-nav:before { content: "Support"; }
    .gt-mobile-top-menu:before { content: "Information"; }
    .gt-sidebar__footer:before { content: "Need help now?"; }
    .gt-side-panel {
        width: auto !important;
        background: var(--gt-panel-bg, rgba(255,255,255,0.98));
    }
    .gt-side-nav__icon img,
    .gt-side-panel__icon img,
    .gt-panel-card__icon img {
        width: 26px;
        height: 26px;
    }
}

/* v5 mobile navigation refinements */
.gt-topbar-logo {
    display: none;
}

@media (max-width: 1080px) {
    .gt-topbar {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        background: #001715;
        color: #fff;
        padding: 16px 20px;
    }

    .gt-mobile-menu-toggle {
        justify-self: start;
        background: transparent;
        color: #fff;
        border-color: rgba(255,255,255,.22);
    }

    .gt-topbar-logo {
        display: block;
        justify-self: center;
        max-width: 170px;
    }

    .gt-topbar-logo .gt-logo,
    .gt-topbar-logo .custom-logo-link {
        display: block;
        padding: 0;
    }

    .gt-topbar-logo .custom-logo {
        display: block;
        max-width: 170px;
        height: auto;
    }

    .gt-topbar-logo .gt-logo__text {
        color: #fff;
        text-align: center;
        font-size: 21px;
    }

    .gt-topbar .gt-header-actions {
        justify-self: end;
    }

    .gt-topbar .gt-header-actions .gt-header-cta {
        display: none !important;
    }

    .gt-search-toggle {
        background: transparent;
        color: #fff;
        border-color: rgba(255,255,255,.22);
    }

    .gt-sidebar {
        inset: 0;
        width: 100vw;
        max-width: none;
        height: 100vh;
        min-height: 100vh;
        background: #001715;
        opacity: 0;
        visibility: hidden;
        transform: none;
        transition:
            opacity 0.26s var(--ease-snappy-polished),
            visibility 0.26s var(--ease-snappy-polished);
        box-shadow: none;
    }

    .gt-sidebar.is-mobile-open {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .gt-sidebar.is-mobile-open .gt-logo-wrap {
        display: none;
    }

    .gt-side-nav {
        order: 1;
    }

    .gt-mobile-top-menu {
        order: 2;
        margin-top: 26px;
    }

    .gt-mobile-menu-actions {
        order: 3;
        display: grid;
        gap: 0;
        margin: 28px 0 0;
        padding: 0;
        border-top: 0;
    }

    .gt-sidebar__footer {
        order: 4;
    }

    .gt-header-cta--mobile {
        display: inline-flex !important;
        width: 100%;
        min-height: 54px;
        margin: 0;
    }

    .gt-mobile-menu-search {
        display: none !important;
    }

    .gt-side-nav:before,
    .gt-sidebar__footer:before {
        content: none !important;
        display: none !important;
    }

    .gt-mobile-top-menu:before {
        content: "Information";
    }

    body.gt-mobile-menu-is-open {
        overflow: hidden;
    }
}

@media (max-width: 600px) {
    .gt-topbar-logo .custom-logo {
        display: block;
        max-width: 140px;
        height: auto;
    }
}

/* v6 accessibility and mobile submenu refinements */
.gt-mobile-menu-close {
    display: none;
}
.gt-caption-panel {
    display: none;
}
.gt-side-panel__head .gt-side-panel__icon {
    display: none !important;
}
@media (max-width: 1080px) {
    .gt-mobile-menu-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        width: 48px;
        height: 48px;
        margin: 0 0 10px auto;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 999px;
        background: transparent;
        color: #fff;
        font-size: 34px;
        line-height: 1;
        cursor: pointer;
        order: 0;
    }
    .gt-mobile-menu-close:focus-visible {
        outline: 3px solid var(--gt-green);
        outline-offset: 3px;
    }
    .gt-side-panel__head {
        display: none !important;
    }
    .gt-caption-panel {
        display: inline;
    }
    .has-panel-caption .gt-caption-sidebar {
        display: none;
    }
}


/* v7 navigation accessibility and caption refinements */
.gt-side-nav__copy > span {
    display: block;
    font-weight: 900;
    font-size: 21px;
    line-height: 1.15;
    color: var(--gt-accent);
}
.gt-side-nav__copy small,
.gt-side-nav__copy small span,
.gt-side-nav__copy small .gt-caption-sidebar,
.gt-side-nav__copy small .gt-caption-panel {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
}
.gt-panel-card__title {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    color: #050c0b;
}
.gt-panel-card__desc,
.gt-panel-card__desc span {
    display: block;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #050c0b;
    text-transform: none;
    letter-spacing: 0;
}
.gt-side-panel__head .gt-side-panel__icon,
.gt-side-panel__icon {
    display: none !important;
}
@media (max-width: 1080px) {
    .gt-side-nav__copy > span {
        font-size: 21px;
        line-height: 1.15;
        font-weight: 900;
        color: var(--gt-accent);
    }
    .gt-side-nav__copy small,
    .gt-side-nav__copy small span,
    .gt-side-nav__copy small .gt-caption-panel {
        font-size: 14px;
        line-height: 1.55;
        font-weight: 400;
        color: #fff;
    }
    .gt-side-panel__head {
        display: none !important;
    }
    .gt-side-panel {
        display: block !important;
        max-height: 0;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: none;
        transition:
            max-height 0.32s var(--ease-snappy-polished),
            opacity 0.24s var(--ease-snappy-polished),
            padding-top 0.32s var(--ease-snappy-polished),
            padding-bottom 0.32s var(--ease-snappy-polished),
            margin 0.32s var(--ease-snappy-polished),
            visibility 0.32s var(--ease-snappy-polished);
    }
    .gt-side-nav__item.is-open > .gt-side-panel {
        max-height: 1200px;
        margin: 8px 0 16px;
        padding-top: 20px;
        padding-bottom: 20px;
        opacity: 1;
        visibility: visible;
    }
    .gt-side-nav__item.has-children > .gt-side-nav__link .gt-side-nav__chev {
        transition: transform 0.22s var(--ease-snappy-polished);
    }
    .gt-side-nav__item.has-children.is-open > .gt-side-nav__link .gt-side-nav__chev {
        transform: rotate(90deg);
    }
    .gt-caption-panel {
        display: none;
    }
    .gt-side-nav__copy small.has-panel-caption .gt-caption-sidebar {
        display: none;
    }
    .gt-side-nav__copy small.has-panel-caption .gt-caption-panel {
        display: block;
    }
    .gt-panel-card__desc .gt-caption-panel {
        display: none !important;
    }
    .gt-panel-card__desc .gt-caption-sidebar {
        display: block !important;
    }
}

/* v8 desktop caption correction: desktop sidebar must only show GT Sidebar Caption.
   GT Sub-menu Caption is reserved for the desktop flyout header and mobile accordion caption. */
@media (min-width: 1081px) {
    .gt-side-nav__copy small .gt-caption-panel {
        display: none !important;
    }
    .gt-side-nav__copy small .gt-caption-sidebar {
        display: block !important;
    }
}


/* v32: colour only child/submenu uploaded SVG icons with the parent GT Colour value. */
.gt-menu-icon-mask {
    display: block;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    background-color: var(--gt-color, var(--gt-accent, currentColor));
    -webkit-mask-image: var(--gt-icon-url);
    mask-image: var(--gt-icon-url);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

@media (max-width: 1080px) {
    .gt-menu-icon-mask {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }
}

/* ==========================================================
   Global Gutenberg Full Width Alignment
   Allows alignfull blocks to break out of .gt-page-content
   ========================================================== */

.gt-page-content > .alignfull {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

/* Ensure inner containers remain aligned with the rest of the site */

.gt-page-content > .alignfull > .gt-container,
.gt-page-content > .alignfull > .gt-testimonial__inner,
.gt-page-content > .alignfull > .gt-cta__inner,
.gt-page-content > .alignfull > .gt-accordion__inner,
.gt-page-content > .alignfull > .gt-cards__inner {
    width: min(100%, 1400px);
    margin-inline: auto;
    padding-inline: clamp(28px, 5vw, 72px);
    box-sizing: border-box;
}

/* Prevent horizontal scrolling */

html,
body {
    overflow-x: clip;
}

@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

/** PGSI Tool Styling **/

.response label,
legend {
  font-weight:600;
  font-size: 16px;
  margin-bottom: .6rem;
  line-height: 1.714;
  color: #000000;
  display: inline-block;
}

.response {
	margin-bottom: 8px
}

.response:last-of-type {
  margin-bottom: 0;
}

.response input {
    margin-bottom: 2.2rem;
}

.question_text {
	background-color: #012f2b;
	color: white;
	font-size: 130%;
	line-height: 1.2;
	font-weight: 700;
	padding: 13px 20px 15px;
}

.question {
	background-color: white;
	margin-bottom: 30px
}

.responses {
	padding: 18px 20px 16px 20px;
	border: solid 1px rgba(0,0,0,0.10);
}

.response [type="radio"]:checked,
.response [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.response [type="radio"]:checked + label,
.response [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.response [type="radio"]:checked + label:before,
.response [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background: #fff;
	margin-top: 1px;
}
.response [type="radio"]:checked + label:after,
.response [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF8300;
    position: absolute;
    top: 5px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.response [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.response [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#pgsi {
	padding: 0px;
}

.pgsi_introduction {
	margin-bottom:12px
}

#pgsi h3 {
    background-color: #001715;
    color: white;
    padding: 13px 20px 15px;
	display: inline-block;
	margin-top: 0;
}

#pgsi h3 strong {
	color: #FF8300
}

#pgsi p:first-of-type {
	margin-top:0;
	font-size: 120%
}

#pgsi a {
	font-weight: bold;
}

#pgsi_country {
	margin: 20px 0 30px
}

.response select {
    display: block;
    height: 6.8rem;
    padding: 0.8rem 2rem 1rem 2rem;
    border: 0;
    outline: none;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 2.2rem;
	font-weight: 700;
    line-height: 3rem;
    width: calc(100% - 40px);
    background: white;
    border: 1px solid #d3d3d3;
    transition: all .3s ease-in-out;
    margin:20px;
}

.response select:focus {
  border-bottom: 1px solid #d3d3d3;
}

.response select{
	background: #ffffff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat;
  background-position:right;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

#signup-content {
	background-color: white;
}

#pgsi .response_feedback {

}

#pgsi .error {
  color: #d32f2f;
  background: #fdecea;
  border: 1px solid #d32f2f;
  padding: 12px 16px;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

#pgsi button[type="submit"] {
  appearance: none;
  border: 2px solid #33cc33;
  background: #33cc33;
  color: #000;
  border-radius: 999px;
  padding: .9rem 1.35rem;
  font: inherit;
    font-weight: inherit;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s var(--ease-snappy-polished);
}

#pgsi button[type="submit"]:hover {
  border: 2px solid #0c6d24;
  background: #0c6d24;
  color: white
}
