:root {
    --blue: #00548B;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #D60057;
    --red: #CE0025;
    --orange: #DF8014;
    --yellow: #EDAA00;
    --green: #007E51;
    --teal: #008375;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #7a7a7a;
    --gray-dark: #4d4d4d;
    --primary: #008375;
    --secondary: #D60057;
    --success: #007E51;
    --info: #fff;
    --warning: #EDAA00;
    --danger: #CE0025;
    --light: #BAE8E3;
    --dark: #212121;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, *::before, *::after {
    box-sizing: border-box
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    text-align: center;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(33,33,33,0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Helvetica Neue",Arial,-apple-system,BlinkMacSystemFont,Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #F3FAF9
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .83333rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 600
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #00548B;
    text-decoration: underline;
    background-color: transparent
}

    a:hover {
        color: #6f42c1;
        text-decoration: underline
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

pre, code, kbd, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #7a7a7a;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
        cursor: pointer
    }

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .83333rem;
    font-family: "Helvetica Neue",Arial,-apple-system,BlinkMacSystemFont,Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 3.16rem
}

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: calc(1.441rem + 2.292vw)
    }
}

h2, .h2 {
    font-size: 2.57rem
}

@media (max-width: 1200px) {
    h2, .h2 {
        font-size: calc(1.382rem + 1.584vw)
    }
}

h3, .h3 {
    font-size: 1.68rem
}

@media (max-width: 1200px) {
    h3, .h3 {
        font-size: calc(1.293rem + .516vw)
    }
}

h4, .h4 {
    font-size: 1.26rem
}

@media (max-width: 1200px) {
    h4, .h4 {
        font-size: calc(1.251rem + .012vw)
    }
}

h5, .h5 {
    font-size: 1rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.125rem;
    font-weight: 500
}

.display-1 {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-1 {
        font-size: calc(1.625rem + 4.5vw)
    }
}

.display-2, h1.entry-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-2, h1.entry-title {
        font-size: calc(1.425rem + 2.1vw)
    }
}

.display-3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-3 {
        font-size: calc(1.345rem + 1.14vw)
    }
}

.display-4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-4 {
        font-size: calc(1.275rem + .3vw)
    }
}

hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border: 0;
    border-top: 8px solid rgba(33,33,33,0.1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled, .gform_wrapper ul.gform_fields, .gform_wrapper ul.gfield_radio, .gform_wrapper ul.gfield_checkbox {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 2.5rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #7a7a7a
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #F3FAF9;
    border: 8px solid #bcbcbc;
    border-radius: 1rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 1.25rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #7a7a7a
}

code {
    font-size: 87.5%;
    color: #D60057;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #373737;
    border-radius: .5rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 600
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #373737
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 1024px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table, table {
    width: 100%;
    margin-bottom: 2.5rem;
    color: #212121
}

    .table th, table th, .table td, table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #bcbcbc
    }

    .table thead th, table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #bcbcbc
    }

    .table tbody + tbody, table tbody + tbody {
        border-top: 2px solid #bcbcbc
    }

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #bcbcbc
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #bcbcbc
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(33,33,33,0.05)
}

.table-hover tbody tr:hover {
    color: #212121;
    background-color: rgba(33,33,33,0.075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8dcd8
}

    .table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
        border-color: #7abfb7
    }

.table-hover .table-primary:hover {
    background-color: #a7d4cf
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #a7d4cf
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #f4b8d0
}

    .table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
        border-color: #ea7aa8
    }

.table-hover .table-secondary:hover {
    background-color: #f1a2c1
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #f1a2c1
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #b8dbce
}

    .table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
        border-color: #7abca5
    }

.table-hover .table-success:hover {
    background-color: #a7d2c2
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #a7d2c2
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #fff
}

    .table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
        border-color: #fff
    }

.table-hover .table-info:hover {
    background-color: #f2f2f2
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #f2f2f2
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #fae7b8
}

    .table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
        border-color: #f6d37a
    }

.table-hover .table-warning:hover {
    background-color: #f8dfa0
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #f8dfa0
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f1b8c2
}

    .table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
        border-color: #e67a8e
    }

.table-hover .table-danger:hover {
    background-color: #eda3b0
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #eda3b0
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #ecf9f7
}

    .table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
        border-color: #dbf3f0
    }

.table-hover .table-light:hover {
    background-color: #d9f3ef
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #d9f3ef
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c1c1c1
}

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #8c8c8c
    }

.table-hover .table-dark:hover {
    background-color: #b4b4b4
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b4b4b4
    }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(33,33,33,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(20,20,20,0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(20,20,20,0.075)
    }

.table .thead-dark th, table .thead-dark th {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #606060
}

.table .thead-light th, table .thead-light th {
    color: inherit;
    background-color: #d3d3d3;
    border-color: #bcbcbc
}

.table-dark {
    color: #fff;
    background-color: #4d4d4d
}

    .table-dark th, .table-dark td, .table-dark thead th {
        border-color: #606060
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,0.075)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control, [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], .gform_wrapper [type='text'], .gform_wrapper [type='password'], .gform_wrapper [type='date'], .gform_wrapper [type='datetime'], .gform_wrapper [type='datetime-local'], .gform_wrapper [type='month'], .gform_wrapper [type='week'], .gform_wrapper [type='email'], .gform_wrapper [type='number'], .gform_wrapper [type='search'], .gform_wrapper [type='tel'], .gform_wrapper [type='time'], .gform_wrapper [type='url'], .gform_wrapper [type='color'], select, textarea, .gform_wrapper input[type="email"], .gform_wrapper input[type="date"], .gform_wrapper input[type="datetime"], .gform_wrapper input[type="datetime-local"], .gform_wrapper input[type="month"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="search"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="time"], .gform_wrapper input[type="week"], .gform_wrapper input[type="url"], .gform_wrapper select, .gform_wrapper textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 4px);
    padding: .625rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #4d4d4d;
    border-radius: 1rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control, [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], .gform_wrapper [type='text'], .gform_wrapper [type='password'], .gform_wrapper [type='date'], .gform_wrapper [type='datetime'], .gform_wrapper [type='datetime-local'], .gform_wrapper [type='month'], .gform_wrapper [type='week'], .gform_wrapper [type='email'], .gform_wrapper [type='number'], .gform_wrapper [type='search'], .gform_wrapper [type='tel'], .gform_wrapper [type='time'], .gform_wrapper [type='url'], .gform_wrapper [type='color'], select, textarea, .gform_wrapper input[type="email"], .gform_wrapper input[type="date"], .gform_wrapper input[type="datetime"], .gform_wrapper input[type="datetime-local"], .gform_wrapper input[type="month"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="search"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="time"], .gform_wrapper input[type="week"], .gform_wrapper input[type="url"], .gform_wrapper select, .gform_wrapper textarea {
        transition: none
    }
}

.form-control::-ms-expand, [type='text']::-ms-expand, [type='password']::-ms-expand, [type='date']::-ms-expand, [type='datetime']::-ms-expand, [type='datetime-local']::-ms-expand, [type='month']::-ms-expand, [type='week']::-ms-expand, [type='email']::-ms-expand, [type='number']::-ms-expand, [type='search']::-ms-expand, [type='tel']::-ms-expand, [type='time']::-ms-expand, [type='url']::-ms-expand, [type='color']::-ms-expand, .gform_wrapper [type='text']::-ms-expand, .gform_wrapper [type='password']::-ms-expand, .gform_wrapper [type='date']::-ms-expand, .gform_wrapper [type='datetime']::-ms-expand, .gform_wrapper [type='datetime-local']::-ms-expand, .gform_wrapper [type='month']::-ms-expand, .gform_wrapper [type='week']::-ms-expand, .gform_wrapper [type='email']::-ms-expand, .gform_wrapper [type='number']::-ms-expand, .gform_wrapper [type='search']::-ms-expand, .gform_wrapper [type='tel']::-ms-expand, .gform_wrapper [type='time']::-ms-expand, .gform_wrapper [type='url']::-ms-expand, .gform_wrapper [type='color']::-ms-expand, select::-ms-expand, textarea::-ms-expand, .gform_wrapper input[type="email"]::-ms-expand, .gform_wrapper input[type="date"]::-ms-expand, .gform_wrapper input[type="datetime"]::-ms-expand, .gform_wrapper input[type="datetime-local"]::-ms-expand, .gform_wrapper input[type="month"]::-ms-expand, .gform_wrapper input[type="number"]::-ms-expand, .gform_wrapper input[type="password"]::-ms-expand, .gform_wrapper input[type="search"]::-ms-expand, .gform_wrapper input[type="tel"]::-ms-expand, .gform_wrapper input[type="text"]::-ms-expand, .gform_wrapper input[type="time"]::-ms-expand, .gform_wrapper input[type="week"]::-ms-expand, .gform_wrapper input[type="url"]::-ms-expand, .gform_wrapper select::-ms-expand, .gform_wrapper textarea::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring, :-moz-focusring[type='text'], :-moz-focusring[type='password'], :-moz-focusring[type='date'], :-moz-focusring[type='datetime'], :-moz-focusring[type='datetime-local'], :-moz-focusring[type='month'], :-moz-focusring[type='week'], :-moz-focusring[type='email'], :-moz-focusring[type='number'], :-moz-focusring[type='search'], :-moz-focusring[type='tel'], :-moz-focusring[type='time'], :-moz-focusring[type='url'], :-moz-focusring[type='color'], select:-moz-focusring, textarea:-moz-focusring, .gform_wrapper input:-moz-focusring[type="email"], .gform_wrapper input:-moz-focusring[type="date"], .gform_wrapper input:-moz-focusring[type="datetime"], .gform_wrapper input:-moz-focusring[type="datetime-local"], .gform_wrapper input:-moz-focusring[type="month"], .gform_wrapper input:-moz-focusring[type="number"], .gform_wrapper input:-moz-focusring[type="password"], .gform_wrapper input:-moz-focusring[type="search"], .gform_wrapper input:-moz-focusring[type="tel"], .gform_wrapper input:-moz-focusring[type="text"], .gform_wrapper input:-moz-focusring[type="time"], .gform_wrapper input:-moz-focusring[type="week"], .gform_wrapper input:-moz-focusring[type="url"] {
    color: transparent;
    text-shadow: 0 0 0 #4d4d4d
}

.form-control:focus, :focus[type='text'], :focus[type='password'], :focus[type='date'], :focus[type='datetime'], :focus[type='datetime-local'], :focus[type='month'], :focus[type='week'], :focus[type='email'], :focus[type='number'], :focus[type='search'], :focus[type='tel'], :focus[type='time'], :focus[type='url'], :focus[type='color'], select:focus, textarea:focus, .gform_wrapper input:focus[type="email"], .gform_wrapper input:focus[type="date"], .gform_wrapper input:focus[type="datetime"], .gform_wrapper input:focus[type="datetime-local"], .gform_wrapper input:focus[type="month"], .gform_wrapper input:focus[type="number"], .gform_wrapper input:focus[type="password"], .gform_wrapper input:focus[type="search"], .gform_wrapper input:focus[type="tel"], .gform_wrapper input:focus[type="text"], .gform_wrapper input:focus[type="time"], .gform_wrapper input:focus[type="week"], .gform_wrapper input:focus[type="url"] {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #4d4d4d;
    outline: 0;
    box-shadow: 0 0 0 4px #df8014
}

.form-control::placeholder, [type='text']::placeholder, [type='password']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='month']::placeholder, [type='week']::placeholder, [type='email']::placeholder, [type='number']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='color']::placeholder, .gform_wrapper [type='text']::placeholder, .gform_wrapper [type='password']::placeholder, .gform_wrapper [type='date']::placeholder, .gform_wrapper [type='datetime']::placeholder, .gform_wrapper [type='datetime-local']::placeholder, .gform_wrapper [type='month']::placeholder, .gform_wrapper [type='week']::placeholder, .gform_wrapper [type='email']::placeholder, .gform_wrapper [type='number']::placeholder, .gform_wrapper [type='search']::placeholder, .gform_wrapper [type='tel']::placeholder, .gform_wrapper [type='time']::placeholder, .gform_wrapper [type='url']::placeholder, .gform_wrapper [type='color']::placeholder, select::placeholder, textarea::placeholder, .gform_wrapper input[type="email"]::placeholder, .gform_wrapper input[type="date"]::placeholder, .gform_wrapper input[type="datetime"]::placeholder, .gform_wrapper input[type="datetime-local"]::placeholder, .gform_wrapper input[type="month"]::placeholder, .gform_wrapper input[type="number"]::placeholder, .gform_wrapper input[type="password"]::placeholder, .gform_wrapper input[type="search"]::placeholder, .gform_wrapper input[type="tel"]::placeholder, .gform_wrapper input[type="text"]::placeholder, .gform_wrapper input[type="time"]::placeholder, .gform_wrapper input[type="week"]::placeholder, .gform_wrapper input[type="url"]::placeholder, .gform_wrapper select::placeholder, .gform_wrapper textarea::placeholder {
    color: #7a7a7a;
    opacity: 1
}

.form-control:disabled, :disabled[type='text'], :disabled[type='password'], :disabled[type='date'], :disabled[type='datetime'], :disabled[type='datetime-local'], :disabled[type='month'], :disabled[type='week'], :disabled[type='email'], :disabled[type='number'], :disabled[type='search'], :disabled[type='tel'], :disabled[type='time'], :disabled[type='url'], :disabled[type='color'], select:disabled, textarea:disabled, .gform_wrapper input:disabled[type="email"], .gform_wrapper input:disabled[type="date"], .gform_wrapper input:disabled[type="datetime"], .gform_wrapper input:disabled[type="datetime-local"], .gform_wrapper input:disabled[type="month"], .gform_wrapper input:disabled[type="number"], .gform_wrapper input:disabled[type="password"], .gform_wrapper input:disabled[type="search"], .gform_wrapper input:disabled[type="tel"], .gform_wrapper input:disabled[type="text"], .gform_wrapper input:disabled[type="time"], .gform_wrapper input:disabled[type="week"], .gform_wrapper input:disabled[type="url"], .form-control[readonly], [readonly][type='text'], [readonly][type='password'], [readonly][type='date'], [readonly][type='datetime'], [readonly][type='datetime-local'], [readonly][type='month'], [readonly][type='week'], [readonly][type='email'], [readonly][type='number'], [readonly][type='search'], [readonly][type='tel'], [readonly][type='time'], [readonly][type='url'], [readonly][type='color'], select[readonly], textarea[readonly], .gform_wrapper input[readonly][type="email"], .gform_wrapper input[readonly][type="date"], .gform_wrapper input[readonly][type="datetime"], .gform_wrapper input[readonly][type="datetime-local"], .gform_wrapper input[readonly][type="month"], .gform_wrapper input[readonly][type="number"], .gform_wrapper input[readonly][type="password"], .gform_wrapper input[readonly][type="search"], .gform_wrapper input[readonly][type="tel"], .gform_wrapper input[readonly][type="text"], .gform_wrapper input[readonly][type="time"], .gform_wrapper input[readonly][type="week"], .gform_wrapper input[readonly][type="url"] {
    background-color: #d3d3d3;
    opacity: 1
}

input[type="date"].form-control, input[type="date"][type='text'], input[type="date"][type='password'], input[type="date"][type='date'], input[type="date"][type='datetime'], input[type="date"][type='datetime-local'], input[type="date"][type='month'], input[type="date"][type='week'], input[type="date"][type='email'], input[type="date"][type='number'], input[type="date"][type='search'], input[type="date"][type='tel'], input[type="date"][type='time'], input[type="date"][type='url'], input[type="date"][type='color'], .gform_wrapper input[type="date"], input[type="time"].form-control, input[type="time"][type='text'], input[type="time"][type='password'], input[type="time"][type='date'], input[type="time"][type='datetime'], input[type="time"][type='datetime-local'], input[type="time"][type='month'], input[type="time"][type='week'], input[type="time"][type='email'], input[type="time"][type='number'], input[type="time"][type='search'], input[type="time"][type='tel'], input[type="time"][type='time'], input[type="time"][type='url'], input[type="time"][type='color'], .gform_wrapper input[type="time"], input[type="datetime-local"].form-control, input[type="datetime-local"][type='text'], input[type="datetime-local"][type='password'], input[type="datetime-local"][type='date'], input[type="datetime-local"][type='datetime'], input[type="datetime-local"][type='datetime-local'], input[type="datetime-local"][type='month'], input[type="datetime-local"][type='week'], input[type="datetime-local"][type='email'], input[type="datetime-local"][type='number'], input[type="datetime-local"][type='search'], input[type="datetime-local"][type='tel'], input[type="datetime-local"][type='time'], input[type="datetime-local"][type='url'], input[type="datetime-local"][type='color'], .gform_wrapper input[type="datetime-local"], input[type="month"].form-control, input[type="month"][type='text'], input[type="month"][type='password'], input[type="month"][type='date'], input[type="month"][type='datetime'], input[type="month"][type='datetime-local'], input[type="month"][type='month'], input[type="month"][type='week'], input[type="month"][type='email'], input[type="month"][type='number'], input[type="month"][type='search'], input[type="month"][type='tel'], input[type="month"][type='time'], input[type="month"][type='url'], input[type="month"][type='color'], .gform_wrapper input[type="month"] {
    appearance: none
}

select.form-control:focus::-ms-value, select:focus::-ms-value {
    color: #4d4d4d;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.625rem + 2px);
    padding-bottom: calc(.625rem + 2px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.83333rem + 2px);
    padding-bottom: calc(.83333rem + 2px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.5rem + 2px);
    padding-bottom: calc(.5rem + 2px);
    font-size: .75rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .625rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.5em + 1rem + 4px);
    padding: .5rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 1rem
}

.form-control-lg {
    height: calc(1.5em + 1.66667rem + 4px);
    padding: .83333rem .83333rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 1rem
}

select.form-control[size], select[size], select.form-control[multiple], select[multiple] {
    height: auto
}

textarea.form-control, textarea[type='text'], textarea[type='password'], textarea[type='date'], textarea[type='datetime'], textarea[type='datetime-local'], textarea[type='month'], textarea[type='week'], textarea[type='email'], textarea[type='number'], textarea[type='search'], textarea[type='tel'], textarea[type='time'], textarea[type='url'], textarea[type='color'], .gform_wrapper textarea[type='text'], .gform_wrapper textarea[type='password'], .gform_wrapper textarea[type='date'], .gform_wrapper textarea[type='datetime'], .gform_wrapper textarea[type='datetime-local'], .gform_wrapper textarea[type='month'], .gform_wrapper textarea[type='week'], .gform_wrapper textarea[type='email'], .gform_wrapper textarea[type='number'], .gform_wrapper textarea[type='search'], .gform_wrapper textarea[type='tel'], .gform_wrapper textarea[type='time'], .gform_wrapper textarea[type='url'], .gform_wrapper textarea[type='color'], textarea, .gform_wrapper textarea {
    height: auto
}

.form-group, .gform_wrapper ul.gform_fields > li {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check, .ginput_container_radio .gfield_radio li, .ginput_container_checkbox .gfield_checkbox li, .ginput_container_radio .gfield_radio .gchoice, .ginput_container_checkbox .gfield_checkbox .gchoice {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input, .ginput_container_radio .gfield_radio input, .ginput_container_checkbox .gfield_checkbox input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input[disabled] ~ .form-check-label, .ginput_container_radio .gfield_radio input[disabled] ~ .form-check-label, .ginput_container_checkbox .gfield_checkbox input[disabled] ~ .form-check-label, .ginput_container_radio .gfield_radio .form-check-input[disabled] ~ label, .ginput_container_radio .gfield_radio input[disabled] ~ label, .ginput_container_checkbox .gfield_checkbox .form-check-input[disabled] ~ label, .ginput_container_checkbox .gfield_checkbox input[disabled] ~ label, .form-check-input:disabled ~ .form-check-label, .ginput_container_radio .gfield_radio input:disabled ~ .form-check-label, .ginput_container_checkbox .gfield_checkbox input:disabled ~ .form-check-label, .ginput_container_radio .gfield_radio .form-check-input:disabled ~ label, .ginput_container_radio .gfield_radio input:disabled ~ label, .ginput_container_checkbox .gfield_checkbox .form-check-input:disabled ~ label, .ginput_container_checkbox .gfield_checkbox input:disabled ~ label {
        color: #7a7a7a
    }

.form-check-label, .ginput_container_radio .gfield_radio label, .ginput_container_checkbox .gfield_checkbox label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input, .form-check-inline .ginput_container_radio .gfield_radio input, .ginput_container_radio .gfield_radio .form-check-inline input, .form-check-inline .ginput_container_checkbox .gfield_checkbox input, .ginput_container_checkbox .gfield_checkbox .form-check-inline input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #007E51
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: coloryiq(#007E51);
    background-color: rgba(0,126,81,0.9);
    border-radius: 1rem
}

.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .was-validated :valid[type='text'], .was-validated :valid[type='password'], .was-validated :valid[type='date'], .was-validated :valid[type='datetime'], .was-validated :valid[type='datetime-local'], .was-validated :valid[type='month'], .was-validated :valid[type='week'], .was-validated :valid[type='email'], .was-validated :valid[type='number'], .was-validated :valid[type='search'], .was-validated :valid[type='tel'], .was-validated :valid[type='time'], .was-validated :valid[type='url'], .was-validated :valid[type='color'],
.was-validated select:valid, .was-validated textarea:valid, .was-validated .gform_wrapper input:valid[type="email"], .gform_wrapper .was-validated input:valid[type="email"], .was-validated .gform_wrapper input:valid[type="date"], .gform_wrapper .was-validated input:valid[type="date"], .was-validated .gform_wrapper input:valid[type="datetime"], .gform_wrapper .was-validated input:valid[type="datetime"], .was-validated .gform_wrapper input:valid[type="datetime-local"], .gform_wrapper .was-validated input:valid[type="datetime-local"], .was-validated .gform_wrapper input:valid[type="month"], .gform_wrapper .was-validated input:valid[type="month"], .was-validated .gform_wrapper input:valid[type="number"], .gform_wrapper .was-validated input:valid[type="number"], .was-validated .gform_wrapper input:valid[type="password"], .gform_wrapper .was-validated input:valid[type="password"], .was-validated .gform_wrapper input:valid[type="search"], .gform_wrapper .was-validated input:valid[type="search"], .was-validated .gform_wrapper input:valid[type="tel"], .gform_wrapper .was-validated input:valid[type="tel"], .was-validated .gform_wrapper input:valid[type="text"], .gform_wrapper .was-validated input:valid[type="text"], .was-validated .gform_wrapper input:valid[type="time"], .gform_wrapper .was-validated input:valid[type="time"], .was-validated .gform_wrapper input:valid[type="week"], .gform_wrapper .was-validated input:valid[type="week"], .was-validated .gform_wrapper input:valid[type="url"], .gform_wrapper .was-validated input:valid[type="url"], .was-validated .gform_wrapper select:valid, .gform_wrapper .was-validated select:valid, .was-validated .gform_wrapper textarea:valid, .gform_wrapper .was-validated textarea:valid, .form-control.is-valid, .is-valid[type='text'], .is-valid[type='password'], .is-valid[type='date'], .is-valid[type='datetime'], .is-valid[type='datetime-local'], .is-valid[type='month'], .is-valid[type='week'], .is-valid[type='email'], .is-valid[type='number'], .is-valid[type='search'], .is-valid[type='tel'], .is-valid[type='time'], .is-valid[type='url'], .is-valid[type='color'], select.is-valid, textarea.is-valid, .gform_wrapper input.is-valid[type="email"], .gform_wrapper input.is-valid[type="date"], .gform_wrapper input.is-valid[type="datetime"], .gform_wrapper input.is-valid[type="datetime-local"], .gform_wrapper input.is-valid[type="month"], .gform_wrapper input.is-valid[type="number"], .gform_wrapper input.is-valid[type="password"], .gform_wrapper input.is-valid[type="search"], .gform_wrapper input.is-valid[type="tel"], .gform_wrapper input.is-valid[type="text"], .gform_wrapper input.is-valid[type="time"], .gform_wrapper input.is-valid[type="week"], .gform_wrapper input.is-valid[type="url"] {
    border-color: #007E51;
    padding-right: calc(1.5em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23007E51' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3125rem) center;
    background-size: calc(.75em + .625rem) calc(.75em + .625rem)
}

    .was-validated .form-control:valid:focus, .was-validated :valid:focus[type='text'], .was-validated :valid:focus[type='password'], .was-validated :valid:focus[type='date'], .was-validated :valid:focus[type='datetime'], .was-validated :valid:focus[type='datetime-local'], .was-validated :valid:focus[type='month'], .was-validated :valid:focus[type='week'], .was-validated :valid:focus[type='email'], .was-validated :valid:focus[type='number'], .was-validated :valid:focus[type='search'], .was-validated :valid:focus[type='tel'], .was-validated :valid:focus[type='time'], .was-validated :valid:focus[type='url'], .was-validated :valid:focus[type='color'], .was-validated select:valid:focus, .was-validated textarea:valid:focus, .was-validated .gform_wrapper input:valid:focus[type="email"], .gform_wrapper .was-validated input:valid:focus[type="email"], .was-validated .gform_wrapper input:valid:focus[type="date"], .gform_wrapper .was-validated input:valid:focus[type="date"], .was-validated .gform_wrapper input:valid:focus[type="datetime"], .gform_wrapper .was-validated input:valid:focus[type="datetime"], .was-validated .gform_wrapper input:valid:focus[type="datetime-local"], .gform_wrapper .was-validated input:valid:focus[type="datetime-local"], .was-validated .gform_wrapper input:valid:focus[type="month"], .gform_wrapper .was-validated input:valid:focus[type="month"], .was-validated .gform_wrapper input:valid:focus[type="number"], .gform_wrapper .was-validated input:valid:focus[type="number"], .was-validated .gform_wrapper input:valid:focus[type="password"], .gform_wrapper .was-validated input:valid:focus[type="password"], .was-validated .gform_wrapper input:valid:focus[type="search"], .gform_wrapper .was-validated input:valid:focus[type="search"], .was-validated .gform_wrapper input:valid:focus[type="tel"], .gform_wrapper .was-validated input:valid:focus[type="tel"], .was-validated .gform_wrapper input:valid:focus[type="text"], .gform_wrapper .was-validated input:valid:focus[type="text"], .was-validated .gform_wrapper input:valid:focus[type="time"], .gform_wrapper .was-validated input:valid:focus[type="time"], .was-validated .gform_wrapper input:valid:focus[type="week"], .gform_wrapper .was-validated input:valid:focus[type="week"], .was-validated .gform_wrapper input:valid:focus[type="url"], .gform_wrapper .was-validated input:valid:focus[type="url"], .was-validated .gform_wrapper select:valid:focus, .gform_wrapper .was-validated select:valid:focus, .was-validated .gform_wrapper textarea:valid:focus, .gform_wrapper .was-validated textarea:valid:focus, .form-control.is-valid:focus, .is-valid:focus[type='text'], .is-valid:focus[type='password'], .is-valid:focus[type='date'], .is-valid:focus[type='datetime'], .is-valid:focus[type='datetime-local'], .is-valid:focus[type='month'], .is-valid:focus[type='week'], .is-valid:focus[type='email'], .is-valid:focus[type='number'], .is-valid:focus[type='search'], .is-valid:focus[type='tel'], .is-valid:focus[type='time'], .is-valid:focus[type='url'], .is-valid:focus[type='color'], select.is-valid:focus, textarea.is-valid:focus, .gform_wrapper input.is-valid:focus[type="email"], .gform_wrapper input.is-valid:focus[type="date"], .gform_wrapper input.is-valid:focus[type="datetime"], .gform_wrapper input.is-valid:focus[type="datetime-local"], .gform_wrapper input.is-valid:focus[type="month"], .gform_wrapper input.is-valid:focus[type="number"], .gform_wrapper input.is-valid:focus[type="password"], .gform_wrapper input.is-valid:focus[type="search"], .gform_wrapper input.is-valid:focus[type="tel"], .gform_wrapper input.is-valid:focus[type="text"], .gform_wrapper input.is-valid:focus[type="time"], .gform_wrapper input.is-valid:focus[type="week"], .gform_wrapper input.is-valid:focus[type="url"] {
        border-color: #007E51;
        box-shadow: 0 0 0 4px rgba(0,126,81,0.25)
    }

    .was-validated textarea.form-control:valid, .was-validated textarea:valid[type='text'], .was-validated textarea:valid[type='password'], .was-validated textarea:valid[type='date'], .was-validated textarea:valid[type='datetime'], .was-validated textarea:valid[type='datetime-local'], .was-validated textarea:valid[type='month'], .was-validated textarea:valid[type='week'], .was-validated textarea:valid[type='email'], .was-validated textarea:valid[type='number'], .was-validated textarea:valid[type='search'], .was-validated textarea:valid[type='tel'], .was-validated textarea:valid[type='time'], .was-validated textarea:valid[type='url'], .was-validated textarea:valid[type='color'], .was-validated textarea:valid, .was-validated .gform_wrapper textarea:valid, .gform_wrapper .was-validated textarea:valid, textarea.form-control.is-valid, textarea.is-valid {
        padding-right: calc(1.5em + 1.25rem);
        background-position: top calc(.375em + .3125rem) right calc(.375em + .3125rem)
    }

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #007E51;
    padding-right: calc(.75em + 3.1875rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234d4d4d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23007E51' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.25rem/calc(.75em + .625rem) calc(.75em + .625rem) no-repeat
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #007E51;
        box-shadow: 0 0 0 4px rgba(0,126,81,0.25)
    }

.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .ginput_container_radio .gfield_radio input:valid ~ .form-check-label, .ginput_container_radio .gfield_radio .was-validated input:valid ~ .form-check-label, .was-validated .ginput_container_checkbox .gfield_checkbox input:valid ~ .form-check-label, .ginput_container_checkbox .gfield_checkbox .was-validated input:valid ~ .form-check-label, .was-validated .ginput_container_radio .gfield_radio .form-check-input:valid ~ label, .ginput_container_radio .gfield_radio .was-validated .form-check-input:valid ~ label, .was-validated .ginput_container_radio .gfield_radio input:valid ~ label, .ginput_container_radio .gfield_radio .was-validated input:valid ~ label, .was-validated .ginput_container_checkbox .gfield_checkbox .form-check-input:valid ~ label, .ginput_container_checkbox .gfield_checkbox .was-validated .form-check-input:valid ~ label, .was-validated .ginput_container_checkbox .gfield_checkbox input:valid ~ label, .ginput_container_checkbox .gfield_checkbox .was-validated input:valid ~ label, .form-check-input.is-valid ~ .form-check-label, .ginput_container_radio .gfield_radio input.is-valid ~ .form-check-label, .ginput_container_checkbox .gfield_checkbox input.is-valid ~ .form-check-label, .ginput_container_radio .gfield_radio .form-check-input.is-valid ~ label, .ginput_container_radio .gfield_radio input.is-valid ~ label, .ginput_container_checkbox .gfield_checkbox .form-check-input.is-valid ~ label, .ginput_container_checkbox .gfield_checkbox input.is-valid ~ label {
    color: #007E51
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .ginput_container_radio .gfield_radio input:valid ~ .valid-feedback, .ginput_container_radio .gfield_radio .was-validated input:valid ~ .valid-feedback, .was-validated .ginput_container_checkbox .gfield_checkbox input:valid ~ .valid-feedback, .ginput_container_checkbox .gfield_checkbox .was-validated input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .was-validated .ginput_container_radio .gfield_radio input:valid ~ .valid-tooltip, .ginput_container_radio .gfield_radio .was-validated input:valid ~ .valid-tooltip, .was-validated .ginput_container_checkbox .gfield_checkbox input:valid ~ .valid-tooltip, .ginput_container_checkbox .gfield_checkbox .was-validated input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .ginput_container_radio .gfield_radio input.is-valid ~ .valid-feedback, .ginput_container_checkbox .gfield_checkbox input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .ginput_container_radio .gfield_radio input.is-valid ~ .valid-tooltip, .ginput_container_checkbox .gfield_checkbox input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #007E51
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #007E51
    }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #00b172;
    background-color: #00b172
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 4px rgba(0,126,81,0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #007E51
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #007E51
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #007E51;
    box-shadow: 0 0 0 4px rgba(0,126,81,0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #CE0025
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: coloryiq(#CE0025);
    background-color: rgba(206,0,37,0.9);
    border-radius: 1rem
}

.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .was-validated :invalid[type='text'], .was-validated :invalid[type='password'], .was-validated :invalid[type='date'], .was-validated :invalid[type='datetime'], .was-validated :invalid[type='datetime-local'], .was-validated :invalid[type='month'], .was-validated :invalid[type='week'], .was-validated :invalid[type='email'], .was-validated :invalid[type='number'], .was-validated :invalid[type='search'], .was-validated :invalid[type='tel'], .was-validated :invalid[type='time'], .was-validated :invalid[type='url'], .was-validated :invalid[type='color'], .was-validated select:invalid, .was-validated textarea:invalid, .was-validated .gform_wrapper input:invalid[type="email"], .gform_wrapper .was-validated input:invalid[type="email"], .was-validated .gform_wrapper input:invalid[type="date"], .gform_wrapper .was-validated input:invalid[type="date"], .was-validated .gform_wrapper input:invalid[type="datetime"], .gform_wrapper .was-validated input:invalid[type="datetime"], .was-validated .gform_wrapper input:invalid[type="datetime-local"], .gform_wrapper .was-validated input:invalid[type="datetime-local"], .was-validated .gform_wrapper input:invalid[type="month"], .gform_wrapper .was-validated input:invalid[type="month"], .was-validated .gform_wrapper input:invalid[type="number"], .gform_wrapper .was-validated input:invalid[type="number"], .was-validated .gform_wrapper input:invalid[type="password"], .gform_wrapper .was-validated input:invalid[type="password"], .was-validated .gform_wrapper input:invalid[type="search"], .gform_wrapper .was-validated input:invalid[type="search"], .was-validated .gform_wrapper input:invalid[type="tel"], .gform_wrapper .was-validated input:invalid[type="tel"], .was-validated .gform_wrapper input:invalid[type="text"], .gform_wrapper .was-validated input:invalid[type="text"], .was-validated .gform_wrapper input:invalid[type="time"], .gform_wrapper .was-validated input:invalid[type="time"], .was-validated .gform_wrapper input:invalid[type="week"], .gform_wrapper .was-validated input:invalid[type="week"], .was-validated .gform_wrapper input:invalid[type="url"], .gform_wrapper .was-validated input:invalid[type="url"], .was-validated .gform_wrapper select:invalid, .gform_wrapper .was-validated select:invalid, .was-validated .gform_wrapper textarea:invalid, .gform_wrapper .was-validated textarea:invalid, .form-control.is-invalid, .is-invalid[type='text'], .is-invalid[type='password'], .is-invalid[type='date'], .is-invalid[type='datetime'], .is-invalid[type='datetime-local'], .is-invalid[type='month'], .is-invalid[type='week'], .is-invalid[type='email'], .is-invalid[type='number'], .is-invalid[type='search'], .is-invalid[type='tel'], .is-invalid[type='time'], .is-invalid[type='url'], .is-invalid[type='color'], select.is-invalid, textarea.is-invalid, .gform_wrapper input.is-invalid[type="email"], .gform_wrapper input.is-invalid[type="date"], .gform_wrapper input.is-invalid[type="datetime"], .gform_wrapper input.is-invalid[type="datetime-local"], .gform_wrapper input.is-invalid[type="month"], .gform_wrapper input.is-invalid[type="number"], .gform_wrapper input.is-invalid[type="password"], .gform_wrapper input.is-invalid[type="search"], .gform_wrapper input.is-invalid[type="tel"], .gform_wrapper input.is-invalid[type="text"], .gform_wrapper input.is-invalid[type="time"], .gform_wrapper input.is-invalid[type="week"], .gform_wrapper input.is-invalid[type="url"] {
    border-color: #CE0025;
    padding-right: calc(1.5em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23CE0025' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CE0025' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3125rem) center;
    background-size: calc(.75em + .625rem) calc(.75em + .625rem)
}

    .was-validated .form-control:invalid:focus, .was-validated :invalid:focus[type='text'], .was-validated :invalid:focus[type='password'], .was-validated :invalid:focus[type='date'], .was-validated :invalid:focus[type='datetime'], .was-validated :invalid:focus[type='datetime-local'], .was-validated :invalid:focus[type='month'], .was-validated :invalid:focus[type='week'], .was-validated :invalid:focus[type='email'], .was-validated :invalid:focus[type='number'], .was-validated :invalid:focus[type='search'], .was-validated :invalid:focus[type='tel'], .was-validated :invalid:focus[type='time'], .was-validated :invalid:focus[type='url'], .was-validated :invalid:focus[type='color'], .was-validated select:invalid:focus, .was-validated textarea:invalid:focus, .was-validated .gform_wrapper input:invalid:focus[type="email"], .gform_wrapper .was-validated input:invalid:focus[type="email"], .was-validated .gform_wrapper input:invalid:focus[type="date"], .gform_wrapper .was-validated input:invalid:focus[type="date"], .was-validated .gform_wrapper input:invalid:focus[type="datetime"], .gform_wrapper .was-validated input:invalid:focus[type="datetime"], .was-validated .gform_wrapper input:invalid:focus[type="datetime-local"], .gform_wrapper .was-validated input:invalid:focus[type="datetime-local"], .was-validated .gform_wrapper input:invalid:focus[type="month"], .gform_wrapper .was-validated input:invalid:focus[type="month"], .was-validated .gform_wrapper input:invalid:focus[type="number"], .gform_wrapper .was-validated input:invalid:focus[type="number"], .was-validated .gform_wrapper input:invalid:focus[type="password"], .gform_wrapper .was-validated input:invalid:focus[type="password"], .was-validated .gform_wrapper input:invalid:focus[type="search"], .gform_wrapper .was-validated input:invalid:focus[type="search"], .was-validated .gform_wrapper input:invalid:focus[type="tel"], .gform_wrapper .was-validated input:invalid:focus[type="tel"], .was-validated .gform_wrapper input:invalid:focus[type="text"], .gform_wrapper .was-validated input:invalid:focus[type="text"], .was-validated .gform_wrapper input:invalid:focus[type="time"], .gform_wrapper .was-validated input:invalid:focus[type="time"], .was-validated .gform_wrapper input:invalid:focus[type="week"], .gform_wrapper .was-validated input:invalid:focus[type="week"], .was-validated .gform_wrapper input:invalid:focus[type="url"], .gform_wrapper .was-validated input:invalid:focus[type="url"], .was-validated .gform_wrapper select:invalid:focus, .gform_wrapper .was-validated select:invalid:focus, .was-validated .gform_wrapper textarea:invalid:focus, .gform_wrapper .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .is-invalid:focus[type='text'], .is-invalid:focus[type='password'], .is-invalid:focus[type='date'], .is-invalid:focus[type='datetime'], .is-invalid:focus[type='datetime-local'], .is-invalid:focus[type='month'], .is-invalid:focus[type='week'], .is-invalid:focus[type='email'], .is-invalid:focus[type='number'], .is-invalid:focus[type='search'], .is-invalid:focus[type='tel'], .is-invalid:focus[type='time'], .is-invalid:focus[type='url'], .is-invalid:focus[type='color'], select.is-invalid:focus, textarea.is-invalid:focus, .gform_wrapper input.is-invalid:focus[type="email"], .gform_wrapper input.is-invalid:focus[type="date"], .gform_wrapper input.is-invalid:focus[type="datetime"], .gform_wrapper input.is-invalid:focus[type="datetime-local"], .gform_wrapper input.is-invalid:focus[type="month"], .gform_wrapper input.is-invalid:focus[type="number"], .gform_wrapper input.is-invalid:focus[type="password"], .gform_wrapper input.is-invalid:focus[type="search"], .gform_wrapper input.is-invalid:focus[type="tel"], .gform_wrapper input.is-invalid:focus[type="text"], .gform_wrapper input.is-invalid:focus[type="time"], .gform_wrapper input.is-invalid:focus[type="week"], .gform_wrapper input.is-invalid:focus[type="url"] {
        border-color: #CE0025;
        box-shadow: 0 0 0 4px rgba(206,0,37,0.25)
    }

    .was-validated textarea.form-control:invalid, .was-validated textarea:invalid[type='text'], .was-validated textarea:invalid[type='password'], .was-validated textarea:invalid[type='date'], .was-validated textarea:invalid[type='datetime'], .was-validated textarea:invalid[type='datetime-local'], .was-validated textarea:invalid[type='month'], .was-validated textarea:invalid[type='week'], .was-validated textarea:invalid[type='email'], .was-validated textarea:invalid[type='number'], .was-validated textarea:invalid[type='search'], .was-validated textarea:invalid[type='tel'], .was-validated textarea:invalid[type='time'], .was-validated textarea:invalid[type='url'], .was-validated textarea:invalid[type='color'], .was-validated textarea:invalid, .was-validated .gform_wrapper textarea:invalid, .gform_wrapper .was-validated textarea:invalid, textarea.form-control.is-invalid, textarea.is-invalid {
        padding-right: calc(1.5em + 1.25rem);
        background-position: top calc(.375em + .3125rem) right calc(.375em + .3125rem)
    }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #CE0025;
    padding-right: calc(.75em + 3.1875rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234d4d4d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23CE0025' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CE0025' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 2.25rem/calc(.75em + .625rem) calc(.75em + .625rem) no-repeat
}

    .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #CE0025;
        box-shadow: 0 0 0 4px rgba(206,0,37,0.25)
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .ginput_container_radio .gfield_radio input:invalid ~ .form-check-label, .ginput_container_radio .gfield_radio .was-validated input:invalid ~ .form-check-label, .was-validated .ginput_container_checkbox .gfield_checkbox input:invalid ~ .form-check-label, .ginput_container_checkbox .gfield_checkbox .was-validated input:invalid ~ .form-check-label, .was-validated .ginput_container_radio .gfield_radio .form-check-input:invalid ~ label, .ginput_container_radio .gfield_radio .was-validated .form-check-input:invalid ~ label, .was-validated .ginput_container_radio .gfield_radio input:invalid ~ label, .ginput_container_radio .gfield_radio .was-validated input:invalid ~ label, .was-validated .ginput_container_checkbox .gfield_checkbox .form-check-input:invalid ~ label, .ginput_container_checkbox .gfield_checkbox .was-validated .form-check-input:invalid ~ label, .was-validated .ginput_container_checkbox .gfield_checkbox input:invalid ~ label, .ginput_container_checkbox .gfield_checkbox .was-validated input:invalid ~ label, .form-check-input.is-invalid ~ .form-check-label, .ginput_container_radio .gfield_radio input.is-invalid ~ .form-check-label, .ginput_container_checkbox .gfield_checkbox input.is-invalid ~ .form-check-label, .ginput_container_radio .gfield_radio .form-check-input.is-invalid ~ label, .ginput_container_radio .gfield_radio input.is-invalid ~ label, .ginput_container_checkbox .gfield_checkbox .form-check-input.is-invalid ~ label, .ginput_container_checkbox .gfield_checkbox input.is-invalid ~ label {
    color: #CE0025
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .ginput_container_radio .gfield_radio input:invalid ~ .invalid-feedback, .ginput_container_radio .gfield_radio .was-validated input:invalid ~ .invalid-feedback, .was-validated .ginput_container_checkbox .gfield_checkbox input:invalid ~ .invalid-feedback, .ginput_container_checkbox .gfield_checkbox .was-validated input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .was-validated .ginput_container_radio .gfield_radio input:invalid ~ .invalid-tooltip, .ginput_container_radio .gfield_radio .was-validated input:invalid ~ .invalid-tooltip, .was-validated .ginput_container_checkbox .gfield_checkbox input:invalid ~ .invalid-tooltip, .ginput_container_checkbox .gfield_checkbox .was-validated input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .ginput_container_radio .gfield_radio input.is-invalid ~ .invalid-feedback, .ginput_container_checkbox .gfield_checkbox input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .ginput_container_radio .gfield_radio input.is-invalid ~ .invalid-tooltip, .ginput_container_checkbox .gfield_checkbox input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #CE0025
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #CE0025
    }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ff022f;
    background-color: #ff022f
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 4px rgba(206,0,37,0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #CE0025
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #CE0025
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #CE0025;
    box-shadow: 0 0 0 4px rgba(206,0,37,0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check, .form-inline .ginput_container_radio .gfield_radio li, .ginput_container_radio .gfield_radio .form-inline li, .form-inline .ginput_container_checkbox .gfield_checkbox li, .ginput_container_checkbox .gfield_checkbox .form-inline li, .form-inline .ginput_container_radio .gfield_radio .gchoice, .ginput_container_radio .gfield_radio .form-inline .gchoice, .form-inline .ginput_container_checkbox .gfield_checkbox .gchoice, .ginput_container_checkbox .gfield_checkbox .form-inline .gchoice {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group, .form-inline .gform_wrapper ul.gform_fields > li, .gform_wrapper .form-inline ul.gform_fields > li {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control, .form-inline [type='text'], .form-inline [type='password'], .form-inline [type='date'], .form-inline [type='datetime'], .form-inline [type='datetime-local'], .form-inline [type='month'], .form-inline [type='week'], .form-inline [type='email'], .form-inline [type='number'], .form-inline [type='search'], .form-inline [type='tel'], .form-inline [type='time'], .form-inline [type='url'], .form-inline [type='color'], .form-inline select, .form-inline textarea, .form-inline .gform_wrapper input[type="email"], .gform_wrapper .form-inline input[type="email"], .form-inline .gform_wrapper input[type="date"], .gform_wrapper .form-inline input[type="date"], .form-inline .gform_wrapper input[type="datetime"], .gform_wrapper .form-inline input[type="datetime"], .form-inline .gform_wrapper input[type="datetime-local"], .gform_wrapper .form-inline input[type="datetime-local"], .form-inline .gform_wrapper input[type="month"], .gform_wrapper .form-inline input[type="month"], .form-inline .gform_wrapper input[type="number"], .gform_wrapper .form-inline input[type="number"], .form-inline .gform_wrapper input[type="password"], .gform_wrapper .form-inline input[type="password"], .form-inline .gform_wrapper input[type="search"], .gform_wrapper .form-inline input[type="search"], .form-inline .gform_wrapper input[type="tel"], .gform_wrapper .form-inline input[type="tel"], .form-inline .gform_wrapper input[type="text"], .gform_wrapper .form-inline input[type="text"], .form-inline .gform_wrapper input[type="time"], .gform_wrapper .form-inline input[type="time"], .form-inline .gform_wrapper input[type="week"], .gform_wrapper .form-inline input[type="week"], .form-inline .gform_wrapper input[type="url"], .gform_wrapper .form-inline input[type="url"], .form-inline .gform_wrapper select, .gform_wrapper .form-inline select, .form-inline .gform_wrapper textarea, .gform_wrapper .form-inline textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group, .form-inline .ginput_container_date, .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check, .form-inline .ginput_container_radio .gfield_radio li, .ginput_container_radio .gfield_radio .form-inline li, .form-inline .ginput_container_checkbox .gfield_checkbox li, .ginput_container_checkbox .gfield_checkbox .form-inline li, .form-inline .ginput_container_radio .gfield_radio .gchoice, .ginput_container_radio .gfield_radio .form-inline .gchoice, .form-inline .ginput_container_checkbox .gfield_checkbox .gchoice, .ginput_container_checkbox .gfield_checkbox .form-inline .gchoice {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input, .form-inline .ginput_container_radio .gfield_radio input, .ginput_container_radio .gfield_radio .form-inline input, .form-inline .ginput_container_checkbox .gfield_checkbox input, .ginput_container_checkbox .gfield_checkbox .form-inline input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice label, input.submit, .gform_button, [type=submit], .archive-links ul > li > a, .gform_wrapper .button, .gform_wrapper input[type="submit"], .gform_page_footer .button {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: .625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 2rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice label, input.submit, .gform_button, [type=submit], .archive-links ul > li > a, .gform_wrapper .button, .gform_wrapper input[type="submit"], .gform_page_footer .button {
        transition: none
    }
}

.btn:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:hover, input.submit:hover, .gform_button:hover, :hover[type=submit], .archive-links ul > li > a:hover, .gform_wrapper .button:hover, .gform_wrapper input:hover[type="submit"], .gform_page_footer .button:hover {
    color: #000;
    text-decoration: none
}

.btn:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:focus, input.submit:focus, .gform_button:focus, :focus[type=submit], .archive-links ul > li > a:focus, .gform_wrapper .button:focus, .gform_wrapper input:focus[type="submit"], .gform_page_footer .button:focus, .btn.focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.focus, input.focus.submit, .focus.gform_button, .focus[type=submit], .archive-links ul > li > a.focus, .gform_wrapper .focus.button, .gform_wrapper input.focus[type="submit"], .gform_page_footer .focus.button {
    outline: 0;
    box-shadow: 0 0 0 4px #df8014
}

.btn.disabled, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.disabled, input.disabled.submit, .disabled.gform_button, .disabled[type=submit], .archive-links ul > li > a.disabled, .gform_wrapper .disabled.button, .gform_wrapper input.disabled[type="submit"], .gform_page_footer .disabled.button, .btn:disabled, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:disabled, input.submit:disabled, .gform_button:disabled, :disabled[type=submit], .archive-links ul > li > a:disabled, .gform_wrapper .button:disabled, .gform_wrapper input:disabled[type="submit"], .gform_page_footer .button:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled), #page-feedback .gform_wrapper fieldset.gfield .gchoice label:not(:disabled):not(.disabled), input.submit:not(:disabled):not(.disabled), .gform_button:not(:disabled):not(.disabled), :not(:disabled):not(.disabled)[type=submit], .archive-links ul > li > a:not(:disabled):not(.disabled), .gform_wrapper .button:not(:disabled):not(.disabled), .gform_wrapper input:not(:disabled):not(.disabled)[type="submit"], .gform_page_footer .button:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, a.disabled.gform_button, a.disabled[type=submit], .archive-links ul > li > a.disabled, .gform_wrapper a.disabled.button, .gform_page_footer a.disabled.button, fieldset:disabled a.btn, fieldset:disabled a.gform_button, fieldset:disabled a[type=submit], fieldset:disabled .archive-links ul > li > a, .archive-links fieldset:disabled ul > li > a, fieldset:disabled .gform_wrapper a.button, .gform_wrapper fieldset:disabled a.button, fieldset:disabled .gform_page_footer a.button, .gform_page_footer fieldset:disabled a.button {
    pointer-events: none
}

.btn-primary, #page-feedback .gform_wrapper fieldset.gfield .gchoice label, input.submit, .gform_button, [type=submit] {
    color: #fff;
    background-color: #008375;
    border-color: #008375
}

    .btn-primary:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:hover, input.submit:hover, .gform_button:hover, :hover[type=submit] {
        color: #fff;
        background-color: #005d53;
        border-color: #005047
    }

    .btn-primary:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:focus, input.submit:focus, .gform_button:focus, :focus[type=submit], .btn-primary.focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.focus, input.focus.submit, .focus.gform_button, .focus[type=submit] {
        color: #fff;
        background-color: #005d53;
        border-color: #005047;
        box-shadow: 0 0 0 4px rgba(38,150,138,0.5)
    }

    .btn-primary.disabled, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.disabled, input.disabled.submit, .disabled.gform_button, .disabled[type=submit], .btn-primary:disabled, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:disabled, input.submit:disabled, .gform_button:disabled, :disabled[type=submit] {
        color: #fff;
        background-color: #008375;
        border-color: #008375
    }

    .btn-primary:not(:disabled):not(.disabled):active, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:not(:disabled):not(.disabled):active, input.submit:not(:disabled):not(.disabled):active, .gform_button:not(:disabled):not(.disabled):active, :not(:disabled):not(.disabled):active[type=submit], .btn-primary:not(:disabled):not(.disabled).active, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:not(:disabled):not(.disabled).active, input.submit:not(:disabled):not(.disabled).active, .gform_button:not(:disabled):not(.disabled).active, :not(:disabled):not(.disabled).active[type=submit], .show > .btn-primary.dropdown-toggle, #page-feedback .gform_wrapper fieldset.gfield .gchoice .show > label.dropdown-toggle, .show > input.dropdown-toggle.submit, .show > .dropdown-toggle.gform_button, .show > .dropdown-toggle[type=submit] {
        color: #fff;
        background-color: #005047;
        border-color: #00433c
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:not(:disabled):not(.disabled):active:focus, input.submit:not(:disabled):not(.disabled):active:focus, .gform_button:not(:disabled):not(.disabled):active:focus, :not(:disabled):not(.disabled):active:focus[type=submit], .btn-primary:not(:disabled):not(.disabled).active:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:not(:disabled):not(.disabled).active:focus, input.submit:not(:disabled):not(.disabled).active:focus, .gform_button:not(:disabled):not(.disabled).active:focus, :not(:disabled):not(.disabled).active:focus[type=submit], .show > .btn-primary.dropdown-toggle:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice .show > label.dropdown-toggle:focus, .show > input.dropdown-toggle.submit:focus, .show > .dropdown-toggle.gform_button:focus, .show > .dropdown-toggle:focus[type=submit] {
            box-shadow: 0 0 0 4px rgba(38,150,138,0.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #D60057;
    border-color: #D60057
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #b00047;
        border-color: #a30042
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #b00047;
        border-color: #a30042;
        box-shadow: 0 0 0 4px rgba(220,38,112,0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #D60057;
        border-color: #D60057
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #a30042;
        border-color: #96003d
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(220,38,112,0.5)
        }

.btn-success {
    color: #fff;
    background-color: #007E51;
    border-color: #007E51
}

    .btn-success:hover {
        color: #fff;
        background-color: #005838;
        border-color: #004b30
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #005838;
        border-color: #004b30;
        box-shadow: 0 0 0 4px rgba(38,145,107,0.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #007E51;
        border-color: #007E51
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #004b30;
        border-color: #003e28
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(38,145,107,0.5)
        }

.btn-info {
    color: #212121;
    background-color: #fff;
    border-color: #fff
}

    .btn-info:hover {
        color: #212121;
        background-color: #ececec;
        border-color: #e6e6e6
    }

    .btn-info:focus, .btn-info.focus {
        color: #212121;
        background-color: #ececec;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 4px rgba(222,222,222,0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #212121;
        background-color: #fff;
        border-color: #fff
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #212121;
        background-color: #e6e6e6;
        border-color: #dfdfdf
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(222,222,222,0.5)
        }

.btn-warning {
    color: #212121;
    background-color: #EDAA00;
    border-color: #EDAA00
}

    .btn-warning:hover {
        color: #fff;
        background-color: #c78f00;
        border-color: #ba8500
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #c78f00;
        border-color: #ba8500;
        box-shadow: 0 0 0 4px rgba(206,149,5,0.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212121;
        background-color: #EDAA00;
        border-color: #EDAA00
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ba8500;
        border-color: #ad7c00
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(206,149,5,0.5)
        }

.btn-danger {
    color: #fff;
    background-color: #CE0025;
    border-color: #CE0025
}

    .btn-danger:hover {
        color: #fff;
        background-color: #a8001e;
        border-color: #9b001c
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #a8001e;
        border-color: #9b001c;
        box-shadow: 0 0 0 4px rgba(213,38,70,0.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #CE0025;
        border-color: #CE0025
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #9b001c;
        border-color: #8e001a
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(213,38,70,0.5)
        }

.btn-light, .archive-links ul > li > a {
    color: #212121;
    background-color: #BAE8E3;
    border-color: #BAE8E3
}

    .btn-light:hover, .archive-links ul > li > a:hover {
        color: #212121;
        background-color: #9dded7;
        border-color: #94dbd3
    }

    .btn-light:focus, .archive-links ul > li > a:focus, .btn-light.focus, .archive-links ul > li > a.focus {
        color: #212121;
        background-color: #9dded7;
        border-color: #94dbd3;
        box-shadow: 0 0 0 4px rgba(163,202,198,0.5)
    }

    .btn-light.disabled, .archive-links ul > li > a.disabled, .btn-light:disabled, .archive-links ul > li > a:disabled {
        color: #212121;
        background-color: #BAE8E3;
        border-color: #BAE8E3
    }

    .btn-light:not(:disabled):not(.disabled):active, .archive-links ul > li > a:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .archive-links ul > li > a:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .archive-links ul > li.show > a.dropdown-toggle {
        color: #212121;
        background-color: #94dbd3;
        border-color: #8ad8d0
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .archive-links ul > li > a:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .archive-links ul > li > a:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus, .archive-links ul > li.show > a.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(163,202,198,0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #212121;
    border-color: #212121
}

    .btn-dark:hover {
        color: #fff;
        background-color: #0e0e0e;
        border-color: #080808
    }

    .btn-dark:focus, .btn-dark.focus {
        color: #fff;
        background-color: #0e0e0e;
        border-color: #080808;
        box-shadow: 0 0 0 4px rgba(66,66,66,0.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #212121;
        border-color: #212121
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #080808;
        border-color: #010101
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(66,66,66,0.5)
        }

.btn-outline-primary {
    color: #008375;
    border-color: #008375
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #008375;
        border-color: #008375
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 4px rgba(0,131,117,0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #008375;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #008375;
        border-color: #008375
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(0,131,117,0.5)
        }

.btn-outline-secondary {
    color: #D60057;
    border-color: #D60057
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #D60057;
        border-color: #D60057
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 4px rgba(214,0,87,0.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #D60057;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #D60057;
        border-color: #D60057
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(214,0,87,0.5)
        }

.btn-outline-success {
    color: #007E51;
    border-color: #007E51
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #007E51;
        border-color: #007E51
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 4px rgba(0,126,81,0.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #007E51;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #007E51;
        border-color: #007E51
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(0,126,81,0.5)
        }

.btn-outline-info {
    color: #fff;
    border-color: #fff
}

    .btn-outline-info:hover {
        color: #212121;
        background-color: #fff;
        border-color: #fff
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 4px rgba(255,255,255,0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #fff;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #212121;
        background-color: #fff;
        border-color: #fff
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(255,255,255,0.5)
        }

.btn-outline-warning {
    color: #EDAA00;
    border-color: #EDAA00
}

    .btn-outline-warning:hover {
        color: #212121;
        background-color: #EDAA00;
        border-color: #EDAA00
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 4px rgba(237,170,0,0.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #EDAA00;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212121;
        background-color: #EDAA00;
        border-color: #EDAA00
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(237,170,0,0.5)
        }

.btn-outline-danger {
    color: #CE0025;
    border-color: #CE0025
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #CE0025;
        border-color: #CE0025
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 4px rgba(206,0,37,0.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #CE0025;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #CE0025;
        border-color: #CE0025
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(206,0,37,0.5)
        }

.btn-outline-light {
    color: #BAE8E3;
    border-color: #BAE8E3
}

    .btn-outline-light:hover {
        color: #212121;
        background-color: #BAE8E3;
        border-color: #BAE8E3
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 4px rgba(186,232,227,0.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #BAE8E3;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212121;
        background-color: #BAE8E3;
        border-color: #BAE8E3
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(186,232,227,0.5)
        }

.btn-outline-dark {
    color: #212121;
    border-color: #212121
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #212121;
        border-color: #212121
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 4px rgba(33,33,33,0.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #212121;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #212121;
        border-color: #212121
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px rgba(33,33,33,0.5)
        }

.btn-link {
    font-weight: 400;
    color: #00548B;
    text-decoration: underline
}

    .btn-link:hover {
        color: #6f42c1;
        text-decoration: underline
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #7a7a7a;
        pointer-events: none
    }

.btn-lg, .btn-group-lg > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-lg > label, .btn-group-lg > input.submit, .btn-group-lg > .gform_button, .btn-group-lg > [type=submit], .archive-links ul > li.btn-group-lg > a, .gform_wrapper .btn-group-lg > .button, .gform_wrapper .btn-group-lg > input[type="submit"], .gform_page_footer .btn-group-lg > .button {
    padding: .83333rem 2.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 2rem
}

.btn-sm, .btn-group-sm > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-sm > label, .btn-group-sm > input.submit, .btn-group-sm > .gform_button, .btn-group-sm > [type=submit], .archive-links ul > li.btn-group-sm > a, .gform_wrapper .btn-group-sm > .button, .gform_wrapper .btn-group-sm > input[type="submit"], .gform_page_footer .btn-group-sm > .button {
    padding: .5rem 1.25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 1rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        margin-top: 8px;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 8px solid rgba(33,33,33,0.15);
    border-radius: 1rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 1.25rem 0;
    overflow: hidden;
    border-top: 1px solid #d3d3d3
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #373737;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #2a2a2a;
        text-decoration: none;
        background-color: #e9e9e9
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #DF8014
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #7a7a7a;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #7a7a7a;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #373737
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > label, .btn-group > input.submit, .btn-group > .gform_button, .btn-group > [type=submit], .archive-links ul > li.btn-group > a, .gform_wrapper .btn-group > .button, .gform_wrapper .btn-group > input[type="submit"], .gform_page_footer .btn-group > .button, .btn-group-vertical > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label, .btn-group-vertical > input.submit, .btn-group-vertical > .gform_button, .btn-group-vertical > [type=submit], .archive-links ul > li.btn-group-vertical > a, .gform_wrapper .btn-group-vertical > .button, .gform_wrapper .btn-group-vertical > input[type="submit"], .gform_page_footer .btn-group-vertical > .button {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > label:hover, .btn-group > input.submit:hover, .btn-group > .gform_button:hover, .btn-group > :hover[type=submit], .archive-links ul > li.btn-group > a:hover, .gform_wrapper .btn-group > .button:hover, .gform_wrapper .btn-group > input:hover[type="submit"], .gform_page_footer .btn-group > .button:hover, .btn-group-vertical > .btn:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label:hover, .btn-group-vertical > input.submit:hover, .btn-group-vertical > .gform_button:hover, .btn-group-vertical > :hover[type=submit], .archive-links ul > li.btn-group-vertical > a:hover, .gform_wrapper .btn-group-vertical > .button:hover, .gform_wrapper .btn-group-vertical > input:hover[type="submit"], .gform_page_footer .btn-group-vertical > .button:hover {
            z-index: 1
        }

        .btn-group > .btn:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > label:focus, .btn-group > input.submit:focus, .btn-group > .gform_button:focus, .btn-group > :focus[type=submit], .archive-links ul > li.btn-group > a:focus, .gform_wrapper .btn-group > .button:focus, .gform_wrapper .btn-group > input:focus[type="submit"], .gform_page_footer .btn-group > .button:focus, .btn-group > .btn:active, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > label:active, .btn-group > input.submit:active, .btn-group > .gform_button:active, .btn-group > :active[type=submit], .archive-links ul > li.btn-group > a:active, .gform_wrapper .btn-group > .button:active, .gform_wrapper .btn-group > input:active[type="submit"], .gform_page_footer .btn-group > .button:active, .btn-group > .btn.active, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > label.active, .btn-group > input.active.submit, .btn-group > .active.gform_button, .btn-group > .active[type=submit], .archive-links ul > li.btn-group > a.active, .gform_wrapper .btn-group > .active.button, .gform_wrapper .btn-group > input.active[type="submit"], .gform_page_footer .btn-group > .active.button, .btn-group-vertical > .btn:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label:focus, .btn-group-vertical > input.submit:focus, .btn-group-vertical > .gform_button:focus, .btn-group-vertical > :focus[type=submit], .archive-links ul > li.btn-group-vertical > a:focus, .gform_wrapper .btn-group-vertical > .button:focus, .gform_wrapper .btn-group-vertical > input:focus[type="submit"], .gform_page_footer .btn-group-vertical > .button:focus, .btn-group-vertical > .btn:active, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label:active, .btn-group-vertical > input.submit:active, .btn-group-vertical > .gform_button:active, .btn-group-vertical > :active[type=submit], .archive-links ul > li.btn-group-vertical > a:active, .gform_wrapper .btn-group-vertical > .button:active, .gform_wrapper .btn-group-vertical > input:active[type="submit"], .gform_page_footer .btn-group-vertical > .button:active, .btn-group-vertical > .btn.active, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label.active, .btn-group-vertical > input.active.submit, .btn-group-vertical > .active.gform_button, .btn-group-vertical > .active[type=submit], .archive-links ul > li.btn-group-vertical > a.active, .gform_wrapper .btn-group-vertical > .active.button, .gform_wrapper .btn-group-vertical > input.active[type="submit"], .gform_page_footer .btn-group-vertical > .active.button {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group, .btn-toolbar .ginput_container_date {
        width: auto
    }

.btn-group > .btn:not(:first-child), #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > label:not(:first-child), .btn-group > input.submit:not(:first-child), .btn-group > .gform_button:not(:first-child), .btn-group > :not(:first-child)[type=submit], .archive-links ul > li.btn-group > a:not(:first-child), .gform_wrapper .btn-group > .button:not(:first-child), .gform_wrapper .btn-group > input:not(:first-child)[type="submit"], .gform_page_footer .btn-group > .button:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -2px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > label:not(:last-child):not(.dropdown-toggle), .btn-group > input.submit:not(:last-child):not(.dropdown-toggle), .btn-group > .gform_button:not(:last-child):not(.dropdown-toggle), .btn-group > :not(:last-child):not(.dropdown-toggle)[type=submit], .archive-links ul > li.btn-group > a:not(:last-child):not(.dropdown-toggle), .gform_wrapper .btn-group > .button:not(:last-child):not(.dropdown-toggle), .gform_wrapper .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .gform_page_footer .btn-group > .button:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > .btn-group:not(:last-child) > label, .btn-group > .btn-group:not(:last-child) > input.submit, .btn-group > .btn-group:not(:last-child) > .gform_button, .btn-group > .btn-group:not(:last-child) > [type=submit], .archive-links ul.btn-group > li.btn-group:not(:last-child) > a, .gform_wrapper .btn-group > .btn-group:not(:last-child) > .button, .gform_wrapper .btn-group > .btn-group:not(:last-child) > input[type="submit"], .gform_page_footer .btn-group > .btn-group:not(:last-child) > .button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > label:not(:first-child), .btn-group > input.submit:not(:first-child), .btn-group > .gform_button:not(:first-child), .btn-group > :not(:first-child)[type=submit], .archive-links ul > li.btn-group > a:not(:first-child), .gform_wrapper .btn-group > .button:not(:first-child), .gform_wrapper .btn-group > input:not(:first-child)[type="submit"], .gform_page_footer .btn-group > .button:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group > .btn-group:not(:first-child) > label, .btn-group > .btn-group:not(:first-child) > input.submit, .btn-group > .btn-group:not(:first-child) > .gform_button, .btn-group > .btn-group:not(:first-child) > [type=submit], .archive-links ul.btn-group > li.btn-group:not(:first-child) > a, .gform_wrapper .btn-group > .btn-group:not(:first-child) > .button, .gform_wrapper .btn-group > .btn-group:not(:first-child) > input[type="submit"], .gform_page_footer .btn-group > .btn-group:not(:first-child) > .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .9375rem;
    padding-left: .9375rem
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-sm > label + .dropdown-toggle-split, .btn-group-sm > input.submit + .dropdown-toggle-split, .btn-group-sm > .gform_button + .dropdown-toggle-split, .btn-group-sm > [type=submit] + .dropdown-toggle-split, .archive-links ul > li.btn-group-sm > a + .dropdown-toggle-split, .gform_wrapper .btn-group-sm > .button + .dropdown-toggle-split, .gform_wrapper .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .gform_page_footer .btn-group-sm > .button + .dropdown-toggle-split {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-lg > label + .dropdown-toggle-split, .btn-group-lg > input.submit + .dropdown-toggle-split, .btn-group-lg > .gform_button + .dropdown-toggle-split, .btn-group-lg > [type=submit] + .dropdown-toggle-split, .archive-links ul > li.btn-group-lg > a + .dropdown-toggle-split, .gform_wrapper .btn-group-lg > .button + .dropdown-toggle-split, .gform_wrapper .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .gform_page_footer .btn-group-lg > .button + .dropdown-toggle-split {
    padding-right: 1.875rem;
    padding-left: 1.875rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label, .btn-group-vertical > input.submit, .btn-group-vertical > .gform_button, .btn-group-vertical > [type=submit], .archive-links ul > li.btn-group-vertical > a, .gform_wrapper .btn-group-vertical > .button, .gform_wrapper .btn-group-vertical > input[type="submit"], .gform_page_footer .btn-group-vertical > .button, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child), #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label:not(:first-child), .btn-group-vertical > input.submit:not(:first-child), .btn-group-vertical > .gform_button:not(:first-child), .btn-group-vertical > :not(:first-child)[type=submit], .archive-links ul > li.btn-group-vertical > a:not(:first-child), .gform_wrapper .btn-group-vertical > .button:not(:first-child), .gform_wrapper .btn-group-vertical > input:not(:first-child)[type="submit"], .gform_page_footer .btn-group-vertical > .button:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -2px
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input.submit:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .gform_button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > :not(:last-child):not(.dropdown-toggle)[type=submit], .archive-links ul > li.btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .gform_wrapper .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .gform_wrapper .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .gform_page_footer .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > .btn-group:not(:last-child) > label, .btn-group-vertical > .btn-group:not(:last-child) > input.submit, .btn-group-vertical > .btn-group:not(:last-child) > .gform_button, .btn-group-vertical > .btn-group:not(:last-child) > [type=submit], .archive-links ul.btn-group-vertical > li.btn-group:not(:last-child) > a, .gform_wrapper .btn-group-vertical > .btn-group:not(:last-child) > .button, .gform_wrapper .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], .gform_page_footer .btn-group-vertical > .btn-group:not(:last-child) > .button {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn:not(:first-child), #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > label:not(:first-child), .btn-group-vertical > input.submit:not(:first-child), .btn-group-vertical > .gform_button:not(:first-child), .btn-group-vertical > :not(:first-child)[type=submit], .archive-links ul > li.btn-group-vertical > a:not(:first-child), .gform_wrapper .btn-group-vertical > .button:not(:first-child), .gform_wrapper .btn-group-vertical > input:not(:first-child)[type="submit"], .gform_page_footer .btn-group-vertical > .button:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-vertical > .btn-group:not(:first-child) > label, .btn-group-vertical > .btn-group:not(:first-child) > input.submit, .btn-group-vertical > .btn-group:not(:first-child) > .gform_button, .btn-group-vertical > .btn-group:not(:first-child) > [type=submit], .archive-links ul.btn-group-vertical > li.btn-group:not(:first-child) > a, .gform_wrapper .btn-group-vertical > .btn-group:not(:first-child) > .button, .gform_wrapper .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], .gform_page_footer .btn-group-vertical > .btn-group:not(:first-child) > .button {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-toggle > label, .btn-group-toggle > input.submit, .btn-group-toggle > .gform_button, .btn-group-toggle > [type=submit], .archive-links ul > li.btn-group-toggle > a, .gform_wrapper .btn-group-toggle > .button, .gform_wrapper .btn-group-toggle > input[type="submit"], .gform_page_footer .btn-group-toggle > .button, .btn-group-toggle > .btn-group > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-toggle > .btn-group > label, .btn-group-toggle > .btn-group > input.submit, .btn-group-toggle > .btn-group > .gform_button, .btn-group-toggle > .btn-group > [type=submit], .archive-links ul.btn-group-toggle > li.btn-group > a, .gform_wrapper .btn-group-toggle > .btn-group > .button, .gform_wrapper .btn-group-toggle > .btn-group > input[type="submit"], .gform_page_footer .btn-group-toggle > .btn-group > .button {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type="radio"], #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-toggle > label input[type="radio"], .btn-group-toggle > input.submit input[type="radio"], .btn-group-toggle > .gform_button input[type="radio"], .btn-group-toggle > [type=submit] input[type="radio"], .archive-links ul > li.btn-group-toggle > a input[type="radio"], .gform_wrapper .btn-group-toggle > .button input[type="radio"], .gform_wrapper .btn-group-toggle > input[type="submit"] input[type="radio"], .gform_page_footer .btn-group-toggle > .button input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-toggle > label input[type="checkbox"], .btn-group-toggle > input.submit input[type="checkbox"], .btn-group-toggle > .gform_button input[type="checkbox"], .btn-group-toggle > [type=submit] input[type="checkbox"], .archive-links ul > li.btn-group-toggle > a input[type="checkbox"], .gform_wrapper .btn-group-toggle > .button input[type="checkbox"], .gform_wrapper .btn-group-toggle > input[type="submit"] input[type="checkbox"], .gform_page_footer .btn-group-toggle > .button input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-toggle > .btn-group > label input[type="radio"], .btn-group-toggle > .btn-group > input.submit input[type="radio"], .btn-group-toggle > .btn-group > .gform_button input[type="radio"], .btn-group-toggle > .btn-group > [type=submit] input[type="radio"], .archive-links ul.btn-group-toggle > li.btn-group > a input[type="radio"], .gform_wrapper .btn-group-toggle > .btn-group > .button input[type="radio"], .gform_wrapper .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"], .gform_page_footer .btn-group-toggle > .btn-group > .button input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-toggle > .btn-group > label input[type="checkbox"], .btn-group-toggle > .btn-group > input.submit input[type="checkbox"], .btn-group-toggle > .btn-group > .gform_button input[type="checkbox"], .btn-group-toggle > .btn-group > [type=submit] input[type="checkbox"], .archive-links ul.btn-group-toggle > li.btn-group > a input[type="checkbox"], .gform_wrapper .btn-group-toggle > .btn-group > .button input[type="checkbox"], .gform_wrapper .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"], .gform_page_footer .btn-group-toggle > .btn-group > .button input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

.input-group, .ginput_container_date {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .ginput_container_date > .form-control, .input-group > [type='text'], .ginput_container_date > [type='text'], .input-group > [type='password'], .ginput_container_date > [type='password'], .input-group > [type='date'], .ginput_container_date > [type='date'], .input-group > [type='datetime'], .ginput_container_date > [type='datetime'], .input-group > [type='datetime-local'], .ginput_container_date > [type='datetime-local'], .input-group > [type='month'], .ginput_container_date > [type='month'], .input-group > [type='week'], .ginput_container_date > [type='week'], .input-group > [type='email'], .ginput_container_date > [type='email'], .input-group > [type='number'], .ginput_container_date > [type='number'], .input-group > [type='search'], .ginput_container_date > [type='search'], .input-group > [type='tel'], .ginput_container_date > [type='tel'], .input-group > [type='time'], .ginput_container_date > [type='time'], .input-group > [type='url'], .ginput_container_date > [type='url'], .input-group > [type='color'], .ginput_container_date > [type='color'], .gform_wrapper .input-group > [type='text'], .gform_wrapper .ginput_container_date > [type='text'], .gform_wrapper .input-group > [type='password'], .gform_wrapper .ginput_container_date > [type='password'], .gform_wrapper .input-group > [type='date'], .gform_wrapper .ginput_container_date > [type='date'], .gform_wrapper .input-group > [type='datetime'], .gform_wrapper .ginput_container_date > [type='datetime'], .gform_wrapper .input-group > [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='datetime-local'], .gform_wrapper .input-group > [type='month'], .gform_wrapper .ginput_container_date > [type='month'], .gform_wrapper .input-group > [type='week'], .gform_wrapper .ginput_container_date > [type='week'], .gform_wrapper .input-group > [type='email'], .gform_wrapper .ginput_container_date > [type='email'], .gform_wrapper .input-group > [type='number'], .gform_wrapper .ginput_container_date > [type='number'], .gform_wrapper .input-group > [type='search'], .gform_wrapper .ginput_container_date > [type='search'], .gform_wrapper .input-group > [type='tel'], .gform_wrapper .ginput_container_date > [type='tel'], .gform_wrapper .input-group > [type='time'], .gform_wrapper .ginput_container_date > [type='time'], .gform_wrapper .input-group > [type='url'], .gform_wrapper .ginput_container_date > [type='url'], .gform_wrapper .input-group > [type='color'], .gform_wrapper .ginput_container_date > [type='color'], .input-group > select, .ginput_container_date > select, .input-group > textarea, .ginput_container_date > textarea, .gform_wrapper .input-group > input[type="email"], .gform_wrapper .ginput_container_date > input[type="email"], .gform_wrapper .input-group > input[type="date"], .gform_wrapper .ginput_container_date > input[type="date"], .gform_wrapper .input-group > input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="datetime"], .gform_wrapper .input-group > input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="datetime-local"], .gform_wrapper .input-group > input[type="month"], .gform_wrapper .ginput_container_date > input[type="month"], .gform_wrapper .input-group > input[type="number"], .gform_wrapper .ginput_container_date > input[type="number"], .gform_wrapper .input-group > input[type="password"], .gform_wrapper .ginput_container_date > input[type="password"], .gform_wrapper .input-group > input[type="search"], .gform_wrapper .ginput_container_date > input[type="search"], .gform_wrapper .input-group > input[type="tel"], .gform_wrapper .ginput_container_date > input[type="tel"], .gform_wrapper .input-group > input[type="text"], .gform_wrapper .ginput_container_date > input[type="text"], .gform_wrapper .input-group > input[type="time"], .gform_wrapper .ginput_container_date > input[type="time"], .gform_wrapper .input-group > input[type="week"], .gform_wrapper .ginput_container_date > input[type="week"], .gform_wrapper .input-group > input[type="url"], .gform_wrapper .ginput_container_date > input[type="url"], .gform_wrapper .input-group > select, .gform_wrapper .ginput_container_date > select, .gform_wrapper .input-group > textarea, .gform_wrapper .ginput_container_date > textarea, .input-group > .form-control-plaintext, .ginput_container_date > .form-control-plaintext, .input-group > .custom-select, .ginput_container_date > .custom-select, .input-group > .custom-file, .ginput_container_date > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control, .ginput_container_date > .form-control + .form-control, .input-group > [type='text'] + .form-control, .ginput_container_date > [type='text'] + .form-control, .input-group > [type='password'] + .form-control, .ginput_container_date > [type='password'] + .form-control, .input-group > [type='date'] + .form-control, .ginput_container_date > [type='date'] + .form-control, .input-group > [type='datetime'] + .form-control, .ginput_container_date > [type='datetime'] + .form-control, .input-group > [type='datetime-local'] + .form-control, .ginput_container_date > [type='datetime-local'] + .form-control, .input-group > [type='month'] + .form-control, .ginput_container_date > [type='month'] + .form-control, .input-group > [type='week'] + .form-control, .ginput_container_date > [type='week'] + .form-control, .input-group > [type='email'] + .form-control, .ginput_container_date > [type='email'] + .form-control, .input-group > [type='number'] + .form-control, .ginput_container_date > [type='number'] + .form-control, .input-group > [type='search'] + .form-control, .ginput_container_date > [type='search'] + .form-control, .input-group > [type='tel'] + .form-control, .ginput_container_date > [type='tel'] + .form-control, .input-group > [type='time'] + .form-control, .ginput_container_date > [type='time'] + .form-control, .input-group > [type='url'] + .form-control, .ginput_container_date > [type='url'] + .form-control, .input-group > [type='color'] + .form-control, .ginput_container_date > [type='color'] + .form-control, .gform_wrapper .input-group > [type='text'] + .form-control, .gform_wrapper .ginput_container_date > [type='text'] + .form-control, .gform_wrapper .input-group > [type='password'] + .form-control, .gform_wrapper .ginput_container_date > [type='password'] + .form-control, .gform_wrapper .input-group > [type='date'] + .form-control, .gform_wrapper .ginput_container_date > [type='date'] + .form-control, .gform_wrapper .input-group > [type='datetime'] + .form-control, .gform_wrapper .ginput_container_date > [type='datetime'] + .form-control, .gform_wrapper .input-group > [type='datetime-local'] + .form-control, .gform_wrapper .ginput_container_date > [type='datetime-local'] + .form-control, .gform_wrapper .input-group > [type='month'] + .form-control, .gform_wrapper .ginput_container_date > [type='month'] + .form-control, .gform_wrapper .input-group > [type='week'] + .form-control, .gform_wrapper .ginput_container_date > [type='week'] + .form-control, .gform_wrapper .input-group > [type='email'] + .form-control, .gform_wrapper .ginput_container_date > [type='email'] + .form-control, .gform_wrapper .input-group > [type='number'] + .form-control, .gform_wrapper .ginput_container_date > [type='number'] + .form-control, .gform_wrapper .input-group > [type='search'] + .form-control, .gform_wrapper .ginput_container_date > [type='search'] + .form-control, .gform_wrapper .input-group > [type='tel'] + .form-control, .gform_wrapper .ginput_container_date > [type='tel'] + .form-control, .gform_wrapper .input-group > [type='time'] + .form-control, .gform_wrapper .ginput_container_date > [type='time'] + .form-control, .gform_wrapper .input-group > [type='url'] + .form-control, .gform_wrapper .ginput_container_date > [type='url'] + .form-control, .gform_wrapper .input-group > [type='color'] + .form-control, .gform_wrapper .ginput_container_date > [type='color'] + .form-control, .input-group > select + .form-control, .ginput_container_date > select + .form-control, .input-group > textarea + .form-control, .ginput_container_date > textarea + .form-control, .gform_wrapper .input-group > input[type="email"] + .form-control, .gform_wrapper .ginput_container_date > input[type="email"] + .form-control, .gform_wrapper .input-group > input[type="date"] + .form-control, .gform_wrapper .ginput_container_date > input[type="date"] + .form-control, .gform_wrapper .input-group > input[type="datetime"] + .form-control, .gform_wrapper .ginput_container_date > input[type="datetime"] + .form-control, .gform_wrapper .input-group > input[type="datetime-local"] + .form-control, .gform_wrapper .ginput_container_date > input[type="datetime-local"] + .form-control, .gform_wrapper .input-group > input[type="month"] + .form-control, .gform_wrapper .ginput_container_date > input[type="month"] + .form-control, .gform_wrapper .input-group > input[type="number"] + .form-control, .gform_wrapper .ginput_container_date > input[type="number"] + .form-control, .gform_wrapper .input-group > input[type="password"] + .form-control, .gform_wrapper .ginput_container_date > input[type="password"] + .form-control, .gform_wrapper .input-group > input[type="search"] + .form-control, .gform_wrapper .ginput_container_date > input[type="search"] + .form-control, .gform_wrapper .input-group > input[type="tel"] + .form-control, .gform_wrapper .ginput_container_date > input[type="tel"] + .form-control, .gform_wrapper .input-group > input[type="text"] + .form-control, .gform_wrapper .ginput_container_date > input[type="text"] + .form-control, .gform_wrapper .input-group > input[type="time"] + .form-control, .gform_wrapper .ginput_container_date > input[type="time"] + .form-control, .gform_wrapper .input-group > input[type="week"] + .form-control, .gform_wrapper .ginput_container_date > input[type="week"] + .form-control, .gform_wrapper .input-group > input[type="url"] + .form-control, .gform_wrapper .ginput_container_date > input[type="url"] + .form-control, .gform_wrapper .input-group > select + .form-control, .gform_wrapper .ginput_container_date > select + .form-control, .gform_wrapper .input-group > textarea + .form-control, .gform_wrapper .ginput_container_date > textarea + .form-control, .input-group > .form-control + [type='text'], .ginput_container_date > .form-control + [type='text'], .input-group > [type='text'] + [type='text'], .ginput_container_date > [type='text'] + [type='text'], .input-group > [type='password'] + [type='text'], .ginput_container_date > [type='password'] + [type='text'], .input-group > [type='date'] + [type='text'], .ginput_container_date > [type='date'] + [type='text'], .input-group > [type='datetime'] + [type='text'], .ginput_container_date > [type='datetime'] + [type='text'], .input-group > [type='datetime-local'] + [type='text'], .ginput_container_date > [type='datetime-local'] + [type='text'], .input-group > [type='month'] + [type='text'], .ginput_container_date > [type='month'] + [type='text'], .input-group > [type='week'] + [type='text'], .ginput_container_date > [type='week'] + [type='text'], .input-group > [type='email'] + [type='text'], .ginput_container_date > [type='email'] + [type='text'], .input-group > [type='number'] + [type='text'], .ginput_container_date > [type='number'] + [type='text'], .input-group > [type='search'] + [type='text'], .ginput_container_date > [type='search'] + [type='text'], .input-group > [type='tel'] + [type='text'], .ginput_container_date > [type='tel'] + [type='text'], .input-group > [type='time'] + [type='text'], .ginput_container_date > [type='time'] + [type='text'], .input-group > [type='url'] + [type='text'], .ginput_container_date > [type='url'] + [type='text'], .input-group > [type='color'] + [type='text'], .ginput_container_date > [type='color'] + [type='text'], .gform_wrapper .input-group > [type='text'] + [type='text'], .gform_wrapper .ginput_container_date > [type='text'] + [type='text'], .gform_wrapper .input-group > [type='password'] + [type='text'], .gform_wrapper .ginput_container_date > [type='password'] + [type='text'], .gform_wrapper .input-group > [type='date'] + [type='text'], .gform_wrapper .ginput_container_date > [type='date'] + [type='text'], .gform_wrapper .input-group > [type='datetime'] + [type='text'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='text'], .gform_wrapper .input-group > [type='datetime-local'] + [type='text'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='text'], .gform_wrapper .input-group > [type='month'] + [type='text'], .gform_wrapper .ginput_container_date > [type='month'] + [type='text'], .gform_wrapper .input-group > [type='week'] + [type='text'], .gform_wrapper .ginput_container_date > [type='week'] + [type='text'], .gform_wrapper .input-group > [type='email'] + [type='text'], .gform_wrapper .ginput_container_date > [type='email'] + [type='text'], .gform_wrapper .input-group > [type='number'] + [type='text'], .gform_wrapper .ginput_container_date > [type='number'] + [type='text'], .gform_wrapper .input-group > [type='search'] + [type='text'], .gform_wrapper .ginput_container_date > [type='search'] + [type='text'], .gform_wrapper .input-group > [type='tel'] + [type='text'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='text'], .gform_wrapper .input-group > [type='time'] + [type='text'], .gform_wrapper .ginput_container_date > [type='time'] + [type='text'], .gform_wrapper .input-group > [type='url'] + [type='text'], .gform_wrapper .ginput_container_date > [type='url'] + [type='text'], .gform_wrapper .input-group > [type='color'] + [type='text'], .gform_wrapper .ginput_container_date > [type='color'] + [type='text'], .input-group > select + [type='text'], .ginput_container_date > select + [type='text'], .input-group > textarea + [type='text'], .ginput_container_date > textarea + [type='text'], .gform_wrapper .input-group > input[type="email"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='text'], .gform_wrapper .input-group > input[type="date"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='text'], .gform_wrapper .input-group > input[type="datetime"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='text'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='text'], .gform_wrapper .input-group > input[type="month"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='text'], .gform_wrapper .input-group > input[type="number"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='text'], .gform_wrapper .input-group > input[type="password"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='text'], .gform_wrapper .input-group > input[type="search"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='text'], .gform_wrapper .input-group > input[type="tel"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='text'], .gform_wrapper .input-group > input[type="text"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='text'], .gform_wrapper .input-group > input[type="time"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='text'], .gform_wrapper .input-group > input[type="week"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='text'], .gform_wrapper .input-group > input[type="url"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='text'], .gform_wrapper .input-group > select + [type='text'], .gform_wrapper .ginput_container_date > select + [type='text'], .gform_wrapper .input-group > textarea + [type='text'], .gform_wrapper .ginput_container_date > textarea + [type='text'], .input-group > .form-control + [type='password'], .ginput_container_date > .form-control + [type='password'], .input-group > [type='text'] + [type='password'], .ginput_container_date > [type='text'] + [type='password'], .input-group > [type='password'] + [type='password'], .ginput_container_date > [type='password'] + [type='password'], .input-group > [type='date'] + [type='password'], .ginput_container_date > [type='date'] + [type='password'], .input-group > [type='datetime'] + [type='password'], .ginput_container_date > [type='datetime'] + [type='password'], .input-group > [type='datetime-local'] + [type='password'], .ginput_container_date > [type='datetime-local'] + [type='password'], .input-group > [type='month'] + [type='password'], .ginput_container_date > [type='month'] + [type='password'], .input-group > [type='week'] + [type='password'], .ginput_container_date > [type='week'] + [type='password'], .input-group > [type='email'] + [type='password'], .ginput_container_date > [type='email'] + [type='password'], .input-group > [type='number'] + [type='password'], .ginput_container_date > [type='number'] + [type='password'], .input-group > [type='search'] + [type='password'], .ginput_container_date > [type='search'] + [type='password'], .input-group > [type='tel'] + [type='password'], .ginput_container_date > [type='tel'] + [type='password'], .input-group > [type='time'] + [type='password'], .ginput_container_date > [type='time'] + [type='password'], .input-group > [type='url'] + [type='password'], .ginput_container_date > [type='url'] + [type='password'], .input-group > [type='color'] + [type='password'], .ginput_container_date > [type='color'] + [type='password'], .gform_wrapper .input-group > [type='text'] + [type='password'], .gform_wrapper .ginput_container_date > [type='text'] + [type='password'], .gform_wrapper .input-group > [type='password'] + [type='password'], .gform_wrapper .ginput_container_date > [type='password'] + [type='password'], .gform_wrapper .input-group > [type='date'] + [type='password'], .gform_wrapper .ginput_container_date > [type='date'] + [type='password'], .gform_wrapper .input-group > [type='datetime'] + [type='password'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='password'], .gform_wrapper .input-group > [type='datetime-local'] + [type='password'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='password'], .gform_wrapper .input-group > [type='month'] + [type='password'], .gform_wrapper .ginput_container_date > [type='month'] + [type='password'], .gform_wrapper .input-group > [type='week'] + [type='password'], .gform_wrapper .ginput_container_date > [type='week'] + [type='password'], .gform_wrapper .input-group > [type='email'] + [type='password'], .gform_wrapper .ginput_container_date > [type='email'] + [type='password'], .gform_wrapper .input-group > [type='number'] + [type='password'], .gform_wrapper .ginput_container_date > [type='number'] + [type='password'], .gform_wrapper .input-group > [type='search'] + [type='password'], .gform_wrapper .ginput_container_date > [type='search'] + [type='password'], .gform_wrapper .input-group > [type='tel'] + [type='password'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='password'], .gform_wrapper .input-group > [type='time'] + [type='password'], .gform_wrapper .ginput_container_date > [type='time'] + [type='password'], .gform_wrapper .input-group > [type='url'] + [type='password'], .gform_wrapper .ginput_container_date > [type='url'] + [type='password'], .gform_wrapper .input-group > [type='color'] + [type='password'], .gform_wrapper .ginput_container_date > [type='color'] + [type='password'], .input-group > select + [type='password'], .ginput_container_date > select + [type='password'], .input-group > textarea + [type='password'], .ginput_container_date > textarea + [type='password'], .gform_wrapper .input-group > input[type="email"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='password'], .gform_wrapper .input-group > input[type="date"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='password'], .gform_wrapper .input-group > input[type="datetime"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='password'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='password'], .gform_wrapper .input-group > input[type="month"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='password'], .gform_wrapper .input-group > input[type="number"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='password'], .gform_wrapper .input-group > input[type="password"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='password'], .gform_wrapper .input-group > input[type="search"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='password'], .gform_wrapper .input-group > input[type="tel"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='password'], .gform_wrapper .input-group > input[type="text"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='password'], .gform_wrapper .input-group > input[type="time"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='password'], .gform_wrapper .input-group > input[type="week"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='password'], .gform_wrapper .input-group > input[type="url"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='password'], .gform_wrapper .input-group > select + [type='password'], .gform_wrapper .ginput_container_date > select + [type='password'], .gform_wrapper .input-group > textarea + [type='password'], .gform_wrapper .ginput_container_date > textarea + [type='password'], .input-group > .form-control + [type='date'], .ginput_container_date > .form-control + [type='date'], .input-group > [type='text'] + [type='date'], .ginput_container_date > [type='text'] + [type='date'], .input-group > [type='password'] + [type='date'], .ginput_container_date > [type='password'] + [type='date'], .input-group > [type='date'] + [type='date'], .ginput_container_date > [type='date'] + [type='date'], .input-group > [type='datetime'] + [type='date'], .ginput_container_date > [type='datetime'] + [type='date'], .input-group > [type='datetime-local'] + [type='date'], .ginput_container_date > [type='datetime-local'] + [type='date'], .input-group > [type='month'] + [type='date'], .ginput_container_date > [type='month'] + [type='date'], .input-group > [type='week'] + [type='date'], .ginput_container_date > [type='week'] + [type='date'], .input-group > [type='email'] + [type='date'], .ginput_container_date > [type='email'] + [type='date'], .input-group > [type='number'] + [type='date'], .ginput_container_date > [type='number'] + [type='date'], .input-group > [type='search'] + [type='date'], .ginput_container_date > [type='search'] + [type='date'], .input-group > [type='tel'] + [type='date'], .ginput_container_date > [type='tel'] + [type='date'], .input-group > [type='time'] + [type='date'], .ginput_container_date > [type='time'] + [type='date'], .input-group > [type='url'] + [type='date'], .ginput_container_date > [type='url'] + [type='date'], .input-group > [type='color'] + [type='date'], .ginput_container_date > [type='color'] + [type='date'], .gform_wrapper .input-group > [type='text'] + [type='date'], .gform_wrapper .ginput_container_date > [type='text'] + [type='date'], .gform_wrapper .input-group > [type='password'] + [type='date'], .gform_wrapper .ginput_container_date > [type='password'] + [type='date'], .gform_wrapper .input-group > [type='date'] + [type='date'], .gform_wrapper .ginput_container_date > [type='date'] + [type='date'], .gform_wrapper .input-group > [type='datetime'] + [type='date'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='date'], .gform_wrapper .input-group > [type='datetime-local'] + [type='date'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='date'], .gform_wrapper .input-group > [type='month'] + [type='date'], .gform_wrapper .ginput_container_date > [type='month'] + [type='date'], .gform_wrapper .input-group > [type='week'] + [type='date'], .gform_wrapper .ginput_container_date > [type='week'] + [type='date'], .gform_wrapper .input-group > [type='email'] + [type='date'], .gform_wrapper .ginput_container_date > [type='email'] + [type='date'], .gform_wrapper .input-group > [type='number'] + [type='date'], .gform_wrapper .ginput_container_date > [type='number'] + [type='date'], .gform_wrapper .input-group > [type='search'] + [type='date'], .gform_wrapper .ginput_container_date > [type='search'] + [type='date'], .gform_wrapper .input-group > [type='tel'] + [type='date'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='date'], .gform_wrapper .input-group > [type='time'] + [type='date'], .gform_wrapper .ginput_container_date > [type='time'] + [type='date'], .gform_wrapper .input-group > [type='url'] + [type='date'], .gform_wrapper .ginput_container_date > [type='url'] + [type='date'], .gform_wrapper .input-group > [type='color'] + [type='date'], .gform_wrapper .ginput_container_date > [type='color'] + [type='date'], .input-group > select + [type='date'], .ginput_container_date > select + [type='date'], .input-group > textarea + [type='date'], .ginput_container_date > textarea + [type='date'], .gform_wrapper .input-group > input[type="email"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='date'], .gform_wrapper .input-group > input[type="date"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='date'], .gform_wrapper .input-group > input[type="datetime"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='date'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='date'], .gform_wrapper .input-group > input[type="month"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='date'], .gform_wrapper .input-group > input[type="number"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='date'], .gform_wrapper .input-group > input[type="password"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='date'], .gform_wrapper .input-group > input[type="search"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='date'], .gform_wrapper .input-group > input[type="tel"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='date'], .gform_wrapper .input-group > input[type="text"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='date'], .gform_wrapper .input-group > input[type="time"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='date'], .gform_wrapper .input-group > input[type="week"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='date'], .gform_wrapper .input-group > input[type="url"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='date'], .gform_wrapper .input-group > select + [type='date'], .gform_wrapper .ginput_container_date > select + [type='date'], .gform_wrapper .input-group > textarea + [type='date'], .gform_wrapper .ginput_container_date > textarea + [type='date'], .input-group > .form-control + [type='datetime'], .ginput_container_date > .form-control + [type='datetime'], .input-group > [type='text'] + [type='datetime'], .ginput_container_date > [type='text'] + [type='datetime'], .input-group > [type='password'] + [type='datetime'], .ginput_container_date > [type='password'] + [type='datetime'], .input-group > [type='date'] + [type='datetime'], .ginput_container_date > [type='date'] + [type='datetime'], .input-group > [type='datetime'] + [type='datetime'], .ginput_container_date > [type='datetime'] + [type='datetime'], .input-group > [type='datetime-local'] + [type='datetime'], .ginput_container_date > [type='datetime-local'] + [type='datetime'], .input-group > [type='month'] + [type='datetime'], .ginput_container_date > [type='month'] + [type='datetime'], .input-group > [type='week'] + [type='datetime'], .ginput_container_date > [type='week'] + [type='datetime'], .input-group > [type='email'] + [type='datetime'], .ginput_container_date > [type='email'] + [type='datetime'], .input-group > [type='number'] + [type='datetime'], .ginput_container_date > [type='number'] + [type='datetime'], .input-group > [type='search'] + [type='datetime'], .ginput_container_date > [type='search'] + [type='datetime'], .input-group > [type='tel'] + [type='datetime'], .ginput_container_date > [type='tel'] + [type='datetime'], .input-group > [type='time'] + [type='datetime'], .ginput_container_date > [type='time'] + [type='datetime'], .input-group > [type='url'] + [type='datetime'], .ginput_container_date > [type='url'] + [type='datetime'], .input-group > [type='color'] + [type='datetime'], .ginput_container_date > [type='color'] + [type='datetime'], .gform_wrapper .input-group > [type='text'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='text'] + [type='datetime'], .gform_wrapper .input-group > [type='password'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='password'] + [type='datetime'], .gform_wrapper .input-group > [type='date'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='date'] + [type='datetime'], .gform_wrapper .input-group > [type='datetime'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='datetime'], .gform_wrapper .input-group > [type='datetime-local'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='datetime'], .gform_wrapper .input-group > [type='month'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='month'] + [type='datetime'], .gform_wrapper .input-group > [type='week'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='week'] + [type='datetime'], .gform_wrapper .input-group > [type='email'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='email'] + [type='datetime'], .gform_wrapper .input-group > [type='number'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='number'] + [type='datetime'], .gform_wrapper .input-group > [type='search'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='search'] + [type='datetime'], .gform_wrapper .input-group > [type='tel'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='datetime'], .gform_wrapper .input-group > [type='time'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='time'] + [type='datetime'], .gform_wrapper .input-group > [type='url'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='url'] + [type='datetime'], .gform_wrapper .input-group > [type='color'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='color'] + [type='datetime'], .input-group > select + [type='datetime'], .ginput_container_date > select + [type='datetime'], .input-group > textarea + [type='datetime'], .ginput_container_date > textarea + [type='datetime'], .gform_wrapper .input-group > input[type="email"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='datetime'], .gform_wrapper .input-group > input[type="date"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='datetime'], .gform_wrapper .input-group > input[type="datetime"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='datetime'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='datetime'], .gform_wrapper .input-group > input[type="month"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='datetime'], .gform_wrapper .input-group > input[type="number"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='datetime'], .gform_wrapper .input-group > input[type="password"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='datetime'], .gform_wrapper .input-group > input[type="search"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='datetime'], .gform_wrapper .input-group > input[type="tel"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='datetime'], .gform_wrapper .input-group > input[type="text"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='datetime'], .gform_wrapper .input-group > input[type="time"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='datetime'], .gform_wrapper .input-group > input[type="week"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='datetime'], .gform_wrapper .input-group > input[type="url"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='datetime'], .gform_wrapper .input-group > select + [type='datetime'], .gform_wrapper .ginput_container_date > select + [type='datetime'], .gform_wrapper .input-group > textarea + [type='datetime'], .gform_wrapper .ginput_container_date > textarea + [type='datetime'], .input-group > .form-control + [type='datetime-local'], .ginput_container_date > .form-control + [type='datetime-local'], .input-group > [type='text'] + [type='datetime-local'], .ginput_container_date > [type='text'] + [type='datetime-local'], .input-group > [type='password'] + [type='datetime-local'], .ginput_container_date > [type='password'] + [type='datetime-local'], .input-group > [type='date'] + [type='datetime-local'], .ginput_container_date > [type='date'] + [type='datetime-local'], .input-group > [type='datetime'] + [type='datetime-local'], .ginput_container_date > [type='datetime'] + [type='datetime-local'], .input-group > [type='datetime-local'] + [type='datetime-local'], .ginput_container_date > [type='datetime-local'] + [type='datetime-local'], .input-group > [type='month'] + [type='datetime-local'], .ginput_container_date > [type='month'] + [type='datetime-local'], .input-group > [type='week'] + [type='datetime-local'], .ginput_container_date > [type='week'] + [type='datetime-local'], .input-group > [type='email'] + [type='datetime-local'], .ginput_container_date > [type='email'] + [type='datetime-local'], .input-group > [type='number'] + [type='datetime-local'], .ginput_container_date > [type='number'] + [type='datetime-local'], .input-group > [type='search'] + [type='datetime-local'], .ginput_container_date > [type='search'] + [type='datetime-local'], .input-group > [type='tel'] + [type='datetime-local'], .ginput_container_date > [type='tel'] + [type='datetime-local'], .input-group > [type='time'] + [type='datetime-local'], .ginput_container_date > [type='time'] + [type='datetime-local'], .input-group > [type='url'] + [type='datetime-local'], .ginput_container_date > [type='url'] + [type='datetime-local'], .input-group > [type='color'] + [type='datetime-local'], .ginput_container_date > [type='color'] + [type='datetime-local'], .gform_wrapper .input-group > [type='text'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='text'] + [type='datetime-local'], .gform_wrapper .input-group > [type='password'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='password'] + [type='datetime-local'], .gform_wrapper .input-group > [type='date'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='date'] + [type='datetime-local'], .gform_wrapper .input-group > [type='datetime'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='datetime-local'], .gform_wrapper .input-group > [type='datetime-local'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='datetime-local'], .gform_wrapper .input-group > [type='month'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='month'] + [type='datetime-local'], .gform_wrapper .input-group > [type='week'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='week'] + [type='datetime-local'], .gform_wrapper .input-group > [type='email'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='email'] + [type='datetime-local'], .gform_wrapper .input-group > [type='number'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='number'] + [type='datetime-local'], .gform_wrapper .input-group > [type='search'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='search'] + [type='datetime-local'], .gform_wrapper .input-group > [type='tel'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='datetime-local'], .gform_wrapper .input-group > [type='time'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='time'] + [type='datetime-local'], .gform_wrapper .input-group > [type='url'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='url'] + [type='datetime-local'], .gform_wrapper .input-group > [type='color'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='color'] + [type='datetime-local'], .input-group > select + [type='datetime-local'], .ginput_container_date > select + [type='datetime-local'], .input-group > textarea + [type='datetime-local'], .ginput_container_date > textarea + [type='datetime-local'], .gform_wrapper .input-group > input[type="email"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="date"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="datetime"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="month"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="number"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="password"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="search"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="tel"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="text"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="time"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="week"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="url"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='datetime-local'], .gform_wrapper .input-group > select + [type='datetime-local'], .gform_wrapper .ginput_container_date > select + [type='datetime-local'], .gform_wrapper .input-group > textarea + [type='datetime-local'], .gform_wrapper .ginput_container_date > textarea + [type='datetime-local'], .input-group > .form-control + [type='month'], .ginput_container_date > .form-control + [type='month'], .input-group > [type='text'] + [type='month'], .ginput_container_date > [type='text'] + [type='month'], .input-group > [type='password'] + [type='month'], .ginput_container_date > [type='password'] + [type='month'], .input-group > [type='date'] + [type='month'], .ginput_container_date > [type='date'] + [type='month'], .input-group > [type='datetime'] + [type='month'], .ginput_container_date > [type='datetime'] + [type='month'], .input-group > [type='datetime-local'] + [type='month'], .ginput_container_date > [type='datetime-local'] + [type='month'], .input-group > [type='month'] + [type='month'], .ginput_container_date > [type='month'] + [type='month'], .input-group > [type='week'] + [type='month'], .ginput_container_date > [type='week'] + [type='month'], .input-group > [type='email'] + [type='month'], .ginput_container_date > [type='email'] + [type='month'], .input-group > [type='number'] + [type='month'], .ginput_container_date > [type='number'] + [type='month'], .input-group > [type='search'] + [type='month'], .ginput_container_date > [type='search'] + [type='month'], .input-group > [type='tel'] + [type='month'], .ginput_container_date > [type='tel'] + [type='month'], .input-group > [type='time'] + [type='month'], .ginput_container_date > [type='time'] + [type='month'], .input-group > [type='url'] + [type='month'], .ginput_container_date > [type='url'] + [type='month'], .input-group > [type='color'] + [type='month'], .ginput_container_date > [type='color'] + [type='month'], .gform_wrapper .input-group > [type='text'] + [type='month'], .gform_wrapper .ginput_container_date > [type='text'] + [type='month'], .gform_wrapper .input-group > [type='password'] + [type='month'], .gform_wrapper .ginput_container_date > [type='password'] + [type='month'], .gform_wrapper .input-group > [type='date'] + [type='month'], .gform_wrapper .ginput_container_date > [type='date'] + [type='month'], .gform_wrapper .input-group > [type='datetime'] + [type='month'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='month'], .gform_wrapper .input-group > [type='datetime-local'] + [type='month'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='month'], .gform_wrapper .input-group > [type='month'] + [type='month'], .gform_wrapper .ginput_container_date > [type='month'] + [type='month'], .gform_wrapper .input-group > [type='week'] + [type='month'], .gform_wrapper .ginput_container_date > [type='week'] + [type='month'], .gform_wrapper .input-group > [type='email'] + [type='month'], .gform_wrapper .ginput_container_date > [type='email'] + [type='month'], .gform_wrapper .input-group > [type='number'] + [type='month'], .gform_wrapper .ginput_container_date > [type='number'] + [type='month'], .gform_wrapper .input-group > [type='search'] + [type='month'], .gform_wrapper .ginput_container_date > [type='search'] + [type='month'], .gform_wrapper .input-group > [type='tel'] + [type='month'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='month'], .gform_wrapper .input-group > [type='time'] + [type='month'], .gform_wrapper .ginput_container_date > [type='time'] + [type='month'], .gform_wrapper .input-group > [type='url'] + [type='month'], .gform_wrapper .ginput_container_date > [type='url'] + [type='month'], .gform_wrapper .input-group > [type='color'] + [type='month'], .gform_wrapper .ginput_container_date > [type='color'] + [type='month'], .input-group > select + [type='month'], .ginput_container_date > select + [type='month'], .input-group > textarea + [type='month'], .ginput_container_date > textarea + [type='month'], .gform_wrapper .input-group > input[type="email"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='month'], .gform_wrapper .input-group > input[type="date"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='month'], .gform_wrapper .input-group > input[type="datetime"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='month'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='month'], .gform_wrapper .input-group > input[type="month"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='month'], .gform_wrapper .input-group > input[type="number"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='month'], .gform_wrapper .input-group > input[type="password"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='month'], .gform_wrapper .input-group > input[type="search"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='month'], .gform_wrapper .input-group > input[type="tel"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='month'], .gform_wrapper .input-group > input[type="text"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='month'], .gform_wrapper .input-group > input[type="time"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='month'], .gform_wrapper .input-group > input[type="week"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='month'], .gform_wrapper .input-group > input[type="url"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='month'], .gform_wrapper .input-group > select + [type='month'], .gform_wrapper .ginput_container_date > select + [type='month'], .gform_wrapper .input-group > textarea + [type='month'], .gform_wrapper .ginput_container_date > textarea + [type='month'], .input-group > .form-control + [type='week'], .ginput_container_date > .form-control + [type='week'], .input-group > [type='text'] + [type='week'], .ginput_container_date > [type='text'] + [type='week'], .input-group > [type='password'] + [type='week'], .ginput_container_date > [type='password'] + [type='week'], .input-group > [type='date'] + [type='week'], .ginput_container_date > [type='date'] + [type='week'], .input-group > [type='datetime'] + [type='week'], .ginput_container_date > [type='datetime'] + [type='week'], .input-group > [type='datetime-local'] + [type='week'], .ginput_container_date > [type='datetime-local'] + [type='week'], .input-group > [type='month'] + [type='week'], .ginput_container_date > [type='month'] + [type='week'], .input-group > [type='week'] + [type='week'], .ginput_container_date > [type='week'] + [type='week'], .input-group > [type='email'] + [type='week'], .ginput_container_date > [type='email'] + [type='week'], .input-group > [type='number'] + [type='week'], .ginput_container_date > [type='number'] + [type='week'], .input-group > [type='search'] + [type='week'], .ginput_container_date > [type='search'] + [type='week'], .input-group > [type='tel'] + [type='week'], .ginput_container_date > [type='tel'] + [type='week'], .input-group > [type='time'] + [type='week'], .ginput_container_date > [type='time'] + [type='week'], .input-group > [type='url'] + [type='week'], .ginput_container_date > [type='url'] + [type='week'], .input-group > [type='color'] + [type='week'], .ginput_container_date > [type='color'] + [type='week'], .gform_wrapper .input-group > [type='text'] + [type='week'], .gform_wrapper .ginput_container_date > [type='text'] + [type='week'], .gform_wrapper .input-group > [type='password'] + [type='week'], .gform_wrapper .ginput_container_date > [type='password'] + [type='week'], .gform_wrapper .input-group > [type='date'] + [type='week'], .gform_wrapper .ginput_container_date > [type='date'] + [type='week'], .gform_wrapper .input-group > [type='datetime'] + [type='week'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='week'], .gform_wrapper .input-group > [type='datetime-local'] + [type='week'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='week'], .gform_wrapper .input-group > [type='month'] + [type='week'], .gform_wrapper .ginput_container_date > [type='month'] + [type='week'], .gform_wrapper .input-group > [type='week'] + [type='week'], .gform_wrapper .ginput_container_date > [type='week'] + [type='week'], .gform_wrapper .input-group > [type='email'] + [type='week'], .gform_wrapper .ginput_container_date > [type='email'] + [type='week'], .gform_wrapper .input-group > [type='number'] + [type='week'], .gform_wrapper .ginput_container_date > [type='number'] + [type='week'], .gform_wrapper .input-group > [type='search'] + [type='week'], .gform_wrapper .ginput_container_date > [type='search'] + [type='week'], .gform_wrapper .input-group > [type='tel'] + [type='week'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='week'], .gform_wrapper .input-group > [type='time'] + [type='week'], .gform_wrapper .ginput_container_date > [type='time'] + [type='week'], .gform_wrapper .input-group > [type='url'] + [type='week'], .gform_wrapper .ginput_container_date > [type='url'] + [type='week'], .gform_wrapper .input-group > [type='color'] + [type='week'], .gform_wrapper .ginput_container_date > [type='color'] + [type='week'], .input-group > select + [type='week'], .ginput_container_date > select + [type='week'], .input-group > textarea + [type='week'], .ginput_container_date > textarea + [type='week'], .gform_wrapper .input-group > input[type="email"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='week'], .gform_wrapper .input-group > input[type="date"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='week'], .gform_wrapper .input-group > input[type="datetime"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='week'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='week'], .gform_wrapper .input-group > input[type="month"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='week'], .gform_wrapper .input-group > input[type="number"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='week'], .gform_wrapper .input-group > input[type="password"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='week'], .gform_wrapper .input-group > input[type="search"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='week'], .gform_wrapper .input-group > input[type="tel"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='week'], .gform_wrapper .input-group > input[type="text"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='week'], .gform_wrapper .input-group > input[type="time"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='week'], .gform_wrapper .input-group > input[type="week"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='week'], .gform_wrapper .input-group > input[type="url"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='week'], .gform_wrapper .input-group > select + [type='week'], .gform_wrapper .ginput_container_date > select + [type='week'], .gform_wrapper .input-group > textarea + [type='week'], .gform_wrapper .ginput_container_date > textarea + [type='week'], .input-group > .form-control + [type='email'], .ginput_container_date > .form-control + [type='email'], .input-group > [type='text'] + [type='email'], .ginput_container_date > [type='text'] + [type='email'], .input-group > [type='password'] + [type='email'], .ginput_container_date > [type='password'] + [type='email'], .input-group > [type='date'] + [type='email'], .ginput_container_date > [type='date'] + [type='email'], .input-group > [type='datetime'] + [type='email'], .ginput_container_date > [type='datetime'] + [type='email'], .input-group > [type='datetime-local'] + [type='email'], .ginput_container_date > [type='datetime-local'] + [type='email'], .input-group > [type='month'] + [type='email'], .ginput_container_date > [type='month'] + [type='email'], .input-group > [type='week'] + [type='email'], .ginput_container_date > [type='week'] + [type='email'], .input-group > [type='email'] + [type='email'], .ginput_container_date > [type='email'] + [type='email'], .input-group > [type='number'] + [type='email'], .ginput_container_date > [type='number'] + [type='email'], .input-group > [type='search'] + [type='email'], .ginput_container_date > [type='search'] + [type='email'], .input-group > [type='tel'] + [type='email'], .ginput_container_date > [type='tel'] + [type='email'], .input-group > [type='time'] + [type='email'], .ginput_container_date > [type='time'] + [type='email'], .input-group > [type='url'] + [type='email'], .ginput_container_date > [type='url'] + [type='email'], .input-group > [type='color'] + [type='email'], .ginput_container_date > [type='color'] + [type='email'], .gform_wrapper .input-group > [type='text'] + [type='email'], .gform_wrapper .ginput_container_date > [type='text'] + [type='email'], .gform_wrapper .input-group > [type='password'] + [type='email'], .gform_wrapper .ginput_container_date > [type='password'] + [type='email'], .gform_wrapper .input-group > [type='date'] + [type='email'], .gform_wrapper .ginput_container_date > [type='date'] + [type='email'], .gform_wrapper .input-group > [type='datetime'] + [type='email'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='email'], .gform_wrapper .input-group > [type='datetime-local'] + [type='email'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='email'], .gform_wrapper .input-group > [type='month'] + [type='email'], .gform_wrapper .ginput_container_date > [type='month'] + [type='email'], .gform_wrapper .input-group > [type='week'] + [type='email'], .gform_wrapper .ginput_container_date > [type='week'] + [type='email'], .gform_wrapper .input-group > [type='email'] + [type='email'], .gform_wrapper .ginput_container_date > [type='email'] + [type='email'], .gform_wrapper .input-group > [type='number'] + [type='email'], .gform_wrapper .ginput_container_date > [type='number'] + [type='email'], .gform_wrapper .input-group > [type='search'] + [type='email'], .gform_wrapper .ginput_container_date > [type='search'] + [type='email'], .gform_wrapper .input-group > [type='tel'] + [type='email'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='email'], .gform_wrapper .input-group > [type='time'] + [type='email'], .gform_wrapper .ginput_container_date > [type='time'] + [type='email'], .gform_wrapper .input-group > [type='url'] + [type='email'], .gform_wrapper .ginput_container_date > [type='url'] + [type='email'], .gform_wrapper .input-group > [type='color'] + [type='email'], .gform_wrapper .ginput_container_date > [type='color'] + [type='email'], .input-group > select + [type='email'], .ginput_container_date > select + [type='email'], .input-group > textarea + [type='email'], .ginput_container_date > textarea + [type='email'], .gform_wrapper .input-group > input[type="email"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='email'], .gform_wrapper .input-group > input[type="date"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='email'], .gform_wrapper .input-group > input[type="datetime"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='email'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='email'], .gform_wrapper .input-group > input[type="month"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='email'], .gform_wrapper .input-group > input[type="number"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='email'], .gform_wrapper .input-group > input[type="password"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='email'], .gform_wrapper .input-group > input[type="search"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='email'], .gform_wrapper .input-group > input[type="tel"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='email'], .gform_wrapper .input-group > input[type="text"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='email'], .gform_wrapper .input-group > input[type="time"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='email'], .gform_wrapper .input-group > input[type="week"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='email'], .gform_wrapper .input-group > input[type="url"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='email'], .gform_wrapper .input-group > select + [type='email'], .gform_wrapper .ginput_container_date > select + [type='email'], .gform_wrapper .input-group > textarea + [type='email'], .gform_wrapper .ginput_container_date > textarea + [type='email'], .input-group > .form-control + [type='number'], .ginput_container_date > .form-control + [type='number'], .input-group > [type='text'] + [type='number'], .ginput_container_date > [type='text'] + [type='number'], .input-group > [type='password'] + [type='number'], .ginput_container_date > [type='password'] + [type='number'], .input-group > [type='date'] + [type='number'], .ginput_container_date > [type='date'] + [type='number'], .input-group > [type='datetime'] + [type='number'], .ginput_container_date > [type='datetime'] + [type='number'], .input-group > [type='datetime-local'] + [type='number'], .ginput_container_date > [type='datetime-local'] + [type='number'], .input-group > [type='month'] + [type='number'], .ginput_container_date > [type='month'] + [type='number'], .input-group > [type='week'] + [type='number'], .ginput_container_date > [type='week'] + [type='number'], .input-group > [type='email'] + [type='number'], .ginput_container_date > [type='email'] + [type='number'], .input-group > [type='number'] + [type='number'], .ginput_container_date > [type='number'] + [type='number'], .input-group > [type='search'] + [type='number'], .ginput_container_date > [type='search'] + [type='number'], .input-group > [type='tel'] + [type='number'], .ginput_container_date > [type='tel'] + [type='number'], .input-group > [type='time'] + [type='number'], .ginput_container_date > [type='time'] + [type='number'], .input-group > [type='url'] + [type='number'], .ginput_container_date > [type='url'] + [type='number'], .input-group > [type='color'] + [type='number'], .ginput_container_date > [type='color'] + [type='number'], .gform_wrapper .input-group > [type='text'] + [type='number'], .gform_wrapper .ginput_container_date > [type='text'] + [type='number'], .gform_wrapper .input-group > [type='password'] + [type='number'], .gform_wrapper .ginput_container_date > [type='password'] + [type='number'], .gform_wrapper .input-group > [type='date'] + [type='number'], .gform_wrapper .ginput_container_date > [type='date'] + [type='number'], .gform_wrapper .input-group > [type='datetime'] + [type='number'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='number'], .gform_wrapper .input-group > [type='datetime-local'] + [type='number'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='number'], .gform_wrapper .input-group > [type='month'] + [type='number'], .gform_wrapper .ginput_container_date > [type='month'] + [type='number'], .gform_wrapper .input-group > [type='week'] + [type='number'], .gform_wrapper .ginput_container_date > [type='week'] + [type='number'], .gform_wrapper .input-group > [type='email'] + [type='number'], .gform_wrapper .ginput_container_date > [type='email'] + [type='number'], .gform_wrapper .input-group > [type='number'] + [type='number'], .gform_wrapper .ginput_container_date > [type='number'] + [type='number'], .gform_wrapper .input-group > [type='search'] + [type='number'], .gform_wrapper .ginput_container_date > [type='search'] + [type='number'], .gform_wrapper .input-group > [type='tel'] + [type='number'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='number'], .gform_wrapper .input-group > [type='time'] + [type='number'], .gform_wrapper .ginput_container_date > [type='time'] + [type='number'], .gform_wrapper .input-group > [type='url'] + [type='number'], .gform_wrapper .ginput_container_date > [type='url'] + [type='number'], .gform_wrapper .input-group > [type='color'] + [type='number'], .gform_wrapper .ginput_container_date > [type='color'] + [type='number'], .input-group > select + [type='number'], .ginput_container_date > select + [type='number'], .input-group > textarea + [type='number'], .ginput_container_date > textarea + [type='number'], .gform_wrapper .input-group > input[type="email"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='number'], .gform_wrapper .input-group > input[type="date"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='number'], .gform_wrapper .input-group > input[type="datetime"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='number'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='number'], .gform_wrapper .input-group > input[type="month"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='number'], .gform_wrapper .input-group > input[type="number"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='number'], .gform_wrapper .input-group > input[type="password"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='number'], .gform_wrapper .input-group > input[type="search"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='number'], .gform_wrapper .input-group > input[type="tel"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='number'], .gform_wrapper .input-group > input[type="text"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='number'], .gform_wrapper .input-group > input[type="time"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='number'], .gform_wrapper .input-group > input[type="week"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='number'], .gform_wrapper .input-group > input[type="url"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='number'], .gform_wrapper .input-group > select + [type='number'], .gform_wrapper .ginput_container_date > select + [type='number'], .gform_wrapper .input-group > textarea + [type='number'], .gform_wrapper .ginput_container_date > textarea + [type='number'], .input-group > .form-control + [type='search'], .ginput_container_date > .form-control + [type='search'], .input-group > [type='text'] + [type='search'], .ginput_container_date > [type='text'] + [type='search'], .input-group > [type='password'] + [type='search'], .ginput_container_date > [type='password'] + [type='search'], .input-group > [type='date'] + [type='search'], .ginput_container_date > [type='date'] + [type='search'], .input-group > [type='datetime'] + [type='search'], .ginput_container_date > [type='datetime'] + [type='search'], .input-group > [type='datetime-local'] + [type='search'], .ginput_container_date > [type='datetime-local'] + [type='search'], .input-group > [type='month'] + [type='search'], .ginput_container_date > [type='month'] + [type='search'], .input-group > [type='week'] + [type='search'], .ginput_container_date > [type='week'] + [type='search'], .input-group > [type='email'] + [type='search'], .ginput_container_date > [type='email'] + [type='search'], .input-group > [type='number'] + [type='search'], .ginput_container_date > [type='number'] + [type='search'], .input-group > [type='search'] + [type='search'], .ginput_container_date > [type='search'] + [type='search'], .input-group > [type='tel'] + [type='search'], .ginput_container_date > [type='tel'] + [type='search'], .input-group > [type='time'] + [type='search'], .ginput_container_date > [type='time'] + [type='search'], .input-group > [type='url'] + [type='search'], .ginput_container_date > [type='url'] + [type='search'], .input-group > [type='color'] + [type='search'], .ginput_container_date > [type='color'] + [type='search'], .gform_wrapper .input-group > [type='text'] + [type='search'], .gform_wrapper .ginput_container_date > [type='text'] + [type='search'], .gform_wrapper .input-group > [type='password'] + [type='search'], .gform_wrapper .ginput_container_date > [type='password'] + [type='search'], .gform_wrapper .input-group > [type='date'] + [type='search'], .gform_wrapper .ginput_container_date > [type='date'] + [type='search'], .gform_wrapper .input-group > [type='datetime'] + [type='search'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='search'], .gform_wrapper .input-group > [type='datetime-local'] + [type='search'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='search'], .gform_wrapper .input-group > [type='month'] + [type='search'], .gform_wrapper .ginput_container_date > [type='month'] + [type='search'], .gform_wrapper .input-group > [type='week'] + [type='search'], .gform_wrapper .ginput_container_date > [type='week'] + [type='search'], .gform_wrapper .input-group > [type='email'] + [type='search'], .gform_wrapper .ginput_container_date > [type='email'] + [type='search'], .gform_wrapper .input-group > [type='number'] + [type='search'], .gform_wrapper .ginput_container_date > [type='number'] + [type='search'], .gform_wrapper .input-group > [type='search'] + [type='search'], .gform_wrapper .ginput_container_date > [type='search'] + [type='search'], .gform_wrapper .input-group > [type='tel'] + [type='search'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='search'], .gform_wrapper .input-group > [type='time'] + [type='search'], .gform_wrapper .ginput_container_date > [type='time'] + [type='search'], .gform_wrapper .input-group > [type='url'] + [type='search'], .gform_wrapper .ginput_container_date > [type='url'] + [type='search'], .gform_wrapper .input-group > [type='color'] + [type='search'], .gform_wrapper .ginput_container_date > [type='color'] + [type='search'], .input-group > select + [type='search'], .ginput_container_date > select + [type='search'], .input-group > textarea + [type='search'], .ginput_container_date > textarea + [type='search'], .gform_wrapper .input-group > input[type="email"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='search'], .gform_wrapper .input-group > input[type="date"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='search'], .gform_wrapper .input-group > input[type="datetime"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='search'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='search'], .gform_wrapper .input-group > input[type="month"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='search'], .gform_wrapper .input-group > input[type="number"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='search'], .gform_wrapper .input-group > input[type="password"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='search'], .gform_wrapper .input-group > input[type="search"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='search'], .gform_wrapper .input-group > input[type="tel"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='search'], .gform_wrapper .input-group > input[type="text"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='search'], .gform_wrapper .input-group > input[type="time"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='search'], .gform_wrapper .input-group > input[type="week"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='search'], .gform_wrapper .input-group > input[type="url"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='search'], .gform_wrapper .input-group > select + [type='search'], .gform_wrapper .ginput_container_date > select + [type='search'], .gform_wrapper .input-group > textarea + [type='search'], .gform_wrapper .ginput_container_date > textarea + [type='search'], .input-group > .form-control + [type='tel'], .ginput_container_date > .form-control + [type='tel'], .input-group > [type='text'] + [type='tel'], .ginput_container_date > [type='text'] + [type='tel'], .input-group > [type='password'] + [type='tel'], .ginput_container_date > [type='password'] + [type='tel'], .input-group > [type='date'] + [type='tel'], .ginput_container_date > [type='date'] + [type='tel'], .input-group > [type='datetime'] + [type='tel'], .ginput_container_date > [type='datetime'] + [type='tel'], .input-group > [type='datetime-local'] + [type='tel'], .ginput_container_date > [type='datetime-local'] + [type='tel'], .input-group > [type='month'] + [type='tel'], .ginput_container_date > [type='month'] + [type='tel'], .input-group > [type='week'] + [type='tel'], .ginput_container_date > [type='week'] + [type='tel'], .input-group > [type='email'] + [type='tel'], .ginput_container_date > [type='email'] + [type='tel'], .input-group > [type='number'] + [type='tel'], .ginput_container_date > [type='number'] + [type='tel'], .input-group > [type='search'] + [type='tel'], .ginput_container_date > [type='search'] + [type='tel'], .input-group > [type='tel'] + [type='tel'], .ginput_container_date > [type='tel'] + [type='tel'], .input-group > [type='time'] + [type='tel'], .ginput_container_date > [type='time'] + [type='tel'], .input-group > [type='url'] + [type='tel'], .ginput_container_date > [type='url'] + [type='tel'], .input-group > [type='color'] + [type='tel'], .ginput_container_date > [type='color'] + [type='tel'], .gform_wrapper .input-group > [type='text'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='text'] + [type='tel'], .gform_wrapper .input-group > [type='password'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='password'] + [type='tel'], .gform_wrapper .input-group > [type='date'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='date'] + [type='tel'], .gform_wrapper .input-group > [type='datetime'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='tel'], .gform_wrapper .input-group > [type='datetime-local'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='tel'], .gform_wrapper .input-group > [type='month'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='month'] + [type='tel'], .gform_wrapper .input-group > [type='week'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='week'] + [type='tel'], .gform_wrapper .input-group > [type='email'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='email'] + [type='tel'], .gform_wrapper .input-group > [type='number'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='number'] + [type='tel'], .gform_wrapper .input-group > [type='search'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='search'] + [type='tel'], .gform_wrapper .input-group > [type='tel'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='tel'], .gform_wrapper .input-group > [type='time'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='time'] + [type='tel'], .gform_wrapper .input-group > [type='url'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='url'] + [type='tel'], .gform_wrapper .input-group > [type='color'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='color'] + [type='tel'], .input-group > select + [type='tel'], .ginput_container_date > select + [type='tel'], .input-group > textarea + [type='tel'], .ginput_container_date > textarea + [type='tel'], .gform_wrapper .input-group > input[type="email"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='tel'], .gform_wrapper .input-group > input[type="date"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='tel'], .gform_wrapper .input-group > input[type="datetime"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='tel'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='tel'], .gform_wrapper .input-group > input[type="month"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='tel'], .gform_wrapper .input-group > input[type="number"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='tel'], .gform_wrapper .input-group > input[type="password"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='tel'], .gform_wrapper .input-group > input[type="search"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='tel'], .gform_wrapper .input-group > input[type="tel"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='tel'], .gform_wrapper .input-group > input[type="text"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='tel'], .gform_wrapper .input-group > input[type="time"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='tel'], .gform_wrapper .input-group > input[type="week"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='tel'], .gform_wrapper .input-group > input[type="url"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='tel'], .gform_wrapper .input-group > select + [type='tel'], .gform_wrapper .ginput_container_date > select + [type='tel'], .gform_wrapper .input-group > textarea + [type='tel'], .gform_wrapper .ginput_container_date > textarea + [type='tel'], .input-group > .form-control + [type='time'], .ginput_container_date > .form-control + [type='time'], .input-group > [type='text'] + [type='time'], .ginput_container_date > [type='text'] + [type='time'], .input-group > [type='password'] + [type='time'], .ginput_container_date > [type='password'] + [type='time'], .input-group > [type='date'] + [type='time'], .ginput_container_date > [type='date'] + [type='time'], .input-group > [type='datetime'] + [type='time'], .ginput_container_date > [type='datetime'] + [type='time'], .input-group > [type='datetime-local'] + [type='time'], .ginput_container_date > [type='datetime-local'] + [type='time'], .input-group > [type='month'] + [type='time'], .ginput_container_date > [type='month'] + [type='time'], .input-group > [type='week'] + [type='time'], .ginput_container_date > [type='week'] + [type='time'], .input-group > [type='email'] + [type='time'], .ginput_container_date > [type='email'] + [type='time'], .input-group > [type='number'] + [type='time'], .ginput_container_date > [type='number'] + [type='time'], .input-group > [type='search'] + [type='time'], .ginput_container_date > [type='search'] + [type='time'], .input-group > [type='tel'] + [type='time'], .ginput_container_date > [type='tel'] + [type='time'], .input-group > [type='time'] + [type='time'], .ginput_container_date > [type='time'] + [type='time'], .input-group > [type='url'] + [type='time'], .ginput_container_date > [type='url'] + [type='time'], .input-group > [type='color'] + [type='time'], .ginput_container_date > [type='color'] + [type='time'], .gform_wrapper .input-group > [type='text'] + [type='time'], .gform_wrapper .ginput_container_date > [type='text'] + [type='time'], .gform_wrapper .input-group > [type='password'] + [type='time'], .gform_wrapper .ginput_container_date > [type='password'] + [type='time'], .gform_wrapper .input-group > [type='date'] + [type='time'], .gform_wrapper .ginput_container_date > [type='date'] + [type='time'], .gform_wrapper .input-group > [type='datetime'] + [type='time'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='time'], .gform_wrapper .input-group > [type='datetime-local'] + [type='time'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='time'], .gform_wrapper .input-group > [type='month'] + [type='time'], .gform_wrapper .ginput_container_date > [type='month'] + [type='time'], .gform_wrapper .input-group > [type='week'] + [type='time'], .gform_wrapper .ginput_container_date > [type='week'] + [type='time'], .gform_wrapper .input-group > [type='email'] + [type='time'], .gform_wrapper .ginput_container_date > [type='email'] + [type='time'], .gform_wrapper .input-group > [type='number'] + [type='time'], .gform_wrapper .ginput_container_date > [type='number'] + [type='time'], .gform_wrapper .input-group > [type='search'] + [type='time'], .gform_wrapper .ginput_container_date > [type='search'] + [type='time'], .gform_wrapper .input-group > [type='tel'] + [type='time'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='time'], .gform_wrapper .input-group > [type='time'] + [type='time'], .gform_wrapper .ginput_container_date > [type='time'] + [type='time'], .gform_wrapper .input-group > [type='url'] + [type='time'], .gform_wrapper .ginput_container_date > [type='url'] + [type='time'], .gform_wrapper .input-group > [type='color'] + [type='time'], .gform_wrapper .ginput_container_date > [type='color'] + [type='time'], .input-group > select + [type='time'], .ginput_container_date > select + [type='time'], .input-group > textarea + [type='time'], .ginput_container_date > textarea + [type='time'], .gform_wrapper .input-group > input[type="email"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='time'], .gform_wrapper .input-group > input[type="date"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='time'], .gform_wrapper .input-group > input[type="datetime"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='time'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='time'], .gform_wrapper .input-group > input[type="month"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='time'], .gform_wrapper .input-group > input[type="number"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='time'], .gform_wrapper .input-group > input[type="password"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='time'], .gform_wrapper .input-group > input[type="search"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='time'], .gform_wrapper .input-group > input[type="tel"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='time'], .gform_wrapper .input-group > input[type="text"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='time'], .gform_wrapper .input-group > input[type="time"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='time'], .gform_wrapper .input-group > input[type="week"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='time'], .gform_wrapper .input-group > input[type="url"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='time'], .gform_wrapper .input-group > select + [type='time'], .gform_wrapper .ginput_container_date > select + [type='time'], .gform_wrapper .input-group > textarea + [type='time'], .gform_wrapper .ginput_container_date > textarea + [type='time'], .input-group > .form-control + [type='url'], .ginput_container_date > .form-control + [type='url'], .input-group > [type='text'] + [type='url'], .ginput_container_date > [type='text'] + [type='url'], .input-group > [type='password'] + [type='url'], .ginput_container_date > [type='password'] + [type='url'], .input-group > [type='date'] + [type='url'], .ginput_container_date > [type='date'] + [type='url'], .input-group > [type='datetime'] + [type='url'], .ginput_container_date > [type='datetime'] + [type='url'], .input-group > [type='datetime-local'] + [type='url'], .ginput_container_date > [type='datetime-local'] + [type='url'], .input-group > [type='month'] + [type='url'], .ginput_container_date > [type='month'] + [type='url'], .input-group > [type='week'] + [type='url'], .ginput_container_date > [type='week'] + [type='url'], .input-group > [type='email'] + [type='url'], .ginput_container_date > [type='email'] + [type='url'], .input-group > [type='number'] + [type='url'], .ginput_container_date > [type='number'] + [type='url'], .input-group > [type='search'] + [type='url'], .ginput_container_date > [type='search'] + [type='url'], .input-group > [type='tel'] + [type='url'], .ginput_container_date > [type='tel'] + [type='url'], .input-group > [type='time'] + [type='url'], .ginput_container_date > [type='time'] + [type='url'], .input-group > [type='url'] + [type='url'], .ginput_container_date > [type='url'] + [type='url'], .input-group > [type='color'] + [type='url'], .ginput_container_date > [type='color'] + [type='url'], .gform_wrapper .input-group > [type='text'] + [type='url'], .gform_wrapper .ginput_container_date > [type='text'] + [type='url'], .gform_wrapper .input-group > [type='password'] + [type='url'], .gform_wrapper .ginput_container_date > [type='password'] + [type='url'], .gform_wrapper .input-group > [type='date'] + [type='url'], .gform_wrapper .ginput_container_date > [type='date'] + [type='url'], .gform_wrapper .input-group > [type='datetime'] + [type='url'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='url'], .gform_wrapper .input-group > [type='datetime-local'] + [type='url'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='url'], .gform_wrapper .input-group > [type='month'] + [type='url'], .gform_wrapper .ginput_container_date > [type='month'] + [type='url'], .gform_wrapper .input-group > [type='week'] + [type='url'], .gform_wrapper .ginput_container_date > [type='week'] + [type='url'], .gform_wrapper .input-group > [type='email'] + [type='url'], .gform_wrapper .ginput_container_date > [type='email'] + [type='url'], .gform_wrapper .input-group > [type='number'] + [type='url'], .gform_wrapper .ginput_container_date > [type='number'] + [type='url'], .gform_wrapper .input-group > [type='search'] + [type='url'], .gform_wrapper .ginput_container_date > [type='search'] + [type='url'], .gform_wrapper .input-group > [type='tel'] + [type='url'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='url'], .gform_wrapper .input-group > [type='time'] + [type='url'], .gform_wrapper .ginput_container_date > [type='time'] + [type='url'], .gform_wrapper .input-group > [type='url'] + [type='url'], .gform_wrapper .ginput_container_date > [type='url'] + [type='url'], .gform_wrapper .input-group > [type='color'] + [type='url'], .gform_wrapper .ginput_container_date > [type='color'] + [type='url'], .input-group > select + [type='url'], .ginput_container_date > select + [type='url'], .input-group > textarea + [type='url'], .ginput_container_date > textarea + [type='url'], .gform_wrapper .input-group > input[type="email"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='url'], .gform_wrapper .input-group > input[type="date"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='url'], .gform_wrapper .input-group > input[type="datetime"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='url'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='url'], .gform_wrapper .input-group > input[type="month"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='url'], .gform_wrapper .input-group > input[type="number"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='url'], .gform_wrapper .input-group > input[type="password"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='url'], .gform_wrapper .input-group > input[type="search"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='url'], .gform_wrapper .input-group > input[type="tel"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='url'], .gform_wrapper .input-group > input[type="text"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='url'], .gform_wrapper .input-group > input[type="time"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='url'], .gform_wrapper .input-group > input[type="week"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='url'], .gform_wrapper .input-group > input[type="url"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='url'], .gform_wrapper .input-group > select + [type='url'], .gform_wrapper .ginput_container_date > select + [type='url'], .gform_wrapper .input-group > textarea + [type='url'], .gform_wrapper .ginput_container_date > textarea + [type='url'], .input-group > .form-control + [type='color'], .ginput_container_date > .form-control + [type='color'], .input-group > [type='text'] + [type='color'], .ginput_container_date > [type='text'] + [type='color'], .input-group > [type='password'] + [type='color'], .ginput_container_date > [type='password'] + [type='color'], .input-group > [type='date'] + [type='color'], .ginput_container_date > [type='date'] + [type='color'], .input-group > [type='datetime'] + [type='color'], .ginput_container_date > [type='datetime'] + [type='color'], .input-group > [type='datetime-local'] + [type='color'], .ginput_container_date > [type='datetime-local'] + [type='color'], .input-group > [type='month'] + [type='color'], .ginput_container_date > [type='month'] + [type='color'], .input-group > [type='week'] + [type='color'], .ginput_container_date > [type='week'] + [type='color'], .input-group > [type='email'] + [type='color'], .ginput_container_date > [type='email'] + [type='color'], .input-group > [type='number'] + [type='color'], .ginput_container_date > [type='number'] + [type='color'], .input-group > [type='search'] + [type='color'], .ginput_container_date > [type='search'] + [type='color'], .input-group > [type='tel'] + [type='color'], .ginput_container_date > [type='tel'] + [type='color'], .input-group > [type='time'] + [type='color'], .ginput_container_date > [type='time'] + [type='color'], .input-group > [type='url'] + [type='color'], .ginput_container_date > [type='url'] + [type='color'], .input-group > [type='color'] + [type='color'], .ginput_container_date > [type='color'] + [type='color'], .gform_wrapper .input-group > [type='text'] + [type='color'], .gform_wrapper .ginput_container_date > [type='text'] + [type='color'], .gform_wrapper .input-group > [type='password'] + [type='color'], .gform_wrapper .ginput_container_date > [type='password'] + [type='color'], .gform_wrapper .input-group > [type='date'] + [type='color'], .gform_wrapper .ginput_container_date > [type='date'] + [type='color'], .gform_wrapper .input-group > [type='datetime'] + [type='color'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='color'], .gform_wrapper .input-group > [type='datetime-local'] + [type='color'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='color'], .gform_wrapper .input-group > [type='month'] + [type='color'], .gform_wrapper .ginput_container_date > [type='month'] + [type='color'], .gform_wrapper .input-group > [type='week'] + [type='color'], .gform_wrapper .ginput_container_date > [type='week'] + [type='color'], .gform_wrapper .input-group > [type='email'] + [type='color'], .gform_wrapper .ginput_container_date > [type='email'] + [type='color'], .gform_wrapper .input-group > [type='number'] + [type='color'], .gform_wrapper .ginput_container_date > [type='number'] + [type='color'], .gform_wrapper .input-group > [type='search'] + [type='color'], .gform_wrapper .ginput_container_date > [type='search'] + [type='color'], .gform_wrapper .input-group > [type='tel'] + [type='color'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='color'], .gform_wrapper .input-group > [type='time'] + [type='color'], .gform_wrapper .ginput_container_date > [type='time'] + [type='color'], .gform_wrapper .input-group > [type='url'] + [type='color'], .gform_wrapper .ginput_container_date > [type='url'] + [type='color'], .gform_wrapper .input-group > [type='color'] + [type='color'], .gform_wrapper .ginput_container_date > [type='color'] + [type='color'], .input-group > select + [type='color'], .ginput_container_date > select + [type='color'], .input-group > textarea + [type='color'], .ginput_container_date > textarea + [type='color'], .gform_wrapper .input-group > input[type="email"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='color'], .gform_wrapper .input-group > input[type="date"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='color'], .gform_wrapper .input-group > input[type="datetime"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='color'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='color'], .gform_wrapper .input-group > input[type="month"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='color'], .gform_wrapper .input-group > input[type="number"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='color'], .gform_wrapper .input-group > input[type="password"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='color'], .gform_wrapper .input-group > input[type="search"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='color'], .gform_wrapper .input-group > input[type="tel"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='color'], .gform_wrapper .input-group > input[type="text"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='color'], .gform_wrapper .input-group > input[type="time"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='color'], .gform_wrapper .input-group > input[type="week"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='color'], .gform_wrapper .input-group > input[type="url"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='color'], .gform_wrapper .input-group > select + [type='color'], .gform_wrapper .ginput_container_date > select + [type='color'], .gform_wrapper .input-group > textarea + [type='color'], .gform_wrapper .ginput_container_date > textarea + [type='color'], .gform_wrapper .input-group > .form-control + [type='text'], .gform_wrapper .ginput_container_date > .form-control + [type='text'], .gform_wrapper .input-group > [type='text'] + [type='text'], .gform_wrapper .ginput_container_date > [type='text'] + [type='text'], .gform_wrapper .input-group > [type='password'] + [type='text'], .gform_wrapper .ginput_container_date > [type='password'] + [type='text'], .gform_wrapper .input-group > [type='date'] + [type='text'], .gform_wrapper .ginput_container_date > [type='date'] + [type='text'], .gform_wrapper .input-group > [type='datetime'] + [type='text'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='text'], .gform_wrapper .input-group > [type='datetime-local'] + [type='text'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='text'], .gform_wrapper .input-group > [type='month'] + [type='text'], .gform_wrapper .ginput_container_date > [type='month'] + [type='text'], .gform_wrapper .input-group > [type='week'] + [type='text'], .gform_wrapper .ginput_container_date > [type='week'] + [type='text'], .gform_wrapper .input-group > [type='email'] + [type='text'], .gform_wrapper .ginput_container_date > [type='email'] + [type='text'], .gform_wrapper .input-group > [type='number'] + [type='text'], .gform_wrapper .ginput_container_date > [type='number'] + [type='text'], .gform_wrapper .input-group > [type='search'] + [type='text'], .gform_wrapper .ginput_container_date > [type='search'] + [type='text'], .gform_wrapper .input-group > [type='tel'] + [type='text'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='text'], .gform_wrapper .input-group > [type='time'] + [type='text'], .gform_wrapper .ginput_container_date > [type='time'] + [type='text'], .gform_wrapper .input-group > [type='url'] + [type='text'], .gform_wrapper .ginput_container_date > [type='url'] + [type='text'], .gform_wrapper .input-group > [type='color'] + [type='text'], .gform_wrapper .ginput_container_date > [type='color'] + [type='text'], .gform_wrapper .input-group > [type='text'] + [type='text'], .gform_wrapper .ginput_container_date > [type='text'] + [type='text'], .gform_wrapper .input-group > [type='password'] + [type='text'], .gform_wrapper .ginput_container_date > [type='password'] + [type='text'], .gform_wrapper .input-group > [type='date'] + [type='text'], .gform_wrapper .ginput_container_date > [type='date'] + [type='text'], .gform_wrapper .input-group > [type='datetime'] + [type='text'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='text'], .gform_wrapper .input-group > [type='datetime-local'] + [type='text'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='text'], .gform_wrapper .input-group > [type='month'] + [type='text'], .gform_wrapper .ginput_container_date > [type='month'] + [type='text'], .gform_wrapper .input-group > [type='week'] + [type='text'], .gform_wrapper .ginput_container_date > [type='week'] + [type='text'], .gform_wrapper .input-group > [type='email'] + [type='text'], .gform_wrapper .ginput_container_date > [type='email'] + [type='text'], .gform_wrapper .input-group > [type='number'] + [type='text'], .gform_wrapper .ginput_container_date > [type='number'] + [type='text'], .gform_wrapper .input-group > [type='search'] + [type='text'], .gform_wrapper .ginput_container_date > [type='search'] + [type='text'], .gform_wrapper .input-group > [type='tel'] + [type='text'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='text'], .gform_wrapper .input-group > [type='time'] + [type='text'], .gform_wrapper .ginput_container_date > [type='time'] + [type='text'], .gform_wrapper .input-group > [type='url'] + [type='text'], .gform_wrapper .ginput_container_date > [type='url'] + [type='text'], .gform_wrapper .input-group > [type='color'] + [type='text'], .gform_wrapper .ginput_container_date > [type='color'] + [type='text'], .gform_wrapper .input-group > select + [type='text'], .gform_wrapper .ginput_container_date > select + [type='text'], .gform_wrapper .input-group > textarea + [type='text'], .gform_wrapper .ginput_container_date > textarea + [type='text'], .gform_wrapper .input-group > input[type="email"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='text'], .gform_wrapper .input-group > input[type="date"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='text'], .gform_wrapper .input-group > input[type="datetime"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='text'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='text'], .gform_wrapper .input-group > input[type="month"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='text'], .gform_wrapper .input-group > input[type="number"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='text'], .gform_wrapper .input-group > input[type="password"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='text'], .gform_wrapper .input-group > input[type="search"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='text'], .gform_wrapper .input-group > input[type="tel"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='text'], .gform_wrapper .input-group > input[type="text"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='text'], .gform_wrapper .input-group > input[type="time"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='text'], .gform_wrapper .input-group > input[type="week"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='text'], .gform_wrapper .input-group > input[type="url"] + [type='text'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='text'], .gform_wrapper .input-group > select + [type='text'], .gform_wrapper .ginput_container_date > select + [type='text'], .gform_wrapper .input-group > textarea + [type='text'], .gform_wrapper .ginput_container_date > textarea + [type='text'], .gform_wrapper .input-group > .form-control + [type='password'], .gform_wrapper .ginput_container_date > .form-control + [type='password'], .gform_wrapper .input-group > [type='text'] + [type='password'], .gform_wrapper .ginput_container_date > [type='text'] + [type='password'], .gform_wrapper .input-group > [type='password'] + [type='password'], .gform_wrapper .ginput_container_date > [type='password'] + [type='password'], .gform_wrapper .input-group > [type='date'] + [type='password'], .gform_wrapper .ginput_container_date > [type='date'] + [type='password'], .gform_wrapper .input-group > [type='datetime'] + [type='password'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='password'], .gform_wrapper .input-group > [type='datetime-local'] + [type='password'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='password'], .gform_wrapper .input-group > [type='month'] + [type='password'], .gform_wrapper .ginput_container_date > [type='month'] + [type='password'], .gform_wrapper .input-group > [type='week'] + [type='password'], .gform_wrapper .ginput_container_date > [type='week'] + [type='password'], .gform_wrapper .input-group > [type='email'] + [type='password'], .gform_wrapper .ginput_container_date > [type='email'] + [type='password'], .gform_wrapper .input-group > [type='number'] + [type='password'], .gform_wrapper .ginput_container_date > [type='number'] + [type='password'], .gform_wrapper .input-group > [type='search'] + [type='password'], .gform_wrapper .ginput_container_date > [type='search'] + [type='password'], .gform_wrapper .input-group > [type='tel'] + [type='password'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='password'], .gform_wrapper .input-group > [type='time'] + [type='password'], .gform_wrapper .ginput_container_date > [type='time'] + [type='password'], .gform_wrapper .input-group > [type='url'] + [type='password'], .gform_wrapper .ginput_container_date > [type='url'] + [type='password'], .gform_wrapper .input-group > [type='color'] + [type='password'], .gform_wrapper .ginput_container_date > [type='color'] + [type='password'], .gform_wrapper .input-group > [type='text'] + [type='password'], .gform_wrapper .ginput_container_date > [type='text'] + [type='password'], .gform_wrapper .input-group > [type='password'] + [type='password'], .gform_wrapper .ginput_container_date > [type='password'] + [type='password'], .gform_wrapper .input-group > [type='date'] + [type='password'], .gform_wrapper .ginput_container_date > [type='date'] + [type='password'], .gform_wrapper .input-group > [type='datetime'] + [type='password'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='password'], .gform_wrapper .input-group > [type='datetime-local'] + [type='password'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='password'], .gform_wrapper .input-group > [type='month'] + [type='password'], .gform_wrapper .ginput_container_date > [type='month'] + [type='password'], .gform_wrapper .input-group > [type='week'] + [type='password'], .gform_wrapper .ginput_container_date > [type='week'] + [type='password'], .gform_wrapper .input-group > [type='email'] + [type='password'], .gform_wrapper .ginput_container_date > [type='email'] + [type='password'], .gform_wrapper .input-group > [type='number'] + [type='password'], .gform_wrapper .ginput_container_date > [type='number'] + [type='password'], .gform_wrapper .input-group > [type='search'] + [type='password'], .gform_wrapper .ginput_container_date > [type='search'] + [type='password'], .gform_wrapper .input-group > [type='tel'] + [type='password'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='password'], .gform_wrapper .input-group > [type='time'] + [type='password'], .gform_wrapper .ginput_container_date > [type='time'] + [type='password'], .gform_wrapper .input-group > [type='url'] + [type='password'], .gform_wrapper .ginput_container_date > [type='url'] + [type='password'], .gform_wrapper .input-group > [type='color'] + [type='password'], .gform_wrapper .ginput_container_date > [type='color'] + [type='password'], .gform_wrapper .input-group > select + [type='password'], .gform_wrapper .ginput_container_date > select + [type='password'], .gform_wrapper .input-group > textarea + [type='password'], .gform_wrapper .ginput_container_date > textarea + [type='password'], .gform_wrapper .input-group > input[type="email"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='password'], .gform_wrapper .input-group > input[type="date"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='password'], .gform_wrapper .input-group > input[type="datetime"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='password'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='password'], .gform_wrapper .input-group > input[type="month"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='password'], .gform_wrapper .input-group > input[type="number"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='password'], .gform_wrapper .input-group > input[type="password"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='password'], .gform_wrapper .input-group > input[type="search"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='password'], .gform_wrapper .input-group > input[type="tel"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='password'], .gform_wrapper .input-group > input[type="text"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='password'], .gform_wrapper .input-group > input[type="time"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='password'], .gform_wrapper .input-group > input[type="week"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='password'], .gform_wrapper .input-group > input[type="url"] + [type='password'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='password'], .gform_wrapper .input-group > select + [type='password'], .gform_wrapper .ginput_container_date > select + [type='password'], .gform_wrapper .input-group > textarea + [type='password'], .gform_wrapper .ginput_container_date > textarea + [type='password'], .gform_wrapper .input-group > .form-control + [type='date'], .gform_wrapper .ginput_container_date > .form-control + [type='date'], .gform_wrapper .input-group > [type='text'] + [type='date'], .gform_wrapper .ginput_container_date > [type='text'] + [type='date'], .gform_wrapper .input-group > [type='password'] + [type='date'], .gform_wrapper .ginput_container_date > [type='password'] + [type='date'], .gform_wrapper .input-group > [type='date'] + [type='date'], .gform_wrapper .ginput_container_date > [type='date'] + [type='date'], .gform_wrapper .input-group > [type='datetime'] + [type='date'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='date'], .gform_wrapper .input-group > [type='datetime-local'] + [type='date'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='date'], .gform_wrapper .input-group > [type='month'] + [type='date'], .gform_wrapper .ginput_container_date > [type='month'] + [type='date'], .gform_wrapper .input-group > [type='week'] + [type='date'], .gform_wrapper .ginput_container_date > [type='week'] + [type='date'], .gform_wrapper .input-group > [type='email'] + [type='date'], .gform_wrapper .ginput_container_date > [type='email'] + [type='date'], .gform_wrapper .input-group > [type='number'] + [type='date'], .gform_wrapper .ginput_container_date > [type='number'] + [type='date'], .gform_wrapper .input-group > [type='search'] + [type='date'], .gform_wrapper .ginput_container_date > [type='search'] + [type='date'], .gform_wrapper .input-group > [type='tel'] + [type='date'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='date'], .gform_wrapper .input-group > [type='time'] + [type='date'], .gform_wrapper .ginput_container_date > [type='time'] + [type='date'], .gform_wrapper .input-group > [type='url'] + [type='date'], .gform_wrapper .ginput_container_date > [type='url'] + [type='date'], .gform_wrapper .input-group > [type='color'] + [type='date'], .gform_wrapper .ginput_container_date > [type='color'] + [type='date'], .gform_wrapper .input-group > [type='text'] + [type='date'], .gform_wrapper .ginput_container_date > [type='text'] + [type='date'], .gform_wrapper .input-group > [type='password'] + [type='date'], .gform_wrapper .ginput_container_date > [type='password'] + [type='date'], .gform_wrapper .input-group > [type='date'] + [type='date'], .gform_wrapper .ginput_container_date > [type='date'] + [type='date'], .gform_wrapper .input-group > [type='datetime'] + [type='date'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='date'], .gform_wrapper .input-group > [type='datetime-local'] + [type='date'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='date'], .gform_wrapper .input-group > [type='month'] + [type='date'], .gform_wrapper .ginput_container_date > [type='month'] + [type='date'], .gform_wrapper .input-group > [type='week'] + [type='date'], .gform_wrapper .ginput_container_date > [type='week'] + [type='date'], .gform_wrapper .input-group > [type='email'] + [type='date'], .gform_wrapper .ginput_container_date > [type='email'] + [type='date'], .gform_wrapper .input-group > [type='number'] + [type='date'], .gform_wrapper .ginput_container_date > [type='number'] + [type='date'], .gform_wrapper .input-group > [type='search'] + [type='date'], .gform_wrapper .ginput_container_date > [type='search'] + [type='date'], .gform_wrapper .input-group > [type='tel'] + [type='date'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='date'], .gform_wrapper .input-group > [type='time'] + [type='date'], .gform_wrapper .ginput_container_date > [type='time'] + [type='date'], .gform_wrapper .input-group > [type='url'] + [type='date'], .gform_wrapper .ginput_container_date > [type='url'] + [type='date'], .gform_wrapper .input-group > [type='color'] + [type='date'], .gform_wrapper .ginput_container_date > [type='color'] + [type='date'], .gform_wrapper .input-group > select + [type='date'], .gform_wrapper .ginput_container_date > select + [type='date'], .gform_wrapper .input-group > textarea + [type='date'], .gform_wrapper .ginput_container_date > textarea + [type='date'], .gform_wrapper .input-group > input[type="email"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='date'], .gform_wrapper .input-group > input[type="date"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='date'], .gform_wrapper .input-group > input[type="datetime"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='date'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='date'], .gform_wrapper .input-group > input[type="month"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='date'], .gform_wrapper .input-group > input[type="number"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='date'], .gform_wrapper .input-group > input[type="password"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='date'], .gform_wrapper .input-group > input[type="search"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='date'], .gform_wrapper .input-group > input[type="tel"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='date'], .gform_wrapper .input-group > input[type="text"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='date'], .gform_wrapper .input-group > input[type="time"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='date'], .gform_wrapper .input-group > input[type="week"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='date'], .gform_wrapper .input-group > input[type="url"] + [type='date'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='date'], .gform_wrapper .input-group > select + [type='date'], .gform_wrapper .ginput_container_date > select + [type='date'], .gform_wrapper .input-group > textarea + [type='date'], .gform_wrapper .ginput_container_date > textarea + [type='date'], .gform_wrapper .input-group > .form-control + [type='datetime'], .gform_wrapper .ginput_container_date > .form-control + [type='datetime'], .gform_wrapper .input-group > [type='text'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='text'] + [type='datetime'], .gform_wrapper .input-group > [type='password'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='password'] + [type='datetime'], .gform_wrapper .input-group > [type='date'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='date'] + [type='datetime'], .gform_wrapper .input-group > [type='datetime'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='datetime'], .gform_wrapper .input-group > [type='datetime-local'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='datetime'], .gform_wrapper .input-group > [type='month'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='month'] + [type='datetime'], .gform_wrapper .input-group > [type='week'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='week'] + [type='datetime'], .gform_wrapper .input-group > [type='email'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='email'] + [type='datetime'], .gform_wrapper .input-group > [type='number'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='number'] + [type='datetime'], .gform_wrapper .input-group > [type='search'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='search'] + [type='datetime'], .gform_wrapper .input-group > [type='tel'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='datetime'], .gform_wrapper .input-group > [type='time'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='time'] + [type='datetime'], .gform_wrapper .input-group > [type='url'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='url'] + [type='datetime'], .gform_wrapper .input-group > [type='color'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='color'] + [type='datetime'], .gform_wrapper .input-group > [type='text'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='text'] + [type='datetime'], .gform_wrapper .input-group > [type='password'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='password'] + [type='datetime'], .gform_wrapper .input-group > [type='date'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='date'] + [type='datetime'], .gform_wrapper .input-group > [type='datetime'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='datetime'], .gform_wrapper .input-group > [type='datetime-local'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='datetime'], .gform_wrapper .input-group > [type='month'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='month'] + [type='datetime'], .gform_wrapper .input-group > [type='week'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='week'] + [type='datetime'], .gform_wrapper .input-group > [type='email'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='email'] + [type='datetime'], .gform_wrapper .input-group > [type='number'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='number'] + [type='datetime'], .gform_wrapper .input-group > [type='search'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='search'] + [type='datetime'], .gform_wrapper .input-group > [type='tel'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='datetime'], .gform_wrapper .input-group > [type='time'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='time'] + [type='datetime'], .gform_wrapper .input-group > [type='url'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='url'] + [type='datetime'], .gform_wrapper .input-group > [type='color'] + [type='datetime'], .gform_wrapper .ginput_container_date > [type='color'] + [type='datetime'], .gform_wrapper .input-group > select + [type='datetime'], .gform_wrapper .ginput_container_date > select + [type='datetime'], .gform_wrapper .input-group > textarea + [type='datetime'], .gform_wrapper .ginput_container_date > textarea + [type='datetime'], .gform_wrapper .input-group > input[type="email"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='datetime'], .gform_wrapper .input-group > input[type="date"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='datetime'], .gform_wrapper .input-group > input[type="datetime"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='datetime'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='datetime'], .gform_wrapper .input-group > input[type="month"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='datetime'], .gform_wrapper .input-group > input[type="number"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='datetime'], .gform_wrapper .input-group > input[type="password"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='datetime'], .gform_wrapper .input-group > input[type="search"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='datetime'], .gform_wrapper .input-group > input[type="tel"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='datetime'], .gform_wrapper .input-group > input[type="text"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='datetime'], .gform_wrapper .input-group > input[type="time"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='datetime'], .gform_wrapper .input-group > input[type="week"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='datetime'], .gform_wrapper .input-group > input[type="url"] + [type='datetime'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='datetime'], .gform_wrapper .input-group > select + [type='datetime'], .gform_wrapper .ginput_container_date > select + [type='datetime'], .gform_wrapper .input-group > textarea + [type='datetime'], .gform_wrapper .ginput_container_date > textarea + [type='datetime'], .gform_wrapper .input-group > .form-control + [type='datetime-local'], .gform_wrapper .ginput_container_date > .form-control + [type='datetime-local'], .gform_wrapper .input-group > [type='text'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='text'] + [type='datetime-local'], .gform_wrapper .input-group > [type='password'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='password'] + [type='datetime-local'], .gform_wrapper .input-group > [type='date'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='date'] + [type='datetime-local'], .gform_wrapper .input-group > [type='datetime'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='datetime-local'], .gform_wrapper .input-group > [type='datetime-local'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='datetime-local'], .gform_wrapper .input-group > [type='month'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='month'] + [type='datetime-local'], .gform_wrapper .input-group > [type='week'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='week'] + [type='datetime-local'], .gform_wrapper .input-group > [type='email'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='email'] + [type='datetime-local'], .gform_wrapper .input-group > [type='number'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='number'] + [type='datetime-local'], .gform_wrapper .input-group > [type='search'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='search'] + [type='datetime-local'], .gform_wrapper .input-group > [type='tel'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='datetime-local'], .gform_wrapper .input-group > [type='time'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='time'] + [type='datetime-local'], .gform_wrapper .input-group > [type='url'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='url'] + [type='datetime-local'], .gform_wrapper .input-group > [type='color'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='color'] + [type='datetime-local'], .gform_wrapper .input-group > [type='text'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='text'] + [type='datetime-local'], .gform_wrapper .input-group > [type='password'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='password'] + [type='datetime-local'], .gform_wrapper .input-group > [type='date'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='date'] + [type='datetime-local'], .gform_wrapper .input-group > [type='datetime'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='datetime-local'], .gform_wrapper .input-group > [type='datetime-local'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='datetime-local'], .gform_wrapper .input-group > [type='month'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='month'] + [type='datetime-local'], .gform_wrapper .input-group > [type='week'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='week'] + [type='datetime-local'], .gform_wrapper .input-group > [type='email'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='email'] + [type='datetime-local'], .gform_wrapper .input-group > [type='number'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='number'] + [type='datetime-local'], .gform_wrapper .input-group > [type='search'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='search'] + [type='datetime-local'], .gform_wrapper .input-group > [type='tel'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='datetime-local'], .gform_wrapper .input-group > [type='time'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='time'] + [type='datetime-local'], .gform_wrapper .input-group > [type='url'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='url'] + [type='datetime-local'], .gform_wrapper .input-group > [type='color'] + [type='datetime-local'], .gform_wrapper .ginput_container_date > [type='color'] + [type='datetime-local'], .gform_wrapper .input-group > select + [type='datetime-local'], .gform_wrapper .ginput_container_date > select + [type='datetime-local'], .gform_wrapper .input-group > textarea + [type='datetime-local'], .gform_wrapper .ginput_container_date > textarea + [type='datetime-local'], .gform_wrapper .input-group > input[type="email"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="date"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="datetime"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="month"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="number"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="password"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="search"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="tel"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="text"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="time"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="week"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='datetime-local'], .gform_wrapper .input-group > input[type="url"] + [type='datetime-local'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='datetime-local'], .gform_wrapper .input-group > select + [type='datetime-local'], .gform_wrapper .ginput_container_date > select + [type='datetime-local'], .gform_wrapper .input-group > textarea + [type='datetime-local'], .gform_wrapper .ginput_container_date > textarea + [type='datetime-local'], .gform_wrapper .input-group > .form-control + [type='month'], .gform_wrapper .ginput_container_date > .form-control + [type='month'], .gform_wrapper .input-group > [type='text'] + [type='month'], .gform_wrapper .ginput_container_date > [type='text'] + [type='month'], .gform_wrapper .input-group > [type='password'] + [type='month'], .gform_wrapper .ginput_container_date > [type='password'] + [type='month'], .gform_wrapper .input-group > [type='date'] + [type='month'], .gform_wrapper .ginput_container_date > [type='date'] + [type='month'], .gform_wrapper .input-group > [type='datetime'] + [type='month'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='month'], .gform_wrapper .input-group > [type='datetime-local'] + [type='month'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='month'], .gform_wrapper .input-group > [type='month'] + [type='month'], .gform_wrapper .ginput_container_date > [type='month'] + [type='month'], .gform_wrapper .input-group > [type='week'] + [type='month'], .gform_wrapper .ginput_container_date > [type='week'] + [type='month'], .gform_wrapper .input-group > [type='email'] + [type='month'], .gform_wrapper .ginput_container_date > [type='email'] + [type='month'], .gform_wrapper .input-group > [type='number'] + [type='month'], .gform_wrapper .ginput_container_date > [type='number'] + [type='month'], .gform_wrapper .input-group > [type='search'] + [type='month'], .gform_wrapper .ginput_container_date > [type='search'] + [type='month'], .gform_wrapper .input-group > [type='tel'] + [type='month'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='month'], .gform_wrapper .input-group > [type='time'] + [type='month'], .gform_wrapper .ginput_container_date > [type='time'] + [type='month'], .gform_wrapper .input-group > [type='url'] + [type='month'], .gform_wrapper .ginput_container_date > [type='url'] + [type='month'], .gform_wrapper .input-group > [type='color'] + [type='month'], .gform_wrapper .ginput_container_date > [type='color'] + [type='month'], .gform_wrapper .input-group > [type='text'] + [type='month'], .gform_wrapper .ginput_container_date > [type='text'] + [type='month'], .gform_wrapper .input-group > [type='password'] + [type='month'], .gform_wrapper .ginput_container_date > [type='password'] + [type='month'], .gform_wrapper .input-group > [type='date'] + [type='month'], .gform_wrapper .ginput_container_date > [type='date'] + [type='month'], .gform_wrapper .input-group > [type='datetime'] + [type='month'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='month'], .gform_wrapper .input-group > [type='datetime-local'] + [type='month'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='month'], .gform_wrapper .input-group > [type='month'] + [type='month'], .gform_wrapper .ginput_container_date > [type='month'] + [type='month'], .gform_wrapper .input-group > [type='week'] + [type='month'], .gform_wrapper .ginput_container_date > [type='week'] + [type='month'], .gform_wrapper .input-group > [type='email'] + [type='month'], .gform_wrapper .ginput_container_date > [type='email'] + [type='month'], .gform_wrapper .input-group > [type='number'] + [type='month'], .gform_wrapper .ginput_container_date > [type='number'] + [type='month'], .gform_wrapper .input-group > [type='search'] + [type='month'], .gform_wrapper .ginput_container_date > [type='search'] + [type='month'], .gform_wrapper .input-group > [type='tel'] + [type='month'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='month'], .gform_wrapper .input-group > [type='time'] + [type='month'], .gform_wrapper .ginput_container_date > [type='time'] + [type='month'], .gform_wrapper .input-group > [type='url'] + [type='month'], .gform_wrapper .ginput_container_date > [type='url'] + [type='month'], .gform_wrapper .input-group > [type='color'] + [type='month'], .gform_wrapper .ginput_container_date > [type='color'] + [type='month'], .gform_wrapper .input-group > select + [type='month'], .gform_wrapper .ginput_container_date > select + [type='month'], .gform_wrapper .input-group > textarea + [type='month'], .gform_wrapper .ginput_container_date > textarea + [type='month'], .gform_wrapper .input-group > input[type="email"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='month'], .gform_wrapper .input-group > input[type="date"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='month'], .gform_wrapper .input-group > input[type="datetime"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='month'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='month'], .gform_wrapper .input-group > input[type="month"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='month'], .gform_wrapper .input-group > input[type="number"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='month'], .gform_wrapper .input-group > input[type="password"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='month'], .gform_wrapper .input-group > input[type="search"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='month'], .gform_wrapper .input-group > input[type="tel"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='month'], .gform_wrapper .input-group > input[type="text"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='month'], .gform_wrapper .input-group > input[type="time"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='month'], .gform_wrapper .input-group > input[type="week"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='month'], .gform_wrapper .input-group > input[type="url"] + [type='month'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='month'], .gform_wrapper .input-group > select + [type='month'], .gform_wrapper .ginput_container_date > select + [type='month'], .gform_wrapper .input-group > textarea + [type='month'], .gform_wrapper .ginput_container_date > textarea + [type='month'], .gform_wrapper .input-group > .form-control + [type='week'], .gform_wrapper .ginput_container_date > .form-control + [type='week'], .gform_wrapper .input-group > [type='text'] + [type='week'], .gform_wrapper .ginput_container_date > [type='text'] + [type='week'], .gform_wrapper .input-group > [type='password'] + [type='week'], .gform_wrapper .ginput_container_date > [type='password'] + [type='week'], .gform_wrapper .input-group > [type='date'] + [type='week'], .gform_wrapper .ginput_container_date > [type='date'] + [type='week'], .gform_wrapper .input-group > [type='datetime'] + [type='week'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='week'], .gform_wrapper .input-group > [type='datetime-local'] + [type='week'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='week'], .gform_wrapper .input-group > [type='month'] + [type='week'], .gform_wrapper .ginput_container_date > [type='month'] + [type='week'], .gform_wrapper .input-group > [type='week'] + [type='week'], .gform_wrapper .ginput_container_date > [type='week'] + [type='week'], .gform_wrapper .input-group > [type='email'] + [type='week'], .gform_wrapper .ginput_container_date > [type='email'] + [type='week'], .gform_wrapper .input-group > [type='number'] + [type='week'], .gform_wrapper .ginput_container_date > [type='number'] + [type='week'], .gform_wrapper .input-group > [type='search'] + [type='week'], .gform_wrapper .ginput_container_date > [type='search'] + [type='week'], .gform_wrapper .input-group > [type='tel'] + [type='week'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='week'], .gform_wrapper .input-group > [type='time'] + [type='week'], .gform_wrapper .ginput_container_date > [type='time'] + [type='week'], .gform_wrapper .input-group > [type='url'] + [type='week'], .gform_wrapper .ginput_container_date > [type='url'] + [type='week'], .gform_wrapper .input-group > [type='color'] + [type='week'], .gform_wrapper .ginput_container_date > [type='color'] + [type='week'], .gform_wrapper .input-group > [type='text'] + [type='week'], .gform_wrapper .ginput_container_date > [type='text'] + [type='week'], .gform_wrapper .input-group > [type='password'] + [type='week'], .gform_wrapper .ginput_container_date > [type='password'] + [type='week'], .gform_wrapper .input-group > [type='date'] + [type='week'], .gform_wrapper .ginput_container_date > [type='date'] + [type='week'], .gform_wrapper .input-group > [type='datetime'] + [type='week'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='week'], .gform_wrapper .input-group > [type='datetime-local'] + [type='week'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='week'], .gform_wrapper .input-group > [type='month'] + [type='week'], .gform_wrapper .ginput_container_date > [type='month'] + [type='week'], .gform_wrapper .input-group > [type='week'] + [type='week'], .gform_wrapper .ginput_container_date > [type='week'] + [type='week'], .gform_wrapper .input-group > [type='email'] + [type='week'], .gform_wrapper .ginput_container_date > [type='email'] + [type='week'], .gform_wrapper .input-group > [type='number'] + [type='week'], .gform_wrapper .ginput_container_date > [type='number'] + [type='week'], .gform_wrapper .input-group > [type='search'] + [type='week'], .gform_wrapper .ginput_container_date > [type='search'] + [type='week'], .gform_wrapper .input-group > [type='tel'] + [type='week'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='week'], .gform_wrapper .input-group > [type='time'] + [type='week'], .gform_wrapper .ginput_container_date > [type='time'] + [type='week'], .gform_wrapper .input-group > [type='url'] + [type='week'], .gform_wrapper .ginput_container_date > [type='url'] + [type='week'], .gform_wrapper .input-group > [type='color'] + [type='week'], .gform_wrapper .ginput_container_date > [type='color'] + [type='week'], .gform_wrapper .input-group > select + [type='week'], .gform_wrapper .ginput_container_date > select + [type='week'], .gform_wrapper .input-group > textarea + [type='week'], .gform_wrapper .ginput_container_date > textarea + [type='week'], .gform_wrapper .input-group > input[type="email"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='week'], .gform_wrapper .input-group > input[type="date"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='week'], .gform_wrapper .input-group > input[type="datetime"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='week'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='week'], .gform_wrapper .input-group > input[type="month"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='week'], .gform_wrapper .input-group > input[type="number"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='week'], .gform_wrapper .input-group > input[type="password"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='week'], .gform_wrapper .input-group > input[type="search"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='week'], .gform_wrapper .input-group > input[type="tel"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='week'], .gform_wrapper .input-group > input[type="text"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='week'], .gform_wrapper .input-group > input[type="time"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='week'], .gform_wrapper .input-group > input[type="week"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='week'], .gform_wrapper .input-group > input[type="url"] + [type='week'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='week'], .gform_wrapper .input-group > select + [type='week'], .gform_wrapper .ginput_container_date > select + [type='week'], .gform_wrapper .input-group > textarea + [type='week'], .gform_wrapper .ginput_container_date > textarea + [type='week'], .gform_wrapper .input-group > .form-control + [type='email'], .gform_wrapper .ginput_container_date > .form-control + [type='email'], .gform_wrapper .input-group > [type='text'] + [type='email'], .gform_wrapper .ginput_container_date > [type='text'] + [type='email'], .gform_wrapper .input-group > [type='password'] + [type='email'], .gform_wrapper .ginput_container_date > [type='password'] + [type='email'], .gform_wrapper .input-group > [type='date'] + [type='email'], .gform_wrapper .ginput_container_date > [type='date'] + [type='email'], .gform_wrapper .input-group > [type='datetime'] + [type='email'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='email'], .gform_wrapper .input-group > [type='datetime-local'] + [type='email'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='email'], .gform_wrapper .input-group > [type='month'] + [type='email'], .gform_wrapper .ginput_container_date > [type='month'] + [type='email'], .gform_wrapper .input-group > [type='week'] + [type='email'], .gform_wrapper .ginput_container_date > [type='week'] + [type='email'], .gform_wrapper .input-group > [type='email'] + [type='email'], .gform_wrapper .ginput_container_date > [type='email'] + [type='email'], .gform_wrapper .input-group > [type='number'] + [type='email'], .gform_wrapper .ginput_container_date > [type='number'] + [type='email'], .gform_wrapper .input-group > [type='search'] + [type='email'], .gform_wrapper .ginput_container_date > [type='search'] + [type='email'], .gform_wrapper .input-group > [type='tel'] + [type='email'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='email'], .gform_wrapper .input-group > [type='time'] + [type='email'], .gform_wrapper .ginput_container_date > [type='time'] + [type='email'], .gform_wrapper .input-group > [type='url'] + [type='email'], .gform_wrapper .ginput_container_date > [type='url'] + [type='email'], .gform_wrapper .input-group > [type='color'] + [type='email'], .gform_wrapper .ginput_container_date > [type='color'] + [type='email'], .gform_wrapper .input-group > [type='text'] + [type='email'], .gform_wrapper .ginput_container_date > [type='text'] + [type='email'], .gform_wrapper .input-group > [type='password'] + [type='email'], .gform_wrapper .ginput_container_date > [type='password'] + [type='email'], .gform_wrapper .input-group > [type='date'] + [type='email'], .gform_wrapper .ginput_container_date > [type='date'] + [type='email'], .gform_wrapper .input-group > [type='datetime'] + [type='email'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='email'], .gform_wrapper .input-group > [type='datetime-local'] + [type='email'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='email'], .gform_wrapper .input-group > [type='month'] + [type='email'], .gform_wrapper .ginput_container_date > [type='month'] + [type='email'], .gform_wrapper .input-group > [type='week'] + [type='email'], .gform_wrapper .ginput_container_date > [type='week'] + [type='email'], .gform_wrapper .input-group > [type='email'] + [type='email'], .gform_wrapper .ginput_container_date > [type='email'] + [type='email'], .gform_wrapper .input-group > [type='number'] + [type='email'], .gform_wrapper .ginput_container_date > [type='number'] + [type='email'], .gform_wrapper .input-group > [type='search'] + [type='email'], .gform_wrapper .ginput_container_date > [type='search'] + [type='email'], .gform_wrapper .input-group > [type='tel'] + [type='email'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='email'], .gform_wrapper .input-group > [type='time'] + [type='email'], .gform_wrapper .ginput_container_date > [type='time'] + [type='email'], .gform_wrapper .input-group > [type='url'] + [type='email'], .gform_wrapper .ginput_container_date > [type='url'] + [type='email'], .gform_wrapper .input-group > [type='color'] + [type='email'], .gform_wrapper .ginput_container_date > [type='color'] + [type='email'], .gform_wrapper .input-group > select + [type='email'], .gform_wrapper .ginput_container_date > select + [type='email'], .gform_wrapper .input-group > textarea + [type='email'], .gform_wrapper .ginput_container_date > textarea + [type='email'], .gform_wrapper .input-group > input[type="email"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='email'], .gform_wrapper .input-group > input[type="date"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='email'], .gform_wrapper .input-group > input[type="datetime"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='email'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='email'], .gform_wrapper .input-group > input[type="month"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='email'], .gform_wrapper .input-group > input[type="number"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='email'], .gform_wrapper .input-group > input[type="password"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='email'], .gform_wrapper .input-group > input[type="search"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='email'], .gform_wrapper .input-group > input[type="tel"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='email'], .gform_wrapper .input-group > input[type="text"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='email'], .gform_wrapper .input-group > input[type="time"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='email'], .gform_wrapper .input-group > input[type="week"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='email'], .gform_wrapper .input-group > input[type="url"] + [type='email'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='email'], .gform_wrapper .input-group > select + [type='email'], .gform_wrapper .ginput_container_date > select + [type='email'], .gform_wrapper .input-group > textarea + [type='email'], .gform_wrapper .ginput_container_date > textarea + [type='email'], .gform_wrapper .input-group > .form-control + [type='number'], .gform_wrapper .ginput_container_date > .form-control + [type='number'], .gform_wrapper .input-group > [type='text'] + [type='number'], .gform_wrapper .ginput_container_date > [type='text'] + [type='number'], .gform_wrapper .input-group > [type='password'] + [type='number'], .gform_wrapper .ginput_container_date > [type='password'] + [type='number'], .gform_wrapper .input-group > [type='date'] + [type='number'], .gform_wrapper .ginput_container_date > [type='date'] + [type='number'], .gform_wrapper .input-group > [type='datetime'] + [type='number'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='number'], .gform_wrapper .input-group > [type='datetime-local'] + [type='number'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='number'], .gform_wrapper .input-group > [type='month'] + [type='number'], .gform_wrapper .ginput_container_date > [type='month'] + [type='number'], .gform_wrapper .input-group > [type='week'] + [type='number'], .gform_wrapper .ginput_container_date > [type='week'] + [type='number'], .gform_wrapper .input-group > [type='email'] + [type='number'], .gform_wrapper .ginput_container_date > [type='email'] + [type='number'], .gform_wrapper .input-group > [type='number'] + [type='number'], .gform_wrapper .ginput_container_date > [type='number'] + [type='number'], .gform_wrapper .input-group > [type='search'] + [type='number'], .gform_wrapper .ginput_container_date > [type='search'] + [type='number'], .gform_wrapper .input-group > [type='tel'] + [type='number'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='number'], .gform_wrapper .input-group > [type='time'] + [type='number'], .gform_wrapper .ginput_container_date > [type='time'] + [type='number'], .gform_wrapper .input-group > [type='url'] + [type='number'], .gform_wrapper .ginput_container_date > [type='url'] + [type='number'], .gform_wrapper .input-group > [type='color'] + [type='number'], .gform_wrapper .ginput_container_date > [type='color'] + [type='number'], .gform_wrapper .input-group > [type='text'] + [type='number'], .gform_wrapper .ginput_container_date > [type='text'] + [type='number'], .gform_wrapper .input-group > [type='password'] + [type='number'], .gform_wrapper .ginput_container_date > [type='password'] + [type='number'], .gform_wrapper .input-group > [type='date'] + [type='number'], .gform_wrapper .ginput_container_date > [type='date'] + [type='number'], .gform_wrapper .input-group > [type='datetime'] + [type='number'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='number'], .gform_wrapper .input-group > [type='datetime-local'] + [type='number'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='number'], .gform_wrapper .input-group > [type='month'] + [type='number'], .gform_wrapper .ginput_container_date > [type='month'] + [type='number'], .gform_wrapper .input-group > [type='week'] + [type='number'], .gform_wrapper .ginput_container_date > [type='week'] + [type='number'], .gform_wrapper .input-group > [type='email'] + [type='number'], .gform_wrapper .ginput_container_date > [type='email'] + [type='number'], .gform_wrapper .input-group > [type='number'] + [type='number'], .gform_wrapper .ginput_container_date > [type='number'] + [type='number'], .gform_wrapper .input-group > [type='search'] + [type='number'], .gform_wrapper .ginput_container_date > [type='search'] + [type='number'], .gform_wrapper .input-group > [type='tel'] + [type='number'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='number'], .gform_wrapper .input-group > [type='time'] + [type='number'], .gform_wrapper .ginput_container_date > [type='time'] + [type='number'], .gform_wrapper .input-group > [type='url'] + [type='number'], .gform_wrapper .ginput_container_date > [type='url'] + [type='number'], .gform_wrapper .input-group > [type='color'] + [type='number'], .gform_wrapper .ginput_container_date > [type='color'] + [type='number'], .gform_wrapper .input-group > select + [type='number'], .gform_wrapper .ginput_container_date > select + [type='number'], .gform_wrapper .input-group > textarea + [type='number'], .gform_wrapper .ginput_container_date > textarea + [type='number'], .gform_wrapper .input-group > input[type="email"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='number'], .gform_wrapper .input-group > input[type="date"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='number'], .gform_wrapper .input-group > input[type="datetime"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='number'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='number'], .gform_wrapper .input-group > input[type="month"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='number'], .gform_wrapper .input-group > input[type="number"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='number'], .gform_wrapper .input-group > input[type="password"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='number'], .gform_wrapper .input-group > input[type="search"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='number'], .gform_wrapper .input-group > input[type="tel"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='number'], .gform_wrapper .input-group > input[type="text"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='number'], .gform_wrapper .input-group > input[type="time"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='number'], .gform_wrapper .input-group > input[type="week"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='number'], .gform_wrapper .input-group > input[type="url"] + [type='number'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='number'], .gform_wrapper .input-group > select + [type='number'], .gform_wrapper .ginput_container_date > select + [type='number'], .gform_wrapper .input-group > textarea + [type='number'], .gform_wrapper .ginput_container_date > textarea + [type='number'], .gform_wrapper .input-group > .form-control + [type='search'], .gform_wrapper .ginput_container_date > .form-control + [type='search'], .gform_wrapper .input-group > [type='text'] + [type='search'], .gform_wrapper .ginput_container_date > [type='text'] + [type='search'], .gform_wrapper .input-group > [type='password'] + [type='search'], .gform_wrapper .ginput_container_date > [type='password'] + [type='search'], .gform_wrapper .input-group > [type='date'] + [type='search'], .gform_wrapper .ginput_container_date > [type='date'] + [type='search'], .gform_wrapper .input-group > [type='datetime'] + [type='search'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='search'], .gform_wrapper .input-group > [type='datetime-local'] + [type='search'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='search'], .gform_wrapper .input-group > [type='month'] + [type='search'], .gform_wrapper .ginput_container_date > [type='month'] + [type='search'], .gform_wrapper .input-group > [type='week'] + [type='search'], .gform_wrapper .ginput_container_date > [type='week'] + [type='search'], .gform_wrapper .input-group > [type='email'] + [type='search'], .gform_wrapper .ginput_container_date > [type='email'] + [type='search'], .gform_wrapper .input-group > [type='number'] + [type='search'], .gform_wrapper .ginput_container_date > [type='number'] + [type='search'], .gform_wrapper .input-group > [type='search'] + [type='search'], .gform_wrapper .ginput_container_date > [type='search'] + [type='search'], .gform_wrapper .input-group > [type='tel'] + [type='search'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='search'], .gform_wrapper .input-group > [type='time'] + [type='search'], .gform_wrapper .ginput_container_date > [type='time'] + [type='search'], .gform_wrapper .input-group > [type='url'] + [type='search'], .gform_wrapper .ginput_container_date > [type='url'] + [type='search'], .gform_wrapper .input-group > [type='color'] + [type='search'], .gform_wrapper .ginput_container_date > [type='color'] + [type='search'], .gform_wrapper .input-group > [type='text'] + [type='search'], .gform_wrapper .ginput_container_date > [type='text'] + [type='search'], .gform_wrapper .input-group > [type='password'] + [type='search'], .gform_wrapper .ginput_container_date > [type='password'] + [type='search'], .gform_wrapper .input-group > [type='date'] + [type='search'], .gform_wrapper .ginput_container_date > [type='date'] + [type='search'], .gform_wrapper .input-group > [type='datetime'] + [type='search'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='search'], .gform_wrapper .input-group > [type='datetime-local'] + [type='search'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='search'], .gform_wrapper .input-group > [type='month'] + [type='search'], .gform_wrapper .ginput_container_date > [type='month'] + [type='search'], .gform_wrapper .input-group > [type='week'] + [type='search'], .gform_wrapper .ginput_container_date > [type='week'] + [type='search'], .gform_wrapper .input-group > [type='email'] + [type='search'], .gform_wrapper .ginput_container_date > [type='email'] + [type='search'], .gform_wrapper .input-group > [type='number'] + [type='search'], .gform_wrapper .ginput_container_date > [type='number'] + [type='search'], .gform_wrapper .input-group > [type='search'] + [type='search'], .gform_wrapper .ginput_container_date > [type='search'] + [type='search'], .gform_wrapper .input-group > [type='tel'] + [type='search'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='search'], .gform_wrapper .input-group > [type='time'] + [type='search'], .gform_wrapper .ginput_container_date > [type='time'] + [type='search'], .gform_wrapper .input-group > [type='url'] + [type='search'], .gform_wrapper .ginput_container_date > [type='url'] + [type='search'], .gform_wrapper .input-group > [type='color'] + [type='search'], .gform_wrapper .ginput_container_date > [type='color'] + [type='search'], .gform_wrapper .input-group > select + [type='search'], .gform_wrapper .ginput_container_date > select + [type='search'], .gform_wrapper .input-group > textarea + [type='search'], .gform_wrapper .ginput_container_date > textarea + [type='search'], .gform_wrapper .input-group > input[type="email"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='search'], .gform_wrapper .input-group > input[type="date"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='search'], .gform_wrapper .input-group > input[type="datetime"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='search'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='search'], .gform_wrapper .input-group > input[type="month"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='search'], .gform_wrapper .input-group > input[type="number"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='search'], .gform_wrapper .input-group > input[type="password"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='search'], .gform_wrapper .input-group > input[type="search"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='search'], .gform_wrapper .input-group > input[type="tel"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='search'], .gform_wrapper .input-group > input[type="text"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='search'], .gform_wrapper .input-group > input[type="time"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='search'], .gform_wrapper .input-group > input[type="week"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='search'], .gform_wrapper .input-group > input[type="url"] + [type='search'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='search'], .gform_wrapper .input-group > select + [type='search'], .gform_wrapper .ginput_container_date > select + [type='search'], .gform_wrapper .input-group > textarea + [type='search'], .gform_wrapper .ginput_container_date > textarea + [type='search'], .gform_wrapper .input-group > .form-control + [type='tel'], .gform_wrapper .ginput_container_date > .form-control + [type='tel'], .gform_wrapper .input-group > [type='text'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='text'] + [type='tel'], .gform_wrapper .input-group > [type='password'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='password'] + [type='tel'], .gform_wrapper .input-group > [type='date'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='date'] + [type='tel'], .gform_wrapper .input-group > [type='datetime'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='tel'], .gform_wrapper .input-group > [type='datetime-local'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='tel'], .gform_wrapper .input-group > [type='month'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='month'] + [type='tel'], .gform_wrapper .input-group > [type='week'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='week'] + [type='tel'], .gform_wrapper .input-group > [type='email'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='email'] + [type='tel'], .gform_wrapper .input-group > [type='number'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='number'] + [type='tel'], .gform_wrapper .input-group > [type='search'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='search'] + [type='tel'], .gform_wrapper .input-group > [type='tel'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='tel'], .gform_wrapper .input-group > [type='time'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='time'] + [type='tel'], .gform_wrapper .input-group > [type='url'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='url'] + [type='tel'], .gform_wrapper .input-group > [type='color'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='color'] + [type='tel'], .gform_wrapper .input-group > [type='text'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='text'] + [type='tel'], .gform_wrapper .input-group > [type='password'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='password'] + [type='tel'], .gform_wrapper .input-group > [type='date'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='date'] + [type='tel'], .gform_wrapper .input-group > [type='datetime'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='tel'], .gform_wrapper .input-group > [type='datetime-local'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='tel'], .gform_wrapper .input-group > [type='month'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='month'] + [type='tel'], .gform_wrapper .input-group > [type='week'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='week'] + [type='tel'], .gform_wrapper .input-group > [type='email'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='email'] + [type='tel'], .gform_wrapper .input-group > [type='number'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='number'] + [type='tel'], .gform_wrapper .input-group > [type='search'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='search'] + [type='tel'], .gform_wrapper .input-group > [type='tel'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='tel'], .gform_wrapper .input-group > [type='time'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='time'] + [type='tel'], .gform_wrapper .input-group > [type='url'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='url'] + [type='tel'], .gform_wrapper .input-group > [type='color'] + [type='tel'], .gform_wrapper .ginput_container_date > [type='color'] + [type='tel'], .gform_wrapper .input-group > select + [type='tel'], .gform_wrapper .ginput_container_date > select + [type='tel'], .gform_wrapper .input-group > textarea + [type='tel'], .gform_wrapper .ginput_container_date > textarea + [type='tel'], .gform_wrapper .input-group > input[type="email"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='tel'], .gform_wrapper .input-group > input[type="date"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='tel'], .gform_wrapper .input-group > input[type="datetime"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='tel'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='tel'], .gform_wrapper .input-group > input[type="month"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='tel'], .gform_wrapper .input-group > input[type="number"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='tel'], .gform_wrapper .input-group > input[type="password"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='tel'], .gform_wrapper .input-group > input[type="search"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='tel'], .gform_wrapper .input-group > input[type="tel"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='tel'], .gform_wrapper .input-group > input[type="text"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='tel'], .gform_wrapper .input-group > input[type="time"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='tel'], .gform_wrapper .input-group > input[type="week"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='tel'], .gform_wrapper .input-group > input[type="url"] + [type='tel'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='tel'], .gform_wrapper .input-group > select + [type='tel'], .gform_wrapper .ginput_container_date > select + [type='tel'], .gform_wrapper .input-group > textarea + [type='tel'], .gform_wrapper .ginput_container_date > textarea + [type='tel'], .gform_wrapper .input-group > .form-control + [type='time'], .gform_wrapper .ginput_container_date > .form-control + [type='time'], .gform_wrapper .input-group > [type='text'] + [type='time'], .gform_wrapper .ginput_container_date > [type='text'] + [type='time'], .gform_wrapper .input-group > [type='password'] + [type='time'], .gform_wrapper .ginput_container_date > [type='password'] + [type='time'], .gform_wrapper .input-group > [type='date'] + [type='time'], .gform_wrapper .ginput_container_date > [type='date'] + [type='time'], .gform_wrapper .input-group > [type='datetime'] + [type='time'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='time'], .gform_wrapper .input-group > [type='datetime-local'] + [type='time'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='time'], .gform_wrapper .input-group > [type='month'] + [type='time'], .gform_wrapper .ginput_container_date > [type='month'] + [type='time'], .gform_wrapper .input-group > [type='week'] + [type='time'], .gform_wrapper .ginput_container_date > [type='week'] + [type='time'], .gform_wrapper .input-group > [type='email'] + [type='time'], .gform_wrapper .ginput_container_date > [type='email'] + [type='time'], .gform_wrapper .input-group > [type='number'] + [type='time'], .gform_wrapper .ginput_container_date > [type='number'] + [type='time'], .gform_wrapper .input-group > [type='search'] + [type='time'], .gform_wrapper .ginput_container_date > [type='search'] + [type='time'], .gform_wrapper .input-group > [type='tel'] + [type='time'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='time'], .gform_wrapper .input-group > [type='time'] + [type='time'], .gform_wrapper .ginput_container_date > [type='time'] + [type='time'], .gform_wrapper .input-group > [type='url'] + [type='time'], .gform_wrapper .ginput_container_date > [type='url'] + [type='time'], .gform_wrapper .input-group > [type='color'] + [type='time'], .gform_wrapper .ginput_container_date > [type='color'] + [type='time'], .gform_wrapper .input-group > [type='text'] + [type='time'], .gform_wrapper .ginput_container_date > [type='text'] + [type='time'], .gform_wrapper .input-group > [type='password'] + [type='time'], .gform_wrapper .ginput_container_date > [type='password'] + [type='time'], .gform_wrapper .input-group > [type='date'] + [type='time'], .gform_wrapper .ginput_container_date > [type='date'] + [type='time'], .gform_wrapper .input-group > [type='datetime'] + [type='time'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='time'], .gform_wrapper .input-group > [type='datetime-local'] + [type='time'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='time'], .gform_wrapper .input-group > [type='month'] + [type='time'], .gform_wrapper .ginput_container_date > [type='month'] + [type='time'], .gform_wrapper .input-group > [type='week'] + [type='time'], .gform_wrapper .ginput_container_date > [type='week'] + [type='time'], .gform_wrapper .input-group > [type='email'] + [type='time'], .gform_wrapper .ginput_container_date > [type='email'] + [type='time'], .gform_wrapper .input-group > [type='number'] + [type='time'], .gform_wrapper .ginput_container_date > [type='number'] + [type='time'], .gform_wrapper .input-group > [type='search'] + [type='time'], .gform_wrapper .ginput_container_date > [type='search'] + [type='time'], .gform_wrapper .input-group > [type='tel'] + [type='time'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='time'], .gform_wrapper .input-group > [type='time'] + [type='time'], .gform_wrapper .ginput_container_date > [type='time'] + [type='time'], .gform_wrapper .input-group > [type='url'] + [type='time'], .gform_wrapper .ginput_container_date > [type='url'] + [type='time'], .gform_wrapper .input-group > [type='color'] + [type='time'], .gform_wrapper .ginput_container_date > [type='color'] + [type='time'], .gform_wrapper .input-group > select + [type='time'], .gform_wrapper .ginput_container_date > select + [type='time'], .gform_wrapper .input-group > textarea + [type='time'], .gform_wrapper .ginput_container_date > textarea + [type='time'], .gform_wrapper .input-group > input[type="email"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='time'], .gform_wrapper .input-group > input[type="date"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='time'], .gform_wrapper .input-group > input[type="datetime"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='time'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='time'], .gform_wrapper .input-group > input[type="month"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='time'], .gform_wrapper .input-group > input[type="number"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='time'], .gform_wrapper .input-group > input[type="password"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='time'], .gform_wrapper .input-group > input[type="search"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='time'], .gform_wrapper .input-group > input[type="tel"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='time'], .gform_wrapper .input-group > input[type="text"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='time'], .gform_wrapper .input-group > input[type="time"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='time'], .gform_wrapper .input-group > input[type="week"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='time'], .gform_wrapper .input-group > input[type="url"] + [type='time'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='time'], .gform_wrapper .input-group > select + [type='time'], .gform_wrapper .ginput_container_date > select + [type='time'], .gform_wrapper .input-group > textarea + [type='time'], .gform_wrapper .ginput_container_date > textarea + [type='time'], .gform_wrapper .input-group > .form-control + [type='url'], .gform_wrapper .ginput_container_date > .form-control + [type='url'], .gform_wrapper .input-group > [type='text'] + [type='url'], .gform_wrapper .ginput_container_date > [type='text'] + [type='url'], .gform_wrapper .input-group > [type='password'] + [type='url'], .gform_wrapper .ginput_container_date > [type='password'] + [type='url'], .gform_wrapper .input-group > [type='date'] + [type='url'], .gform_wrapper .ginput_container_date > [type='date'] + [type='url'], .gform_wrapper .input-group > [type='datetime'] + [type='url'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='url'], .gform_wrapper .input-group > [type='datetime-local'] + [type='url'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='url'], .gform_wrapper .input-group > [type='month'] + [type='url'], .gform_wrapper .ginput_container_date > [type='month'] + [type='url'], .gform_wrapper .input-group > [type='week'] + [type='url'], .gform_wrapper .ginput_container_date > [type='week'] + [type='url'], .gform_wrapper .input-group > [type='email'] + [type='url'], .gform_wrapper .ginput_container_date > [type='email'] + [type='url'], .gform_wrapper .input-group > [type='number'] + [type='url'], .gform_wrapper .ginput_container_date > [type='number'] + [type='url'], .gform_wrapper .input-group > [type='search'] + [type='url'], .gform_wrapper .ginput_container_date > [type='search'] + [type='url'], .gform_wrapper .input-group > [type='tel'] + [type='url'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='url'], .gform_wrapper .input-group > [type='time'] + [type='url'], .gform_wrapper .ginput_container_date > [type='time'] + [type='url'], .gform_wrapper .input-group > [type='url'] + [type='url'], .gform_wrapper .ginput_container_date > [type='url'] + [type='url'], .gform_wrapper .input-group > [type='color'] + [type='url'], .gform_wrapper .ginput_container_date > [type='color'] + [type='url'], .gform_wrapper .input-group > [type='text'] + [type='url'], .gform_wrapper .ginput_container_date > [type='text'] + [type='url'], .gform_wrapper .input-group > [type='password'] + [type='url'], .gform_wrapper .ginput_container_date > [type='password'] + [type='url'], .gform_wrapper .input-group > [type='date'] + [type='url'], .gform_wrapper .ginput_container_date > [type='date'] + [type='url'], .gform_wrapper .input-group > [type='datetime'] + [type='url'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='url'], .gform_wrapper .input-group > [type='datetime-local'] + [type='url'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='url'], .gform_wrapper .input-group > [type='month'] + [type='url'], .gform_wrapper .ginput_container_date > [type='month'] + [type='url'], .gform_wrapper .input-group > [type='week'] + [type='url'], .gform_wrapper .ginput_container_date > [type='week'] + [type='url'], .gform_wrapper .input-group > [type='email'] + [type='url'], .gform_wrapper .ginput_container_date > [type='email'] + [type='url'], .gform_wrapper .input-group > [type='number'] + [type='url'], .gform_wrapper .ginput_container_date > [type='number'] + [type='url'], .gform_wrapper .input-group > [type='search'] + [type='url'], .gform_wrapper .ginput_container_date > [type='search'] + [type='url'], .gform_wrapper .input-group > [type='tel'] + [type='url'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='url'], .gform_wrapper .input-group > [type='time'] + [type='url'], .gform_wrapper .ginput_container_date > [type='time'] + [type='url'], .gform_wrapper .input-group > [type='url'] + [type='url'], .gform_wrapper .ginput_container_date > [type='url'] + [type='url'], .gform_wrapper .input-group > [type='color'] + [type='url'], .gform_wrapper .ginput_container_date > [type='color'] + [type='url'], .gform_wrapper .input-group > select + [type='url'], .gform_wrapper .ginput_container_date > select + [type='url'], .gform_wrapper .input-group > textarea + [type='url'], .gform_wrapper .ginput_container_date > textarea + [type='url'], .gform_wrapper .input-group > input[type="email"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='url'], .gform_wrapper .input-group > input[type="date"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='url'], .gform_wrapper .input-group > input[type="datetime"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='url'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='url'], .gform_wrapper .input-group > input[type="month"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='url'], .gform_wrapper .input-group > input[type="number"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='url'], .gform_wrapper .input-group > input[type="password"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='url'], .gform_wrapper .input-group > input[type="search"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='url'], .gform_wrapper .input-group > input[type="tel"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='url'], .gform_wrapper .input-group > input[type="text"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='url'], .gform_wrapper .input-group > input[type="time"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='url'], .gform_wrapper .input-group > input[type="week"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='url'], .gform_wrapper .input-group > input[type="url"] + [type='url'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='url'], .gform_wrapper .input-group > select + [type='url'], .gform_wrapper .ginput_container_date > select + [type='url'], .gform_wrapper .input-group > textarea + [type='url'], .gform_wrapper .ginput_container_date > textarea + [type='url'], .gform_wrapper .input-group > .form-control + [type='color'], .gform_wrapper .ginput_container_date > .form-control + [type='color'], .gform_wrapper .input-group > [type='text'] + [type='color'], .gform_wrapper .ginput_container_date > [type='text'] + [type='color'], .gform_wrapper .input-group > [type='password'] + [type='color'], .gform_wrapper .ginput_container_date > [type='password'] + [type='color'], .gform_wrapper .input-group > [type='date'] + [type='color'], .gform_wrapper .ginput_container_date > [type='date'] + [type='color'], .gform_wrapper .input-group > [type='datetime'] + [type='color'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='color'], .gform_wrapper .input-group > [type='datetime-local'] + [type='color'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='color'], .gform_wrapper .input-group > [type='month'] + [type='color'], .gform_wrapper .ginput_container_date > [type='month'] + [type='color'], .gform_wrapper .input-group > [type='week'] + [type='color'], .gform_wrapper .ginput_container_date > [type='week'] + [type='color'], .gform_wrapper .input-group > [type='email'] + [type='color'], .gform_wrapper .ginput_container_date > [type='email'] + [type='color'], .gform_wrapper .input-group > [type='number'] + [type='color'], .gform_wrapper .ginput_container_date > [type='number'] + [type='color'], .gform_wrapper .input-group > [type='search'] + [type='color'], .gform_wrapper .ginput_container_date > [type='search'] + [type='color'], .gform_wrapper .input-group > [type='tel'] + [type='color'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='color'], .gform_wrapper .input-group > [type='time'] + [type='color'], .gform_wrapper .ginput_container_date > [type='time'] + [type='color'], .gform_wrapper .input-group > [type='url'] + [type='color'], .gform_wrapper .ginput_container_date > [type='url'] + [type='color'], .gform_wrapper .input-group > [type='color'] + [type='color'], .gform_wrapper .ginput_container_date > [type='color'] + [type='color'], .gform_wrapper .input-group > [type='text'] + [type='color'], .gform_wrapper .ginput_container_date > [type='text'] + [type='color'], .gform_wrapper .input-group > [type='password'] + [type='color'], .gform_wrapper .ginput_container_date > [type='password'] + [type='color'], .gform_wrapper .input-group > [type='date'] + [type='color'], .gform_wrapper .ginput_container_date > [type='date'] + [type='color'], .gform_wrapper .input-group > [type='datetime'] + [type='color'], .gform_wrapper .ginput_container_date > [type='datetime'] + [type='color'], .gform_wrapper .input-group > [type='datetime-local'] + [type='color'], .gform_wrapper .ginput_container_date > [type='datetime-local'] + [type='color'], .gform_wrapper .input-group > [type='month'] + [type='color'], .gform_wrapper .ginput_container_date > [type='month'] + [type='color'], .gform_wrapper .input-group > [type='week'] + [type='color'], .gform_wrapper .ginput_container_date > [type='week'] + [type='color'], .gform_wrapper .input-group > [type='email'] + [type='color'], .gform_wrapper .ginput_container_date > [type='email'] + [type='color'], .gform_wrapper .input-group > [type='number'] + [type='color'], .gform_wrapper .ginput_container_date > [type='number'] + [type='color'], .gform_wrapper .input-group > [type='search'] + [type='color'], .gform_wrapper .ginput_container_date > [type='search'] + [type='color'], .gform_wrapper .input-group > [type='tel'] + [type='color'], .gform_wrapper .ginput_container_date > [type='tel'] + [type='color'], .gform_wrapper .input-group > [type='time'] + [type='color'], .gform_wrapper .ginput_container_date > [type='time'] + [type='color'], .gform_wrapper .input-group > [type='url'] + [type='color'], .gform_wrapper .ginput_container_date > [type='url'] + [type='color'], .gform_wrapper .input-group > [type='color'] + [type='color'], .gform_wrapper .ginput_container_date > [type='color'] + [type='color'], .gform_wrapper .input-group > select + [type='color'], .gform_wrapper .ginput_container_date > select + [type='color'], .gform_wrapper .input-group > textarea + [type='color'], .gform_wrapper .ginput_container_date > textarea + [type='color'], .gform_wrapper .input-group > input[type="email"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="email"] + [type='color'], .gform_wrapper .input-group > input[type="date"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="date"] + [type='color'], .gform_wrapper .input-group > input[type="datetime"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="datetime"] + [type='color'], .gform_wrapper .input-group > input[type="datetime-local"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + [type='color'], .gform_wrapper .input-group > input[type="month"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="month"] + [type='color'], .gform_wrapper .input-group > input[type="number"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="number"] + [type='color'], .gform_wrapper .input-group > input[type="password"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="password"] + [type='color'], .gform_wrapper .input-group > input[type="search"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="search"] + [type='color'], .gform_wrapper .input-group > input[type="tel"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="tel"] + [type='color'], .gform_wrapper .input-group > input[type="text"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="text"] + [type='color'], .gform_wrapper .input-group > input[type="time"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="time"] + [type='color'], .gform_wrapper .input-group > input[type="week"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="week"] + [type='color'], .gform_wrapper .input-group > input[type="url"] + [type='color'], .gform_wrapper .ginput_container_date > input[type="url"] + [type='color'], .gform_wrapper .input-group > select + [type='color'], .gform_wrapper .ginput_container_date > select + [type='color'], .gform_wrapper .input-group > textarea + [type='color'], .gform_wrapper .ginput_container_date > textarea + [type='color'], .input-group > .form-control + select, .ginput_container_date > .form-control + select, .input-group > [type='text'] + select, .ginput_container_date > [type='text'] + select, .input-group > [type='password'] + select, .ginput_container_date > [type='password'] + select, .input-group > [type='date'] + select, .ginput_container_date > [type='date'] + select, .input-group > [type='datetime'] + select, .ginput_container_date > [type='datetime'] + select, .input-group > [type='datetime-local'] + select, .ginput_container_date > [type='datetime-local'] + select, .input-group > [type='month'] + select, .ginput_container_date > [type='month'] + select, .input-group > [type='week'] + select, .ginput_container_date > [type='week'] + select, .input-group > [type='email'] + select, .ginput_container_date > [type='email'] + select, .input-group > [type='number'] + select, .ginput_container_date > [type='number'] + select, .input-group > [type='search'] + select, .ginput_container_date > [type='search'] + select, .input-group > [type='tel'] + select, .ginput_container_date > [type='tel'] + select, .input-group > [type='time'] + select, .ginput_container_date > [type='time'] + select, .input-group > [type='url'] + select, .ginput_container_date > [type='url'] + select, .input-group > [type='color'] + select, .ginput_container_date > [type='color'] + select, .gform_wrapper .input-group > [type='text'] + select, .gform_wrapper .ginput_container_date > [type='text'] + select, .gform_wrapper .input-group > [type='password'] + select, .gform_wrapper .ginput_container_date > [type='password'] + select, .gform_wrapper .input-group > [type='date'] + select, .gform_wrapper .ginput_container_date > [type='date'] + select, .gform_wrapper .input-group > [type='datetime'] + select, .gform_wrapper .ginput_container_date > [type='datetime'] + select, .gform_wrapper .input-group > [type='datetime-local'] + select, .gform_wrapper .ginput_container_date > [type='datetime-local'] + select, .gform_wrapper .input-group > [type='month'] + select, .gform_wrapper .ginput_container_date > [type='month'] + select, .gform_wrapper .input-group > [type='week'] + select, .gform_wrapper .ginput_container_date > [type='week'] + select, .gform_wrapper .input-group > [type='email'] + select, .gform_wrapper .ginput_container_date > [type='email'] + select, .gform_wrapper .input-group > [type='number'] + select, .gform_wrapper .ginput_container_date > [type='number'] + select, .gform_wrapper .input-group > [type='search'] + select, .gform_wrapper .ginput_container_date > [type='search'] + select, .gform_wrapper .input-group > [type='tel'] + select, .gform_wrapper .ginput_container_date > [type='tel'] + select, .gform_wrapper .input-group > [type='time'] + select, .gform_wrapper .ginput_container_date > [type='time'] + select, .gform_wrapper .input-group > [type='url'] + select, .gform_wrapper .ginput_container_date > [type='url'] + select, .gform_wrapper .input-group > [type='color'] + select, .gform_wrapper .ginput_container_date > [type='color'] + select, .input-group > select + select, .ginput_container_date > select + select, .input-group > textarea + select, .ginput_container_date > textarea + select, .gform_wrapper .input-group > input[type="email"] + select, .gform_wrapper .ginput_container_date > input[type="email"] + select, .gform_wrapper .input-group > input[type="date"] + select, .gform_wrapper .ginput_container_date > input[type="date"] + select, .gform_wrapper .input-group > input[type="datetime"] + select, .gform_wrapper .ginput_container_date > input[type="datetime"] + select, .gform_wrapper .input-group > input[type="datetime-local"] + select, .gform_wrapper .ginput_container_date > input[type="datetime-local"] + select, .gform_wrapper .input-group > input[type="month"] + select, .gform_wrapper .ginput_container_date > input[type="month"] + select, .gform_wrapper .input-group > input[type="number"] + select, .gform_wrapper .ginput_container_date > input[type="number"] + select, .gform_wrapper .input-group > input[type="password"] + select, .gform_wrapper .ginput_container_date > input[type="password"] + select, .gform_wrapper .input-group > input[type="search"] + select, .gform_wrapper .ginput_container_date > input[type="search"] + select, .gform_wrapper .input-group > input[type="tel"] + select, .gform_wrapper .ginput_container_date > input[type="tel"] + select, .gform_wrapper .input-group > input[type="text"] + select, .gform_wrapper .ginput_container_date > input[type="text"] + select, .gform_wrapper .input-group > input[type="time"] + select, .gform_wrapper .ginput_container_date > input[type="time"] + select, .gform_wrapper .input-group > input[type="week"] + select, .gform_wrapper .ginput_container_date > input[type="week"] + select, .gform_wrapper .input-group > input[type="url"] + select, .gform_wrapper .ginput_container_date > input[type="url"] + select, .gform_wrapper .input-group > select + select, .gform_wrapper .ginput_container_date > select + select, .gform_wrapper .input-group > textarea + select, .gform_wrapper .ginput_container_date > textarea + select, .input-group > .form-control + textarea, .ginput_container_date > .form-control + textarea, .input-group > [type='text'] + textarea, .ginput_container_date > [type='text'] + textarea, .input-group > [type='password'] + textarea, .ginput_container_date > [type='password'] + textarea, .input-group > [type='date'] + textarea, .ginput_container_date > [type='date'] + textarea, .input-group > [type='datetime'] + textarea, .ginput_container_date > [type='datetime'] + textarea, .input-group > [type='datetime-local'] + textarea, .ginput_container_date > [type='datetime-local'] + textarea, .input-group > [type='month'] + textarea, .ginput_container_date > [type='month'] + textarea, .input-group > [type='week'] + textarea, .ginput_container_date > [type='week'] + textarea, .input-group > [type='email'] + textarea, .ginput_container_date > [type='email'] + textarea, .input-group > [type='number'] + textarea, .ginput_container_date > [type='number'] + textarea, .input-group > [type='search'] + textarea, .ginput_container_date > [type='search'] + textarea, .input-group > [type='tel'] + textarea, .ginput_container_date > [type='tel'] + textarea, .input-group > [type='time'] + textarea, .ginput_container_date > [type='time'] + textarea, .input-group > [type='url'] + textarea, .ginput_container_date > [type='url'] + textarea, .input-group > [type='color'] + textarea, .ginput_container_date > [type='color'] + textarea, .gform_wrapper .input-group > [type='text'] + textarea, .gform_wrapper .ginput_container_date > [type='text'] + textarea, .gform_wrapper .input-group > [type='password'] + textarea, .gform_wrapper .ginput_container_date > [type='password'] + textarea, .gform_wrapper .input-group > [type='date'] + textarea, .gform_wrapper .ginput_container_date > [type='date'] + textarea, .gform_wrapper .input-group > [type='datetime'] + textarea, .gform_wrapper .ginput_container_date > [type='datetime'] + textarea, .gform_wrapper .input-group > [type='datetime-local'] + textarea, .gform_wrapper .ginput_container_date > [type='datetime-local'] + textarea, .gform_wrapper .input-group > [type='month'] + textarea, .gform_wrapper .ginput_container_date > [type='month'] + textarea, .gform_wrapper .input-group > [type='week'] + textarea, .gform_wrapper .ginput_container_date > [type='week'] + textarea, .gform_wrapper .input-group > [type='email'] + textarea, .gform_wrapper .ginput_container_date > [type='email'] + textarea, .gform_wrapper .input-group > [type='number'] + textarea, .gform_wrapper .ginput_container_date > [type='number'] + textarea, .gform_wrapper .input-group > [type='search'] + textarea, .gform_wrapper .ginput_container_date > [type='search'] + textarea, .gform_wrapper .input-group > [type='tel'] + textarea, .gform_wrapper .ginput_container_date > [type='tel'] + textarea, .gform_wrapper .input-group > [type='time'] + textarea, .gform_wrapper .ginput_container_date > [type='time'] + textarea, .gform_wrapper .input-group > [type='url'] + textarea, .gform_wrapper .ginput_container_date > [type='url'] + textarea, .gform_wrapper .input-group > [type='color'] + textarea, .gform_wrapper .ginput_container_date > [type='color'] + textarea, .input-group > select + textarea, .ginput_container_date > select + textarea, .input-group > textarea + textarea, .ginput_container_date > textarea + textarea, .gform_wrapper .input-group > input[type="email"] + textarea, .gform_wrapper .ginput_container_date > input[type="email"] + textarea, .gform_wrapper .input-group > input[type="date"] + textarea, .gform_wrapper .ginput_container_date > input[type="date"] + textarea, .gform_wrapper .input-group > input[type="datetime"] + textarea, .gform_wrapper .ginput_container_date > input[type="datetime"] + textarea, .gform_wrapper .input-group > input[type="datetime-local"] + textarea, .gform_wrapper .ginput_container_date > input[type="datetime-local"] + textarea, .gform_wrapper .input-group > input[type="month"] + textarea, .gform_wrapper .ginput_container_date > input[type="month"] + textarea, .gform_wrapper .input-group > input[type="number"] + textarea, .gform_wrapper .ginput_container_date > input[type="number"] + textarea, .gform_wrapper .input-group > input[type="password"] + textarea, .gform_wrapper .ginput_container_date > input[type="password"] + textarea, .gform_wrapper .input-group > input[type="search"] + textarea, .gform_wrapper .ginput_container_date > input[type="search"] + textarea, .gform_wrapper .input-group > input[type="tel"] + textarea, .gform_wrapper .ginput_container_date > input[type="tel"] + textarea, .gform_wrapper .input-group > input[type="text"] + textarea, .gform_wrapper .ginput_container_date > input[type="text"] + textarea, .gform_wrapper .input-group > input[type="time"] + textarea, .gform_wrapper .ginput_container_date > input[type="time"] + textarea, .gform_wrapper .input-group > input[type="week"] + textarea, .gform_wrapper .ginput_container_date > input[type="week"] + textarea, .gform_wrapper .input-group > input[type="url"] + textarea, .gform_wrapper .ginput_container_date > input[type="url"] + textarea, .gform_wrapper .input-group > select + textarea, .gform_wrapper .ginput_container_date > select + textarea, .gform_wrapper .input-group > textarea + textarea, .gform_wrapper .ginput_container_date > textarea + textarea, .gform_wrapper .input-group > .form-control + input[type="email"], .gform_wrapper .ginput_container_date > .form-control + input[type="email"], .gform_wrapper .input-group > [type='text'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="email"], .gform_wrapper .input-group > [type='password'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="email"], .gform_wrapper .input-group > [type='date'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="email"], .gform_wrapper .input-group > [type='datetime'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="email"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="email"], .gform_wrapper .input-group > [type='month'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="email"], .gform_wrapper .input-group > [type='week'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="email"], .gform_wrapper .input-group > [type='email'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="email"], .gform_wrapper .input-group > [type='number'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="email"], .gform_wrapper .input-group > [type='search'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="email"], .gform_wrapper .input-group > [type='tel'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="email"], .gform_wrapper .input-group > [type='time'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="email"], .gform_wrapper .input-group > [type='url'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="email"], .gform_wrapper .input-group > [type='color'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="email"], .gform_wrapper .input-group > [type='text'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="email"], .gform_wrapper .input-group > [type='password'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="email"], .gform_wrapper .input-group > [type='date'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="email"], .gform_wrapper .input-group > [type='datetime'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="email"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="email"], .gform_wrapper .input-group > [type='month'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="email"], .gform_wrapper .input-group > [type='week'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="email"], .gform_wrapper .input-group > [type='email'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="email"], .gform_wrapper .input-group > [type='number'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="email"], .gform_wrapper .input-group > [type='search'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="email"], .gform_wrapper .input-group > [type='tel'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="email"], .gform_wrapper .input-group > [type='time'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="email"], .gform_wrapper .input-group > [type='url'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="email"], .gform_wrapper .input-group > [type='color'] + input[type="email"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="email"], .gform_wrapper .input-group > select + input[type="email"], .gform_wrapper .ginput_container_date > select + input[type="email"], .gform_wrapper .input-group > textarea + input[type="email"], .gform_wrapper .ginput_container_date > textarea + input[type="email"], .gform_wrapper .input-group > input[type="email"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="email"], .gform_wrapper .input-group > input[type="date"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="email"], .gform_wrapper .input-group > input[type="datetime"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="email"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="email"], .gform_wrapper .input-group > input[type="month"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="email"], .gform_wrapper .input-group > input[type="number"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="email"], .gform_wrapper .input-group > input[type="password"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="email"], .gform_wrapper .input-group > input[type="search"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="email"], .gform_wrapper .input-group > input[type="tel"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="email"], .gform_wrapper .input-group > input[type="text"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="email"], .gform_wrapper .input-group > input[type="time"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="email"], .gform_wrapper .input-group > input[type="week"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="email"], .gform_wrapper .input-group > input[type="url"] + input[type="email"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="email"], .gform_wrapper .input-group > select + input[type="email"], .gform_wrapper .ginput_container_date > select + input[type="email"], .gform_wrapper .input-group > textarea + input[type="email"], .gform_wrapper .ginput_container_date > textarea + input[type="email"], .gform_wrapper .input-group > .form-control + input[type="date"], .gform_wrapper .ginput_container_date > .form-control + input[type="date"], .gform_wrapper .input-group > [type='text'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="date"], .gform_wrapper .input-group > [type='password'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="date"], .gform_wrapper .input-group > [type='date'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="date"], .gform_wrapper .input-group > [type='datetime'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="date"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="date"], .gform_wrapper .input-group > [type='month'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="date"], .gform_wrapper .input-group > [type='week'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="date"], .gform_wrapper .input-group > [type='email'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="date"], .gform_wrapper .input-group > [type='number'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="date"], .gform_wrapper .input-group > [type='search'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="date"], .gform_wrapper .input-group > [type='tel'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="date"], .gform_wrapper .input-group > [type='time'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="date"], .gform_wrapper .input-group > [type='url'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="date"], .gform_wrapper .input-group > [type='color'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="date"], .gform_wrapper .input-group > [type='text'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="date"], .gform_wrapper .input-group > [type='password'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="date"], .gform_wrapper .input-group > [type='date'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="date"], .gform_wrapper .input-group > [type='datetime'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="date"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="date"], .gform_wrapper .input-group > [type='month'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="date"], .gform_wrapper .input-group > [type='week'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="date"], .gform_wrapper .input-group > [type='email'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="date"], .gform_wrapper .input-group > [type='number'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="date"], .gform_wrapper .input-group > [type='search'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="date"], .gform_wrapper .input-group > [type='tel'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="date"], .gform_wrapper .input-group > [type='time'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="date"], .gform_wrapper .input-group > [type='url'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="date"], .gform_wrapper .input-group > [type='color'] + input[type="date"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="date"], .gform_wrapper .input-group > select + input[type="date"], .gform_wrapper .ginput_container_date > select + input[type="date"], .gform_wrapper .input-group > textarea + input[type="date"], .gform_wrapper .ginput_container_date > textarea + input[type="date"], .gform_wrapper .input-group > input[type="email"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="date"], .gform_wrapper .input-group > input[type="date"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="date"], .gform_wrapper .input-group > input[type="datetime"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="date"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="date"], .gform_wrapper .input-group > input[type="month"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="date"], .gform_wrapper .input-group > input[type="number"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="date"], .gform_wrapper .input-group > input[type="password"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="date"], .gform_wrapper .input-group > input[type="search"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="date"], .gform_wrapper .input-group > input[type="tel"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="date"], .gform_wrapper .input-group > input[type="text"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="date"], .gform_wrapper .input-group > input[type="time"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="date"], .gform_wrapper .input-group > input[type="week"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="date"], .gform_wrapper .input-group > input[type="url"] + input[type="date"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="date"], .gform_wrapper .input-group > select + input[type="date"], .gform_wrapper .ginput_container_date > select + input[type="date"], .gform_wrapper .input-group > textarea + input[type="date"], .gform_wrapper .ginput_container_date > textarea + input[type="date"], .gform_wrapper .input-group > .form-control + input[type="datetime"], .gform_wrapper .ginput_container_date > .form-control + input[type="datetime"], .gform_wrapper .input-group > [type='text'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="datetime"], .gform_wrapper .input-group > [type='password'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="datetime"], .gform_wrapper .input-group > [type='date'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="datetime"], .gform_wrapper .input-group > [type='datetime'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="datetime"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="datetime"], .gform_wrapper .input-group > [type='month'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="datetime"], .gform_wrapper .input-group > [type='week'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="datetime"], .gform_wrapper .input-group > [type='email'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="datetime"], .gform_wrapper .input-group > [type='number'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="datetime"], .gform_wrapper .input-group > [type='search'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="datetime"], .gform_wrapper .input-group > [type='tel'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="datetime"], .gform_wrapper .input-group > [type='time'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="datetime"], .gform_wrapper .input-group > [type='url'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="datetime"], .gform_wrapper .input-group > [type='color'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="datetime"], .gform_wrapper .input-group > [type='text'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="datetime"], .gform_wrapper .input-group > [type='password'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="datetime"], .gform_wrapper .input-group > [type='date'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="datetime"], .gform_wrapper .input-group > [type='datetime'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="datetime"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="datetime"], .gform_wrapper .input-group > [type='month'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="datetime"], .gform_wrapper .input-group > [type='week'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="datetime"], .gform_wrapper .input-group > [type='email'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="datetime"], .gform_wrapper .input-group > [type='number'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="datetime"], .gform_wrapper .input-group > [type='search'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="datetime"], .gform_wrapper .input-group > [type='tel'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="datetime"], .gform_wrapper .input-group > [type='time'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="datetime"], .gform_wrapper .input-group > [type='url'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="datetime"], .gform_wrapper .input-group > [type='color'] + input[type="datetime"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="datetime"], .gform_wrapper .input-group > select + input[type="datetime"], .gform_wrapper .ginput_container_date > select + input[type="datetime"], .gform_wrapper .input-group > textarea + input[type="datetime"], .gform_wrapper .ginput_container_date > textarea + input[type="datetime"], .gform_wrapper .input-group > input[type="email"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="datetime"], .gform_wrapper .input-group > input[type="date"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="datetime"], .gform_wrapper .input-group > input[type="datetime"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="datetime"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="datetime"], .gform_wrapper .input-group > input[type="month"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="datetime"], .gform_wrapper .input-group > input[type="number"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="datetime"], .gform_wrapper .input-group > input[type="password"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="datetime"], .gform_wrapper .input-group > input[type="search"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="datetime"], .gform_wrapper .input-group > input[type="tel"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="datetime"], .gform_wrapper .input-group > input[type="text"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="datetime"], .gform_wrapper .input-group > input[type="time"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="datetime"], .gform_wrapper .input-group > input[type="week"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="datetime"], .gform_wrapper .input-group > input[type="url"] + input[type="datetime"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="datetime"], .gform_wrapper .input-group > select + input[type="datetime"], .gform_wrapper .ginput_container_date > select + input[type="datetime"], .gform_wrapper .input-group > textarea + input[type="datetime"], .gform_wrapper .ginput_container_date > textarea + input[type="datetime"], .gform_wrapper .input-group > .form-control + input[type="datetime-local"], .gform_wrapper .ginput_container_date > .form-control + input[type="datetime-local"], .gform_wrapper .input-group > [type='text'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='password'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='date'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='datetime'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='month'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='week'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='email'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='number'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='search'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='tel'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='time'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='url'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='color'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='text'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='password'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='date'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='datetime'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='month'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='week'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='email'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='number'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='search'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='tel'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='time'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='url'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="datetime-local"], .gform_wrapper .input-group > [type='color'] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="datetime-local"], .gform_wrapper .input-group > select + input[type="datetime-local"], .gform_wrapper .ginput_container_date > select + input[type="datetime-local"], .gform_wrapper .input-group > textarea + input[type="datetime-local"], .gform_wrapper .ginput_container_date > textarea + input[type="datetime-local"], .gform_wrapper .input-group > input[type="email"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="date"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="datetime"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="month"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="number"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="password"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="search"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="tel"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="text"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="time"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="week"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="datetime-local"], .gform_wrapper .input-group > input[type="url"] + input[type="datetime-local"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="datetime-local"], .gform_wrapper .input-group > select + input[type="datetime-local"], .gform_wrapper .ginput_container_date > select + input[type="datetime-local"], .gform_wrapper .input-group > textarea + input[type="datetime-local"], .gform_wrapper .ginput_container_date > textarea + input[type="datetime-local"], .gform_wrapper .input-group > .form-control + input[type="month"], .gform_wrapper .ginput_container_date > .form-control + input[type="month"], .gform_wrapper .input-group > [type='text'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="month"], .gform_wrapper .input-group > [type='password'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="month"], .gform_wrapper .input-group > [type='date'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="month"], .gform_wrapper .input-group > [type='datetime'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="month"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="month"], .gform_wrapper .input-group > [type='month'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="month"], .gform_wrapper .input-group > [type='week'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="month"], .gform_wrapper .input-group > [type='email'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="month"], .gform_wrapper .input-group > [type='number'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="month"], .gform_wrapper .input-group > [type='search'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="month"], .gform_wrapper .input-group > [type='tel'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="month"], .gform_wrapper .input-group > [type='time'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="month"], .gform_wrapper .input-group > [type='url'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="month"], .gform_wrapper .input-group > [type='color'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="month"], .gform_wrapper .input-group > [type='text'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="month"], .gform_wrapper .input-group > [type='password'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="month"], .gform_wrapper .input-group > [type='date'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="month"], .gform_wrapper .input-group > [type='datetime'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="month"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="month"], .gform_wrapper .input-group > [type='month'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="month"], .gform_wrapper .input-group > [type='week'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="month"], .gform_wrapper .input-group > [type='email'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="month"], .gform_wrapper .input-group > [type='number'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="month"], .gform_wrapper .input-group > [type='search'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="month"], .gform_wrapper .input-group > [type='tel'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="month"], .gform_wrapper .input-group > [type='time'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="month"], .gform_wrapper .input-group > [type='url'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="month"], .gform_wrapper .input-group > [type='color'] + input[type="month"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="month"], .gform_wrapper .input-group > select + input[type="month"], .gform_wrapper .ginput_container_date > select + input[type="month"], .gform_wrapper .input-group > textarea + input[type="month"], .gform_wrapper .ginput_container_date > textarea + input[type="month"], .gform_wrapper .input-group > input[type="email"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="month"], .gform_wrapper .input-group > input[type="date"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="month"], .gform_wrapper .input-group > input[type="datetime"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="month"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="month"], .gform_wrapper .input-group > input[type="month"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="month"], .gform_wrapper .input-group > input[type="number"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="month"], .gform_wrapper .input-group > input[type="password"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="month"], .gform_wrapper .input-group > input[type="search"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="month"], .gform_wrapper .input-group > input[type="tel"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="month"], .gform_wrapper .input-group > input[type="text"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="month"], .gform_wrapper .input-group > input[type="time"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="month"], .gform_wrapper .input-group > input[type="week"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="month"], .gform_wrapper .input-group > input[type="url"] + input[type="month"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="month"], .gform_wrapper .input-group > select + input[type="month"], .gform_wrapper .ginput_container_date > select + input[type="month"], .gform_wrapper .input-group > textarea + input[type="month"], .gform_wrapper .ginput_container_date > textarea + input[type="month"], .gform_wrapper .input-group > .form-control + input[type="number"], .gform_wrapper .ginput_container_date > .form-control + input[type="number"], .gform_wrapper .input-group > [type='text'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="number"], .gform_wrapper .input-group > [type='password'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="number"], .gform_wrapper .input-group > [type='date'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="number"], .gform_wrapper .input-group > [type='datetime'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="number"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="number"], .gform_wrapper .input-group > [type='month'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="number"], .gform_wrapper .input-group > [type='week'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="number"], .gform_wrapper .input-group > [type='email'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="number"], .gform_wrapper .input-group > [type='number'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="number"], .gform_wrapper .input-group > [type='search'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="number"], .gform_wrapper .input-group > [type='tel'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="number"], .gform_wrapper .input-group > [type='time'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="number"], .gform_wrapper .input-group > [type='url'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="number"], .gform_wrapper .input-group > [type='color'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="number"], .gform_wrapper .input-group > [type='text'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="number"], .gform_wrapper .input-group > [type='password'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="number"], .gform_wrapper .input-group > [type='date'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="number"], .gform_wrapper .input-group > [type='datetime'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="number"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="number"], .gform_wrapper .input-group > [type='month'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="number"], .gform_wrapper .input-group > [type='week'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="number"], .gform_wrapper .input-group > [type='email'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="number"], .gform_wrapper .input-group > [type='number'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="number"], .gform_wrapper .input-group > [type='search'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="number"], .gform_wrapper .input-group > [type='tel'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="number"], .gform_wrapper .input-group > [type='time'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="number"], .gform_wrapper .input-group > [type='url'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="number"], .gform_wrapper .input-group > [type='color'] + input[type="number"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="number"], .gform_wrapper .input-group > select + input[type="number"], .gform_wrapper .ginput_container_date > select + input[type="number"], .gform_wrapper .input-group > textarea + input[type="number"], .gform_wrapper .ginput_container_date > textarea + input[type="number"], .gform_wrapper .input-group > input[type="email"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="number"], .gform_wrapper .input-group > input[type="date"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="number"], .gform_wrapper .input-group > input[type="datetime"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="number"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="number"], .gform_wrapper .input-group > input[type="month"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="number"], .gform_wrapper .input-group > input[type="number"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="number"], .gform_wrapper .input-group > input[type="password"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="number"], .gform_wrapper .input-group > input[type="search"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="number"], .gform_wrapper .input-group > input[type="tel"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="number"], .gform_wrapper .input-group > input[type="text"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="number"], .gform_wrapper .input-group > input[type="time"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="number"], .gform_wrapper .input-group > input[type="week"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="number"], .gform_wrapper .input-group > input[type="url"] + input[type="number"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="number"], .gform_wrapper .input-group > select + input[type="number"], .gform_wrapper .ginput_container_date > select + input[type="number"], .gform_wrapper .input-group > textarea + input[type="number"], .gform_wrapper .ginput_container_date > textarea + input[type="number"], .gform_wrapper .input-group > .form-control + input[type="password"], .gform_wrapper .ginput_container_date > .form-control + input[type="password"], .gform_wrapper .input-group > [type='text'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="password"], .gform_wrapper .input-group > [type='password'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="password"], .gform_wrapper .input-group > [type='date'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="password"], .gform_wrapper .input-group > [type='datetime'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="password"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="password"], .gform_wrapper .input-group > [type='month'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="password"], .gform_wrapper .input-group > [type='week'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="password"], .gform_wrapper .input-group > [type='email'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="password"], .gform_wrapper .input-group > [type='number'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="password"], .gform_wrapper .input-group > [type='search'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="password"], .gform_wrapper .input-group > [type='tel'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="password"], .gform_wrapper .input-group > [type='time'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="password"], .gform_wrapper .input-group > [type='url'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="password"], .gform_wrapper .input-group > [type='color'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="password"], .gform_wrapper .input-group > [type='text'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="password"], .gform_wrapper .input-group > [type='password'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="password"], .gform_wrapper .input-group > [type='date'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="password"], .gform_wrapper .input-group > [type='datetime'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="password"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="password"], .gform_wrapper .input-group > [type='month'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="password"], .gform_wrapper .input-group > [type='week'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="password"], .gform_wrapper .input-group > [type='email'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="password"], .gform_wrapper .input-group > [type='number'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="password"], .gform_wrapper .input-group > [type='search'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="password"], .gform_wrapper .input-group > [type='tel'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="password"], .gform_wrapper .input-group > [type='time'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="password"], .gform_wrapper .input-group > [type='url'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="password"], .gform_wrapper .input-group > [type='color'] + input[type="password"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="password"], .gform_wrapper .input-group > select + input[type="password"], .gform_wrapper .ginput_container_date > select + input[type="password"], .gform_wrapper .input-group > textarea + input[type="password"], .gform_wrapper .ginput_container_date > textarea + input[type="password"], .gform_wrapper .input-group > input[type="email"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="password"], .gform_wrapper .input-group > input[type="date"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="password"], .gform_wrapper .input-group > input[type="datetime"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="password"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="password"], .gform_wrapper .input-group > input[type="month"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="password"], .gform_wrapper .input-group > input[type="number"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="password"], .gform_wrapper .input-group > input[type="password"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="password"], .gform_wrapper .input-group > input[type="search"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="password"], .gform_wrapper .input-group > input[type="tel"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="password"], .gform_wrapper .input-group > input[type="text"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="password"], .gform_wrapper .input-group > input[type="time"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="password"], .gform_wrapper .input-group > input[type="week"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="password"], .gform_wrapper .input-group > input[type="url"] + input[type="password"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="password"], .gform_wrapper .input-group > select + input[type="password"], .gform_wrapper .ginput_container_date > select + input[type="password"], .gform_wrapper .input-group > textarea + input[type="password"], .gform_wrapper .ginput_container_date > textarea + input[type="password"], .gform_wrapper .input-group > .form-control + input[type="search"], .gform_wrapper .ginput_container_date > .form-control + input[type="search"], .gform_wrapper .input-group > [type='text'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="search"], .gform_wrapper .input-group > [type='password'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="search"], .gform_wrapper .input-group > [type='date'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="search"], .gform_wrapper .input-group > [type='datetime'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="search"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="search"], .gform_wrapper .input-group > [type='month'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="search"], .gform_wrapper .input-group > [type='week'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="search"], .gform_wrapper .input-group > [type='email'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="search"], .gform_wrapper .input-group > [type='number'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="search"], .gform_wrapper .input-group > [type='search'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="search"], .gform_wrapper .input-group > [type='tel'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="search"], .gform_wrapper .input-group > [type='time'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="search"], .gform_wrapper .input-group > [type='url'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="search"], .gform_wrapper .input-group > [type='color'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="search"], .gform_wrapper .input-group > [type='text'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="search"], .gform_wrapper .input-group > [type='password'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="search"], .gform_wrapper .input-group > [type='date'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="search"], .gform_wrapper .input-group > [type='datetime'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="search"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="search"], .gform_wrapper .input-group > [type='month'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="search"], .gform_wrapper .input-group > [type='week'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="search"], .gform_wrapper .input-group > [type='email'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="search"], .gform_wrapper .input-group > [type='number'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="search"], .gform_wrapper .input-group > [type='search'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="search"], .gform_wrapper .input-group > [type='tel'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="search"], .gform_wrapper .input-group > [type='time'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="search"], .gform_wrapper .input-group > [type='url'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="search"], .gform_wrapper .input-group > [type='color'] + input[type="search"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="search"], .gform_wrapper .input-group > select + input[type="search"], .gform_wrapper .ginput_container_date > select + input[type="search"], .gform_wrapper .input-group > textarea + input[type="search"], .gform_wrapper .ginput_container_date > textarea + input[type="search"], .gform_wrapper .input-group > input[type="email"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="search"], .gform_wrapper .input-group > input[type="date"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="search"], .gform_wrapper .input-group > input[type="datetime"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="search"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="search"], .gform_wrapper .input-group > input[type="month"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="search"], .gform_wrapper .input-group > input[type="number"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="search"], .gform_wrapper .input-group > input[type="password"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="search"], .gform_wrapper .input-group > input[type="search"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="search"], .gform_wrapper .input-group > input[type="tel"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="search"], .gform_wrapper .input-group > input[type="text"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="search"], .gform_wrapper .input-group > input[type="time"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="search"], .gform_wrapper .input-group > input[type="week"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="search"], .gform_wrapper .input-group > input[type="url"] + input[type="search"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="search"], .gform_wrapper .input-group > select + input[type="search"], .gform_wrapper .ginput_container_date > select + input[type="search"], .gform_wrapper .input-group > textarea + input[type="search"], .gform_wrapper .ginput_container_date > textarea + input[type="search"], .gform_wrapper .input-group > .form-control + input[type="tel"], .gform_wrapper .ginput_container_date > .form-control + input[type="tel"], .gform_wrapper .input-group > [type='text'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="tel"], .gform_wrapper .input-group > [type='password'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="tel"], .gform_wrapper .input-group > [type='date'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="tel"], .gform_wrapper .input-group > [type='datetime'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="tel"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="tel"], .gform_wrapper .input-group > [type='month'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="tel"], .gform_wrapper .input-group > [type='week'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="tel"], .gform_wrapper .input-group > [type='email'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="tel"], .gform_wrapper .input-group > [type='number'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="tel"], .gform_wrapper .input-group > [type='search'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="tel"], .gform_wrapper .input-group > [type='tel'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="tel"], .gform_wrapper .input-group > [type='time'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="tel"], .gform_wrapper .input-group > [type='url'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="tel"], .gform_wrapper .input-group > [type='color'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="tel"], .gform_wrapper .input-group > [type='text'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="tel"], .gform_wrapper .input-group > [type='password'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="tel"], .gform_wrapper .input-group > [type='date'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="tel"], .gform_wrapper .input-group > [type='datetime'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="tel"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="tel"], .gform_wrapper .input-group > [type='month'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="tel"], .gform_wrapper .input-group > [type='week'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="tel"], .gform_wrapper .input-group > [type='email'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="tel"], .gform_wrapper .input-group > [type='number'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="tel"], .gform_wrapper .input-group > [type='search'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="tel"], .gform_wrapper .input-group > [type='tel'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="tel"], .gform_wrapper .input-group > [type='time'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="tel"], .gform_wrapper .input-group > [type='url'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="tel"], .gform_wrapper .input-group > [type='color'] + input[type="tel"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="tel"], .gform_wrapper .input-group > select + input[type="tel"], .gform_wrapper .ginput_container_date > select + input[type="tel"], .gform_wrapper .input-group > textarea + input[type="tel"], .gform_wrapper .ginput_container_date > textarea + input[type="tel"], .gform_wrapper .input-group > input[type="email"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="tel"], .gform_wrapper .input-group > input[type="date"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="tel"], .gform_wrapper .input-group > input[type="datetime"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="tel"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="tel"], .gform_wrapper .input-group > input[type="month"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="tel"], .gform_wrapper .input-group > input[type="number"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="tel"], .gform_wrapper .input-group > input[type="password"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="tel"], .gform_wrapper .input-group > input[type="search"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="tel"], .gform_wrapper .input-group > input[type="tel"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="tel"], .gform_wrapper .input-group > input[type="text"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="tel"], .gform_wrapper .input-group > input[type="time"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="tel"], .gform_wrapper .input-group > input[type="week"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="tel"], .gform_wrapper .input-group > input[type="url"] + input[type="tel"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="tel"], .gform_wrapper .input-group > select + input[type="tel"], .gform_wrapper .ginput_container_date > select + input[type="tel"], .gform_wrapper .input-group > textarea + input[type="tel"], .gform_wrapper .ginput_container_date > textarea + input[type="tel"], .gform_wrapper .input-group > .form-control + input[type="text"], .gform_wrapper .ginput_container_date > .form-control + input[type="text"], .gform_wrapper .input-group > [type='text'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="text"], .gform_wrapper .input-group > [type='password'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="text"], .gform_wrapper .input-group > [type='date'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="text"], .gform_wrapper .input-group > [type='datetime'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="text"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="text"], .gform_wrapper .input-group > [type='month'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="text"], .gform_wrapper .input-group > [type='week'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="text"], .gform_wrapper .input-group > [type='email'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="text"], .gform_wrapper .input-group > [type='number'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="text"], .gform_wrapper .input-group > [type='search'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="text"], .gform_wrapper .input-group > [type='tel'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="text"], .gform_wrapper .input-group > [type='time'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="text"], .gform_wrapper .input-group > [type='url'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="text"], .gform_wrapper .input-group > [type='color'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="text"], .gform_wrapper .input-group > [type='text'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="text"], .gform_wrapper .input-group > [type='password'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="text"], .gform_wrapper .input-group > [type='date'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="text"], .gform_wrapper .input-group > [type='datetime'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="text"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="text"], .gform_wrapper .input-group > [type='month'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="text"], .gform_wrapper .input-group > [type='week'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="text"], .gform_wrapper .input-group > [type='email'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="text"], .gform_wrapper .input-group > [type='number'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="text"], .gform_wrapper .input-group > [type='search'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="text"], .gform_wrapper .input-group > [type='tel'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="text"], .gform_wrapper .input-group > [type='time'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="text"], .gform_wrapper .input-group > [type='url'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="text"], .gform_wrapper .input-group > [type='color'] + input[type="text"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="text"], .gform_wrapper .input-group > select + input[type="text"], .gform_wrapper .ginput_container_date > select + input[type="text"], .gform_wrapper .input-group > textarea + input[type="text"], .gform_wrapper .ginput_container_date > textarea + input[type="text"], .gform_wrapper .input-group > input[type="email"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="text"], .gform_wrapper .input-group > input[type="date"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="text"], .gform_wrapper .input-group > input[type="datetime"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="text"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="text"], .gform_wrapper .input-group > input[type="month"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="text"], .gform_wrapper .input-group > input[type="number"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="text"], .gform_wrapper .input-group > input[type="password"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="text"], .gform_wrapper .input-group > input[type="search"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="text"], .gform_wrapper .input-group > input[type="tel"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="text"], .gform_wrapper .input-group > input[type="text"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="text"], .gform_wrapper .input-group > input[type="time"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="text"], .gform_wrapper .input-group > input[type="week"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="text"], .gform_wrapper .input-group > input[type="url"] + input[type="text"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="text"], .gform_wrapper .input-group > select + input[type="text"], .gform_wrapper .ginput_container_date > select + input[type="text"], .gform_wrapper .input-group > textarea + input[type="text"], .gform_wrapper .ginput_container_date > textarea + input[type="text"], .gform_wrapper .input-group > .form-control + input[type="time"], .gform_wrapper .ginput_container_date > .form-control + input[type="time"], .gform_wrapper .input-group > [type='text'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="time"], .gform_wrapper .input-group > [type='password'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="time"], .gform_wrapper .input-group > [type='date'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="time"], .gform_wrapper .input-group > [type='datetime'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="time"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="time"], .gform_wrapper .input-group > [type='month'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="time"], .gform_wrapper .input-group > [type='week'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="time"], .gform_wrapper .input-group > [type='email'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="time"], .gform_wrapper .input-group > [type='number'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="time"], .gform_wrapper .input-group > [type='search'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="time"], .gform_wrapper .input-group > [type='tel'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="time"], .gform_wrapper .input-group > [type='time'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="time"], .gform_wrapper .input-group > [type='url'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="time"], .gform_wrapper .input-group > [type='color'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="time"], .gform_wrapper .input-group > [type='text'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="time"], .gform_wrapper .input-group > [type='password'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="time"], .gform_wrapper .input-group > [type='date'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="time"], .gform_wrapper .input-group > [type='datetime'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="time"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="time"], .gform_wrapper .input-group > [type='month'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="time"], .gform_wrapper .input-group > [type='week'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="time"], .gform_wrapper .input-group > [type='email'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="time"], .gform_wrapper .input-group > [type='number'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="time"], .gform_wrapper .input-group > [type='search'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="time"], .gform_wrapper .input-group > [type='tel'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="time"], .gform_wrapper .input-group > [type='time'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="time"], .gform_wrapper .input-group > [type='url'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="time"], .gform_wrapper .input-group > [type='color'] + input[type="time"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="time"], .gform_wrapper .input-group > select + input[type="time"], .gform_wrapper .ginput_container_date > select + input[type="time"], .gform_wrapper .input-group > textarea + input[type="time"], .gform_wrapper .ginput_container_date > textarea + input[type="time"], .gform_wrapper .input-group > input[type="email"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="time"], .gform_wrapper .input-group > input[type="date"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="time"], .gform_wrapper .input-group > input[type="datetime"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="time"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="time"], .gform_wrapper .input-group > input[type="month"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="time"], .gform_wrapper .input-group > input[type="number"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="time"], .gform_wrapper .input-group > input[type="password"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="time"], .gform_wrapper .input-group > input[type="search"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="time"], .gform_wrapper .input-group > input[type="tel"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="time"], .gform_wrapper .input-group > input[type="text"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="time"], .gform_wrapper .input-group > input[type="time"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="time"], .gform_wrapper .input-group > input[type="week"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="time"], .gform_wrapper .input-group > input[type="url"] + input[type="time"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="time"], .gform_wrapper .input-group > select + input[type="time"], .gform_wrapper .ginput_container_date > select + input[type="time"], .gform_wrapper .input-group > textarea + input[type="time"], .gform_wrapper .ginput_container_date > textarea + input[type="time"], .gform_wrapper .input-group > .form-control + input[type="week"], .gform_wrapper .ginput_container_date > .form-control + input[type="week"], .gform_wrapper .input-group > [type='text'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="week"], .gform_wrapper .input-group > [type='password'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="week"], .gform_wrapper .input-group > [type='date'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="week"], .gform_wrapper .input-group > [type='datetime'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="week"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="week"], .gform_wrapper .input-group > [type='month'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="week"], .gform_wrapper .input-group > [type='week'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="week"], .gform_wrapper .input-group > [type='email'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="week"], .gform_wrapper .input-group > [type='number'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="week"], .gform_wrapper .input-group > [type='search'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="week"], .gform_wrapper .input-group > [type='tel'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="week"], .gform_wrapper .input-group > [type='time'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="week"], .gform_wrapper .input-group > [type='url'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="week"], .gform_wrapper .input-group > [type='color'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="week"], .gform_wrapper .input-group > [type='text'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="week"], .gform_wrapper .input-group > [type='password'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="week"], .gform_wrapper .input-group > [type='date'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="week"], .gform_wrapper .input-group > [type='datetime'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="week"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="week"], .gform_wrapper .input-group > [type='month'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="week"], .gform_wrapper .input-group > [type='week'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="week"], .gform_wrapper .input-group > [type='email'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="week"], .gform_wrapper .input-group > [type='number'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="week"], .gform_wrapper .input-group > [type='search'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="week"], .gform_wrapper .input-group > [type='tel'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="week"], .gform_wrapper .input-group > [type='time'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="week"], .gform_wrapper .input-group > [type='url'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="week"], .gform_wrapper .input-group > [type='color'] + input[type="week"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="week"], .gform_wrapper .input-group > select + input[type="week"], .gform_wrapper .ginput_container_date > select + input[type="week"], .gform_wrapper .input-group > textarea + input[type="week"], .gform_wrapper .ginput_container_date > textarea + input[type="week"], .gform_wrapper .input-group > input[type="email"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="week"], .gform_wrapper .input-group > input[type="date"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="week"], .gform_wrapper .input-group > input[type="datetime"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="week"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="week"], .gform_wrapper .input-group > input[type="month"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="week"], .gform_wrapper .input-group > input[type="number"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="week"], .gform_wrapper .input-group > input[type="password"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="week"], .gform_wrapper .input-group > input[type="search"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="week"], .gform_wrapper .input-group > input[type="tel"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="week"], .gform_wrapper .input-group > input[type="text"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="week"], .gform_wrapper .input-group > input[type="time"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="week"], .gform_wrapper .input-group > input[type="week"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="week"], .gform_wrapper .input-group > input[type="url"] + input[type="week"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="week"], .gform_wrapper .input-group > select + input[type="week"], .gform_wrapper .ginput_container_date > select + input[type="week"], .gform_wrapper .input-group > textarea + input[type="week"], .gform_wrapper .ginput_container_date > textarea + input[type="week"], .gform_wrapper .input-group > .form-control + input[type="url"], .gform_wrapper .ginput_container_date > .form-control + input[type="url"], .gform_wrapper .input-group > [type='text'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="url"], .gform_wrapper .input-group > [type='password'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="url"], .gform_wrapper .input-group > [type='date'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="url"], .gform_wrapper .input-group > [type='datetime'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="url"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="url"], .gform_wrapper .input-group > [type='month'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="url"], .gform_wrapper .input-group > [type='week'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="url"], .gform_wrapper .input-group > [type='email'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="url"], .gform_wrapper .input-group > [type='number'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="url"], .gform_wrapper .input-group > [type='search'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="url"], .gform_wrapper .input-group > [type='tel'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="url"], .gform_wrapper .input-group > [type='time'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="url"], .gform_wrapper .input-group > [type='url'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="url"], .gform_wrapper .input-group > [type='color'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="url"], .gform_wrapper .input-group > [type='text'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='text'] + input[type="url"], .gform_wrapper .input-group > [type='password'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='password'] + input[type="url"], .gform_wrapper .input-group > [type='date'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='date'] + input[type="url"], .gform_wrapper .input-group > [type='datetime'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='datetime'] + input[type="url"], .gform_wrapper .input-group > [type='datetime-local'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='datetime-local'] + input[type="url"], .gform_wrapper .input-group > [type='month'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='month'] + input[type="url"], .gform_wrapper .input-group > [type='week'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='week'] + input[type="url"], .gform_wrapper .input-group > [type='email'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='email'] + input[type="url"], .gform_wrapper .input-group > [type='number'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='number'] + input[type="url"], .gform_wrapper .input-group > [type='search'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='search'] + input[type="url"], .gform_wrapper .input-group > [type='tel'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='tel'] + input[type="url"], .gform_wrapper .input-group > [type='time'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='time'] + input[type="url"], .gform_wrapper .input-group > [type='url'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='url'] + input[type="url"], .gform_wrapper .input-group > [type='color'] + input[type="url"], .gform_wrapper .ginput_container_date > [type='color'] + input[type="url"], .gform_wrapper .input-group > select + input[type="url"], .gform_wrapper .ginput_container_date > select + input[type="url"], .gform_wrapper .input-group > textarea + input[type="url"], .gform_wrapper .ginput_container_date > textarea + input[type="url"], .gform_wrapper .input-group > input[type="email"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="email"] + input[type="url"], .gform_wrapper .input-group > input[type="date"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="date"] + input[type="url"], .gform_wrapper .input-group > input[type="datetime"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="datetime"] + input[type="url"], .gform_wrapper .input-group > input[type="datetime-local"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="datetime-local"] + input[type="url"], .gform_wrapper .input-group > input[type="month"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="month"] + input[type="url"], .gform_wrapper .input-group > input[type="number"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="number"] + input[type="url"], .gform_wrapper .input-group > input[type="password"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="password"] + input[type="url"], .gform_wrapper .input-group > input[type="search"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="search"] + input[type="url"], .gform_wrapper .input-group > input[type="tel"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="tel"] + input[type="url"], .gform_wrapper .input-group > input[type="text"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="text"] + input[type="url"], .gform_wrapper .input-group > input[type="time"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="time"] + input[type="url"], .gform_wrapper .input-group > input[type="week"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="week"] + input[type="url"], .gform_wrapper .input-group > input[type="url"] + input[type="url"], .gform_wrapper .ginput_container_date > input[type="url"] + input[type="url"], .gform_wrapper .input-group > select + input[type="url"], .gform_wrapper .ginput_container_date > select + input[type="url"], .gform_wrapper .input-group > textarea + input[type="url"], .gform_wrapper .ginput_container_date > textarea + input[type="url"], .gform_wrapper .input-group > .form-control + select, .gform_wrapper .ginput_container_date > .form-control + select, .gform_wrapper .input-group > [type='text'] + select, .gform_wrapper .ginput_container_date > [type='text'] + select, .gform_wrapper .input-group > [type='password'] + select, .gform_wrapper .ginput_container_date > [type='password'] + select, .gform_wrapper .input-group > [type='date'] + select, .gform_wrapper .ginput_container_date > [type='date'] + select, .gform_wrapper .input-group > [type='datetime'] + select, .gform_wrapper .ginput_container_date > [type='datetime'] + select, .gform_wrapper .input-group > [type='datetime-local'] + select, .gform_wrapper .ginput_container_date > [type='datetime-local'] + select, .gform_wrapper .input-group > [type='month'] + select, .gform_wrapper .ginput_container_date > [type='month'] + select, .gform_wrapper .input-group > [type='week'] + select, .gform_wrapper .ginput_container_date > [type='week'] + select, .gform_wrapper .input-group > [type='email'] + select, .gform_wrapper .ginput_container_date > [type='email'] + select, .gform_wrapper .input-group > [type='number'] + select, .gform_wrapper .ginput_container_date > [type='number'] + select, .gform_wrapper .input-group > [type='search'] + select, .gform_wrapper .ginput_container_date > [type='search'] + select, .gform_wrapper .input-group > [type='tel'] + select, .gform_wrapper .ginput_container_date > [type='tel'] + select, .gform_wrapper .input-group > [type='time'] + select, .gform_wrapper .ginput_container_date > [type='time'] + select, .gform_wrapper .input-group > [type='url'] + select, .gform_wrapper .ginput_container_date > [type='url'] + select, .gform_wrapper .input-group > [type='color'] + select, .gform_wrapper .ginput_container_date > [type='color'] + select, .gform_wrapper .input-group > [type='text'] + select, .gform_wrapper .ginput_container_date > [type='text'] + select, .gform_wrapper .input-group > [type='password'] + select, .gform_wrapper .ginput_container_date > [type='password'] + select, .gform_wrapper .input-group > [type='date'] + select, .gform_wrapper .ginput_container_date > [type='date'] + select, .gform_wrapper .input-group > [type='datetime'] + select, .gform_wrapper .ginput_container_date > [type='datetime'] + select, .gform_wrapper .input-group > [type='datetime-local'] + select, .gform_wrapper .ginput_container_date > [type='datetime-local'] + select, .gform_wrapper .input-group > [type='month'] + select, .gform_wrapper .ginput_container_date > [type='month'] + select, .gform_wrapper .input-group > [type='week'] + select, .gform_wrapper .ginput_container_date > [type='week'] + select, .gform_wrapper .input-group > [type='email'] + select, .gform_wrapper .ginput_container_date > [type='email'] + select, .gform_wrapper .input-group > [type='number'] + select, .gform_wrapper .ginput_container_date > [type='number'] + select, .gform_wrapper .input-group > [type='search'] + select, .gform_wrapper .ginput_container_date > [type='search'] + select, .gform_wrapper .input-group > [type='tel'] + select, .gform_wrapper .ginput_container_date > [type='tel'] + select, .gform_wrapper .input-group > [type='time'] + select, .gform_wrapper .ginput_container_date > [type='time'] + select, .gform_wrapper .input-group > [type='url'] + select, .gform_wrapper .ginput_container_date > [type='url'] + select, .gform_wrapper .input-group > [type='color'] + select, .gform_wrapper .ginput_container_date > [type='color'] + select, .gform_wrapper .input-group > select + select, .gform_wrapper .ginput_container_date > select + select, .gform_wrapper .input-group > textarea + select, .gform_wrapper .ginput_container_date > textarea + select, .gform_wrapper .input-group > input[type="email"] + select, .gform_wrapper .ginput_container_date > input[type="email"] + select, .gform_wrapper .input-group > input[type="date"] + select, .gform_wrapper .ginput_container_date > input[type="date"] + select, .gform_wrapper .input-group > input[type="datetime"] + select, .gform_wrapper .ginput_container_date > input[type="datetime"] + select, .gform_wrapper .input-group > input[type="datetime-local"] + select, .gform_wrapper .ginput_container_date > input[type="datetime-local"] + select, .gform_wrapper .input-group > input[type="month"] + select, .gform_wrapper .ginput_container_date > input[type="month"] + select, .gform_wrapper .input-group > input[type="number"] + select, .gform_wrapper .ginput_container_date > input[type="number"] + select, .gform_wrapper .input-group > input[type="password"] + select, .gform_wrapper .ginput_container_date > input[type="password"] + select, .gform_wrapper .input-group > input[type="search"] + select, .gform_wrapper .ginput_container_date > input[type="search"] + select, .gform_wrapper .input-group > input[type="tel"] + select, .gform_wrapper .ginput_container_date > input[type="tel"] + select, .gform_wrapper .input-group > input[type="text"] + select, .gform_wrapper .ginput_container_date > input[type="text"] + select, .gform_wrapper .input-group > input[type="time"] + select, .gform_wrapper .ginput_container_date > input[type="time"] + select, .gform_wrapper .input-group > input[type="week"] + select, .gform_wrapper .ginput_container_date > input[type="week"] + select, .gform_wrapper .input-group > input[type="url"] + select, .gform_wrapper .ginput_container_date > input[type="url"] + select, .gform_wrapper .input-group > select + select, .gform_wrapper .ginput_container_date > select + select, .gform_wrapper .input-group > textarea + select, .gform_wrapper .ginput_container_date > textarea + select, .gform_wrapper .input-group > .form-control + textarea, .gform_wrapper .ginput_container_date > .form-control + textarea, .gform_wrapper .input-group > [type='text'] + textarea, .gform_wrapper .ginput_container_date > [type='text'] + textarea, .gform_wrapper .input-group > [type='password'] + textarea, .gform_wrapper .ginput_container_date > [type='password'] + textarea, .gform_wrapper .input-group > [type='date'] + textarea, .gform_wrapper .ginput_container_date > [type='date'] + textarea, .gform_wrapper .input-group > [type='datetime'] + textarea, .gform_wrapper .ginput_container_date > [type='datetime'] + textarea, .gform_wrapper .input-group > [type='datetime-local'] + textarea, .gform_wrapper .ginput_container_date > [type='datetime-local'] + textarea, .gform_wrapper .input-group > [type='month'] + textarea, .gform_wrapper .ginput_container_date > [type='month'] + textarea, .gform_wrapper .input-group > [type='week'] + textarea, .gform_wrapper .ginput_container_date > [type='week'] + textarea, .gform_wrapper .input-group > [type='email'] + textarea, .gform_wrapper .ginput_container_date > [type='email'] + textarea, .gform_wrapper .input-group > [type='number'] + textarea, .gform_wrapper .ginput_container_date > [type='number'] + textarea, .gform_wrapper .input-group > [type='search'] + textarea, .gform_wrapper .ginput_container_date > [type='search'] + textarea, .gform_wrapper .input-group > [type='tel'] + textarea, .gform_wrapper .ginput_container_date > [type='tel'] + textarea, .gform_wrapper .input-group > [type='time'] + textarea, .gform_wrapper .ginput_container_date > [type='time'] + textarea, .gform_wrapper .input-group > [type='url'] + textarea, .gform_wrapper .ginput_container_date > [type='url'] + textarea, .gform_wrapper .input-group > [type='color'] + textarea, .gform_wrapper .ginput_container_date > [type='color'] + textarea, .gform_wrapper .input-group > [type='text'] + textarea, .gform_wrapper .ginput_container_date > [type='text'] + textarea, .gform_wrapper .input-group > [type='password'] + textarea, .gform_wrapper .ginput_container_date > [type='password'] + textarea, .gform_wrapper .input-group > [type='date'] + textarea, .gform_wrapper .ginput_container_date > [type='date'] + textarea, .gform_wrapper .input-group > [type='datetime'] + textarea, .gform_wrapper .ginput_container_date > [type='datetime'] + textarea, .gform_wrapper .input-group > [type='datetime-local'] + textarea, .gform_wrapper .ginput_container_date > [type='datetime-local'] + textarea, .gform_wrapper .input-group > [type='month'] + textarea, .gform_wrapper .ginput_container_date > [type='month'] + textarea, .gform_wrapper .input-group > [type='week'] + textarea, .gform_wrapper .ginput_container_date > [type='week'] + textarea, .gform_wrapper .input-group > [type='email'] + textarea, .gform_wrapper .ginput_container_date > [type='email'] + textarea, .gform_wrapper .input-group > [type='number'] + textarea, .gform_wrapper .ginput_container_date > [type='number'] + textarea, .gform_wrapper .input-group > [type='search'] + textarea, .gform_wrapper .ginput_container_date > [type='search'] + textarea, .gform_wrapper .input-group > [type='tel'] + textarea, .gform_wrapper .ginput_container_date > [type='tel'] + textarea, .gform_wrapper .input-group > [type='time'] + textarea, .gform_wrapper .ginput_container_date > [type='time'] + textarea, .gform_wrapper .input-group > [type='url'] + textarea, .gform_wrapper .ginput_container_date > [type='url'] + textarea, .gform_wrapper .input-group > [type='color'] + textarea, .gform_wrapper .ginput_container_date > [type='color'] + textarea, .gform_wrapper .input-group > select + textarea, .gform_wrapper .ginput_container_date > select + textarea, .gform_wrapper .input-group > textarea + textarea, .gform_wrapper .ginput_container_date > textarea + textarea, .gform_wrapper .input-group > input[type="email"] + textarea, .gform_wrapper .ginput_container_date > input[type="email"] + textarea, .gform_wrapper .input-group > input[type="date"] + textarea, .gform_wrapper .ginput_container_date > input[type="date"] + textarea, .gform_wrapper .input-group > input[type="datetime"] + textarea, .gform_wrapper .ginput_container_date > input[type="datetime"] + textarea, .gform_wrapper .input-group > input[type="datetime-local"] + textarea, .gform_wrapper .ginput_container_date > input[type="datetime-local"] + textarea, .gform_wrapper .input-group > input[type="month"] + textarea, .gform_wrapper .ginput_container_date > input[type="month"] + textarea, .gform_wrapper .input-group > input[type="number"] + textarea, .gform_wrapper .ginput_container_date > input[type="number"] + textarea, .gform_wrapper .input-group > input[type="password"] + textarea, .gform_wrapper .ginput_container_date > input[type="password"] + textarea, .gform_wrapper .input-group > input[type="search"] + textarea, .gform_wrapper .ginput_container_date > input[type="search"] + textarea, .gform_wrapper .input-group > input[type="tel"] + textarea, .gform_wrapper .ginput_container_date > input[type="tel"] + textarea, .gform_wrapper .input-group > input[type="text"] + textarea, .gform_wrapper .ginput_container_date > input[type="text"] + textarea, .gform_wrapper .input-group > input[type="time"] + textarea, .gform_wrapper .ginput_container_date > input[type="time"] + textarea, .gform_wrapper .input-group > input[type="week"] + textarea, .gform_wrapper .ginput_container_date > input[type="week"] + textarea, .gform_wrapper .input-group > input[type="url"] + textarea, .gform_wrapper .ginput_container_date > input[type="url"] + textarea, .gform_wrapper .input-group > select + textarea, .gform_wrapper .ginput_container_date > select + textarea, .gform_wrapper .input-group > textarea + textarea, .gform_wrapper .ginput_container_date > textarea + textarea, .input-group > .form-control + .custom-select, .ginput_container_date > .form-control + .custom-select, .input-group > [type='text'] + .custom-select, .ginput_container_date > [type='text'] + .custom-select, .input-group > [type='password'] + .custom-select, .ginput_container_date > [type='password'] + .custom-select, .input-group > [type='date'] + .custom-select, .ginput_container_date > [type='date'] + .custom-select, .input-group > [type='datetime'] + .custom-select, .ginput_container_date > [type='datetime'] + .custom-select, .input-group > [type='datetime-local'] + .custom-select, .ginput_container_date > [type='datetime-local'] + .custom-select, .input-group > [type='month'] + .custom-select, .ginput_container_date > [type='month'] + .custom-select, .input-group > [type='week'] + .custom-select, .ginput_container_date > [type='week'] + .custom-select, .input-group > [type='email'] + .custom-select, .ginput_container_date > [type='email'] + .custom-select, .input-group > [type='number'] + .custom-select, .ginput_container_date > [type='number'] + .custom-select, .input-group > [type='search'] + .custom-select, .ginput_container_date > [type='search'] + .custom-select, .input-group > [type='tel'] + .custom-select, .ginput_container_date > [type='tel'] + .custom-select, .input-group > [type='time'] + .custom-select, .ginput_container_date > [type='time'] + .custom-select, .input-group > [type='url'] + .custom-select, .ginput_container_date > [type='url'] + .custom-select, .input-group > [type='color'] + .custom-select, .ginput_container_date > [type='color'] + .custom-select, .gform_wrapper .input-group > [type='text'] + .custom-select, .gform_wrapper .ginput_container_date > [type='text'] + .custom-select, .gform_wrapper .input-group > [type='password'] + .custom-select, .gform_wrapper .ginput_container_date > [type='password'] + .custom-select, .gform_wrapper .input-group > [type='date'] + .custom-select, .gform_wrapper .ginput_container_date > [type='date'] + .custom-select, .gform_wrapper .input-group > [type='datetime'] + .custom-select, .gform_wrapper .ginput_container_date > [type='datetime'] + .custom-select, .gform_wrapper .input-group > [type='datetime-local'] + .custom-select, .gform_wrapper .ginput_container_date > [type='datetime-local'] + .custom-select, .gform_wrapper .input-group > [type='month'] + .custom-select, .gform_wrapper .ginput_container_date > [type='month'] + .custom-select, .gform_wrapper .input-group > [type='week'] + .custom-select, .gform_wrapper .ginput_container_date > [type='week'] + .custom-select, .gform_wrapper .input-group > [type='email'] + .custom-select, .gform_wrapper .ginput_container_date > [type='email'] + .custom-select, .gform_wrapper .input-group > [type='number'] + .custom-select, .gform_wrapper .ginput_container_date > [type='number'] + .custom-select, .gform_wrapper .input-group > [type='search'] + .custom-select, .gform_wrapper .ginput_container_date > [type='search'] + .custom-select, .gform_wrapper .input-group > [type='tel'] + .custom-select, .gform_wrapper .ginput_container_date > [type='tel'] + .custom-select, .gform_wrapper .input-group > [type='time'] + .custom-select, .gform_wrapper .ginput_container_date > [type='time'] + .custom-select, .gform_wrapper .input-group > [type='url'] + .custom-select, .gform_wrapper .ginput_container_date > [type='url'] + .custom-select, .gform_wrapper .input-group > [type='color'] + .custom-select, .gform_wrapper .ginput_container_date > [type='color'] + .custom-select, .input-group > select + .custom-select, .ginput_container_date > select + .custom-select, .input-group > textarea + .custom-select, .ginput_container_date > textarea + .custom-select, .gform_wrapper .input-group > input[type="email"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="email"] + .custom-select, .gform_wrapper .input-group > input[type="date"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="date"] + .custom-select, .gform_wrapper .input-group > input[type="datetime"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="datetime"] + .custom-select, .gform_wrapper .input-group > input[type="datetime-local"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="datetime-local"] + .custom-select, .gform_wrapper .input-group > input[type="month"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="month"] + .custom-select, .gform_wrapper .input-group > input[type="number"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="number"] + .custom-select, .gform_wrapper .input-group > input[type="password"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="password"] + .custom-select, .gform_wrapper .input-group > input[type="search"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="search"] + .custom-select, .gform_wrapper .input-group > input[type="tel"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="tel"] + .custom-select, .gform_wrapper .input-group > input[type="text"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="text"] + .custom-select, .gform_wrapper .input-group > input[type="time"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="time"] + .custom-select, .gform_wrapper .input-group > input[type="week"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="week"] + .custom-select, .gform_wrapper .input-group > input[type="url"] + .custom-select, .gform_wrapper .ginput_container_date > input[type="url"] + .custom-select, .gform_wrapper .input-group > select + .custom-select, .gform_wrapper .ginput_container_date > select + .custom-select, .gform_wrapper .input-group > textarea + .custom-select, .gform_wrapper .ginput_container_date > textarea + .custom-select, .input-group > .form-control + .custom-file, .ginput_container_date > .form-control + .custom-file, .input-group > [type='text'] + .custom-file, .ginput_container_date > [type='text'] + .custom-file, .input-group > [type='password'] + .custom-file, .ginput_container_date > [type='password'] + .custom-file, .input-group > [type='date'] + .custom-file, .ginput_container_date > [type='date'] + .custom-file, .input-group > [type='datetime'] + .custom-file, .ginput_container_date > [type='datetime'] + .custom-file, .input-group > [type='datetime-local'] + .custom-file, .ginput_container_date > [type='datetime-local'] + .custom-file, .input-group > [type='month'] + .custom-file, .ginput_container_date > [type='month'] + .custom-file, .input-group > [type='week'] + .custom-file, .ginput_container_date > [type='week'] + .custom-file, .input-group > [type='email'] + .custom-file, .ginput_container_date > [type='email'] + .custom-file, .input-group > [type='number'] + .custom-file, .ginput_container_date > [type='number'] + .custom-file, .input-group > [type='search'] + .custom-file, .ginput_container_date > [type='search'] + .custom-file, .input-group > [type='tel'] + .custom-file, .ginput_container_date > [type='tel'] + .custom-file, .input-group > [type='time'] + .custom-file, .ginput_container_date > [type='time'] + .custom-file, .input-group > [type='url'] + .custom-file, .ginput_container_date > [type='url'] + .custom-file, .input-group > [type='color'] + .custom-file, .ginput_container_date > [type='color'] + .custom-file, .gform_wrapper .input-group > [type='text'] + .custom-file, .gform_wrapper .ginput_container_date > [type='text'] + .custom-file, .gform_wrapper .input-group > [type='password'] + .custom-file, .gform_wrapper .ginput_container_date > [type='password'] + .custom-file, .gform_wrapper .input-group > [type='date'] + .custom-file, .gform_wrapper .ginput_container_date > [type='date'] + .custom-file, .gform_wrapper .input-group > [type='datetime'] + .custom-file, .gform_wrapper .ginput_container_date > [type='datetime'] + .custom-file, .gform_wrapper .input-group > [type='datetime-local'] + .custom-file, .gform_wrapper .ginput_container_date > [type='datetime-local'] + .custom-file, .gform_wrapper .input-group > [type='month'] + .custom-file, .gform_wrapper .ginput_container_date > [type='month'] + .custom-file, .gform_wrapper .input-group > [type='week'] + .custom-file, .gform_wrapper .ginput_container_date > [type='week'] + .custom-file, .gform_wrapper .input-group > [type='email'] + .custom-file, .gform_wrapper .ginput_container_date > [type='email'] + .custom-file, .gform_wrapper .input-group > [type='number'] + .custom-file, .gform_wrapper .ginput_container_date > [type='number'] + .custom-file, .gform_wrapper .input-group > [type='search'] + .custom-file, .gform_wrapper .ginput_container_date > [type='search'] + .custom-file, .gform_wrapper .input-group > [type='tel'] + .custom-file, .gform_wrapper .ginput_container_date > [type='tel'] + .custom-file, .gform_wrapper .input-group > [type='time'] + .custom-file, .gform_wrapper .ginput_container_date > [type='time'] + .custom-file, .gform_wrapper .input-group > [type='url'] + .custom-file, .gform_wrapper .ginput_container_date > [type='url'] + .custom-file, .gform_wrapper .input-group > [type='color'] + .custom-file, .gform_wrapper .ginput_container_date > [type='color'] + .custom-file, .input-group > select + .custom-file, .ginput_container_date > select + .custom-file, .input-group > textarea + .custom-file, .ginput_container_date > textarea + .custom-file, .gform_wrapper .input-group > input[type="email"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="email"] + .custom-file, .gform_wrapper .input-group > input[type="date"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="date"] + .custom-file, .gform_wrapper .input-group > input[type="datetime"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="datetime"] + .custom-file, .gform_wrapper .input-group > input[type="datetime-local"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="datetime-local"] + .custom-file, .gform_wrapper .input-group > input[type="month"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="month"] + .custom-file, .gform_wrapper .input-group > input[type="number"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="number"] + .custom-file, .gform_wrapper .input-group > input[type="password"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="password"] + .custom-file, .gform_wrapper .input-group > input[type="search"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="search"] + .custom-file, .gform_wrapper .input-group > input[type="tel"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="tel"] + .custom-file, .gform_wrapper .input-group > input[type="text"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="text"] + .custom-file, .gform_wrapper .input-group > input[type="time"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="time"] + .custom-file, .gform_wrapper .input-group > input[type="week"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="week"] + .custom-file, .gform_wrapper .input-group > input[type="url"] + .custom-file, .gform_wrapper .ginput_container_date > input[type="url"] + .custom-file, .gform_wrapper .input-group > select + .custom-file, .gform_wrapper .ginput_container_date > select + .custom-file, .gform_wrapper .input-group > textarea + .custom-file, .gform_wrapper .ginput_container_date > textarea + .custom-file, .input-group > .form-control-plaintext + .form-control, .ginput_container_date > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + [type='text'], .ginput_container_date > .form-control-plaintext + [type='text'], .input-group > .form-control-plaintext + [type='password'], .ginput_container_date > .form-control-plaintext + [type='password'], .input-group > .form-control-plaintext + [type='date'], .ginput_container_date > .form-control-plaintext + [type='date'], .input-group > .form-control-plaintext + [type='datetime'], .ginput_container_date > .form-control-plaintext + [type='datetime'], .input-group > .form-control-plaintext + [type='datetime-local'], .ginput_container_date > .form-control-plaintext + [type='datetime-local'], .input-group > .form-control-plaintext + [type='month'], .ginput_container_date > .form-control-plaintext + [type='month'], .input-group > .form-control-plaintext + [type='week'], .ginput_container_date > .form-control-plaintext + [type='week'], .input-group > .form-control-plaintext + [type='email'], .ginput_container_date > .form-control-plaintext + [type='email'], .input-group > .form-control-plaintext + [type='number'], .ginput_container_date > .form-control-plaintext + [type='number'], .input-group > .form-control-plaintext + [type='search'], .ginput_container_date > .form-control-plaintext + [type='search'], .input-group > .form-control-plaintext + [type='tel'], .ginput_container_date > .form-control-plaintext + [type='tel'], .input-group > .form-control-plaintext + [type='time'], .ginput_container_date > .form-control-plaintext + [type='time'], .input-group > .form-control-plaintext + [type='url'], .ginput_container_date > .form-control-plaintext + [type='url'], .input-group > .form-control-plaintext + [type='color'], .ginput_container_date > .form-control-plaintext + [type='color'], .gform_wrapper .input-group > .form-control-plaintext + [type='text'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='text'], .gform_wrapper .input-group > .form-control-plaintext + [type='password'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='password'], .gform_wrapper .input-group > .form-control-plaintext + [type='date'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='date'], .gform_wrapper .input-group > .form-control-plaintext + [type='datetime'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='datetime'], .gform_wrapper .input-group > .form-control-plaintext + [type='datetime-local'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='datetime-local'], .gform_wrapper .input-group > .form-control-plaintext + [type='month'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='month'], .gform_wrapper .input-group > .form-control-plaintext + [type='week'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='week'], .gform_wrapper .input-group > .form-control-plaintext + [type='email'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='email'], .gform_wrapper .input-group > .form-control-plaintext + [type='number'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='number'], .gform_wrapper .input-group > .form-control-plaintext + [type='search'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='search'], .gform_wrapper .input-group > .form-control-plaintext + [type='tel'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='tel'], .gform_wrapper .input-group > .form-control-plaintext + [type='time'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='time'], .gform_wrapper .input-group > .form-control-plaintext + [type='url'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='url'], .gform_wrapper .input-group > .form-control-plaintext + [type='color'], .gform_wrapper .ginput_container_date > .form-control-plaintext + [type='color'], .input-group > .form-control-plaintext + select, .ginput_container_date > .form-control-plaintext + select, .input-group > .form-control-plaintext + textarea, .ginput_container_date > .form-control-plaintext + textarea, .gform_wrapper .input-group > .form-control-plaintext + input[type="email"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="email"], .gform_wrapper .input-group > .form-control-plaintext + input[type="date"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="date"], .gform_wrapper .input-group > .form-control-plaintext + input[type="datetime"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="datetime"], .gform_wrapper .input-group > .form-control-plaintext + input[type="datetime-local"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="datetime-local"], .gform_wrapper .input-group > .form-control-plaintext + input[type="month"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="month"], .gform_wrapper .input-group > .form-control-plaintext + input[type="number"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="number"], .gform_wrapper .input-group > .form-control-plaintext + input[type="password"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="password"], .gform_wrapper .input-group > .form-control-plaintext + input[type="search"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="search"], .gform_wrapper .input-group > .form-control-plaintext + input[type="tel"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="tel"], .gform_wrapper .input-group > .form-control-plaintext + input[type="text"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="text"], .gform_wrapper .input-group > .form-control-plaintext + input[type="time"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="time"], .gform_wrapper .input-group > .form-control-plaintext + input[type="week"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="week"], .gform_wrapper .input-group > .form-control-plaintext + input[type="url"], .gform_wrapper .ginput_container_date > .form-control-plaintext + input[type="url"], .gform_wrapper .input-group > .form-control-plaintext + select, .gform_wrapper .ginput_container_date > .form-control-plaintext + select, .gform_wrapper .input-group > .form-control-plaintext + textarea, .gform_wrapper .ginput_container_date > .form-control-plaintext + textarea, .input-group > .form-control-plaintext + .custom-select, .ginput_container_date > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .ginput_container_date > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .ginput_container_date > .custom-select + .form-control, .input-group > .custom-select + [type='text'], .ginput_container_date > .custom-select + [type='text'], .input-group > .custom-select + [type='password'], .ginput_container_date > .custom-select + [type='password'], .input-group > .custom-select + [type='date'], .ginput_container_date > .custom-select + [type='date'], .input-group > .custom-select + [type='datetime'], .ginput_container_date > .custom-select + [type='datetime'], .input-group > .custom-select + [type='datetime-local'], .ginput_container_date > .custom-select + [type='datetime-local'], .input-group > .custom-select + [type='month'], .ginput_container_date > .custom-select + [type='month'], .input-group > .custom-select + [type='week'], .ginput_container_date > .custom-select + [type='week'], .input-group > .custom-select + [type='email'], .ginput_container_date > .custom-select + [type='email'], .input-group > .custom-select + [type='number'], .ginput_container_date > .custom-select + [type='number'], .input-group > .custom-select + [type='search'], .ginput_container_date > .custom-select + [type='search'], .input-group > .custom-select + [type='tel'], .ginput_container_date > .custom-select + [type='tel'], .input-group > .custom-select + [type='time'], .ginput_container_date > .custom-select + [type='time'], .input-group > .custom-select + [type='url'], .ginput_container_date > .custom-select + [type='url'], .input-group > .custom-select + [type='color'], .ginput_container_date > .custom-select + [type='color'], .gform_wrapper .input-group > .custom-select + [type='text'], .gform_wrapper .ginput_container_date > .custom-select + [type='text'], .gform_wrapper .input-group > .custom-select + [type='password'], .gform_wrapper .ginput_container_date > .custom-select + [type='password'], .gform_wrapper .input-group > .custom-select + [type='date'], .gform_wrapper .ginput_container_date > .custom-select + [type='date'], .gform_wrapper .input-group > .custom-select + [type='datetime'], .gform_wrapper .ginput_container_date > .custom-select + [type='datetime'], .gform_wrapper .input-group > .custom-select + [type='datetime-local'], .gform_wrapper .ginput_container_date > .custom-select + [type='datetime-local'], .gform_wrapper .input-group > .custom-select + [type='month'], .gform_wrapper .ginput_container_date > .custom-select + [type='month'], .gform_wrapper .input-group > .custom-select + [type='week'], .gform_wrapper .ginput_container_date > .custom-select + [type='week'], .gform_wrapper .input-group > .custom-select + [type='email'], .gform_wrapper .ginput_container_date > .custom-select + [type='email'], .gform_wrapper .input-group > .custom-select + [type='number'], .gform_wrapper .ginput_container_date > .custom-select + [type='number'], .gform_wrapper .input-group > .custom-select + [type='search'], .gform_wrapper .ginput_container_date > .custom-select + [type='search'], .gform_wrapper .input-group > .custom-select + [type='tel'], .gform_wrapper .ginput_container_date > .custom-select + [type='tel'], .gform_wrapper .input-group > .custom-select + [type='time'], .gform_wrapper .ginput_container_date > .custom-select + [type='time'], .gform_wrapper .input-group > .custom-select + [type='url'], .gform_wrapper .ginput_container_date > .custom-select + [type='url'], .gform_wrapper .input-group > .custom-select + [type='color'], .gform_wrapper .ginput_container_date > .custom-select + [type='color'], .input-group > .custom-select + select, .ginput_container_date > .custom-select + select, .input-group > .custom-select + textarea, .ginput_container_date > .custom-select + textarea, .gform_wrapper .input-group > .custom-select + input[type="email"], .gform_wrapper .ginput_container_date > .custom-select + input[type="email"], .gform_wrapper .input-group > .custom-select + input[type="date"], .gform_wrapper .ginput_container_date > .custom-select + input[type="date"], .gform_wrapper .input-group > .custom-select + input[type="datetime"], .gform_wrapper .ginput_container_date > .custom-select + input[type="datetime"], .gform_wrapper .input-group > .custom-select + input[type="datetime-local"], .gform_wrapper .ginput_container_date > .custom-select + input[type="datetime-local"], .gform_wrapper .input-group > .custom-select + input[type="month"], .gform_wrapper .ginput_container_date > .custom-select + input[type="month"], .gform_wrapper .input-group > .custom-select + input[type="number"], .gform_wrapper .ginput_container_date > .custom-select + input[type="number"], .gform_wrapper .input-group > .custom-select + input[type="password"], .gform_wrapper .ginput_container_date > .custom-select + input[type="password"], .gform_wrapper .input-group > .custom-select + input[type="search"], .gform_wrapper .ginput_container_date > .custom-select + input[type="search"], .gform_wrapper .input-group > .custom-select + input[type="tel"], .gform_wrapper .ginput_container_date > .custom-select + input[type="tel"], .gform_wrapper .input-group > .custom-select + input[type="text"], .gform_wrapper .ginput_container_date > .custom-select + input[type="text"], .gform_wrapper .input-group > .custom-select + input[type="time"], .gform_wrapper .ginput_container_date > .custom-select + input[type="time"], .gform_wrapper .input-group > .custom-select + input[type="week"], .gform_wrapper .ginput_container_date > .custom-select + input[type="week"], .gform_wrapper .input-group > .custom-select + input[type="url"], .gform_wrapper .ginput_container_date > .custom-select + input[type="url"], .gform_wrapper .input-group > .custom-select + select, .gform_wrapper .ginput_container_date > .custom-select + select, .gform_wrapper .input-group > .custom-select + textarea, .gform_wrapper .ginput_container_date > .custom-select + textarea, .input-group > .custom-select + .custom-select, .ginput_container_date > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .ginput_container_date > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .ginput_container_date > .custom-file + .form-control, .input-group > .custom-file + [type='text'], .ginput_container_date > .custom-file + [type='text'], .input-group > .custom-file + [type='password'], .ginput_container_date > .custom-file + [type='password'], .input-group > .custom-file + [type='date'], .ginput_container_date > .custom-file + [type='date'], .input-group > .custom-file + [type='datetime'], .ginput_container_date > .custom-file + [type='datetime'], .input-group > .custom-file + [type='datetime-local'], .ginput_container_date > .custom-file + [type='datetime-local'], .input-group > .custom-file + [type='month'], .ginput_container_date > .custom-file + [type='month'], .input-group > .custom-file + [type='week'], .ginput_container_date > .custom-file + [type='week'], .input-group > .custom-file + [type='email'], .ginput_container_date > .custom-file + [type='email'], .input-group > .custom-file + [type='number'], .ginput_container_date > .custom-file + [type='number'], .input-group > .custom-file + [type='search'], .ginput_container_date > .custom-file + [type='search'], .input-group > .custom-file + [type='tel'], .ginput_container_date > .custom-file + [type='tel'], .input-group > .custom-file + [type='time'], .ginput_container_date > .custom-file + [type='time'], .input-group > .custom-file + [type='url'], .ginput_container_date > .custom-file + [type='url'], .input-group > .custom-file + [type='color'], .ginput_container_date > .custom-file + [type='color'], .gform_wrapper .input-group > .custom-file + [type='text'], .gform_wrapper .ginput_container_date > .custom-file + [type='text'], .gform_wrapper .input-group > .custom-file + [type='password'], .gform_wrapper .ginput_container_date > .custom-file + [type='password'], .gform_wrapper .input-group > .custom-file + [type='date'], .gform_wrapper .ginput_container_date > .custom-file + [type='date'], .gform_wrapper .input-group > .custom-file + [type='datetime'], .gform_wrapper .ginput_container_date > .custom-file + [type='datetime'], .gform_wrapper .input-group > .custom-file + [type='datetime-local'], .gform_wrapper .ginput_container_date > .custom-file + [type='datetime-local'], .gform_wrapper .input-group > .custom-file + [type='month'], .gform_wrapper .ginput_container_date > .custom-file + [type='month'], .gform_wrapper .input-group > .custom-file + [type='week'], .gform_wrapper .ginput_container_date > .custom-file + [type='week'], .gform_wrapper .input-group > .custom-file + [type='email'], .gform_wrapper .ginput_container_date > .custom-file + [type='email'], .gform_wrapper .input-group > .custom-file + [type='number'], .gform_wrapper .ginput_container_date > .custom-file + [type='number'], .gform_wrapper .input-group > .custom-file + [type='search'], .gform_wrapper .ginput_container_date > .custom-file + [type='search'], .gform_wrapper .input-group > .custom-file + [type='tel'], .gform_wrapper .ginput_container_date > .custom-file + [type='tel'], .gform_wrapper .input-group > .custom-file + [type='time'], .gform_wrapper .ginput_container_date > .custom-file + [type='time'], .gform_wrapper .input-group > .custom-file + [type='url'], .gform_wrapper .ginput_container_date > .custom-file + [type='url'], .gform_wrapper .input-group > .custom-file + [type='color'], .gform_wrapper .ginput_container_date > .custom-file + [type='color'], .input-group > .custom-file + select, .ginput_container_date > .custom-file + select, .input-group > .custom-file + textarea, .ginput_container_date > .custom-file + textarea, .gform_wrapper .input-group > .custom-file + input[type="email"], .gform_wrapper .ginput_container_date > .custom-file + input[type="email"], .gform_wrapper .input-group > .custom-file + input[type="date"], .gform_wrapper .ginput_container_date > .custom-file + input[type="date"], .gform_wrapper .input-group > .custom-file + input[type="datetime"], .gform_wrapper .ginput_container_date > .custom-file + input[type="datetime"], .gform_wrapper .input-group > .custom-file + input[type="datetime-local"], .gform_wrapper .ginput_container_date > .custom-file + input[type="datetime-local"], .gform_wrapper .input-group > .custom-file + input[type="month"], .gform_wrapper .ginput_container_date > .custom-file + input[type="month"], .gform_wrapper .input-group > .custom-file + input[type="number"], .gform_wrapper .ginput_container_date > .custom-file + input[type="number"], .gform_wrapper .input-group > .custom-file + input[type="password"], .gform_wrapper .ginput_container_date > .custom-file + input[type="password"], .gform_wrapper .input-group > .custom-file + input[type="search"], .gform_wrapper .ginput_container_date > .custom-file + input[type="search"], .gform_wrapper .input-group > .custom-file + input[type="tel"], .gform_wrapper .ginput_container_date > .custom-file + input[type="tel"], .gform_wrapper .input-group > .custom-file + input[type="text"], .gform_wrapper .ginput_container_date > .custom-file + input[type="text"], .gform_wrapper .input-group > .custom-file + input[type="time"], .gform_wrapper .ginput_container_date > .custom-file + input[type="time"], .gform_wrapper .input-group > .custom-file + input[type="week"], .gform_wrapper .ginput_container_date > .custom-file + input[type="week"], .gform_wrapper .input-group > .custom-file + input[type="url"], .gform_wrapper .ginput_container_date > .custom-file + input[type="url"], .gform_wrapper .input-group > .custom-file + select, .gform_wrapper .ginput_container_date > .custom-file + select, .gform_wrapper .input-group > .custom-file + textarea, .gform_wrapper .ginput_container_date > .custom-file + textarea, .input-group > .custom-file + .custom-select, .ginput_container_date > .custom-file + .custom-select, .input-group > .custom-file + .custom-file, .ginput_container_date > .custom-file + .custom-file {
            margin-left: -2px
        }

        .input-group > .form-control:focus, .ginput_container_date > .form-control:focus, .input-group > :focus[type='text'], .ginput_container_date > :focus[type='text'], .input-group > :focus[type='password'], .ginput_container_date > :focus[type='password'], .input-group > :focus[type='date'], .ginput_container_date > :focus[type='date'], .input-group > :focus[type='datetime'], .ginput_container_date > :focus[type='datetime'], .input-group > :focus[type='datetime-local'], .ginput_container_date > :focus[type='datetime-local'], .input-group > :focus[type='month'], .ginput_container_date > :focus[type='month'], .input-group > :focus[type='week'], .ginput_container_date > :focus[type='week'], .input-group > :focus[type='email'], .ginput_container_date > :focus[type='email'], .input-group > :focus[type='number'], .ginput_container_date > :focus[type='number'], .input-group > :focus[type='search'], .ginput_container_date > :focus[type='search'], .input-group > :focus[type='tel'], .ginput_container_date > :focus[type='tel'], .input-group > :focus[type='time'], .ginput_container_date > :focus[type='time'], .input-group > :focus[type='url'], .ginput_container_date > :focus[type='url'], .input-group > :focus[type='color'], .ginput_container_date > :focus[type='color'], .gform_wrapper .input-group > :focus[type='text'], .gform_wrapper .ginput_container_date > :focus[type='text'], .gform_wrapper .input-group > :focus[type='password'], .gform_wrapper .ginput_container_date > :focus[type='password'], .gform_wrapper .input-group > :focus[type='date'], .gform_wrapper .ginput_container_date > :focus[type='date'], .gform_wrapper .input-group > :focus[type='datetime'], .gform_wrapper .ginput_container_date > :focus[type='datetime'], .gform_wrapper .input-group > :focus[type='datetime-local'], .gform_wrapper .ginput_container_date > :focus[type='datetime-local'], .gform_wrapper .input-group > :focus[type='month'], .gform_wrapper .ginput_container_date > :focus[type='month'], .gform_wrapper .input-group > :focus[type='week'], .gform_wrapper .ginput_container_date > :focus[type='week'], .gform_wrapper .input-group > :focus[type='email'], .gform_wrapper .ginput_container_date > :focus[type='email'], .gform_wrapper .input-group > :focus[type='number'], .gform_wrapper .ginput_container_date > :focus[type='number'], .gform_wrapper .input-group > :focus[type='search'], .gform_wrapper .ginput_container_date > :focus[type='search'], .gform_wrapper .input-group > :focus[type='tel'], .gform_wrapper .ginput_container_date > :focus[type='tel'], .gform_wrapper .input-group > :focus[type='time'], .gform_wrapper .ginput_container_date > :focus[type='time'], .gform_wrapper .input-group > :focus[type='url'], .gform_wrapper .ginput_container_date > :focus[type='url'], .gform_wrapper .input-group > :focus[type='color'], .gform_wrapper .ginput_container_date > :focus[type='color'], .input-group > select:focus, .ginput_container_date > select:focus, .input-group > textarea:focus, .ginput_container_date > textarea:focus, .gform_wrapper .input-group > input:focus[type="email"], .gform_wrapper .ginput_container_date > input:focus[type="email"], .gform_wrapper .input-group > input:focus[type="date"], .gform_wrapper .ginput_container_date > input:focus[type="date"], .gform_wrapper .input-group > input:focus[type="datetime"], .gform_wrapper .ginput_container_date > input:focus[type="datetime"], .gform_wrapper .input-group > input:focus[type="datetime-local"], .gform_wrapper .ginput_container_date > input:focus[type="datetime-local"], .gform_wrapper .input-group > input:focus[type="month"], .gform_wrapper .ginput_container_date > input:focus[type="month"], .gform_wrapper .input-group > input:focus[type="number"], .gform_wrapper .ginput_container_date > input:focus[type="number"], .gform_wrapper .input-group > input:focus[type="password"], .gform_wrapper .ginput_container_date > input:focus[type="password"], .gform_wrapper .input-group > input:focus[type="search"], .gform_wrapper .ginput_container_date > input:focus[type="search"], .gform_wrapper .input-group > input:focus[type="tel"], .gform_wrapper .ginput_container_date > input:focus[type="tel"], .gform_wrapper .input-group > input:focus[type="text"], .gform_wrapper .ginput_container_date > input:focus[type="text"], .gform_wrapper .input-group > input:focus[type="time"], .gform_wrapper .ginput_container_date > input:focus[type="time"], .gform_wrapper .input-group > input:focus[type="week"], .gform_wrapper .ginput_container_date > input:focus[type="week"], .gform_wrapper .input-group > input:focus[type="url"], .gform_wrapper .ginput_container_date > input:focus[type="url"], .gform_wrapper .input-group > select:focus, .gform_wrapper .ginput_container_date > select:focus, .gform_wrapper .input-group > textarea:focus, .gform_wrapper .ginput_container_date > textarea:focus, .input-group > .custom-select:focus, .ginput_container_date > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .ginput_container_date > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus, .ginput_container_date > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .form-control:not(:first-child), .ginput_container_date > .form-control:not(:first-child), .input-group > :not(:first-child)[type='text'], .ginput_container_date > :not(:first-child)[type='text'], .input-group > :not(:first-child)[type='password'], .ginput_container_date > :not(:first-child)[type='password'], .input-group > :not(:first-child)[type='date'], .ginput_container_date > :not(:first-child)[type='date'], .input-group > :not(:first-child)[type='datetime'], .ginput_container_date > :not(:first-child)[type='datetime'], .input-group > :not(:first-child)[type='datetime-local'], .ginput_container_date > :not(:first-child)[type='datetime-local'], .input-group > :not(:first-child)[type='month'], .ginput_container_date > :not(:first-child)[type='month'], .input-group > :not(:first-child)[type='week'], .ginput_container_date > :not(:first-child)[type='week'], .input-group > :not(:first-child)[type='email'], .ginput_container_date > :not(:first-child)[type='email'], .input-group > :not(:first-child)[type='number'], .ginput_container_date > :not(:first-child)[type='number'], .input-group > :not(:first-child)[type='search'], .ginput_container_date > :not(:first-child)[type='search'], .input-group > :not(:first-child)[type='tel'], .ginput_container_date > :not(:first-child)[type='tel'], .input-group > :not(:first-child)[type='time'], .ginput_container_date > :not(:first-child)[type='time'], .input-group > :not(:first-child)[type='url'], .ginput_container_date > :not(:first-child)[type='url'], .input-group > :not(:first-child)[type='color'], .ginput_container_date > :not(:first-child)[type='color'], .gform_wrapper .input-group > :not(:first-child)[type='text'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='text'], .gform_wrapper .input-group > :not(:first-child)[type='password'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='password'], .gform_wrapper .input-group > :not(:first-child)[type='date'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='date'], .gform_wrapper .input-group > :not(:first-child)[type='datetime'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='datetime'], .gform_wrapper .input-group > :not(:first-child)[type='datetime-local'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='datetime-local'], .gform_wrapper .input-group > :not(:first-child)[type='month'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='month'], .gform_wrapper .input-group > :not(:first-child)[type='week'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='week'], .gform_wrapper .input-group > :not(:first-child)[type='email'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='email'], .gform_wrapper .input-group > :not(:first-child)[type='number'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='number'], .gform_wrapper .input-group > :not(:first-child)[type='search'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='search'], .gform_wrapper .input-group > :not(:first-child)[type='tel'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='tel'], .gform_wrapper .input-group > :not(:first-child)[type='time'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='time'], .gform_wrapper .input-group > :not(:first-child)[type='url'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='url'], .gform_wrapper .input-group > :not(:first-child)[type='color'], .gform_wrapper .ginput_container_date > :not(:first-child)[type='color'], .input-group > select:not(:first-child), .ginput_container_date > select:not(:first-child), .input-group > textarea:not(:first-child), .ginput_container_date > textarea:not(:first-child), .gform_wrapper .input-group > input:not(:first-child)[type="email"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="email"], .gform_wrapper .input-group > input:not(:first-child)[type="date"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="date"], .gform_wrapper .input-group > input:not(:first-child)[type="datetime"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="datetime"], .gform_wrapper .input-group > input:not(:first-child)[type="datetime-local"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="datetime-local"], .gform_wrapper .input-group > input:not(:first-child)[type="month"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="month"], .gform_wrapper .input-group > input:not(:first-child)[type="number"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="number"], .gform_wrapper .input-group > input:not(:first-child)[type="password"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="password"], .gform_wrapper .input-group > input:not(:first-child)[type="search"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="search"], .gform_wrapper .input-group > input:not(:first-child)[type="tel"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="tel"], .gform_wrapper .input-group > input:not(:first-child)[type="text"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="text"], .gform_wrapper .input-group > input:not(:first-child)[type="time"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="time"], .gform_wrapper .input-group > input:not(:first-child)[type="week"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="week"], .gform_wrapper .input-group > input:not(:first-child)[type="url"], .gform_wrapper .ginput_container_date > input:not(:first-child)[type="url"], .gform_wrapper .input-group > select:not(:first-child), .gform_wrapper .ginput_container_date > select:not(:first-child), .gform_wrapper .input-group > textarea:not(:first-child), .gform_wrapper .ginput_container_date > textarea:not(:first-child), .input-group > .custom-select:not(:first-child), .ginput_container_date > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file, .ginput_container_date > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .ginput_container_date > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label, .ginput_container_date > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .form-control:not(:last-child), .ginput_container_date:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > :not(:last-child)[type='text'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='text'], .input-group:not(.has-validation) > :not(:last-child)[type='password'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='password'], .input-group:not(.has-validation) > :not(:last-child)[type='date'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='date'], .input-group:not(.has-validation) > :not(:last-child)[type='datetime'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='datetime'], .input-group:not(.has-validation) > :not(:last-child)[type='datetime-local'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='datetime-local'], .input-group:not(.has-validation) > :not(:last-child)[type='month'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='month'], .input-group:not(.has-validation) > :not(:last-child)[type='week'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='week'], .input-group:not(.has-validation) > :not(:last-child)[type='email'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='email'], .input-group:not(.has-validation) > :not(:last-child)[type='number'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='number'], .input-group:not(.has-validation) > :not(:last-child)[type='search'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='search'], .input-group:not(.has-validation) > :not(:last-child)[type='tel'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='tel'], .input-group:not(.has-validation) > :not(:last-child)[type='time'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='time'], .input-group:not(.has-validation) > :not(:last-child)[type='url'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='url'], .input-group:not(.has-validation) > :not(:last-child)[type='color'], .ginput_container_date:not(.has-validation) > :not(:last-child)[type='color'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='text'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='text'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='password'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='password'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='date'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='date'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='datetime'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='datetime'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='datetime-local'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='datetime-local'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='month'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='month'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='week'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='week'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='email'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='email'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='number'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='number'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='search'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='search'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='tel'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='tel'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='time'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='time'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='url'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='url'], .gform_wrapper .input-group:not(.has-validation) > :not(:last-child)[type='color'], .gform_wrapper .ginput_container_date:not(.has-validation) > :not(:last-child)[type='color'], .input-group:not(.has-validation) > select:not(:last-child), .ginput_container_date:not(.has-validation) > select:not(:last-child), .input-group:not(.has-validation) > textarea:not(:last-child), .ginput_container_date:not(.has-validation) > textarea:not(:last-child), .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="email"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="email"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="date"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="date"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="datetime"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="datetime"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="datetime-local"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="datetime-local"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="month"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="month"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="number"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="number"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="password"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="password"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="search"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="search"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="tel"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="tel"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="text"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="text"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="time"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="time"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="week"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="week"], .gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="url"], .gform_wrapper .ginput_container_date:not(.has-validation) > input:not(:last-child)[type="url"], .gform_wrapper .input-group:not(.has-validation) > select:not(:last-child), .gform_wrapper .ginput_container_date:not(.has-validation) > select:not(:last-child), .gform_wrapper .input-group:not(.has-validation) > textarea:not(:last-child), .gform_wrapper .ginput_container_date:not(.has-validation) > textarea:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .ginput_container_date:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .ginput_container_date:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .form-control:nth-last-child(n+3), .has-validation.ginput_container_date > .form-control:nth-last-child(n+3), .input-group.has-validation > :nth-last-child(n+3)[type='text'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='text'], .input-group.has-validation > :nth-last-child(n+3)[type='password'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='password'], .input-group.has-validation > :nth-last-child(n+3)[type='date'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='date'], .input-group.has-validation > :nth-last-child(n+3)[type='datetime'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='datetime'], .input-group.has-validation > :nth-last-child(n+3)[type='datetime-local'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='datetime-local'], .input-group.has-validation > :nth-last-child(n+3)[type='month'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='month'], .input-group.has-validation > :nth-last-child(n+3)[type='week'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='week'], .input-group.has-validation > :nth-last-child(n+3)[type='email'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='email'], .input-group.has-validation > :nth-last-child(n+3)[type='number'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='number'], .input-group.has-validation > :nth-last-child(n+3)[type='search'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='search'], .input-group.has-validation > :nth-last-child(n+3)[type='tel'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='tel'], .input-group.has-validation > :nth-last-child(n+3)[type='time'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='time'], .input-group.has-validation > :nth-last-child(n+3)[type='url'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='url'], .input-group.has-validation > :nth-last-child(n+3)[type='color'], .has-validation.ginput_container_date > :nth-last-child(n+3)[type='color'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='text'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='text'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='password'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='password'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='date'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='date'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='datetime'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='datetime'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='datetime-local'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='datetime-local'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='month'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='month'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='week'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='week'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='email'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='email'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='number'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='number'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='search'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='search'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='tel'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='tel'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='time'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='time'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='url'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='url'], .gform_wrapper .input-group.has-validation > :nth-last-child(n+3)[type='color'], .gform_wrapper .has-validation.ginput_container_date > :nth-last-child(n+3)[type='color'], .input-group.has-validation > select:nth-last-child(n+3), .has-validation.ginput_container_date > select:nth-last-child(n+3), .input-group.has-validation > textarea:nth-last-child(n+3), .has-validation.ginput_container_date > textarea:nth-last-child(n+3), .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="email"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="email"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="date"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="date"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="datetime"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="datetime"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="datetime-local"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="datetime-local"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="month"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="month"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="number"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="number"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="password"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="password"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="search"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="search"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="tel"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="tel"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="text"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="text"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="time"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="time"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="week"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="week"], .gform_wrapper .input-group.has-validation > input:nth-last-child(n+3)[type="url"], .gform_wrapper .has-validation.ginput_container_date > input:nth-last-child(n+3)[type="url"], .gform_wrapper .input-group.has-validation > select:nth-last-child(n+3), .gform_wrapper .has-validation.ginput_container_date > select:nth-last-child(n+3), .gform_wrapper .input-group.has-validation > textarea:nth-last-child(n+3), .gform_wrapper .has-validation.ginput_container_date > textarea:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .has-validation.ginput_container_date > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .has-validation.ginput_container_date > .custom-file:nth-last-child(n+3) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-prepend, .input-group-append, .ginput_container_date img.ui-datepicker-trigger {
        display: flex
    }

        .input-group-prepend .btn, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label, .input-group-prepend input.submit, .input-group-prepend .gform_button, .input-group-prepend [type=submit], .input-group-prepend .archive-links ul > li > a, .archive-links .input-group-prepend ul > li > a, .input-group-prepend .gform_wrapper .button, .gform_wrapper .input-group-prepend .button, .input-group-prepend .gform_wrapper input[type="submit"], .gform_wrapper .input-group-prepend input[type="submit"], .input-group-prepend .gform_page_footer .button, .gform_page_footer .input-group-prepend .button, .input-group-append .btn, .ginput_container_date img.ui-datepicker-trigger .btn, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label, .input-group-append input.submit, .ginput_container_date img.ui-datepicker-trigger input.submit, .input-group-append .gform_button, .ginput_container_date img.ui-datepicker-trigger .gform_button, .input-group-append [type=submit], .ginput_container_date img.ui-datepicker-trigger [type=submit], .input-group-append .archive-links ul > li > a, .archive-links .input-group-append ul > li > a, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a, .input-group-append .gform_wrapper .button, .gform_wrapper .input-group-append .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button, .input-group-append .gform_wrapper input[type="submit"], .gform_wrapper .input-group-append input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"], .input-group-append .gform_page_footer .button, .gform_page_footer .input-group-append .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button {
            position: relative;
            z-index: 2
        }

            .input-group-prepend .btn:focus, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label:focus, .input-group-prepend input.submit:focus, .input-group-prepend .gform_button:focus, .input-group-prepend :focus[type=submit], .input-group-prepend .archive-links ul > li > a:focus, .archive-links .input-group-prepend ul > li > a:focus, .input-group-prepend .gform_wrapper .button:focus, .gform_wrapper .input-group-prepend .button:focus, .input-group-prepend .gform_wrapper input:focus[type="submit"], .gform_wrapper .input-group-prepend input:focus[type="submit"], .input-group-prepend .gform_page_footer .button:focus, .gform_page_footer .input-group-prepend .button:focus, .input-group-append .btn:focus, .ginput_container_date img.ui-datepicker-trigger .btn:focus, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label:focus, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label:focus, .input-group-append input.submit:focus, .ginput_container_date img.ui-datepicker-trigger input.submit:focus, .input-group-append .gform_button:focus, .ginput_container_date img.ui-datepicker-trigger .gform_button:focus, .input-group-append :focus[type=submit], .ginput_container_date img.ui-datepicker-trigger :focus[type=submit], .input-group-append .archive-links ul > li > a:focus, .archive-links .input-group-append ul > li > a:focus, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a:focus, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a:focus, .input-group-append .gform_wrapper .button:focus, .gform_wrapper .input-group-append .button:focus, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button:focus, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button:focus, .input-group-append .gform_wrapper input:focus[type="submit"], .gform_wrapper .input-group-append input:focus[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input:focus[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input:focus[type="submit"], .input-group-append .gform_page_footer .button:focus, .gform_page_footer .input-group-append .button:focus, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button:focus, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button:focus {
                z-index: 3
            }

            .input-group-prepend .btn + .btn, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + .btn, .input-group-prepend input.submit + .btn, .input-group-prepend .gform_button + .btn, .input-group-prepend [type=submit] + .btn, .input-group-prepend .archive-links ul > li > a + .btn, .archive-links .input-group-prepend ul > li > a + .btn, .input-group-prepend .gform_wrapper .button + .btn, .gform_wrapper .input-group-prepend .button + .btn, .input-group-prepend .gform_wrapper input[type="submit"] + .btn, .gform_wrapper .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .gform_page_footer .button + .btn, .gform_page_footer .input-group-prepend .button + .btn, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .btn + label, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + label, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice input.submit + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend input.submit + label, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice .gform_button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .gform_button + label, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice [type=submit] + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend [type=submit] + label, .input-group-prepend .archive-links #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > a + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .archive-links ul > li > a + label, .archive-links .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > a + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .archive-links .input-group-prepend ul > li > a + label, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .input-group-prepend .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper .input-group-prepend fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .button + label, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .input-group-prepend .gform_wrapper fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .gform_wrapper .input-group-prepend fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend input[type="submit"] + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .gform_page_footer .button + label, .input-group-prepend .btn + input.submit, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + input.submit, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + input.submit, .input-group-prepend input.submit + input.submit, .input-group-prepend .gform_button + input.submit, .input-group-prepend [type=submit] + input.submit, .input-group-prepend .archive-links ul > li > a + input.submit, .archive-links .input-group-prepend ul > li > a + input.submit, .input-group-prepend .gform_wrapper .button + input.submit, .gform_wrapper .input-group-prepend .button + input.submit, .input-group-prepend .gform_wrapper input[type="submit"] + input.submit, .gform_wrapper .input-group-prepend input[type="submit"] + input.submit, .input-group-prepend .gform_page_footer .button + input.submit, .gform_page_footer .input-group-prepend .button + input.submit, .input-group-prepend .btn + .gform_button, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .gform_button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + .gform_button, .input-group-prepend input.submit + .gform_button, .input-group-prepend .gform_button + .gform_button, .input-group-prepend [type=submit] + .gform_button, .input-group-prepend .archive-links ul > li > a + .gform_button, .archive-links .input-group-prepend ul > li > a + .gform_button, .input-group-prepend .gform_wrapper .button + .gform_button, .gform_wrapper .input-group-prepend .button + .gform_button, .input-group-prepend .gform_wrapper input[type="submit"] + .gform_button, .gform_wrapper .input-group-prepend input[type="submit"] + .gform_button, .input-group-prepend .gform_page_footer .button + .gform_button, .gform_page_footer .input-group-prepend .button + .gform_button, .input-group-prepend .btn + [type=submit], .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + [type=submit], #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + [type=submit], .input-group-prepend input.submit + [type=submit], .input-group-prepend .gform_button + [type=submit], .input-group-prepend [type=submit] + [type=submit], .input-group-prepend .archive-links ul > li > a + [type=submit], .archive-links .input-group-prepend ul > li > a + [type=submit], .input-group-prepend .gform_wrapper .button + [type=submit], .gform_wrapper .input-group-prepend .button + [type=submit], .input-group-prepend .gform_wrapper input[type="submit"] + [type=submit], .gform_wrapper .input-group-prepend input[type="submit"] + [type=submit], .input-group-prepend .gform_page_footer .button + [type=submit], .gform_page_footer .input-group-prepend .button + [type=submit], .input-group-prepend .archive-links ul > li > .btn + a, .archive-links .input-group-prepend ul > li > .btn + a, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice .archive-links ul > li > label + a, .archive-links .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > label + a, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .archive-links ul > li > label + a, .archive-links #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend ul > li > label + a, .input-group-prepend .archive-links ul > li > input.submit + a, .archive-links .input-group-prepend ul > li > input.submit + a, .input-group-prepend .archive-links ul > li > .gform_button + a, .archive-links .input-group-prepend ul > li > .gform_button + a, .input-group-prepend .archive-links ul > li > [type=submit] + a, .archive-links .input-group-prepend ul > li > [type=submit] + a, .input-group-prepend .archive-links ul > li > a + a, .archive-links .input-group-prepend ul > li > a + a, .input-group-prepend .gform_wrapper .archive-links ul > li > .button + a, .archive-links .input-group-prepend .gform_wrapper ul > li > .button + a, .gform_wrapper .input-group-prepend .archive-links ul > li > .button + a, .archive-links .gform_wrapper .input-group-prepend ul > li > .button + a, .input-group-prepend .gform_wrapper .archive-links ul > li > input[type="submit"] + a, .archive-links .input-group-prepend .gform_wrapper ul > li > input[type="submit"] + a, .gform_wrapper .input-group-prepend .archive-links ul > li > input[type="submit"] + a, .archive-links .gform_wrapper .input-group-prepend ul > li > input[type="submit"] + a, .input-group-prepend .gform_page_footer .archive-links ul > li > .button + a, .archive-links .input-group-prepend .gform_page_footer ul > li > .button + a, .gform_page_footer .input-group-prepend .archive-links ul > li > .button + a, .archive-links .gform_page_footer .input-group-prepend ul > li > .button + a, .input-group-prepend .gform_wrapper .btn + .button, .gform_wrapper .input-group-prepend .btn + .button, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + .button, .input-group-prepend .gform_wrapper input.submit + .button, .gform_wrapper .input-group-prepend input.submit + .button, .input-group-prepend .gform_wrapper .gform_button + .button, .gform_wrapper .input-group-prepend .gform_button + .button, .input-group-prepend .gform_wrapper [type=submit] + .button, .gform_wrapper .input-group-prepend [type=submit] + .button, .input-group-prepend .archive-links .gform_wrapper ul > li > a + .button, .gform_wrapper .input-group-prepend .archive-links ul > li > a + .button, .archive-links .input-group-prepend .gform_wrapper ul > li > a + .button, .gform_wrapper .archive-links .input-group-prepend ul > li > a + .button, .input-group-prepend .gform_wrapper .button + .button, .gform_wrapper .input-group-prepend .button + .button, .input-group-prepend .gform_wrapper input[type="submit"] + .button, .gform_wrapper .input-group-prepend input[type="submit"] + .button, .input-group-prepend .gform_wrapper .btn + input[type="submit"], .gform_wrapper .input-group-prepend .btn + input[type="submit"], .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + input[type="submit"], #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + input[type="submit"], .input-group-prepend .gform_wrapper input.submit + input[type="submit"], .gform_wrapper .input-group-prepend input.submit + input[type="submit"], .input-group-prepend .gform_wrapper .gform_button + input[type="submit"], .gform_wrapper .input-group-prepend .gform_button + input[type="submit"], .input-group-prepend .gform_wrapper [type=submit] + input[type="submit"], .gform_wrapper .input-group-prepend [type=submit] + input[type="submit"], .input-group-prepend .archive-links .gform_wrapper ul > li > a + input[type="submit"], .gform_wrapper .input-group-prepend .archive-links ul > li > a + input[type="submit"], .archive-links .input-group-prepend .gform_wrapper ul > li > a + input[type="submit"], .gform_wrapper .archive-links .input-group-prepend ul > li > a + input[type="submit"], .input-group-prepend .gform_wrapper .button + input[type="submit"], .gform_wrapper .input-group-prepend .button + input[type="submit"], .input-group-prepend .gform_wrapper input[type="submit"] + input[type="submit"], .gform_wrapper .input-group-prepend input[type="submit"] + input[type="submit"], .gform_wrapper .input-group-prepend .gform_page_footer .button + input[type="submit"], .input-group-prepend .gform_page_footer .btn + .button, .gform_page_footer .input-group-prepend .btn + .button, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice .gform_page_footer label + .button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .gform_page_footer label + .button, .input-group-prepend .gform_page_footer input.submit + .button, .gform_page_footer .input-group-prepend input.submit + .button, .input-group-prepend .gform_page_footer .gform_button + .button, .gform_page_footer .input-group-prepend .gform_button + .button, .input-group-prepend .gform_page_footer [type=submit] + .button, .gform_page_footer .input-group-prepend [type=submit] + .button, .input-group-prepend .archive-links .gform_page_footer ul > li > a + .button, .gform_page_footer .input-group-prepend .archive-links ul > li > a + .button, .archive-links .input-group-prepend .gform_page_footer ul > li > a + .button, .gform_page_footer .archive-links .input-group-prepend ul > li > a + .button, .input-group-prepend .gform_wrapper .gform_page_footer input[type="submit"] + .button, .gform_wrapper .input-group-prepend .gform_page_footer input[type="submit"] + .button, .input-group-prepend .gform_page_footer .button + .button, .gform_page_footer .input-group-prepend .button + .button, .input-group-prepend .btn + .input-group-text, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .input-group-text, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + .input-group-text, .input-group-prepend input.submit + .input-group-text, .input-group-prepend .gform_button + .input-group-text, .input-group-prepend [type=submit] + .input-group-text, .input-group-prepend .archive-links ul > li > a + .input-group-text, .archive-links .input-group-prepend ul > li > a + .input-group-text, .input-group-prepend .gform_wrapper .button + .input-group-text, .gform_wrapper .input-group-prepend .button + .input-group-text, .input-group-prepend .gform_wrapper input[type="submit"] + .input-group-text, .gform_wrapper .input-group-prepend input[type="submit"] + .input-group-text, .input-group-prepend .gform_page_footer .button + .input-group-text, .gform_page_footer .input-group-prepend .button + .input-group-text, .input-group-prepend .ginput_container_date .btn + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend .btn + img.ui-datepicker-trigger, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date label + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice label + img.ui-datepicker-trigger, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .ginput_container_date label + img.ui-datepicker-trigger, .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend label + img.ui-datepicker-trigger, .input-group-prepend .ginput_container_date input.submit + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend input.submit + img.ui-datepicker-trigger, .input-group-prepend .ginput_container_date .gform_button + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend .gform_button + img.ui-datepicker-trigger, .input-group-prepend .ginput_container_date [type=submit] + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend [type=submit] + img.ui-datepicker-trigger, .input-group-prepend .archive-links .ginput_container_date ul > li > a + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend .archive-links ul > li > a + img.ui-datepicker-trigger, .archive-links .input-group-prepend .ginput_container_date ul > li > a + img.ui-datepicker-trigger, .ginput_container_date .archive-links .input-group-prepend ul > li > a + img.ui-datepicker-trigger, .input-group-prepend .gform_wrapper .ginput_container_date .button + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend .gform_wrapper .button + img.ui-datepicker-trigger, .gform_wrapper .input-group-prepend .ginput_container_date .button + img.ui-datepicker-trigger, .ginput_container_date .gform_wrapper .input-group-prepend .button + img.ui-datepicker-trigger, .input-group-prepend .gform_wrapper .ginput_container_date input[type="submit"] + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend .gform_wrapper input[type="submit"] + img.ui-datepicker-trigger, .gform_wrapper .input-group-prepend .ginput_container_date input[type="submit"] + img.ui-datepicker-trigger, .ginput_container_date .gform_wrapper .input-group-prepend input[type="submit"] + img.ui-datepicker-trigger, .input-group-prepend .gform_page_footer .ginput_container_date .button + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend .gform_page_footer .button + img.ui-datepicker-trigger, .gform_page_footer .input-group-prepend .ginput_container_date .button + img.ui-datepicker-trigger, .ginput_container_date .gform_page_footer .input-group-prepend .button + img.ui-datepicker-trigger, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + .input-group-text, .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + .input-group-text, .input-group-prepend .ginput_container_date .input-group-text + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend .input-group-text + img.ui-datepicker-trigger, .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + img.ui-datepicker-trigger, .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + img.ui-datepicker-trigger, .input-group-prepend .input-group-text + .btn, .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + .btn, .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + .btn, .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-text + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .input-group-text + label, .input-group-prepend .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice img.ui-datepicker-trigger + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + label, .ginput_container_date .input-group-prepend #page-feedback .gform_wrapper fieldset.gfield .gchoice img.ui-datepicker-trigger + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + label, .input-group-prepend .input-group-text + input.submit, .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + input.submit, .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + input.submit, .input-group-prepend .input-group-text + .gform_button, .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + .gform_button, .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + .gform_button, .input-group-prepend .input-group-text + [type=submit], .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + [type=submit], .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + [type=submit], .input-group-prepend .archive-links ul > li > .input-group-text + a, .archive-links .input-group-prepend ul > li > .input-group-text + a, .input-group-prepend .ginput_container_date .archive-links ul > li > img.ui-datepicker-trigger + a, .archive-links .input-group-prepend .ginput_container_date ul > li > img.ui-datepicker-trigger + a, .ginput_container_date .input-group-prepend .archive-links ul > li > img.ui-datepicker-trigger + a, .archive-links .ginput_container_date .input-group-prepend ul > li > img.ui-datepicker-trigger + a, .input-group-prepend .gform_wrapper .input-group-text + .button, .gform_wrapper .input-group-prepend .input-group-text + .button, .input-group-prepend .ginput_container_date .gform_wrapper img.ui-datepicker-trigger + .button, .gform_wrapper .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + .button, .ginput_container_date .input-group-prepend .gform_wrapper img.ui-datepicker-trigger + .button, .gform_wrapper .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + .button, .input-group-prepend .gform_wrapper .input-group-text + input[type="submit"], .gform_wrapper .input-group-prepend .input-group-text + input[type="submit"], .input-group-prepend .ginput_container_date .gform_wrapper img.ui-datepicker-trigger + input[type="submit"], .gform_wrapper .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + input[type="submit"], .ginput_container_date .input-group-prepend .gform_wrapper img.ui-datepicker-trigger + input[type="submit"], .gform_wrapper .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + input[type="submit"], .input-group-prepend .gform_page_footer .input-group-text + .button, .gform_page_footer .input-group-prepend .input-group-text + .button, .input-group-prepend .ginput_container_date .gform_page_footer img.ui-datepicker-trigger + .button, .gform_page_footer .input-group-prepend .ginput_container_date img.ui-datepicker-trigger + .button, .ginput_container_date .input-group-prepend .gform_page_footer img.ui-datepicker-trigger + .button, .gform_page_footer .ginput_container_date .input-group-prepend img.ui-datepicker-trigger + .button, .input-group-append .btn + .btn, .ginput_container_date img.ui-datepicker-trigger .btn + .btn, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + .btn, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + .btn, .input-group-append input.submit + .btn, .ginput_container_date img.ui-datepicker-trigger input.submit + .btn, .input-group-append .gform_button + .btn, .ginput_container_date img.ui-datepicker-trigger .gform_button + .btn, .input-group-append [type=submit] + .btn, .ginput_container_date img.ui-datepicker-trigger [type=submit] + .btn, .input-group-append .archive-links ul > li > a + .btn, .archive-links .input-group-append ul > li > a + .btn, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + .btn, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + .btn, .input-group-append .gform_wrapper .button + .btn, .gform_wrapper .input-group-append .button + .btn, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + .btn, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + .btn, .input-group-append .gform_wrapper input[type="submit"] + .btn, .gform_wrapper .input-group-append input[type="submit"] + .btn, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + .btn, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + .btn, .input-group-append .gform_page_footer .button + .btn, .gform_page_footer .input-group-append .button + .btn, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + .btn, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + .btn, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .btn + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger .btn + label, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + label, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice input.submit + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append input.submit + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice input.submit + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger input.submit + label, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice .gform_button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .gform_button + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice .gform_button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger .gform_button + label, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice [type=submit] + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append [type=submit] + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice [type=submit] + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger [type=submit] + label, .input-group-append .archive-links #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > a + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .archive-links ul > li > a + label, .archive-links .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > a + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .archive-links .input-group-append ul > li > a + label, .ginput_container_date img.ui-datepicker-trigger .archive-links #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > a + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + label, .archive-links .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > a + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + label, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .input-group-append .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper .input-group-append fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .button + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .ginput_container_date img.ui-datepicker-trigger .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper .ginput_container_date img.ui-datepicker-trigger fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger .button + label, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .input-group-append .gform_wrapper fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .gform_wrapper .input-group-append fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append input[type="submit"] + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .ginput_container_date img.ui-datepicker-trigger .gform_wrapper fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .gform_wrapper .ginput_container_date img.ui-datepicker-trigger fieldset.gfield .gchoice input[type="submit"] + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + label, .input-group-append .gform_page_footer #page-feedback .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .gform_page_footer .button + label, .gform_page_footer .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .gform_page_footer .input-group-append .button + label, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer #page-feedback .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + label, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice .button + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + label, .input-group-append .btn + input.submit, .ginput_container_date img.ui-datepicker-trigger .btn + input.submit, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + input.submit, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + input.submit, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + input.submit, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + input.submit, .input-group-append input.submit + input.submit, .ginput_container_date img.ui-datepicker-trigger input.submit + input.submit, .input-group-append .gform_button + input.submit, .ginput_container_date img.ui-datepicker-trigger .gform_button + input.submit, .input-group-append [type=submit] + input.submit, .ginput_container_date img.ui-datepicker-trigger [type=submit] + input.submit, .input-group-append .archive-links ul > li > a + input.submit, .archive-links .input-group-append ul > li > a + input.submit, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + input.submit, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + input.submit, .input-group-append .gform_wrapper .button + input.submit, .gform_wrapper .input-group-append .button + input.submit, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + input.submit, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + input.submit, .input-group-append .gform_wrapper input[type="submit"] + input.submit, .gform_wrapper .input-group-append input[type="submit"] + input.submit, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + input.submit, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + input.submit, .input-group-append .gform_page_footer .button + input.submit, .gform_page_footer .input-group-append .button + input.submit, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + input.submit, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + input.submit, .input-group-append .btn + .gform_button, .ginput_container_date img.ui-datepicker-trigger .btn + .gform_button, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .gform_button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + .gform_button, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .gform_button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + .gform_button, .input-group-append input.submit + .gform_button, .ginput_container_date img.ui-datepicker-trigger input.submit + .gform_button, .input-group-append .gform_button + .gform_button, .ginput_container_date img.ui-datepicker-trigger .gform_button + .gform_button, .input-group-append [type=submit] + .gform_button, .ginput_container_date img.ui-datepicker-trigger [type=submit] + .gform_button, .input-group-append .archive-links ul > li > a + .gform_button, .archive-links .input-group-append ul > li > a + .gform_button, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + .gform_button, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + .gform_button, .input-group-append .gform_wrapper .button + .gform_button, .gform_wrapper .input-group-append .button + .gform_button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + .gform_button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + .gform_button, .input-group-append .gform_wrapper input[type="submit"] + .gform_button, .gform_wrapper .input-group-append input[type="submit"] + .gform_button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + .gform_button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + .gform_button, .input-group-append .gform_page_footer .button + .gform_button, .gform_page_footer .input-group-append .button + .gform_button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + .gform_button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + .gform_button, .input-group-append .btn + [type=submit], .ginput_container_date img.ui-datepicker-trigger .btn + [type=submit], .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + [type=submit], #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + [type=submit], .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + [type=submit], #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + [type=submit], .input-group-append input.submit + [type=submit], .ginput_container_date img.ui-datepicker-trigger input.submit + [type=submit], .input-group-append .gform_button + [type=submit], .ginput_container_date img.ui-datepicker-trigger .gform_button + [type=submit], .input-group-append [type=submit] + [type=submit], .ginput_container_date img.ui-datepicker-trigger [type=submit] + [type=submit], .input-group-append .archive-links ul > li > a + [type=submit], .archive-links .input-group-append ul > li > a + [type=submit], .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + [type=submit], .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + [type=submit], .input-group-append .gform_wrapper .button + [type=submit], .gform_wrapper .input-group-append .button + [type=submit], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + [type=submit], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + [type=submit], .input-group-append .gform_wrapper input[type="submit"] + [type=submit], .gform_wrapper .input-group-append input[type="submit"] + [type=submit], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + [type=submit], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + [type=submit], .input-group-append .gform_page_footer .button + [type=submit], .gform_page_footer .input-group-append .button + [type=submit], .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + [type=submit], .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + [type=submit], .input-group-append .archive-links ul > li > .btn + a, .archive-links .input-group-append ul > li > .btn + a, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > .btn + a, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > .btn + a, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice .archive-links ul > li > label + a, .archive-links .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > label + a, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .archive-links ul > li > label + a, .archive-links #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append ul > li > label + a, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice .archive-links ul > li > label + a, .archive-links .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice ul > li > label + a, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > label + a, .archive-links #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger ul > li > label + a, .input-group-append .archive-links ul > li > input.submit + a, .archive-links .input-group-append ul > li > input.submit + a, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > input.submit + a, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > input.submit + a, .input-group-append .archive-links ul > li > .gform_button + a, .archive-links .input-group-append ul > li > .gform_button + a, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > .gform_button + a, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > .gform_button + a, .input-group-append .archive-links ul > li > [type=submit] + a, .archive-links .input-group-append ul > li > [type=submit] + a, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > [type=submit] + a, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > [type=submit] + a, .input-group-append .archive-links ul > li > a + a, .archive-links .input-group-append ul > li > a + a, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + a, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + a, .input-group-append .gform_wrapper .archive-links ul > li > .button + a, .archive-links .input-group-append .gform_wrapper ul > li > .button + a, .gform_wrapper .input-group-append .archive-links ul > li > .button + a, .archive-links .gform_wrapper .input-group-append ul > li > .button + a, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .archive-links ul > li > .button + a, .archive-links .ginput_container_date img.ui-datepicker-trigger .gform_wrapper ul > li > .button + a, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > .button + a, .archive-links .gform_wrapper .ginput_container_date img.ui-datepicker-trigger ul > li > .button + a, .input-group-append .gform_wrapper .archive-links ul > li > input[type="submit"] + a, .archive-links .input-group-append .gform_wrapper ul > li > input[type="submit"] + a, .gform_wrapper .input-group-append .archive-links ul > li > input[type="submit"] + a, .archive-links .gform_wrapper .input-group-append ul > li > input[type="submit"] + a, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .archive-links ul > li > input[type="submit"] + a, .archive-links .ginput_container_date img.ui-datepicker-trigger .gform_wrapper ul > li > input[type="submit"] + a, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > input[type="submit"] + a, .archive-links .gform_wrapper .ginput_container_date img.ui-datepicker-trigger ul > li > input[type="submit"] + a, .input-group-append .gform_page_footer .archive-links ul > li > .button + a, .archive-links .input-group-append .gform_page_footer ul > li > .button + a, .gform_page_footer .input-group-append .archive-links ul > li > .button + a, .archive-links .gform_page_footer .input-group-append ul > li > .button + a, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .archive-links ul > li > .button + a, .archive-links .ginput_container_date img.ui-datepicker-trigger .gform_page_footer ul > li > .button + a, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > .button + a, .archive-links .gform_page_footer .ginput_container_date img.ui-datepicker-trigger ul > li > .button + a, .input-group-append .gform_wrapper .btn + .button, .gform_wrapper .input-group-append .btn + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .btn + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .btn + .button, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + .button, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + .button, .input-group-append .gform_wrapper input.submit + .button, .gform_wrapper .input-group-append input.submit + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input.submit + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input.submit + .button, .input-group-append .gform_wrapper .gform_button + .button, .gform_wrapper .input-group-append .gform_button + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .gform_button + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .gform_button + .button, .input-group-append .gform_wrapper [type=submit] + .button, .gform_wrapper .input-group-append [type=submit] + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper [type=submit] + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger [type=submit] + .button, .input-group-append .archive-links .gform_wrapper ul > li > a + .button, .gform_wrapper .input-group-append .archive-links ul > li > a + .button, .archive-links .input-group-append .gform_wrapper ul > li > a + .button, .gform_wrapper .archive-links .input-group-append ul > li > a + .button, .ginput_container_date img.ui-datepicker-trigger .archive-links .gform_wrapper ul > li > a + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + .button, .archive-links .ginput_container_date img.ui-datepicker-trigger .gform_wrapper ul > li > a + .button, .gform_wrapper .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + .button, .input-group-append .gform_wrapper .button + .button, .gform_wrapper .input-group-append .button + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + .button, .input-group-append .gform_wrapper input[type="submit"] + .button, .gform_wrapper .input-group-append input[type="submit"] + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + .button, .input-group-append .gform_page_footer .gform_wrapper .button + .button, .gform_wrapper .input-group-append .gform_page_footer .button + .button, .gform_page_footer .input-group-append .gform_wrapper .button + .button, .gform_wrapper .gform_page_footer .input-group-append .button + .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .gform_wrapper .button + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + .button, .gform_wrapper .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + .button, .input-group-append .gform_wrapper .btn + input[type="submit"], .gform_wrapper .input-group-append .btn + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .btn + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .btn + input[type="submit"], .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + input[type="submit"], #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + input[type="submit"], #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + input[type="submit"], .input-group-append .gform_wrapper input.submit + input[type="submit"], .gform_wrapper .input-group-append input.submit + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input.submit + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input.submit + input[type="submit"], .input-group-append .gform_wrapper .gform_button + input[type="submit"], .gform_wrapper .input-group-append .gform_button + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .gform_button + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .gform_button + input[type="submit"], .input-group-append .gform_wrapper [type=submit] + input[type="submit"], .gform_wrapper .input-group-append [type=submit] + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper [type=submit] + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger [type=submit] + input[type="submit"], .input-group-append .archive-links .gform_wrapper ul > li > a + input[type="submit"], .gform_wrapper .input-group-append .archive-links ul > li > a + input[type="submit"], .archive-links .input-group-append .gform_wrapper ul > li > a + input[type="submit"], .gform_wrapper .archive-links .input-group-append ul > li > a + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .archive-links .gform_wrapper ul > li > a + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + input[type="submit"], .archive-links .ginput_container_date img.ui-datepicker-trigger .gform_wrapper ul > li > a + input[type="submit"], .gform_wrapper .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + input[type="submit"], .input-group-append .gform_wrapper .button + input[type="submit"], .gform_wrapper .input-group-append .button + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + input[type="submit"], .input-group-append .gform_wrapper input[type="submit"] + input[type="submit"], .gform_wrapper .input-group-append input[type="submit"] + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + input[type="submit"], .input-group-append .gform_page_footer .gform_wrapper .button + input[type="submit"], .gform_wrapper .input-group-append .gform_page_footer .button + input[type="submit"], .gform_page_footer .input-group-append .gform_wrapper .button + input[type="submit"], .gform_wrapper .gform_page_footer .input-group-append .button + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .gform_wrapper .button + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + input[type="submit"], .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + input[type="submit"], .gform_wrapper .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + input[type="submit"], .input-group-append .gform_page_footer .btn + .button, .gform_page_footer .input-group-append .btn + .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .btn + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .btn + .button, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice .gform_page_footer label + .button, .gform_page_footer .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .gform_page_footer label + .button, .gform_page_footer #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + .button, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice .gform_page_footer label + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .button, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger .gform_page_footer label + .button, .gform_page_footer #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + .button, .input-group-append .gform_page_footer input.submit + .button, .gform_page_footer .input-group-append input.submit + .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer input.submit + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger input.submit + .button, .input-group-append .gform_page_footer .gform_button + .button, .gform_page_footer .input-group-append .gform_button + .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .gform_button + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .gform_button + .button, .input-group-append .gform_page_footer [type=submit] + .button, .gform_page_footer .input-group-append [type=submit] + .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer [type=submit] + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger [type=submit] + .button, .input-group-append .archive-links .gform_page_footer ul > li > a + .button, .gform_page_footer .input-group-append .archive-links ul > li > a + .button, .archive-links .input-group-append .gform_page_footer ul > li > a + .button, .gform_page_footer .archive-links .input-group-append ul > li > a + .button, .ginput_container_date img.ui-datepicker-trigger .archive-links .gform_page_footer ul > li > a + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + .button, .archive-links .ginput_container_date img.ui-datepicker-trigger .gform_page_footer ul > li > a + .button, .gform_page_footer .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + .button, .input-group-append .gform_wrapper .gform_page_footer .button + .button, .gform_page_footer .input-group-append .gform_wrapper .button + .button, .gform_wrapper .input-group-append .gform_page_footer .button + .button, .gform_page_footer .gform_wrapper .input-group-append .button + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .gform_page_footer .button + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + .button, .gform_page_footer .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + .button, .input-group-append .gform_wrapper .gform_page_footer input[type="submit"] + .button, .gform_page_footer .input-group-append .gform_wrapper input[type="submit"] + .button, .gform_wrapper .input-group-append .gform_page_footer input[type="submit"] + .button, .gform_page_footer .gform_wrapper .input-group-append input[type="submit"] + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .gform_page_footer input[type="submit"] + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .gform_page_footer input[type="submit"] + .button, .gform_page_footer .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + .button, .input-group-append .gform_page_footer .button + .button, .gform_page_footer .input-group-append .button + .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + .button, .input-group-append .btn + .input-group-text, .ginput_container_date img.ui-datepicker-trigger .btn + .input-group-text, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .input-group-text, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + .input-group-text, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + .input-group-text, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + .input-group-text, .input-group-append input.submit + .input-group-text, .ginput_container_date img.ui-datepicker-trigger input.submit + .input-group-text, .input-group-append .gform_button + .input-group-text, .ginput_container_date img.ui-datepicker-trigger .gform_button + .input-group-text, .input-group-append [type=submit] + .input-group-text, .ginput_container_date img.ui-datepicker-trigger [type=submit] + .input-group-text, .input-group-append .archive-links ul > li > a + .input-group-text, .archive-links .input-group-append ul > li > a + .input-group-text, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + .input-group-text, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + .input-group-text, .input-group-append .gform_wrapper .button + .input-group-text, .gform_wrapper .input-group-append .button + .input-group-text, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + .input-group-text, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + .input-group-text, .input-group-append .gform_wrapper input[type="submit"] + .input-group-text, .gform_wrapper .input-group-append input[type="submit"] + .input-group-text, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + .input-group-text, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + .input-group-text, .input-group-append .gform_page_footer .button + .input-group-text, .gform_page_footer .input-group-append .button + .input-group-text, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + .input-group-text, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + .input-group-text, .input-group-append .ginput_container_date .btn + img.ui-datepicker-trigger, .ginput_container_date .input-group-append .btn + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger .btn + img.ui-datepicker-trigger, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date label + img.ui-datepicker-trigger, .ginput_container_date .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice label + img.ui-datepicker-trigger, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .ginput_container_date label + img.ui-datepicker-trigger, .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append label + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice label + img.ui-datepicker-trigger, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger label + img.ui-datepicker-trigger, .input-group-append .ginput_container_date input.submit + img.ui-datepicker-trigger, .ginput_container_date .input-group-append input.submit + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger input.submit + img.ui-datepicker-trigger, .input-group-append .ginput_container_date .gform_button + img.ui-datepicker-trigger, .ginput_container_date .input-group-append .gform_button + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger .gform_button + img.ui-datepicker-trigger, .input-group-append .ginput_container_date [type=submit] + img.ui-datepicker-trigger, .ginput_container_date .input-group-append [type=submit] + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger [type=submit] + img.ui-datepicker-trigger, .input-group-append .archive-links .ginput_container_date ul > li > a + img.ui-datepicker-trigger, .ginput_container_date .input-group-append .archive-links ul > li > a + img.ui-datepicker-trigger, .archive-links .input-group-append .ginput_container_date ul > li > a + img.ui-datepicker-trigger, .ginput_container_date .archive-links .input-group-append ul > li > a + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > a + img.ui-datepicker-trigger, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > a + img.ui-datepicker-trigger, .input-group-append .gform_wrapper .ginput_container_date .button + img.ui-datepicker-trigger, .ginput_container_date .input-group-append .gform_wrapper .button + img.ui-datepicker-trigger, .gform_wrapper .input-group-append .ginput_container_date .button + img.ui-datepicker-trigger, .ginput_container_date .gform_wrapper .input-group-append .button + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .button + img.ui-datepicker-trigger, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .button + img.ui-datepicker-trigger, .input-group-append .gform_wrapper .ginput_container_date input[type="submit"] + img.ui-datepicker-trigger, .ginput_container_date .input-group-append .gform_wrapper input[type="submit"] + img.ui-datepicker-trigger, .gform_wrapper .input-group-append .ginput_container_date input[type="submit"] + img.ui-datepicker-trigger, .ginput_container_date .gform_wrapper .input-group-append input[type="submit"] + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper input[type="submit"] + img.ui-datepicker-trigger, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger input[type="submit"] + img.ui-datepicker-trigger, .input-group-append .gform_page_footer .ginput_container_date .button + img.ui-datepicker-trigger, .ginput_container_date .input-group-append .gform_page_footer .button + img.ui-datepicker-trigger, .gform_page_footer .input-group-append .ginput_container_date .button + img.ui-datepicker-trigger, .ginput_container_date .gform_page_footer .input-group-append .button + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .button + img.ui-datepicker-trigger, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .button + img.ui-datepicker-trigger, .input-group-append .input-group-text + .input-group-text, .ginput_container_date img.ui-datepicker-trigger .input-group-text + .input-group-text, .input-group-append .ginput_container_date img.ui-datepicker-trigger + .input-group-text, .ginput_container_date .input-group-append img.ui-datepicker-trigger + .input-group-text, .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + .input-group-text, .input-group-append .ginput_container_date .input-group-text + img.ui-datepicker-trigger, .ginput_container_date .input-group-append .input-group-text + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger .input-group-text + img.ui-datepicker-trigger, .input-group-append .ginput_container_date img.ui-datepicker-trigger + img.ui-datepicker-trigger, .ginput_container_date .input-group-append img.ui-datepicker-trigger + img.ui-datepicker-trigger, .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + img.ui-datepicker-trigger, .input-group-append .input-group-text + .btn, .ginput_container_date img.ui-datepicker-trigger .input-group-text + .btn, .input-group-append .ginput_container_date img.ui-datepicker-trigger + .btn, .ginput_container_date .input-group-append img.ui-datepicker-trigger + .btn, .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + .btn, .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-text + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .input-group-text + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-text + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger .input-group-text + label, .input-group-append .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice img.ui-datepicker-trigger + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-append .ginput_container_date img.ui-datepicker-trigger + label, .ginput_container_date .input-group-append #page-feedback .gform_wrapper fieldset.gfield .gchoice img.ui-datepicker-trigger + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date .input-group-append img.ui-datepicker-trigger + label, .ginput_container_date img.ui-datepicker-trigger #page-feedback .gform_wrapper fieldset.gfield .gchoice img.ui-datepicker-trigger + label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + label, .input-group-append .input-group-text + input.submit, .ginput_container_date img.ui-datepicker-trigger .input-group-text + input.submit, .input-group-append .ginput_container_date img.ui-datepicker-trigger + input.submit, .ginput_container_date .input-group-append img.ui-datepicker-trigger + input.submit, .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + input.submit, .input-group-append .input-group-text + .gform_button, .ginput_container_date img.ui-datepicker-trigger .input-group-text + .gform_button, .input-group-append .ginput_container_date img.ui-datepicker-trigger + .gform_button, .ginput_container_date .input-group-append img.ui-datepicker-trigger + .gform_button, .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + .gform_button, .input-group-append .input-group-text + [type=submit], .ginput_container_date img.ui-datepicker-trigger .input-group-text + [type=submit], .input-group-append .ginput_container_date img.ui-datepicker-trigger + [type=submit], .ginput_container_date .input-group-append img.ui-datepicker-trigger + [type=submit], .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + [type=submit], .input-group-append .archive-links ul > li > .input-group-text + a, .archive-links .input-group-append ul > li > .input-group-text + a, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > .input-group-text + a, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > .input-group-text + a, .input-group-append .ginput_container_date .archive-links ul > li > img.ui-datepicker-trigger + a, .archive-links .input-group-append .ginput_container_date ul > li > img.ui-datepicker-trigger + a, .ginput_container_date .input-group-append .archive-links ul > li > img.ui-datepicker-trigger + a, .archive-links .ginput_container_date .input-group-append ul > li > img.ui-datepicker-trigger + a, .ginput_container_date img.ui-datepicker-trigger .archive-links ul > li > img.ui-datepicker-trigger + a, .archive-links .ginput_container_date img.ui-datepicker-trigger ul > li > img.ui-datepicker-trigger + a, .input-group-append .gform_wrapper .input-group-text + .button, .gform_wrapper .input-group-append .input-group-text + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .input-group-text + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .input-group-text + .button, .input-group-append .ginput_container_date .gform_wrapper img.ui-datepicker-trigger + .button, .gform_wrapper .input-group-append .ginput_container_date img.ui-datepicker-trigger + .button, .ginput_container_date .input-group-append .gform_wrapper img.ui-datepicker-trigger + .button, .gform_wrapper .ginput_container_date .input-group-append img.ui-datepicker-trigger + .button, .ginput_container_date img.ui-datepicker-trigger .gform_wrapper img.ui-datepicker-trigger + .button, .gform_wrapper .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + .button, .input-group-append .gform_wrapper .input-group-text + input[type="submit"], .gform_wrapper .input-group-append .input-group-text + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper .input-group-text + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger .input-group-text + input[type="submit"], .input-group-append .ginput_container_date .gform_wrapper img.ui-datepicker-trigger + input[type="submit"], .gform_wrapper .input-group-append .ginput_container_date img.ui-datepicker-trigger + input[type="submit"], .ginput_container_date .input-group-append .gform_wrapper img.ui-datepicker-trigger + input[type="submit"], .gform_wrapper .ginput_container_date .input-group-append img.ui-datepicker-trigger + input[type="submit"], .ginput_container_date img.ui-datepicker-trigger .gform_wrapper img.ui-datepicker-trigger + input[type="submit"], .gform_wrapper .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + input[type="submit"], .input-group-append .gform_page_footer .input-group-text + .button, .gform_page_footer .input-group-append .input-group-text + .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer .input-group-text + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger .input-group-text + .button, .input-group-append .ginput_container_date .gform_page_footer img.ui-datepicker-trigger + .button, .gform_page_footer .input-group-append .ginput_container_date img.ui-datepicker-trigger + .button, .ginput_container_date .input-group-append .gform_page_footer img.ui-datepicker-trigger + .button, .gform_page_footer .ginput_container_date .input-group-append img.ui-datepicker-trigger + .button, .ginput_container_date img.ui-datepicker-trigger .gform_page_footer img.ui-datepicker-trigger + .button, .gform_page_footer .ginput_container_date img.ui-datepicker-trigger img.ui-datepicker-trigger + .button {
                margin-left: -2px
            }

.input-group-prepend {
    margin-right: -2px
}

.input-group-append, .ginput_container_date img.ui-datepicker-trigger {
    margin-left: -2px
}

.input-group-text, .ginput_container_date img.ui-datepicker-trigger {
    display: flex;
    align-items: center;
    padding: .625rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    text-align: center;
    white-space: nowrap;
    background-color: #d3d3d3;
    border: 2px solid #4d4d4d;
    border-radius: 1rem
}

    .input-group-text input[type="radio"], .ginput_container_date img.ui-datepicker-trigger input[type="radio"], .input-group-text input[type="checkbox"], .ginput_container_date img.ui-datepicker-trigger input[type="checkbox"] {
        margin-top: 0
    }

.input-group-lg > .form-control:not(textarea), .input-group-lg > :not(textarea)[type='text'], .input-group-lg > :not(textarea)[type='password'], .input-group-lg > :not(textarea)[type='date'], .input-group-lg > :not(textarea)[type='datetime'], .input-group-lg > :not(textarea)[type='datetime-local'], .input-group-lg > :not(textarea)[type='month'], .input-group-lg > :not(textarea)[type='week'], .input-group-lg > :not(textarea)[type='email'], .input-group-lg > :not(textarea)[type='number'], .input-group-lg > :not(textarea)[type='search'], .input-group-lg > :not(textarea)[type='tel'], .input-group-lg > :not(textarea)[type='time'], .input-group-lg > :not(textarea)[type='url'], .input-group-lg > :not(textarea)[type='color'], .gform_wrapper .input-group-lg > :not(textarea)[type='text'], .gform_wrapper .input-group-lg > :not(textarea)[type='password'], .gform_wrapper .input-group-lg > :not(textarea)[type='date'], .gform_wrapper .input-group-lg > :not(textarea)[type='datetime'], .gform_wrapper .input-group-lg > :not(textarea)[type='datetime-local'], .gform_wrapper .input-group-lg > :not(textarea)[type='month'], .gform_wrapper .input-group-lg > :not(textarea)[type='week'], .gform_wrapper .input-group-lg > :not(textarea)[type='email'], .gform_wrapper .input-group-lg > :not(textarea)[type='number'], .gform_wrapper .input-group-lg > :not(textarea)[type='search'], .gform_wrapper .input-group-lg > :not(textarea)[type='tel'], .gform_wrapper .input-group-lg > :not(textarea)[type='time'], .gform_wrapper .input-group-lg > :not(textarea)[type='url'], .gform_wrapper .input-group-lg > :not(textarea)[type='color'], .input-group-lg > select:not(textarea), .input-group-lg > textarea:not(textarea), .gform_wrapper .input-group-lg > input:not(textarea)[type="email"], .gform_wrapper .input-group-lg > input:not(textarea)[type="date"], .gform_wrapper .input-group-lg > input:not(textarea)[type="datetime"], .gform_wrapper .input-group-lg > input:not(textarea)[type="datetime-local"], .gform_wrapper .input-group-lg > input:not(textarea)[type="month"], .gform_wrapper .input-group-lg > input:not(textarea)[type="number"], .gform_wrapper .input-group-lg > input:not(textarea)[type="password"], .gform_wrapper .input-group-lg > input:not(textarea)[type="search"], .gform_wrapper .input-group-lg > input:not(textarea)[type="tel"], .gform_wrapper .input-group-lg > input:not(textarea)[type="text"], .gform_wrapper .input-group-lg > input:not(textarea)[type="time"], .gform_wrapper .input-group-lg > input:not(textarea)[type="week"], .gform_wrapper .input-group-lg > input:not(textarea)[type="url"], .gform_wrapper .input-group-lg > select:not(textarea), .gform_wrapper .input-group-lg > textarea:not(textarea), .input-group-lg > .custom-select {
    height: calc(1.5em + 1.66667rem + 4px)
}

.input-group-lg > .form-control, .input-group-lg > [type='text'], .input-group-lg > [type='password'], .input-group-lg > [type='date'], .input-group-lg > [type='datetime'], .input-group-lg > [type='datetime-local'], .input-group-lg > [type='month'], .input-group-lg > [type='week'], .input-group-lg > [type='email'], .input-group-lg > [type='number'], .input-group-lg > [type='search'], .input-group-lg > [type='tel'], .input-group-lg > [type='time'], .input-group-lg > [type='url'], .input-group-lg > [type='color'], .gform_wrapper .input-group-lg > [type='text'], .gform_wrapper .input-group-lg > [type='password'], .gform_wrapper .input-group-lg > [type='date'], .gform_wrapper .input-group-lg > [type='datetime'], .gform_wrapper .input-group-lg > [type='datetime-local'], .gform_wrapper .input-group-lg > [type='month'], .gform_wrapper .input-group-lg > [type='week'], .gform_wrapper .input-group-lg > [type='email'], .gform_wrapper .input-group-lg > [type='number'], .gform_wrapper .input-group-lg > [type='search'], .gform_wrapper .input-group-lg > [type='tel'], .gform_wrapper .input-group-lg > [type='time'], .gform_wrapper .input-group-lg > [type='url'], .gform_wrapper .input-group-lg > [type='color'], .input-group-lg > select, .input-group-lg > textarea, .gform_wrapper .input-group-lg > input[type="email"], .gform_wrapper .input-group-lg > input[type="date"], .gform_wrapper .input-group-lg > input[type="datetime"], .gform_wrapper .input-group-lg > input[type="datetime-local"], .gform_wrapper .input-group-lg > input[type="month"], .gform_wrapper .input-group-lg > input[type="number"], .gform_wrapper .input-group-lg > input[type="password"], .gform_wrapper .input-group-lg > input[type="search"], .gform_wrapper .input-group-lg > input[type="tel"], .gform_wrapper .input-group-lg > input[type="text"], .gform_wrapper .input-group-lg > input[type="time"], .gform_wrapper .input-group-lg > input[type="week"], .gform_wrapper .input-group-lg > input[type="url"], .gform_wrapper .input-group-lg > select, .gform_wrapper .input-group-lg > textarea, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .ginput_container_date .input-group-lg > .input-group-prepend > img.ui-datepicker-trigger, .input-group-lg > .input-group-append > .input-group-text, .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > .input-group-text, .ginput_container_date .input-group-lg > .input-group-append > img.ui-datepicker-trigger, .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > img.ui-datepicker-trigger, .input-group-lg > .input-group-prepend > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-lg > .input-group-prepend > label, .input-group-lg > .input-group-prepend > input.submit, .input-group-lg > .input-group-prepend > .gform_button, .input-group-lg > .input-group-prepend > [type=submit], .archive-links ul.input-group-lg > li.input-group-prepend > a, .gform_wrapper .input-group-lg > .input-group-prepend > .button, .gform_wrapper .input-group-lg > .input-group-prepend > input[type="submit"], .gform_page_footer .input-group-lg > .input-group-prepend > .button, .input-group-lg > .input-group-append > .btn, .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-lg > .input-group-append > label, .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-lg > img.ui-datepicker-trigger > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > label, .input-group-lg > .input-group-append > input.submit, .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > input.submit, .input-group-lg > .input-group-append > .gform_button, .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > .gform_button, .input-group-lg > .input-group-append > [type=submit], .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > [type=submit], .archive-links ul.input-group-lg > li.input-group-append > a, .gform_wrapper .input-group-lg > .input-group-append > .button, .ginput_container_date .gform_wrapper .input-group-lg > img.ui-datepicker-trigger > .button, .gform_wrapper .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > .button, .gform_wrapper .input-group-lg > .input-group-append > input[type="submit"], .ginput_container_date .gform_wrapper .input-group-lg > img.ui-datepicker-trigger > input[type="submit"], .gform_wrapper .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > input[type="submit"], .gform_page_footer .input-group-lg > .input-group-append > .button, .ginput_container_date .gform_page_footer .input-group-lg > img.ui-datepicker-trigger > .button, .gform_page_footer .ginput_container_date .input-group-lg > img.ui-datepicker-trigger > .button {
    padding: .83333rem .83333rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 1rem
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > :not(textarea)[type='text'], .input-group-sm > :not(textarea)[type='password'], .input-group-sm > :not(textarea)[type='date'], .input-group-sm > :not(textarea)[type='datetime'], .input-group-sm > :not(textarea)[type='datetime-local'], .input-group-sm > :not(textarea)[type='month'], .input-group-sm > :not(textarea)[type='week'], .input-group-sm > :not(textarea)[type='email'], .input-group-sm > :not(textarea)[type='number'], .input-group-sm > :not(textarea)[type='search'], .input-group-sm > :not(textarea)[type='tel'], .input-group-sm > :not(textarea)[type='time'], .input-group-sm > :not(textarea)[type='url'], .input-group-sm > :not(textarea)[type='color'], .gform_wrapper .input-group-sm > :not(textarea)[type='text'], .gform_wrapper .input-group-sm > :not(textarea)[type='password'], .gform_wrapper .input-group-sm > :not(textarea)[type='date'], .gform_wrapper .input-group-sm > :not(textarea)[type='datetime'], .gform_wrapper .input-group-sm > :not(textarea)[type='datetime-local'], .gform_wrapper .input-group-sm > :not(textarea)[type='month'], .gform_wrapper .input-group-sm > :not(textarea)[type='week'], .gform_wrapper .input-group-sm > :not(textarea)[type='email'], .gform_wrapper .input-group-sm > :not(textarea)[type='number'], .gform_wrapper .input-group-sm > :not(textarea)[type='search'], .gform_wrapper .input-group-sm > :not(textarea)[type='tel'], .gform_wrapper .input-group-sm > :not(textarea)[type='time'], .gform_wrapper .input-group-sm > :not(textarea)[type='url'], .gform_wrapper .input-group-sm > :not(textarea)[type='color'], .input-group-sm > select:not(textarea), .input-group-sm > textarea:not(textarea), .gform_wrapper .input-group-sm > input:not(textarea)[type="email"], .gform_wrapper .input-group-sm > input:not(textarea)[type="date"], .gform_wrapper .input-group-sm > input:not(textarea)[type="datetime"], .gform_wrapper .input-group-sm > input:not(textarea)[type="datetime-local"], .gform_wrapper .input-group-sm > input:not(textarea)[type="month"], .gform_wrapper .input-group-sm > input:not(textarea)[type="number"], .gform_wrapper .input-group-sm > input:not(textarea)[type="password"], .gform_wrapper .input-group-sm > input:not(textarea)[type="search"], .gform_wrapper .input-group-sm > input:not(textarea)[type="tel"], .gform_wrapper .input-group-sm > input:not(textarea)[type="text"], .gform_wrapper .input-group-sm > input:not(textarea)[type="time"], .gform_wrapper .input-group-sm > input:not(textarea)[type="week"], .gform_wrapper .input-group-sm > input:not(textarea)[type="url"], .gform_wrapper .input-group-sm > select:not(textarea), .gform_wrapper .input-group-sm > textarea:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + 1rem + 4px)
}

.input-group-sm > .form-control, .input-group-sm > [type='text'], .input-group-sm > [type='password'], .input-group-sm > [type='date'], .input-group-sm > [type='datetime'], .input-group-sm > [type='datetime-local'], .input-group-sm > [type='month'], .input-group-sm > [type='week'], .input-group-sm > [type='email'], .input-group-sm > [type='number'], .input-group-sm > [type='search'], .input-group-sm > [type='tel'], .input-group-sm > [type='time'], .input-group-sm > [type='url'], .input-group-sm > [type='color'], .gform_wrapper .input-group-sm > [type='text'], .gform_wrapper .input-group-sm > [type='password'], .gform_wrapper .input-group-sm > [type='date'], .gform_wrapper .input-group-sm > [type='datetime'], .gform_wrapper .input-group-sm > [type='datetime-local'], .gform_wrapper .input-group-sm > [type='month'], .gform_wrapper .input-group-sm > [type='week'], .gform_wrapper .input-group-sm > [type='email'], .gform_wrapper .input-group-sm > [type='number'], .gform_wrapper .input-group-sm > [type='search'], .gform_wrapper .input-group-sm > [type='tel'], .gform_wrapper .input-group-sm > [type='time'], .gform_wrapper .input-group-sm > [type='url'], .gform_wrapper .input-group-sm > [type='color'], .input-group-sm > select, .input-group-sm > textarea, .gform_wrapper .input-group-sm > input[type="email"], .gform_wrapper .input-group-sm > input[type="date"], .gform_wrapper .input-group-sm > input[type="datetime"], .gform_wrapper .input-group-sm > input[type="datetime-local"], .gform_wrapper .input-group-sm > input[type="month"], .gform_wrapper .input-group-sm > input[type="number"], .gform_wrapper .input-group-sm > input[type="password"], .gform_wrapper .input-group-sm > input[type="search"], .gform_wrapper .input-group-sm > input[type="tel"], .gform_wrapper .input-group-sm > input[type="text"], .gform_wrapper .input-group-sm > input[type="time"], .gform_wrapper .input-group-sm > input[type="week"], .gform_wrapper .input-group-sm > input[type="url"], .gform_wrapper .input-group-sm > select, .gform_wrapper .input-group-sm > textarea, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .ginput_container_date .input-group-sm > .input-group-prepend > img.ui-datepicker-trigger, .input-group-sm > .input-group-append > .input-group-text, .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > .input-group-text, .ginput_container_date .input-group-sm > .input-group-append > img.ui-datepicker-trigger, .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > img.ui-datepicker-trigger, .input-group-sm > .input-group-prepend > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-sm > .input-group-prepend > label, .input-group-sm > .input-group-prepend > input.submit, .input-group-sm > .input-group-prepend > .gform_button, .input-group-sm > .input-group-prepend > [type=submit], .archive-links ul.input-group-sm > li.input-group-prepend > a, .gform_wrapper .input-group-sm > .input-group-prepend > .button, .gform_wrapper .input-group-sm > .input-group-prepend > input[type="submit"], .gform_page_footer .input-group-sm > .input-group-prepend > .button, .input-group-sm > .input-group-append > .btn, .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-sm > .input-group-append > label, .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group-sm > img.ui-datepicker-trigger > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > label, .input-group-sm > .input-group-append > input.submit, .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > input.submit, .input-group-sm > .input-group-append > .gform_button, .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > .gform_button, .input-group-sm > .input-group-append > [type=submit], .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > [type=submit], .archive-links ul.input-group-sm > li.input-group-append > a, .gform_wrapper .input-group-sm > .input-group-append > .button, .ginput_container_date .gform_wrapper .input-group-sm > img.ui-datepicker-trigger > .button, .gform_wrapper .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > .button, .gform_wrapper .input-group-sm > .input-group-append > input[type="submit"], .ginput_container_date .gform_wrapper .input-group-sm > img.ui-datepicker-trigger > input[type="submit"], .gform_wrapper .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > input[type="submit"], .gform_page_footer .input-group-sm > .input-group-append > .button, .ginput_container_date .gform_page_footer .input-group-sm > img.ui-datepicker-trigger > .button, .gform_page_footer .ginput_container_date .input-group-sm > img.ui-datepicker-trigger > .button {
    padding: .5rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 1rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 2.25rem
}

.input-group > .input-group-prepend > .btn, .ginput_container_date > .input-group-prepend > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group > .input-group-prepend > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date > .input-group-prepend > label, .input-group > .input-group-prepend > input.submit, .ginput_container_date > .input-group-prepend > input.submit, .input-group > .input-group-prepend > .gform_button, .ginput_container_date > .input-group-prepend > .gform_button, .input-group > .input-group-prepend > [type=submit], .ginput_container_date > .input-group-prepend > [type=submit], .archive-links ul.input-group > li.input-group-prepend > a, .archive-links ul.ginput_container_date > li.input-group-prepend > a, .gform_wrapper .input-group > .input-group-prepend > .button, .gform_wrapper .ginput_container_date > .input-group-prepend > .button, .gform_wrapper .input-group > .input-group-prepend > input[type="submit"], .gform_wrapper .ginput_container_date > .input-group-prepend > input[type="submit"], .gform_page_footer .input-group > .input-group-prepend > .button, .gform_page_footer .ginput_container_date > .input-group-prepend > .button, .input-group > .input-group-prepend > .input-group-text, .ginput_container_date > .input-group-prepend > .input-group-text, .ginput_container_date .input-group > .input-group-prepend > img.ui-datepicker-trigger, .ginput_container_date > .input-group-prepend > img.ui-datepicker-trigger, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .btn, .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group:not(.has-validation) > .input-group-append:not(:last-child) > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > label, .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > label, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input.submit, .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > input.submit, .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > input.submit, .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > input.submit, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .gform_button, .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > .gform_button, .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .gform_button, .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .gform_button, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > [type=submit], .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > [type=submit], .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > [type=submit], .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > [type=submit], .archive-links ul.input-group:not(.has-validation) > li.input-group-append:not(:last-child) > a, .archive-links ul.ginput_container_date:not(.has-validation) > li.input-group-append:not(:last-child) > a, .gform_wrapper .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .button, .gform_wrapper .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > .button, .ginput_container_date .gform_wrapper .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .button, .gform_wrapper .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .button, .gform_wrapper .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .button, .gform_wrapper .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type="submit"], .gform_wrapper .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > input[type="submit"], .ginput_container_date .gform_wrapper .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > input[type="submit"], .gform_wrapper .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > input[type="submit"], .gform_wrapper .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > input[type="submit"], .gform_page_footer .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .button, .gform_page_footer .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > .button, .ginput_container_date .gform_page_footer .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .button, .gform_page_footer .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .button, .gform_page_footer .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .button, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .input-group-text, .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > .input-group-text, .ginput_container_date .input-group:not(.has-validation) > .input-group-append:not(:last-child) > img.ui-datepicker-trigger, .ginput_container_date:not(.has-validation) > .input-group-append:not(:last-child) > img.ui-datepicker-trigger, .ginput_container_date .input-group:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > img.ui-datepicker-trigger, .ginput_container_date:not(.has-validation) > img.ui-datepicker-trigger:not(:last-child) > img.ui-datepicker-trigger, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > .btn, .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > .btn, .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group.has-validation > .input-group-append:nth-last-child(n+3) > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > label, .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > label, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input.submit, .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > input.submit, .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > input.submit, .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > input.submit, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .gform_button, .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > .gform_button, .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > .gform_button, .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > .gform_button, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > [type=submit], .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > [type=submit], .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > [type=submit], .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > [type=submit], .archive-links ul.input-group.has-validation > li.input-group-append:nth-last-child(n+3) > a, .archive-links ul.has-validation.ginput_container_date > li.input-group-append:nth-last-child(n+3) > a, .gform_wrapper .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .button, .gform_wrapper .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > .button, .ginput_container_date .gform_wrapper .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > .button, .gform_wrapper .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > .button, .gform_wrapper .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > .button, .gform_wrapper .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type="submit"], .gform_wrapper .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > input[type="submit"], .ginput_container_date .gform_wrapper .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > input[type="submit"], .gform_wrapper .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > input[type="submit"], .gform_wrapper .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > input[type="submit"], .gform_page_footer .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .button, .gform_page_footer .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > .button, .ginput_container_date .gform_page_footer .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > .button, .gform_page_footer .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > .button, .gform_page_footer .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > .button, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > .input-group-text, .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > .input-group-text, .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > .input-group-text, .ginput_container_date .input-group.has-validation > .input-group-append:nth-last-child(n+3) > img.ui-datepicker-trigger, .has-validation.ginput_container_date > .input-group-append:nth-last-child(n+3) > img.ui-datepicker-trigger, .ginput_container_date .input-group.has-validation > img.ui-datepicker-trigger:nth-last-child(n+3) > img.ui-datepicker-trigger, .has-validation.ginput_container_date > img.ui-datepicker-trigger:nth-last-child(n+3) > img.ui-datepicker-trigger, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .ginput_container_date > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > .btn:not(:last-child):not(.dropdown-toggle), .ginput_container_date > img.ui-datepicker-trigger:last-child > .btn:not(:last-child):not(.dropdown-toggle), #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group > .input-group-append:last-child > label:not(:last-child):not(.dropdown-toggle), #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date > .input-group-append:last-child > label:not(:last-child):not(.dropdown-toggle), .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group > img.ui-datepicker-trigger:last-child > label:not(:last-child):not(.dropdown-toggle), #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > label:not(:last-child):not(.dropdown-toggle), #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date > img.ui-datepicker-trigger:last-child > label:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > input.submit:not(:last-child):not(.dropdown-toggle), .ginput_container_date > .input-group-append:last-child > input.submit:not(:last-child):not(.dropdown-toggle), .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > input.submit:not(:last-child):not(.dropdown-toggle), .ginput_container_date > img.ui-datepicker-trigger:last-child > input.submit:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .gform_button:not(:last-child):not(.dropdown-toggle), .ginput_container_date > .input-group-append:last-child > .gform_button:not(:last-child):not(.dropdown-toggle), .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > .gform_button:not(:last-child):not(.dropdown-toggle), .ginput_container_date > img.ui-datepicker-trigger:last-child > .gform_button:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[type=submit], .ginput_container_date > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[type=submit], .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > :not(:last-child):not(.dropdown-toggle)[type=submit], .ginput_container_date > img.ui-datepicker-trigger:last-child > :not(:last-child):not(.dropdown-toggle)[type=submit], .archive-links ul.input-group > li.input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .archive-links ul.ginput_container_date > li.input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .gform_wrapper .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle), .gform_wrapper .ginput_container_date > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle), .ginput_container_date .gform_wrapper .input-group > img.ui-datepicker-trigger:last-child > .button:not(:last-child):not(.dropdown-toggle), .gform_wrapper .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > .button:not(:last-child):not(.dropdown-toggle), .gform_wrapper .ginput_container_date > img.ui-datepicker-trigger:last-child > .button:not(:last-child):not(.dropdown-toggle), .gform_wrapper .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .gform_wrapper .ginput_container_date > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .ginput_container_date .gform_wrapper .input-group > img.ui-datepicker-trigger:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .gform_wrapper .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .gform_wrapper .ginput_container_date > img.ui-datepicker-trigger:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .gform_page_footer .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle), .gform_page_footer .ginput_container_date > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle), .ginput_container_date .gform_page_footer .input-group > img.ui-datepicker-trigger:last-child > .button:not(:last-child):not(.dropdown-toggle), .gform_page_footer .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > .button:not(:last-child):not(.dropdown-toggle), .gform_page_footer .ginput_container_date > img.ui-datepicker-trigger:last-child > .button:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .ginput_container_date > .input-group-append:last-child > .input-group-text:not(:last-child), .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > .input-group-text:not(:last-child), .ginput_container_date > img.ui-datepicker-trigger:last-child > .input-group-text:not(:last-child), .ginput_container_date .input-group > .input-group-append:last-child > img.ui-datepicker-trigger:not(:last-child), .ginput_container_date > .input-group-append:last-child > img.ui-datepicker-trigger:not(:last-child), .ginput_container_date .input-group > img.ui-datepicker-trigger:last-child > img.ui-datepicker-trigger:not(:last-child), .ginput_container_date > img.ui-datepicker-trigger:last-child > img.ui-datepicker-trigger:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .ginput_container_date > .input-group-append > .btn, .ginput_container_date .input-group > img.ui-datepicker-trigger > .btn, .ginput_container_date > img.ui-datepicker-trigger > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group > .input-group-append > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date > .input-group-append > label, .ginput_container_date #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group > img.ui-datepicker-trigger > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date .input-group > img.ui-datepicker-trigger > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date > img.ui-datepicker-trigger > label, .input-group > .input-group-append > input.submit, .ginput_container_date > .input-group-append > input.submit, .ginput_container_date .input-group > img.ui-datepicker-trigger > input.submit, .ginput_container_date > img.ui-datepicker-trigger > input.submit, .input-group > .input-group-append > .gform_button, .ginput_container_date > .input-group-append > .gform_button, .ginput_container_date .input-group > img.ui-datepicker-trigger > .gform_button, .ginput_container_date > img.ui-datepicker-trigger > .gform_button, .input-group > .input-group-append > [type=submit], .ginput_container_date > .input-group-append > [type=submit], .ginput_container_date .input-group > img.ui-datepicker-trigger > [type=submit], .ginput_container_date > img.ui-datepicker-trigger > [type=submit], .archive-links ul.input-group > li.input-group-append > a, .archive-links ul.ginput_container_date > li.input-group-append > a, .gform_wrapper .input-group > .input-group-append > .button, .gform_wrapper .ginput_container_date > .input-group-append > .button, .ginput_container_date .gform_wrapper .input-group > img.ui-datepicker-trigger > .button, .gform_wrapper .ginput_container_date .input-group > img.ui-datepicker-trigger > .button, .gform_wrapper .ginput_container_date > img.ui-datepicker-trigger > .button, .gform_wrapper .input-group > .input-group-append > input[type="submit"], .gform_wrapper .ginput_container_date > .input-group-append > input[type="submit"], .ginput_container_date .gform_wrapper .input-group > img.ui-datepicker-trigger > input[type="submit"], .gform_wrapper .ginput_container_date .input-group > img.ui-datepicker-trigger > input[type="submit"], .gform_wrapper .ginput_container_date > img.ui-datepicker-trigger > input[type="submit"], .gform_page_footer .input-group > .input-group-append > .button, .gform_page_footer .ginput_container_date > .input-group-append > .button, .ginput_container_date .gform_page_footer .input-group > img.ui-datepicker-trigger > .button, .gform_page_footer .ginput_container_date .input-group > img.ui-datepicker-trigger > .button, .gform_page_footer .ginput_container_date > img.ui-datepicker-trigger > .button, .input-group > .input-group-append > .input-group-text, .ginput_container_date > .input-group-append > .input-group-text, .ginput_container_date .input-group > img.ui-datepicker-trigger > .input-group-text, .ginput_container_date > img.ui-datepicker-trigger > .input-group-text, .ginput_container_date .input-group > .input-group-append > img.ui-datepicker-trigger, .ginput_container_date > .input-group-append > img.ui-datepicker-trigger, .ginput_container_date .input-group > img.ui-datepicker-trigger > img.ui-datepicker-trigger, .ginput_container_date > img.ui-datepicker-trigger > img.ui-datepicker-trigger, .input-group > .input-group-prepend:not(:first-child) > .btn, .ginput_container_date > .input-group-prepend:not(:first-child) > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group > .input-group-prepend:not(:first-child) > label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date > .input-group-prepend:not(:first-child) > label, .input-group > .input-group-prepend:not(:first-child) > input.submit, .ginput_container_date > .input-group-prepend:not(:first-child) > input.submit, .input-group > .input-group-prepend:not(:first-child) > .gform_button, .ginput_container_date > .input-group-prepend:not(:first-child) > .gform_button, .input-group > .input-group-prepend:not(:first-child) > [type=submit], .ginput_container_date > .input-group-prepend:not(:first-child) > [type=submit], .archive-links ul.input-group > li.input-group-prepend:not(:first-child) > a, .archive-links ul.ginput_container_date > li.input-group-prepend:not(:first-child) > a, .gform_wrapper .input-group > .input-group-prepend:not(:first-child) > .button, .gform_wrapper .ginput_container_date > .input-group-prepend:not(:first-child) > .button, .gform_wrapper .input-group > .input-group-prepend:not(:first-child) > input[type="submit"], .gform_wrapper .ginput_container_date > .input-group-prepend:not(:first-child) > input[type="submit"], .gform_page_footer .input-group > .input-group-prepend:not(:first-child) > .button, .gform_page_footer .ginput_container_date > .input-group-prepend:not(:first-child) > .button, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .ginput_container_date > .input-group-prepend:not(:first-child) > .input-group-text, .ginput_container_date .input-group > .input-group-prepend:not(:first-child) > img.ui-datepicker-trigger, .ginput_container_date > .input-group-prepend:not(:first-child) > img.ui-datepicker-trigger, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .ginput_container_date > .input-group-prepend:first-child > .btn:not(:first-child), #page-feedback .gform_wrapper fieldset.gfield .gchoice .input-group > .input-group-prepend:first-child > label:not(:first-child), #page-feedback .gform_wrapper fieldset.gfield .gchoice .ginput_container_date > .input-group-prepend:first-child > label:not(:first-child), .input-group > .input-group-prepend:first-child > input.submit:not(:first-child), .ginput_container_date > .input-group-prepend:first-child > input.submit:not(:first-child), .input-group > .input-group-prepend:first-child > .gform_button:not(:first-child), .ginput_container_date > .input-group-prepend:first-child > .gform_button:not(:first-child), .input-group > .input-group-prepend:first-child > :not(:first-child)[type=submit], .ginput_container_date > .input-group-prepend:first-child > :not(:first-child)[type=submit], .archive-links ul.input-group > li.input-group-prepend:first-child > a:not(:first-child), .archive-links ul.ginput_container_date > li.input-group-prepend:first-child > a:not(:first-child), .gform_wrapper .input-group > .input-group-prepend:first-child > .button:not(:first-child), .gform_wrapper .ginput_container_date > .input-group-prepend:first-child > .button:not(:first-child), .gform_wrapper .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"], .gform_wrapper .ginput_container_date > .input-group-prepend:first-child > input:not(:first-child)[type="submit"], .gform_page_footer .input-group > .input-group-prepend:first-child > .button:not(:first-child), .gform_page_footer .ginput_container_date > .input-group-prepend:first-child > .button:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .ginput_container_date > .input-group-prepend:first-child > .input-group-text:not(:first-child), .ginput_container_date .input-group > .input-group-prepend:first-child > img.ui-datepicker-trigger:not(:first-child), .ginput_container_date > .input-group-prepend:first-child > img.ui-datepicker-trigger:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75rem;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 2rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.25rem;
    height: 1.375rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #000;
        border-color: #000;
        background-color: #DF8014
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 4px #df8014
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #4d4d4d
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #f8d5ae;
        border-color: #f8d5ae
    }

    .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
        color: #7a7a7a
    }

        .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #d3d3d3
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .125rem;
        left: -1.75rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #4d4d4d solid 2px
    }

    .custom-control-label::after {
        position: absolute;
        top: .125rem;
        left: -1.75rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        content: "";
        background: 50% / 50% 50% no-repeat
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 1rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #DF8014;
    background-color: #DF8014
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23000' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #008375
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: #008375
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #008375
}

.custom-switch {
    padding-left: 2.6875rem
}

    .custom-switch .custom-control-label::before {
        left: -2.6875rem;
        width: 2.1875rem;
        pointer-events: all;
        border-radius: .625rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.125rem + 4px);
        left: calc(-2.6875rem + 4px);
        width: calc(1.25rem - 8px);
        height: calc(1.25rem - 8px);
        background-color: #4d4d4d;
        border-radius: .625rem;
        transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(.9375rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #008375
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 4px);
    padding: .625rem 2.25rem .625rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234d4d4d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat;
    border: 2px solid #4d4d4d;
    border-radius: 1rem;
    appearance: none
}

    .custom-select:focus {
        border-color: #4d4d4d;
        outline: 0;
        box-shadow: 0 0 0 4px #df8014
    }

        .custom-select:focus::-ms-value {
            color: #4d4d4d;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 1.25rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #7a7a7a;
        background-color: #d3d3d3
    }

    .custom-select::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #4d4d4d
    }

.custom-select-sm {
    height: calc(1.5em + 1rem + 4px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    font-size: .75rem
}

.custom-select-lg {
    height: calc(1.5em + 1.66667rem + 4px);
    padding-top: .83333rem;
    padding-bottom: .83333rem;
    padding-left: .83333rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 4px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.25rem + 4px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #4d4d4d;
        box-shadow: 0 0 0 4px #df8014
    }

    .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
        background-color: #d3d3d3
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.25rem + 4px);
    padding: .625rem 1.25rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    background-color: #fff;
    border: 2px solid #4d4d4d;
    border-radius: 1rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 1.25rem);
        padding: .625rem 1.25rem;
        line-height: 1.5;
        color: #4d4d4d;
        content: "Browse";
        background-color: #d3d3d3;
        border-left: inherit;
        border-radius: 0 1rem 1rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 8px);
    padding: 0;
    background-color: transparent;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #F3FAF9,0 0 0 4px #df8014
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #F3FAF9,0 0 0 4px #df8014
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #F3FAF9,0 0 0 4px #df8014
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #DF8014;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        appearance: none
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #f8d5ae
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #bcbcbc;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #DF8014;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #f8d5ae
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #bcbcbc;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 4px;
    margin-left: 4px;
    background-color: #DF8014;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #f8d5ae
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #bcbcbc;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #bcbcbc;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #909090
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #909090
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #909090
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #7a7a7a;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 8px solid #bcbcbc
}

    .nav-tabs .nav-link {
        margin-bottom: -8px;
        border: 8px solid transparent;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            box-shadow: 0 6px 18px rgba(0,0,0, 0.1);
            background-color: #bcbcbc;
            transform:translateY(-6px);
            transition-duration:0.5s;
        }
            .nav-tabs .nav-link.disabled {
                color: #7a7a7a;
                background-color: transparent;
                border-color: transparent
            }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #646464;
            background-color: #F3FAF9;
            border-color: #bcbcbc #bcbcbc #F3FAF9
        }

    .nav-tabs .dropdown-menu {
        margin-top: -8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: 1rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #DF8014
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .625rem 1.25rem
}

    .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1.25rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 8px solid transparent;
    border-radius: 2rem
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > 
    .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: center   /*edit this style from flex star to center*/
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(33,33,33,0.9)
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(33,33,33,0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(33,33,33,0.5)
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(33,33,33,0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(33,33,33,0.3)
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(33,33,33,0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(33,33,33,0.5);
    border-color: rgba(33,33,33,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%2833,33,33,0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(33,33,33,0.5)
}

    .navbar-light .navbar-text a {
        color: rgba(33,33,33,0.9)
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(33,33,33,0.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5)
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,0.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,0);
    border-radius: 1rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: 1rem;
            border-bottom-left-radius: 1rem
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem
}

.card-title {
    margin-bottom: 1.375rem
}

.card-subtitle {
    margin-top: -.6875rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: 1.375rem 1.5rem;
    margin-bottom: 0;
    background-color: #BAE8E3;
    border-bottom: 0 solid rgba(0,0,0,0)
}

    .card-header:first-child {
        border-radius: 1rem 1rem 0 0
    }

.card-footer {
    padding: 1.375rem 1.5rem;
    background-color: #BAE8E3;
    border-top: 0 solid rgba(0,0,0,0)
}

    .card-footer:last-child {
        border-radius: 0 0 1rem 1rem
    }

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1.375rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    border-radius: 1rem
}

.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.card-deck .card {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -20px;
        margin-left: -20px
    }

        .card-deck .card {
            flex: 1 0 0%;
            margin-right: 20px;
            margin-bottom: 0;
            margin-left: 20px
        }
}

.card-group > .card {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: 1.375rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.5rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion {
    overflow-anchor: none
}

    .accordion > .card {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: 0
        }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border-radius: 1rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #7a7a7a;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #7a7a7a
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 1rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -8px;
    line-height: 1.25;
    color: #00548B;
    text-decoration: none;
    background-color: #fff;
    border: 8px solid #bcbcbc
}

    .page-link:hover {
        z-index: 2;
        color: #6f42c1;
        text-decoration: none;
        background-color: #d3d3d3;
        border-color: #bcbcbc
    }

    .page-link:focus {
        z-index: 3;
        outline: 2px;
        box-shadow: 0 0 0 4px #df8014
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.page-item:last-child .page-link {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #DF8014;
    border-color: #DF8014
}

.page-item.disabled .page-link {
    color: #7a7a7a;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #bcbcbc
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge, #page-feedback .gform_wrapper fieldset.gfield .gchoice label .badge, input.submit .badge, .gform_button .badge, [type=submit] .badge, .archive-links ul > li > a .badge, .gform_wrapper .button .badge, .gform_wrapper input[type="submit"] .badge, .gform_page_footer .button .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #008375
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #005047
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(0,131,117,0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #D60057
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #a30042
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(214,0,87,0.5)
}

.badge-success {
    color: #fff;
    background-color: #007E51
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #004b30
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(0,126,81,0.5)
}

.badge-info {
    color: #212121;
    background-color: #fff
}

a.badge-info:hover, a.badge-info:focus {
    color: #212121;
    background-color: #e6e6e6
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.5)
}

.badge-warning {
    color: #212121;
    background-color: #EDAA00
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212121;
    background-color: #ba8500
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(237,170,0,0.5)
}

.badge-danger {
    color: #fff;
    background-color: #CE0025
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #9b001c
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(206,0,37,0.5)
}

.badge-light {
    color: #212121;
    background-color: #BAE8E3
}

a.badge-light:hover, a.badge-light:focus {
    color: #212121;
    background-color: #94dbd3
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(186,232,227,0.5)
}

.badge-dark {
    color: #fff;
    background-color: #212121
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #080808
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(33,33,33,0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #d3d3d3;
    border-radius: 2rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert, .validation_error {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 8px solid transparent;
    border-radius: 1rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #183c39;
    background-color: #cce6e3;
    border-color: #b8dcd8
}

    .alert-primary hr {
        border-top-color: #a7d4cf
    }

    .alert-primary .alert-link {
        color: #091816
    }

.alert-secondary {
    color: #541830;
    background-color: #f7ccdd;
    border-color: #f4b8d0
}

    .alert-secondary hr {
        border-top-color: #f1a2c1
    }

    .alert-secondary .alert-link {
        color: #2c0d19
    }

.alert-success {
    color: #183b2e;
    background-color: #cce5dc;
    border-color: #b8dbce
}

    .alert-success hr {
        border-top-color: #a7d2c2
    }

    .alert-success .alert-link {
        color: #091712
    }

.alert-info {
    color: #5f5f5f;
    background-color: #fff;
    border-color: #fff
}

    .alert-info hr {
        border-top-color: #f2f2f2
    }

    .alert-info .alert-link {
        color: #464646
    }

.alert-warning {
    color: #5a4718;
    background-color: #fbeecc;
    border-color: #fae7b8
}

    .alert-warning hr {
        border-top-color: #f8dfa0
    }

    .alert-warning .alert-link {
        color: #32270d
    }

.alert-danger, .gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea, .validation_error {
    color: #511822;
    background-color: #f5ccd3;
    border-color: #f1b8c2
}

    .alert-danger hr, .gform_wrapper .gfield_error input hr, .gform_wrapper .gfield_error select hr, .gform_wrapper .gfield_error textarea hr, .validation_error hr {
        border-top-color: #eda3b0
    }

    .alert-danger .alert-link, .gform_wrapper .gfield_error input .alert-link, .gform_wrapper .gfield_error select .alert-link, .gform_wrapper .gfield_error textarea .alert-link, .validation_error .alert-link {
        color: #2a0c11
    }

.alert-light {
    color: #4c5957;
    background-color: #f1faf9;
    border-color: #ecf9f7
}

    .alert-light hr {
        border-top-color: #d9f3ef
    }

    .alert-light .alert-link {
        color: #353d3c
    }

.alert-dark {
    color: #212121;
    background-color: #d3d3d3;
    border-color: #c1c1c1
}

    .alert-dark hr {
        border-top-color: #b4b4b4
    }

    .alert-dark .alert-link {
        color: #080808
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1.5rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress, .gf_progressbar {
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #d3d3d3;
    border-radius: 1rem
}

.progress-bar, .gf_progressbar_percentage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #414241;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar, .gf_progressbar_percentage {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1.5rem 1.5rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 1rem
}

.list-group-item-action {
    width: 100%;
    color: #646464;
    text-align: inherit
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #646464;
        text-decoration: none;
        background-color: #e9e9e9
    }

    .list-group-item-action:active {
        color: #000;
        background-color: #d3d3d3
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    border: 8px solid rgba(33,33,33,0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #7a7a7a;
        pointer-events: none;
        background-color: rgba(0,0,0,0)
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #DF8014;
        border-color: #DF8014
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -8px;
            border-top-width: 8px
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 1rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 8px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -8px;
            border-left-width: 8px
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: 1rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: 1rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 8px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -8px;
                border-left-width: 8px
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: 1rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: 1rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 8px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -8px;
                border-left-width: 8px
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: 1rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: 1rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 8px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -8px;
                border-left-width: 8px
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: 1rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: 1rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 8px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -8px;
                border-left-width: 8px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 8px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #10544d;
    background-color: #b8dcd8
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #10544d;
        background-color: #a7d4cf
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #10544d;
        border-color: #10544d
    }

.list-group-item-secondary {
    color: #7f103d;
    background-color: #f4b8d0
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #7f103d;
        background-color: #f1a2c1
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #7f103d;
        border-color: #7f103d
    }

.list-group-item-success {
    color: #10513a;
    background-color: #b8dbce
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #10513a;
        background-color: #a7d2c2
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #10513a;
        border-color: #10513a
    }

.list-group-item-info {
    color: #949494;
    background-color: #fff
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #949494;
        background-color: #f2f2f2
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #949494;
        border-color: #949494
    }

.list-group-item-warning {
    color: #8b6810;
    background-color: #fae7b8
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #8b6810;
        background-color: #f8dfa0
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #8b6810;
        border-color: #8b6810
    }

.list-group-item-danger {
    color: #7b1023;
    background-color: #f1b8c2
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #7b1023;
        background-color: #eda3b0
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7b1023;
        border-color: #7b1023
    }

.list-group-item-light {
    color: #718886;
    background-color: #ecf9f7
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #718886;
        background-color: #d9f3ef
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #718886;
        border-color: #718886
    }

.list-group-item-dark {
    color: #212121;
    background-color: #c1c1c1
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #212121;
        background-color: #b4b4b4
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #212121;
        border-color: #212121
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #212121;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media (max-width: 1200px) {
    .close {
        font-size: calc(1.275rem + .3vw)
    }
}

.close:hover {
    color: #212121;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(33,33,33,0.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #7a7a7a;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    top:35px;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(255,255,255,0.8);
    background-clip: padding-box;
    border: 1px solid rgba(33,33,33,0.2);
    border-radius: 2rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #212121
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #bcbcbc;
    border-top-left-radius: calc(2rem - 1px);
    border-top-right-radius: calc(2rem - 1px)
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.875rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1.625rem;
    border-top: 1px solid #bcbcbc;
    border-bottom-right-radius: calc(2rem - 1px);
    border-bottom-left-radius: calc(2rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: min-content
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Helvetica Neue",Arial,-apple-system,BlinkMacSystemFont,Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #212121
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #212121
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #212121
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #212121
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #212121;
    border-radius: 1rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Helvetica Neue",Arial,-apple-system,BlinkMacSystemFont,Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 8px solid rgba(33,33,33,0.2);
    border-radius: 2rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 2rem
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

    .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
        bottom: calc(-.5rem - 8px)
    }

        .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(33,33,33,0.25)
        }

        .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
            bottom: 8px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

    .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc(-.5rem - 8px);
        width: .5rem;
        height: 1rem;
        margin: 2rem 0
    }

        .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(33,33,33,0.25)
        }

        .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
            left: 8px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

    .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
        top: calc(-.5rem - 8px)
    }

        .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(33,33,33,0.25)
        }

        .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
            top: 8px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 8px solid #f7f7f7
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

    .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc(-.5rem - 8px);
        width: .5rem;
        height: 1rem;
        margin: 2rem 0
    }

        .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(33,33,33,0.25)
        }

        .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
            right: 8px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 8px solid #ebebeb;
    border-top-left-radius: calc(2rem - 8px);
    border-top-right-radius: calc(2rem - 8px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #000
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

    .carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
        transform: translateX(100%)
    }

    .carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #008375 !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #005047 !important
}

.bg-secondary {
    background-color: #D60057 !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #a30042 !important
}

.bg-success {
    background-color: #007E51 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #004b30 !important
}

.bg-info {
    background-color: #fff !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #e6e6e6 !important
}

.bg-warning {
    background-color: #EDAA00 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #ba8500 !important
}

.bg-danger {
    background-color: #CE0025 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #9b001c !important
}

.bg-light {
    background-color: #BAE8E3 !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #94dbd3 !important
}

.bg-dark {
    background-color: #212121 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #080808 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 8px solid #bcbcbc !important
}

.border-top {
    border-top: 8px solid #bcbcbc !important
}

.border-right {
    border-right: 8px solid #bcbcbc !important
}

.border-bottom {
    border-bottom: 8px solid #bcbcbc !important
}

.border-left {
    border-left: 8px solid #bcbcbc !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #008375 !important
}

.border-secondary {
    border-color: #D60057 !important
}

.border-success {
    border-color: #007E51 !important
}

.border-info {
    border-color: #fff !important
}

.border-warning {
    border-color: #EDAA00 !important
}

.border-danger {
    border-color: #CE0025 !important
}

.border-light {
    border-color: #BAE8E3 !important
}

.border-dark {
    border-color: #212121 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .5rem !important
}

.rounded {
    border-radius: 1rem !important
}

.rounded-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important
}

.rounded-right {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important
}

.rounded-left {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important
}

.rounded-lg {
    border-radius: 2rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top, .sticky-top-0, .sticky-top-1, .sticky-top-2, .sticky-top-3, .sticky-top-4, .sticky-top-5 {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.25rem 0.5rem rgba(33,33,33,0.375) !important
}

.shadow {
    box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15) !important
}

.shadow-lg {
    box-shadow: 0 0.75rem 2rem rgba(33,33,33,0.15) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .625rem !important
}

.mt-1, .my-1 {
    margin-top: .625rem !important
}

.mr-1, .mx-1 {
    margin-right: .625rem !important
}

.mb-1, .my-1 {
    margin-bottom: .625rem !important
}

.ml-1, .mx-1 {
    margin-left: .625rem !important
}

.m-2 {
    margin: 1.25rem !important
}

.mt-2, .my-2 {
    margin-top: 1.25rem !important
}

.mr-2, .mx-2 {
    margin-right: 1.25rem !important
}

.mb-2, .my-2 {
    margin-bottom: 1.25rem !important
}

.ml-2, .mx-2 {
    margin-left: 1.25rem !important
}

.m-3 {
    margin: 2.5rem !important
}

.mt-3, .my-3 {
    margin-top: 2.5rem !important
}

.mr-3, .mx-3 {
    margin-right: 2.5rem !important
}

.mb-3, .ginput_container_radio ul.gfield_radio, .my-3 {
    margin-bottom: 2.5rem !important
}

.ml-3, .mx-3 {
    margin-left: 2.5rem !important
}

.m-4 {
    margin: 3.75rem !important
}

.mt-4, .my-4 {
    margin-top: 3.75rem !important
}

.mr-4, .mx-4 {
    margin-right: 3.75rem !important
}

.mb-4, .my-4 {
    margin-bottom: 3.75rem !important
}

.ml-4, .mx-4 {
    margin-left: 3.75rem !important
}

.m-5 {
    margin: 7.5rem !important
}

.mt-5, .my-5 {
    margin-top: 7.5rem !important
}

.mr-5, .mx-5 {
    margin-right: 7.5rem !important
}

.mb-5, .my-5 {
    margin-bottom: 7.5rem !important
}

.ml-5, .mx-5 {
    margin-left: 7.5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .625rem !important
}

.pt-1, .py-1 {
    padding-top: .625rem !important
}

.pr-1, .px-1 {
    padding-right: .625rem !important
}

.pb-1, .py-1 {
    padding-bottom: .625rem !important
}

.pl-1, .px-1 {
    padding-left: .625rem !important
}

.p-2 {
    padding: 1.25rem !important
}

.pt-2, .py-2 {
    padding-top: 1.25rem !important
}

.pr-2, .px-2 {
    padding-right: 1.25rem !important
}

.pb-2, .py-2 {
    padding-bottom: 1.25rem !important
}

.pl-2, .px-2 {
    padding-left: 1.25rem !important
}

.p-3 {
    padding: 2.5rem !important
}

.pt-3, .py-3 {
    padding-top: 2.5rem !important
}

.pr-3, .px-3 {
    padding-right: 2.5rem !important
}

.pb-3, .py-3 {
    padding-bottom: 2.5rem !important
}

.pl-3, .px-3 {
    padding-left: 2.5rem !important
}

.p-4 {
    padding: 3.75rem !important
}

.pt-4, .py-4 {
    padding-top: 3.75rem !important
}

.pr-4, .px-4 {
    padding-right: 3.75rem !important
}

.pb-4, .py-4 {
    padding-bottom: 3.75rem !important
}

.pl-4, .px-4 {
    padding-left: 3.75rem !important
}

.p-5 {
    padding: 7.5rem !important
}

.pt-5, .py-5 {
    padding-top: 7.5rem !important
}

.pr-5, .px-5 {
    padding-right: 7.5rem !important
}

.pb-5, .py-5 {
    padding-bottom: 7.5rem !important
}

.pl-5, .px-5 {
    padding-left: 7.5rem !important
}

.m-n1 {
    margin: -.625rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.625rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.625rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.625rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.625rem !important
}

.m-n2 {
    margin: -1.25rem !important
}

.mt-n2, .my-n2 {
    margin-top: -1.25rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -1.25rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -1.25rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -1.25rem !important
}

.m-n3 {
    margin: -2.5rem !important
}

.mt-n3, .my-n3 {
    margin-top: -2.5rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -2.5rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -2.5rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -2.5rem !important
}

.m-n4 {
    margin: -3.75rem !important
}

.mt-n4, .my-n4 {
    margin-top: -3.75rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -3.75rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -3.75rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -3.75rem !important
}

.m-n5 {
    margin: -7.5rem !important
}

.mt-n5, .my-n5 {
    margin-top: -7.5rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -7.5rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -7.5rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -7.5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .625rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .625rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .625rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .625rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .625rem !important
    }

    .m-sm-2 {
        margin: 1.25rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 1.25rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 1.25rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 1.25rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 1.25rem !important
    }

    .m-sm-3 {
        margin: 2.5rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 2.5rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 2.5rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 2.5rem !important
    }

    .m-sm-4 {
        margin: 3.75rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 3.75rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 3.75rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 3.75rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 3.75rem !important
    }

    .m-sm-5 {
        margin: 7.5rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 7.5rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 7.5rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 7.5rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 7.5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .625rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .625rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .625rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .625rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .625rem !important
    }

    .p-sm-2 {
        padding: 1.25rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 1.25rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 1.25rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 1.25rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 1.25rem !important
    }

    .p-sm-3 {
        padding: 2.5rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 2.5rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 2.5rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 2.5rem !important
    }

    .p-sm-4 {
        padding: 3.75rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 3.75rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 3.75rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 3.75rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 3.75rem !important
    }

    .p-sm-5 {
        padding: 7.5rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 7.5rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 7.5rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 7.5rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 7.5rem !important
    }

    .m-sm-n1 {
        margin: -.625rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.625rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.625rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.625rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.625rem !important
    }

    .m-sm-n2 {
        margin: -1.25rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -1.25rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -1.25rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -1.25rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -1.25rem !important
    }

    .m-sm-n3 {
        margin: -2.5rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -2.5rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -2.5rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -2.5rem !important
    }

    .m-sm-n4 {
        margin: -3.75rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -3.75rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -3.75rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -3.75rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -3.75rem !important
    }

    .m-sm-n5 {
        margin: -7.5rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -7.5rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -7.5rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -7.5rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -7.5rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .625rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .625rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .625rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .625rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .625rem !important
    }

    .m-md-2 {
        margin: 1.25rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 1.25rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 1.25rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 1.25rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 1.25rem !important
    }

    .m-md-3 {
        margin: 2.5rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 2.5rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 2.5rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 2.5rem !important
    }

    .m-md-4 {
        margin: 3.75rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 3.75rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 3.75rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 3.75rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 3.75rem !important
    }

    .m-md-5 {
        margin: 7.5rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 7.5rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 7.5rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 7.5rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 7.5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .625rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .625rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .625rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .625rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .625rem !important
    }

    .p-md-2 {
        padding: 1.25rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 1.25rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 1.25rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 1.25rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 1.25rem !important
    }

    .p-md-3 {
        padding: 2.5rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 2.5rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 2.5rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 2.5rem !important
    }

    .p-md-4 {
        padding: 3.75rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 3.75rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 3.75rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 3.75rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 3.75rem !important
    }

    .p-md-5 {
        padding: 7.5rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 7.5rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 7.5rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 7.5rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 7.5rem !important
    }

    .m-md-n1 {
        margin: -.625rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.625rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.625rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.625rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.625rem !important
    }

    .m-md-n2 {
        margin: -1.25rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -1.25rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -1.25rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -1.25rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -1.25rem !important
    }

    .m-md-n3 {
        margin: -2.5rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -2.5rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -2.5rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -2.5rem !important
    }

    .m-md-n4 {
        margin: -3.75rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -3.75rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -3.75rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -3.75rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -3.75rem !important
    }

    .m-md-n5 {
        margin: -7.5rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -7.5rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -7.5rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -7.5rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -7.5rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .625rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .625rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .625rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .625rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .625rem !important
    }

    .m-lg-2 {
        margin: 1.25rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 1.25rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 1.25rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 1.25rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 1.25rem !important
    }

    .m-lg-3 {
        margin: 2.5rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 2.5rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 2.5rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 2.5rem !important
    }

    .m-lg-4 {
        margin: 3.75rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 3.75rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 3.75rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 3.75rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 3.75rem !important
    }

    .m-lg-5 {
        margin: 7.5rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 7.5rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 7.5rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 7.5rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 7.5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .625rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .625rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .625rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .625rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .625rem !important
    }

    .p-lg-2 {
        padding: 1.25rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 1.25rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 1.25rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 1.25rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 1.25rem !important
    }

    .p-lg-3 {
        padding: 2.5rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 2.5rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 2.5rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 2.5rem !important
    }

    .p-lg-4 {
        padding: 3.75rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 3.75rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 3.75rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 3.75rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 3.75rem !important
    }

    .p-lg-5 {
        padding: 7.5rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 7.5rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 7.5rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 7.5rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 7.5rem !important
    }

    .m-lg-n1 {
        margin: -.625rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.625rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.625rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.625rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.625rem !important
    }

    .m-lg-n2 {
        margin: -1.25rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -1.25rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -1.25rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -1.25rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -1.25rem !important
    }

    .m-lg-n3 {
        margin: -2.5rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -2.5rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -2.5rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -2.5rem !important
    }

    .m-lg-n4 {
        margin: -3.75rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -3.75rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -3.75rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -3.75rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -3.75rem !important
    }

    .m-lg-n5 {
        margin: -7.5rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -7.5rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -7.5rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -7.5rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -7.5rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .625rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .625rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .625rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .625rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .625rem !important
    }

    .m-xl-2 {
        margin: 1.25rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 1.25rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 1.25rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 1.25rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 1.25rem !important
    }

    .m-xl-3 {
        margin: 2.5rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 2.5rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 2.5rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 2.5rem !important
    }

    .m-xl-4 {
        margin: 3.75rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 3.75rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 3.75rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 3.75rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 3.75rem !important
    }

    .m-xl-5 {
        margin: 7.5rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 7.5rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 7.5rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 7.5rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 7.5rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .625rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .625rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .625rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .625rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .625rem !important
    }

    .p-xl-2 {
        padding: 1.25rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 1.25rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 1.25rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 1.25rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 1.25rem !important
    }

    .p-xl-3 {
        padding: 2.5rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 2.5rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 2.5rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 2.5rem !important
    }

    .p-xl-4 {
        padding: 3.75rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 3.75rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 3.75rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 3.75rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 3.75rem !important
    }

    .p-xl-5 {
        padding: 7.5rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 7.5rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 7.5rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 7.5rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 7.5rem !important
    }

    .m-xl-n1 {
        margin: -.625rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.625rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.625rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.625rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.625rem !important
    }

    .m-xl-n2 {
        margin: -1.25rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -1.25rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -1.25rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -1.25rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -1.25rem !important
    }

    .m-xl-n3 {
        margin: -2.5rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -2.5rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -2.5rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -2.5rem !important
    }

    .m-xl-n4 {
        margin: -3.75rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -3.75rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -3.75rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -3.75rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -3.75rem !important
    }

    .m-xl-n5 {
        margin: -7.5rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -7.5rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -7.5rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -7.5rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -7.5rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 200 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 600 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #008375 !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #003731 !important
}

.text-secondary {
    color: #D60057 !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #8a0038 !important
}

.text-success {
    color: #007E51 !important
}

a.text-success:hover, a.text-success:focus {
    color: #003220 !important
}

.text-info {
    color: #fff !important
}

a.text-info:hover, a.text-info:focus {
    color: #d9d9d9 !important
}

.text-warning {
    color: #EDAA00 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #a17300 !important
}

.text-danger {
    color: #CE0025 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #820017 !important
}

.text-light {
    color: #BAE8E3 !important
}

a.text-light:hover, a.text-light:focus {
    color: #81d5cc !important
}

.text-dark {
    color: #212121 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #000 !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #7a7a7a !important
}

.text-black-50 {
    color: rgba(33,33,33,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn):not(input.submit):not(.gform_button):not([type=submit]) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 8px solid #909090;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 8px solid #212121
    }

    .table, table {
        border-collapse: collapse !important
    }

        .table td, table td, .table th, table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #bcbcbc !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
            border-color: #bcbcbc
        }

    .table .thead-dark th, table .thead-dark th {
        color: inherit;
        border-color: #bcbcbc
    }
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
    margin-top: 1.25rem
}

h1, .h1 {
    margin-bottom: 2.5rem
}

    h1.page-title, .h1.page-title {
        margin-bottom: 0
    }

h2, .h2 {
    margin-bottom: 1.25rem
}

.btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice label, input.submit, .gform_button, [type=submit], .archive-links ul > li > a, .gform_wrapper .button, .gform_wrapper input[type="submit"], .gform_page_footer .button {
    text-decoration: none
}

a:not(.btn):not(input.submit):not(.gform_button):not([type=submit]):not(.sr-only) {
    position: relative
}

a:not(.btn):not(input.submit):not(.gform_button):not([type=submit]):focus, a:not(.btn):not(input.submit):not(.gform_button):not([type=submit]):focus-within, a:not(.btn):not(input.submit):not(.gform_button):not([type=submit]):focus-visible {
    box-shadow: 0 0 0 4px #EDAA00
}

.show-for-sr {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

#skip-link:focus {
    background-color: #eee;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

main ul:not(.menu):not(.quicklinks):not(.helpful_links_list):not(.hp_nav):not(.list-unstyled) {
    padding-inline-start: 3rem
}

    main ul:not(.menu):not(.quicklinks):not(.helpful_links_list):not(.hp_nav):not(.list-unstyled) li {
        list-style: none;
        margin: .75rem 0
    }

        main ul:not(.menu):not(.quicklinks):not(.helpful_links_list):not(.hp_nav):not(.list-unstyled) li:before {
            content: '';
            border: 6px solid #C4D600;
            border-radius: .5rem;
            background: #C4D600;
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            margin-top: 6px;
            margin-left: -1.5rem
        }

blockquote {
    margin: 1.5rem 0;
    position: relative;
    padding: 0.25rem 0 0 1.5rem;
    font-style: italic
}

    blockquote:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        bottom: -.25rem;
        border-radius: .5rem;
        border: 2px solid #008375
    }

@media (min-width: 576px) {
    .single-post-image {
        transform: translateY(calc(-50% - 3.75rem))
    }
}

@media (min-width: 768px) {
    .justify-self-md-center {
        justify-self: center
    }
}

@media (min-width: 768px) {
    .pull-right-md {
        float: right
    }
}

@media (max-width: 767.98px) {
    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }
}

.row {
    -ms-flex: 100%
}

.block {
    display: flex;
    flex-wrap: wrap
}

.wide {
    flex-grow: 2
}

.pop-out {
    box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15)
}

.sticky-top-0 {
    top: 0 !important
}

.sticky-top-1 {
    top: .625rem !important
}

.sticky-top-2 {
    top: 1.25rem !important
}

.sticky-top-3 {
    top: 2.5rem !important
}

.sticky-top-4 {
    top: 3.75rem !important
}

.sticky-top-5 {
    top: 7.5rem !important
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important
}

.show-grid {
    margin: 15px 0
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

.image-wrapper {
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 0;
    background-position: center;
    background-size: cover
}

    .image-wrapper.ratio-16-9 {
        height: 0;
        padding-bottom: 56.25%
    }

    .image-wrapper.ratio-3-2 {
        height: 0;
        padding-bottom: 66.67%
    }

    .image-wrapper.ratio-1-1 {
        height: 0;
        padding-bottom: 100%
    }

        .image-wrapper.ratio-1-1.circle, .image-wrapper.ratio-1-1.rounded {
            border-radius: 50%
        }

body.modal-open #offCanvasContent, .modal-content:before {
    filter: blur(5px)
}

.archive-links span, .archive-links ul, .archive-links li, .category-links span, .category-links ul, .category-links li {
    display: inline-block
}

.archive-links ul, .category-links ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.category-links li {
    margin-right: .75rem
}

.archive-links li {
    margin-bottom: .75rem
}

.card {
    box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15);
    overflow: hidden
}

a.card {
    text-decoration: none;
    color: #000;
    transition-timing-function: ease-out;
    transition-duration: .1s
}

    a.card:hover {
        transform: scale(1.05);
        transform-style: preserve-3d
    }

.bg-header {
    background-color: #E3F5F3
}

.bg-primary {
    background-color: #008375 !important;
    color: #fff
}

.bg-secondary {
    background-color: #D60057 !important;
    color: #fff
}

.text-primary {
    color: #008375 !important
}

.text-secondary {
    color: #D60057 !important
}

.single-img-search {
    width: 50px
}

.sitemap-link .page_item::marker {
    color: #00548B
}

.sitemap-link .page_item a {
    margin-bottom: .625rem;
    font-weight: 500
}

.site-logo {
    display: block
}

    .site-logo svg {
        width: 100%
    }

body #masthead {
    z-index: 1100
}

    body #masthead:before {
        content: '';
        display: block;
        position: fixed;
        top: -120px;
        left: 0;
        right: 0;
        height: 120px;
        transition: all .25s ease-in-out
    }

    body #masthead.scrolled:before {
        top: 0
    }

.header-top, .header-top a {
    background-color: black;
    background: #000;
    color: #fff
}

.header-main {
    background-color: #fff
}

#cookie-note {
    background-color: rgba(0,0,0,0.6);
    padding: 2rem;
    color: #fff
}

    #cookie-note a {
        color: #fff
    }

    #cookie-note .shrink {
        flex: 0 0 auto !important;
        width: auto
    }

.logo-img {
    width: 100px;
    height: 80px;
    background-image: url(../images/A-UdCbGa_400x400.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 15px;
    mix-blend-mode: multiply
}

@media (min-width: 768px) {
    .logo-img {
        width: 250px;
        background-image: url(../images/RavenHT_Logo@3x.png)
    }
}

.single-hero {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    background-color: #DAF2F0;
    color: #000
}

    .single-hero > .row {
        width: calc(100% + 30px)
    }

    .single-hero h1, .single-hero p, .single-hero a {
        color: inherit
    }

.hero-layer {
    background: inherit;
    background-image: linear-gradient(0deg, rgba(33,33,33,0.4) 0%, rgba(33,33,33,0.1) 100%)
}

    .hero-layer + .row .hero-content, .hero-layer + .hero-content {
        color: #fff
    }

        .hero-layer + .row .hero-content a, .hero-layer + .hero-content a {
            color: #fff
        }

            .hero-layer + .row .hero-content a:hover, .hero-layer + .hero-content a:hover {
                color: #e9e9e9
            }

.hero-content ul {
    padding: 0
}

.hero-content li {
    list-style: none
}

    .hero-content li a {
        color: #fff
    }

        .hero-content li a:hover {
            color: #e9e9e9
        }

#searchForm.search-form {
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.8s ease
}

    #searchForm.search-form.active {
        max-height: 10em
    }

    #searchForm.search-form .form-group, #searchForm.search-form .gform_wrapper ul.gform_fields > li, .gform_wrapper #searchForm.search-form ul.gform_fields > li, #searchForm.search-form .nav-search {
        flex: 1
    }

.alert_banner {
    font-size: 125%;
    font-weight: 500
}

    .alert_banner .col *:first-child {
        margin-top: 1rem
    }

.scroll-down:after {
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.scroll-down:after {
    animation-name: bounce-3;
    animation-timing-function: ease-in-out
}

@keyframes bounce-3 {
    0% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-40px)
    }

    50% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

@media (min-width: 1200px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-left: 20px;
        padding-right: 20px
    }

        .container .container, .container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container {
            padding-left: 0px;
            padding-right: 0px
        }
}

.feedback-wrapper {
    border-top: 1px solid rgba(0,0,0,0.15)
}

#page-feedback {
    max-width: 720px;
    margin: 0 auto;
    text-align: center
}

    #page-feedback .gform_wrapper .gfield {
        text-align: center
    }

    #page-feedback .gform_wrapper fieldset.gfield {
        display: block;
        width: auto;
        margin: 0 auto
    }

        #page-feedback .gform_wrapper fieldset.gfield legend, #page-feedback .gform_wrapper fieldset.gfield .ginput_container {
            float: left;
            width: auto;
            max-width: 100%
        }

        #page-feedback .gform_wrapper fieldset.gfield legend {
            margin-top: .5rem;
            margin-bottom: .5rem
        }

        #page-feedback .gform_wrapper fieldset.gfield .gchoice {
            float: left
        }

            #page-feedback .gform_wrapper fieldset.gfield .gchoice label {
                max-width: unset
            }

                #page-feedback .gform_wrapper fieldset.gfield .gchoice label:before, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:after {
                    display: none
                }

    #page-feedback .gform_wrapper .gform_footer {
        text-align: center;
        padding: 0;
        margin: 0
    }

        #page-feedback .gform_wrapper .gform_footer .gform_button {
            margin-top: 1rem;
            margin-bottom: 1rem
        }

footer .footer-left img, footer .footer-right img {
    max-width: 100%;
    max-height: 75px;
    width: auto
}

@media (min-width: 992px) {
    footer .footer-left img {
        padding-right: 1.5rem
    }
}

footer .footer-right {
    text-align: right
}

@media (min-width: 992px) {
    footer .footer-right img {
        padding-left: 1.5rem
    }
}

footer .footer-nav > ul > li {
    display: inline-block
}

    footer .footer-nav > ul > li a {
        color: #000
    }

footer .footer_copyright *:first-child {
    margin-top: 1rem
}

footer .footer-nav {
    padding: 0.5rem 0
}

    footer .footer-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none
    }

        footer .footer-nav ul li {
            display: inline-flex
        }

@media (min-width: 992px) {
    footer .footer-nav ul li {
        margin-left: 1rem
    }
}

body.home .modal svg #wordmark {
    fill: #212121
}

.logo_image svg {
    max-height: 60px;
    max-width: 100%;
    align-self: center
}

.social-links {
    display: flex;
    flex-direction: row;
    list-style-type: none
}

    .social-links li {
        display: inline-block
    }

        .social-links li i {
            font-size: 1.5em;
            color: #212121
        }

    .social-links .nav-item {
        margin-left: .5rem
    }

    .social-links .social-link.nav-link {
        padding: 0.25rem;
        font-size: .8rem
    }

@media (min-width: 768px) {
    .social-links .social-link.nav-link {
        padding: 0.25rem 0.5rem;
        font-size: 1rem
    }
}

.social-links .social-link.nav-link:hover i[class*="facebook"] {
    color: #3b5998
}

.social-links .social-link.nav-link:hover i[class*="youtube"] {
    color: red
}
.social-links .social-link.nav-link:hover i[class*="twitter"] {
    color: #1da1f2
}


.social-links .social-link.nav-link:hover i[class*="linkedin"] {
    color: #0077b5
}
/*Social Links Hover*/
.social-links .social-link.nav-link i {
    transition: all 500ms, color 200ms;
}

.connect-logo {
    cursor: pointer;
    background-image: url(../images/connect-logo.svg);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABKkAAADICAYAAAAjpLJSAAAACXBIWXMAAAsSAAALEgHS3X78AAAgAElEQVR4nO3de5Sd11nf8b2PZDmkkJnwT7msoHGKr7I1Y4esALGtcWkoLYtludAbJJk5IeTiXCQTFrSFVnK5XxrL8S0OIZIC9E4zWiwohVLPOJTCConnOLEtW0k8Q3DSfwgaNyuW5ejsrvec5515z5lzP+/77mfv9/tZUSzNjDTvnNnz7v3+9rP3ts45AwAAAAAAgPFZa30HK2vOuUXP15CLWgRfAwAAAAAAAAJHSAUAAAAAAADvCKkAAAAAAADgHSEVAAAAAAAAvCOkAgAAAAAAgHeEVAAAAAAAAPCOkAoAAAAAAADeEVIBAAAAAADAO0IqAAAAAAAAeEdIBQAAAAAAAO8IqQAAAAAAAOAdIRUAAAAAAAC8I6QCAAAAAACAd3tj/BbYf/STs7/6I5/8gzcc/JJ52WWXLiRvc27n/c4Z2/o4a8ylS+13pGmdszsfk/077X/YbL/RWWMz/1773a79MabP50r//e3PlX64c9Za08kak31T+vls5t9KP5Hd9Td3/S57QbbfX/ja18xvHrjy8w/0+FsAAAAAAACFii6ksj/4L2aNsas/+98Ozl/1zc+bq7/l+fbba8a4ZvdHO1PLJkZd0vdth1XW7c593E7Ks50ipe9KAqnM3925yPZ/Wu+rGWObmeApDbOMa/+VWjvUatquEKwmgVWvC7c7H7Y7p+rx8fJxe/aa1z1x7tWGoAoAAAAAAJQtquV+9of+VSugMtbOP//CPvOmB242Z597hYIrC8flL3P3P/HZV7+r6q8DAAAAAAAoVzQhlf3HPz1rbDugapcSWZMEVW9+kKBqXJdf7u5/4hxBFQAAAAAAKE8UIZX9J/+6HVAZM99aN2et2RVU/RVB1Tguf1mTiioAAAAAAFCa4EMq+0+PSUBl57c3duoTVD39RYKqcVx+efP+JwmqAAAAAABACYIOqew/u7sroLKGoCpf+wiqAAAAAABACYINqWr//N/OGmt6BFQEVXlrBVWfI6gCAAAAAADFCTKkqv3wz7UqqGwroDI9AqrBQdXSQwRV49q3Lwmqrnh3WFcNAAAAAABCEVxIVfuRn+9Y4mdb4ZOZKKg6+8UZz19NWC6/3N1HUAUAAAAAAIoQVEhVe+Mvdp7iJ6HTxEHVgzebZ56jomocBFUAAAAAAKAIwYRUtTf9cu9T/KYMqt78wVsIqsaUBFVPEVQBAAAAAIAcBRFS1d78K7PG9NokPb+g6uyXCKrGsY+gCgAAAAAA5Eh9SFVb+rVZY+yqsXa+/ZY+wdOUQdXyQwRV42oFVZ8nqAIAAAAAANNTHVLVlv9dJqDKhEwFBlXPcOrfWPbtI6gCAAAAAADTUxtS1er3SEBl5nuGTAUFVUsfJKga1+UEVQAAAAAAYEoqQ6raW050VVCZ3iFTgUHVOZb+jYWgCgAAAAAATENdSFV7ywf6VFCZ0oOqp6moGsvl+5r3nf383HsCumQAAAAAAKCEqpCq9qP3zRorp/j1DJe6/1zwHlUEVWPbt899gKAKAAAAAACMS01IVXvrA7PG2nZAlQZKSoKqZ774DV5ek1ARVAEAAAAAgHGpCKlqP/bgTgVVdxilIah6+FaCqjHtu9x94OyzBFUAAAAAAGA03kOq2tseau9Bla2g0hpUPcfSv3G0KqoIqgAAAAAAwAi8hlS1t32wc5P0QWGUkqDqLEHVWNpB1RXvDeiSAQAAAACAB9Y55+UT197+oVlj3Kpxbr79Ftf6X/v/Mr93bvT3bf85/Zp6vC3zZ9f373Z9fOZtr/i6i+bkOx41V3/z8zufIs21nORp6V+18rbtd7bfZbMfn8SEzc58rf1xbvv9rQ+xXf9+LY3uenz/7M6H2V3v7P393s4CB3yc3f2PZS+58+/Yzt9evFg7cvUVz36g97+AGFlr54wxya8FY8ys/Fro+lIP9fjSt4wx611vW5X/bsivdefceRpOGKy1i13f/7RNpJJ2sr/HF9MwxmS/z+n3/7y0kfPOue62AgCAeplxUvpr1HHSpvSFWYyTsM1am46zFuVtaRtLJe+b7/GKdbet85kxeTruWu3x99B+3f0EKzvWnHOLo36wZl5Cqto7fl0CquSHoztUMkEEVafe8ai5KgmqCKlGCqkSF1+qHbl6jqAqRhJCLGR+9er4irAmnea6DMgILDySAXfaDtI2MVPCFTXSQbkM1BmcYyLW2l4Pib3QxjCWTCAxEA+AcZLQIPurV/hUBMZJEcv0WemYa66kMfhWdswlbas7OK0cQqr8lB5S1d754Vnjkgbt5neHSya8oOqbniek6vV3eoRUhqAqGjLYOiydYlkDrVFsSYfZ+sVgrFgyOErbwWKfaihfGpl2sBLJS44cdIWp6WzzNPexRma2eSMzYCfEqphMEDEn98R+1QqjWpOPW00rZAixwtDVPx4uacJmFNlx0grBQnistdlxV1mTwqPY7BqDV65tEVLlp9SQqvbO35htN1w33z9sMkEFVSff/qi56lvaS/8IqYaHVMkfLl60R66e2yCoCox0ioeVDbaGSTrMJKA4RWCVD3nAT9rAsrLB0TBnpC2sEB5Ui8cwtZGZaabdRShzP0zbVll9Y1odQwivSKD9Y3KfOkVgpVemD0t+3R7QpVeubRFS5ae0kKp250faAdVIe1ANe7/OoIqQarSQKvHSS/bIVfsJqrSTWeFl+RVKMNXPpnSWpxiIjSczQFpWVjk3qdMyaOLhLsNae9zX53bO5fq5lQ7qK/kwKA/uy54+fVJ5dCrPf1BpEEEI75FM4i0HFiD0siZjpFx/ZjCZzOTwUgQvYdL/ndByj7LWLo+y/HoCxwq/+MHSZx0NpnreKiWkqr3rZGaJnxkxiBr2fn1BVWszdUKq7jf2DKmSj33ppRpBlVJy8z4aWKXMOJIB/QmWTQwmD2PHA6ueG8emDJpO8WDnfQbwijyCGwnWjwbQZivzMCh7Fj7i6dM3nHOj7DE2VEBBxGlpW/RvBZIg/Ki0CU1L3fNA3+iJtKt0DB5buzKy3DQJ1I/7nKyx1q5GMumq2W3T9EOFh1S1d53qscQvzqAqu5m6IaTq9duOkMq2KqpqR64kqFIh8gFXP5vSUTJrmCEPlUcjmBUe1ZbMPJ2ocpWd55BqusFMu80eD3DQuZlpe1E+DHoOqZIqvT6jl9HIpM3xAPvFhrQr+rccZcZKRyOdvMnakjbkrcq2KiowKdjLmozBSw/UCalKMdW4rlbkFdbefXrWtBvB/HZykqYU2VRm++2Z34/0/hHft/3n7L/Z9bbMn23fv9v18Zm3Pf/CPrP8wVvNM196RZEvaXQuu6x577nNufdW/XXwKRlwyTKfDSlTrUpAZeRrPWmt3ZAHkUpLHial436kQgGVkQHhEWPMs9baUzJYRAC62myIA879ct9N7kFHFVwPRNInJH1D0kcE2i/OZ/q3KPYo8anHWKkKQULyNR6TNnRYwfVEJxlvJOOOZPwhy/qqElAZ6bMfSfpw7lHoVlhIVXv3R2eNkYCqZ+AUcVD1xW+goY2hHVTtPxLMBUdEHoqqNODqJxtWVW4gJoOkkB/087QkYdUJmTGHQhG22eT+ew+Bgn8SfIYcTnXbn3kQJICfgExiVXmslLShj9GG8iOh54lMOFVlhFXYpZCQqvae3+ysoDL9AqlIg6oPHSKoGtNll7kTBFXlyQzC76l4ONUtOxDLZR8TzboGSVUPp7odobpFJ6lmiLXNpoECIWnJ5H64IsFnjBXFyc/LOve00clYaV0CS8ZK7Tb0rM9DNmKQmSDmuadTGladov9D7iFV7T2/JXtQdVVQmeoFVeeeI6gaRxJUffYvCaqKJNUHMQ/C85J0lI/F/KCYmRnmZ66/tLplndm9wg19fZPgWB4YfZ+eU4YjEihEH5YXbZSfXamg3ajAMuf0nrbKQ2B/mQmcRyI+QGYax6Rf5P40hkzoyQTxYEtMEiLXkKr23jSgsjs39IoHVU9/iaBqHHsJqgojN/v1iu01NK30QTGagCKzTIqZ4dHNU93il4Sqj1XsgXG/hOWV3y+vSLIfzMcquBfMBiHDbvKarDOBM1RyL17l/jQcoedEsoE6S0wrKLeQqvbe327vQWXTHz67884KB1X1hw+ZZwiqxtKqqPoCQVVeMqEEMzeTiWb5TSaoZGnfZKhu8UBChJOV+8J3nJQHHORIHhzXK7wfzAwhQydZxvYYleYjm5H7E8uz+iD0nBrLlCsql5CqHVCZrlP8DEFVWlH18CHz9Bc59W8cl+1tBVXckKYkSxgIJfJxRAb0wQUUmb1WCCqnl1a3sCdHwQgROhyRsA45kPv4BlUN2yFDpYMqudesVmQpcRGWZHxEUJVB6JmbtKpqhTZWHVOHVK09qJxb7ezoCap6VVQRVI3nsr3NewiqJicz71VbwlC04MrbM7N4LPPM1zEGTLnqKOeX13WVEKHDEkHVRLrb1oK0LfrGHZUNqjJ9JJN505mn0riN0LMwt9PGqmOqkKr27o/OGiMBlXNd7yWo6r30j6BqHElQ9bm/IqgaR6ZzpLS4GNvl7dovVB46VpnFKwwDpvxsBwkEVAMRVI0v27YWCaj6qlxQJdXm9JH52R9qxXleCD0Lx16NFTFxSFV79+n2INK5eWMkoCKoGhpUve+3Xvdu17RPVKmRTWsvQdXIMjPEdI7FW9JcSSNl5myOXrx0UM7pfzlgGdZIltifY3zyUPMI98SBTlYlYJD2QLV5/maqGlQRepaKvRojN1FIVXvXKVni59qDyFY4RVA1QlBVf/bhhx5wzt5CUDUegqrhMgEVD3fluV3jPgxSaUGZeXlmZHN9ZvamkKmg4qFxuHvkgQgjkNeqypvvjyP607TkXk17KE7lgipCTy/YqzFiY4dUtTs/srMH1a5wiqBqQFBVd7/zS60fpBuueuZvkqCq6QxB1RiSpX+fJ6jqiT02vJrXFFRJh81G035UfgPiKRBQje8UR3OPJOkfeZAZXfIzuBLKxY6LgKo0lQmqaFNesQQ+UmOFVLV3fningsr1C6cIqnp8fN3911/o+AFKgqqLL9pbm02CqnHsJajahYBKBRVBFQGVCgRVk5mnCnRsUYcJObqd/nFs8zEupSFMKF3rHhXzASO0KRWSoGqdg2ziMnJIVXvHr88aZzIBlTMEVSMFVXX3X36+Z8J70/XnvtwKqgxB1ThaQdVzBFWGgEobr0EVAZUqBFUoy7zsPwfk7UhMe+0RJnizX8ap0aFNqZKMwdmjKiIjhVS1tz+cqaAymYCKoGpIUFV3//lnB5Yg3nTg3JdfoqJqbHv3EFQRUCFFQKUSQRXKcowTJlGQUzFUJ0jYRpjgz3xsS7IIqIBiDQ2pam97qGuJnzMEVSMFVXX3n+4e6YZ844FzX754kYqqcSVB1bNf/La7wrrqfBBQqdQwxiw6586XeXEEVKoRVKEs7MmBIiRVMEFX6sl4iWWx/i3F0h8SUKl02jnHeCsiA0Oq2lsf6BFQEVSNEFTV3X88NtaAsRVUXbC3OiqqxrJ3T/P9VQuqZFbzFAGVKr4CqmUCKvVOUOWCEswTiKIgR0LdoF/GSyuMl9Q4EfphD9Kfs6xMlzUCqvj0DalqP3rfrDFu1bheARVB1YCgqt78D/9mohnNJKh68UWCqnFVMKhaYYNhVbY8BVQsXwjDjKbTHxG1E7QzFCTUSr0VqQaDDjMhV33K/ZVVDLokk8SHq/4ixKhnSFV7y73tCqokoErDJ4KqUYKqevPf/8xUN99WUJUs/WtagqoxtIKqL8UfVMlpO4cUXArafAVUcyxfCMpMrBvHQpWknXGoCIpwKLRN1OVAAcZL+iRtKdT7FAGVLl5WMaAcu0Kq2vL7Z41r7izxy4ZPBFWDgqp687d/OpfZgRuvO/fllwiqxra31nz/RsRBlSzlOKLgUtCWBlTrZb4eLF8IVpRHukOdo1RToSDB7E0lS7KOKbgU9HY8tGV/0n+zikEPAqrIWZcJjGpLvzZrrF01xs63ghdb2wlhsuFMR1AzQpCT/rnn77Pcdo6V+U0m1OoOuTIBWd+3d4dow94/4vs6A7l68zd/Kvfy1fUnr/zGyy53j+6tuQPN5OV08jK6drzYflW7A7+db4XbedUzeny8yeRz23Z/3K5vV/bvtrheb+z8Z+3Ox/b852yPf892/KfrmnZf56Vm7cfnvvkv7+l9tWGSznydYEINLwGV2RkoEVaG6w7nnMoqONvrhooQ3eWcUxOISgXOIwouBdO70Ue/Nw4JadcDXua3aYzZyPzqZy7zK8SvNdlHKIjqPGttspzsYwouBW1TB1S2lXdQaVmw21xrb/PJbIdUtTf/yqwxdtVYCai2AymCqiFBVb350Z8sbH11ElRdfrl71OxxBwipenx4j2eq5DovXar9+P6Igipr7XpEMzhJ53JefvUb7KYDl1mFX7fPgCqWgVJDBuDpa9ivE0u+/+mm44sm3MF4VtJ+5jTO/hFSRWPTOaemSoGQKirqT9AKbCJnS/q/5Nf6pA90Eswtyq/DAfWTUz3ElkFe242IJonX5L9pENotO+7SOObKpYKKkKoU04dUtTf+4qyxtXZA1TOQIqjq87568/RPFL4BYBpU2Zo7QEjVfU39rzOpqNr/TeEHVbKvQqhl642uAdigWcG+pHR/LjMI8xVc+QyoQh4oNWSJ4uq0A9KAB+NZKmeQKxZSpWG5kbD0vAzM06VyC4E/lKip2KtgSLWW+X16v8v+vIf+YPRKrUtsAmprp5M+saifUam+T/Z9WlZ+H1MVqPcSeJix1jUGn+jnVn6usmNwX+Ou3Jb4EVKVYrqQyv7wz2WW+NX6h1AEVbsrqE69r7QTKpKgat/Lmh+v1cx1hFTZaxp8nc2mfd+3fdMX3t/7yvWTcOaxwC67Icfzrk4aSg0jQcVh+XV7EZ+jB28BlWl/zSslfq152JRTfE4V1Q7Mzs/IUWkLIYUKdeecqlOOIg6pNrsG6iP9DAceiJ5xzqk48SjykGqiiRgJEbJtK6R7l6rlpFnKq863ZGxUaJ+YlRkrHVd8/1LXF6ZkL9jQTlE+I2Ov1aLCZLl/HZYQtKyft1z3oCKkKsWUIdWbfvnT5tJL1++ESQRVIwRV9ebJu0q/oa4/lVRUNT9urbmOkCq9puHX2XT2fd/2t8MMqgK7iSYzg8fLGnylpLNclqCiqIG+74AqpIe8TWkHpd4jZTB+tOB2kCd1y/4iC6m2pHrvRF4/twEGoioqXiIMqXIP4GUp93IgExEN59zCCB9XKjkxTmP1fBpOnfD186i8f0x+nha0VecFVr3urY1l+sWlAj9NMJukKxhHBbPX2zA1e/C7rjJ79mYCmWb/E/2S9/V8u+sKdfqFPdnwqN/vs1Se+ucloEosXHvuyy++WLvFOPOkj88fKmvcG0O8dJnBCSGgSsKpK5J9KsoOqEzrtuE2nHPHpRT5bums8+Q1oBIqZxm7bMmM6JyPWdFk8JJpB/eW/fknMCODSuRrS+4Dc3JPyu3nNvm3ZD+e9F6jnYpKqohsZu5xuU7IJMu+pPLtiq7lghrNazuZTQIFjacPnpEA5rjPB+xM/7igsH3tV3qvOhFAQJXt77y0sUy/eIU8D+SNU/wqqmZe/g377A3fZQiqRgqq6s2PHPX6sLgdVF0iqIqZDLi0P8A2pJTTSzjVraCQwntAJXuSaV9mdEYGSd7DNGkHyazejdJGNVuSKhNMr7TBeuZeo72NEVLlY7OsAF4mXZJ7wh0FTLjkSVvb0lYhtCXjo8MaxkepTPu6S8cVbVMVMEq/XGRlUB5UBKApaVtpWHUmp3+WgKrCaq0v/W+9whBUDXt/ElC9V0U1w7wEVa5JUBUx7UuW7k7K/TWeypJjSKEhoEpL9LXakg2aD2sbRMjs3kIAFS8aZ/9Ds+ZjsJ5pY1or926Xewgmd6+0rVLHf7Kh9pziqio1J/wp7CfXJCxXe2qd7Cl2o6IgdL+sHtBCc7+cHXepCUBTElYdziFoJ6CquNr2l09QNej99eZvvEfVcptWUHWhdsulS5agKjKZU1k0SmaUb5QqAtWmDCk0LPEzMlDSGlY25OFNxQli/UhbvU1xVcIhqqmmkmzivOhzsC6heN3X5x+CtjWZtBLmqK+HJJlwWSxoCc205hUFoJom9U7L/Uj9g7WMbxYV9Y0qxr2yP5zWrTbSAFT1uMt0Bu2TVFURUCETUhmCqj7vrzc//C6V+8EkQdXFi7VbLjUJqiKjNZhIqxV8BzdjmSCkUBFQSVh5xOc1DHBaXiN1s3i9yIz2guKlWSHsOaZNGiKoWBYtlTYagypCqvGlAbyKShhZQqMxqPLetpRVUdXlexUMZUHVvJIJG61bbQQTgKYkaD88Zt9IQIWW2q6XgaAq+/5689fvVP3wMH/NuS9ffLF2S5OgKgoSTGhcBx9c55glDxtzI4QUWiqojOJy89OyD1lQbUECtUWlQZW2pQ7apT+nqpbTKA2qCKnG09AYwCsNqjS0LS1VVHUNezJOQllQ5bUflH5Y4x6gwQWgWfKzMcryUgIqbNsdUhmCKnl/vfmhdwbR4RBURUVjMHE65M4xJZ3e4oA9PtQEVMrDypAHSucVB1Wa9x7TRFOQvIsMxjWFCZqWZWmn/QHpqLJ7l5aQyrfToQZUKbmfaujblzzfrzT2w8EGoFmZMHSzz4cQUKFD75DKVD6oqjc/9I6gbggHCaqCJx2zthNzogioUgP2+ND24KvxNY8trNQWVGlZ6qCZ6oAq4+iAgbgPC4quRSv1D0hybZruwfM+P7lUvfiuolqLZYwkewhpOATCyzhY+l+vbbqHKAKqlPTdvbZeIKDCLv1DKlPZoKrefPhtQd4QtoOqS+YpBZeD8Wk70S+awVc3+brSzRxVPfgqPdGvEVtYKQ972jZTp5pqsOUQ9sST9qXpe0n4OVhyH1B3Qmkv0v7VnCbpOVj33SdtKZxYnNZxBQG7r3untpUM98YUUKV6TBQSUKGnwSGVqVxQVW9+8MeCviG0gqqLe26+RFAVIk0hwGaEg69uy7L0T1tlxmFlYeVWjA+58j3X1sZvl6We2O3uEE40Ssm19ltaXDba1GAqj3If4LiigN1L25L7pO8T2IIINsehpFpvvux+UEl7yjojp8ZGKdPO1gio0M/wkMpUJqiqNx96axSJ9cGr20GVu2QJqgIhR95q2qwxusFXt3Tpn8LKDG0Dk2jbgmy8fbeCS8mimmq3hpzSGRot10xI1d+92jbgH0bux1pOIPPVtnzfJ0+H1m5GJV+X74C97AkkTf3uptItH3KVjL1DPpAJxRstpDLRB1X15kM/GlVJZRJUvXixdnOToCoUmjqku0NYUhMja+2Csj0RgnuAG5eEH5r2p+KUv92CrOqUnx0Ne1NpqhDQZDPgagUtY1ZfVbY+7wlbik/fzYvvr6/sdqWp3w3u9GSgCKOHVCbaoKrefPAt0a35NdsVVUlQxdI/zWQPotuVXOJmoBULsdC25LMqbUHT6z4jlZVouzuwpVjdVFS8cMJfTyGfVLqR2VfRp9LblUzm+Kw8PxH4PWkoBdVUpY2Jpb/VssVCtBV6wLjGC6lMdEFVvflAPcqAKnWDLP0jqFJN1QyOgmuoMmbzPNC2GXEF9oMb1aaiZU2T0rKPFif8dToTwcOghrblo/LXdz8Z9XNDhtevs8TJGi397RbL/YEd44dUJpqgqt58YLkSHU0SVL3wguXUP720BBNrzOD4o2w2r4ptQdNmxIRUbcdDD0ql4kLDkj90iuFhsKr9tc+DPE7HXkWVkpPlfPaJhX+fpcJ0qejPM6ITLPMDdkwWUpngg6p68/6lqsyEtCxc97m/bgVVTfao0kQ6SC17ELHMzy9NJ+hVbjZP2WbELPlrLz2OpZ/WECZQSbUjiqBBSwAqy+/K+lxznsdMwZwwmhOfX28ZYyIt466tCKqGgVxNHlKZYIOqevP+N1cqoEq1gqqvElQpo+VBlCoq/7S0hdMV3jj/BNVUasTUT2v4eWJPqh20rXyV2bZ8hgpbzjlCqvLMl7CXnpZ+lioqoMt0IZUJLqiqN+97UyUDqhQVVeqo6SAVXENlKdgINquy90hl1VSaKut8iOmexGmpejQim5CpWtvyeV+s4kSe76+56Co9xuCAUtOHVCaYoKrevO+NlQ6oUgvXElQpouFBdLOCs4PaaAkkqKjTM1jcX+YyGmVORzarXIk9bAIR28Ng1dqWz3ti5fpGuQ/7XFJa2NhI+lcN+4DG1t8BucgnpDLqg6p68wMEVFlJUHWBoMorRR0kPxv+aQmpKt8WZLB4WsGlmApXU0UVmivZ/6jqlXmp2CZkKtO2FOzhWdWKSJ9trMi2peWeyCQx0EN+IZVRG1TVmx/4kco/ePUyvxNUndV3dZVAMIGUhrawxWBpm5bXoZLBApWdKMgaFQtB811ZWtWQymcFWZHfcxXjLvo7oLd8QyqjLqgioBqiFVRdsDdfIqjyQctSP5aieKSoom6FB7g2GTRq2EC9isv9zii4hiI04vuSghPjw2CV+m+vYyb6Ry9mCtw8XUP/SkAF9JF/SGXUBFXsQTWi+Ws+99cvJkHVJUNQVS46SBhFQQRtoZOG12N/CacbaRPrvi884PoXXduq2CTTnIJrQPlyHyNJv6rhsBrGXUAfxYRUxntQVW/e/2YCqjEcbAVVNYKqcmnoIKu+SbYGWgbetIVOWgaPVaum4iQ8FMI5R9sKm9e+0lrrqvjLGHPMc6spooJOS7/KuAvoo7iQyngLqurN+5cIqCbQCqperN3cbBJUFc1aq2WvGTpI/zS0BfZq2U3Lz0al9qXidEkUZI0XNnhVPe206ooIJzX0qw3GXUB/xYZUpvSgqt58YJmAagoHr072qEqCKvaoKpiG6hk6SB00tAWCgS7ys6HhwbZKS1x8HnWOuLH3Yvg07N2I8hXRBzLuApQrPqQypQVV9eaDbyGgykESVL1IUFU0DR0kSx90YFMcy7YAAB3ISURBVNmnXhp+RqoUUhEkoCi0rYApqj5H+YqooGMMDihXTkhlCg+q6s2H3kpAlaMbCKqKpqFsnQ7SMznZTwPaQm8awrsqLXEhSEBRaFtAmIqooGMMDihXXkhlCguq6s0P/hgBVQFaQdWLBFUF0XBiFx2kfxrawSbLPvvS8DNSpSUuBAkoCm0rbFU75RQZBUzoee9XOcgBGKzckMrkHlTVmw+/nYCqQDdcRVBVEEqNYZS0Ax7e+tByvLsclw0AVcWm6dWWWx9ordUw7mL/RWCI8kMqk1tQVW9+6J0EVCVIgqqLSVB1yT4d/RdbHu/7EFE9owKbd+qnYfN0HtAAAFWV51iJyUEgAH5CKjN1UFVvfvhdBFQlur5dUfV6gqpoNKr+AmAbYSUAANAqtgNECKmAIfyFVGbioKre/I33EFB50AqqLtZe32wSVEWAYAIpln0ORqUZAADICyEVMITfkMqMHVTVmx85QkDl0fVXUlE1LY5SRgZtAaOIbRYZAIBR5bnkneXzQAD8h1Rm5KCq3jz14wRUCiRB1UUqqgCgLIRUAKqMYKHa8jw8hINIgADoCKnM0KCq3jz9EwRUihy4srWZOkFVuFjihRRl5wAAzQgWEBO23ACG0BNSmb5BVb350Z8koFLogFRUXWoagqrw0EGixTlHSDUYrw8A+MXEGmJCewaG0BVSmV1BVb35W/+SgEqxA9+eBFV7CKqAQFlrmaEejKV2AOAXE2uICeMKYAh9IZWRoOo1t33Bvv77VxRcDYZIgqqzZ2fvf+GFvbxU4WDDbqTY6wMAAGh1KLLvDCEVMITOkCpx2b5XJUd/73lwnVl+5X7n916zfPHinvueOTdjXriwp+ovBwDkjSoCAAAAVILekKptnqBKt4/999csW2tOGmtMs2nNM8/MElQNxwMnUuxLgFHQTgAAmB77TAIB0B5SGYIqvc78j5uWrXUnrU32tUk2t8kEVS8QVPXjnNPwwMnPkw4aAkvKzgdjOSQAAHHQEFIx7gKGCCGkMgRV+vzuH97UqqBqB1TO7AqqkqV/BFWazVf9BcA2BkuD0e8AgF9UvyAmjLuAIUIJqQxBlR6/9z9vbFdQGbMdTu0Kqi7VCKqUs9bSSfpHJZV+GiqpeEADUGXcAxETxl3AECGFVIagyr/f/183LptsBdUIQdVXCap62VJwDXSS/mlY+kk76MNam/Q1M76vwznHAxoAANPT0J/uV3ANgGqhhVSGoMqfP1hd2F7iZ7LBFBVVk9AQTrDXDkyERzvnScPPiIZAGwB84vAI5ELLpI+1dlHBZQBq7Q30W5MGVYuX7lzgpLQS/OHawrI1ySl+rp0+JTf67O+cTf/Q/Z5WUPX0uRlz9VVb5uu+7lKcL1CYCKk8c86tWmu9X4e1dkHJhv7aaBhE8n0BUGnOufMK+srTLDtEjqhiBwYINaQyBFXl+aOPtyuoWp+wlT9NGFQ9Q1CVsa6ggoVZHB22FCwpWyQM6UlDkEv/BgDGNDwf+nIqmVji+xCFNSVj8FORvJ5A7kJc7pfF0r+C/fGfzLc2Sd9Z3mdkeV/nsr5Rl/4lQRVL/1o0PHjuZ/N0FTSEQwSWvVFJBQA6ENgjJoy7gAFCD6kMQVVxHvnT+fYeVBJK5RtUhVzElwstD550kv4RUimULIHUsGk6IRUAtPiuYuI5Ix4aKuKYKAYGiCGkMgRV+Vv9s4OZU/x2Qqk8g6qvVjuo0rKvAeGEfxrawoyEMthxWMlrQUgFAP77SvrIeGipymMMDvQRS0hlCKry8+ifH2xtkt4vlGLp3/QUbVKt5UG8yrTscbGs4Bo00fCzsaXlJCIA8Mz3vZCql3gwBgeUiymkMgRV0/v4Jw62l/gNCaXyCqrOPjNrXrhQ2T2qGgquIamgoZP0iMBSHynB97lBb4oqKgCQ03A9vw5UUsVDS996u7WWZ1agh9hCKkNQNbn//Rc3LFvTe5P0Qiuqnq5sUKWlQoJwwr81BdeQ7I9A6XnbUQ0XoajKDgA08Dm5N0+gEAfnXLLcb1PJF8MYHOghxpDKEFSN708/dUOmgmr0UCqPoOpSdYMqLTM5Swy8vGPJny5aBo2EVACww/e4iUAhHlrG4FomxQBVYg2pDEHV6P7ssetbe1B1Bk5+gqoL1dqjStMDKJ2kX1rawlLVT5ux1iZB3X4Fl7KlYHkLAGji+55ISBUPLSHVPFXswG4xh1SGoGq4P1+/Xk7xa4dIvoOqs0lFVUWCKmUPoIRUHklb2FJyOVWvpjqu4BoMVVQAsIvv+yJ7CMVDUx+rZdwBqBF7SGUIqvr7xOPXt5f4mTRIIqjyQMNeREY2UCeo8mtFyXUcreogXGYzNVRRGUXtAQBUkNNOfe8lxFgpAsomig9RTQV0qkJIZQiqdvuLTx9IqiVOZkMldUHVhb26XrRiqJrJYYbQKy1tYabCs3qnFFxDipAKAHbzfW+s7EROhLRMFBuqqaKh4eT2KFQlpDIEVTs++ZkDskm6a71NbVB1thJBlaYH0RlmCL1aUbTk70jV9qZStBdV4oycPgQA6OR7QoexUjw0jcGppoqD77FbNDlHlUIqQ1BlzKeebAdUxuyEQ0Z5UBXzZurOuXVFwUTimLV2QcF1VI6EEpoGTJqqigols+InFF0SVVQA0INzTsOEztGqHzISCW17P56iSg9Tmo/lBaxaSGWqHFStP3Vdxyl+JpCg6qmzr4z91D9tD6SVCScU0jarV5WTjE7I7LgGW4RUADCQ73vkDGOl8MlEse89zrL2s+wPaKtiSGWqGFQ1zl4ne1B1Bk8moKAq4s3UtT2QJsfh0kl6IDPEmgZM0c/qSRC3pOBSUiss9QOAgTSMmw5x4Ex/yRL6QMYP2sbgR1j2h2nE0n6qGlKZKgVVjz993bKx7U3SjdkdPBmCKq+UlK53O1aVTtJauy77EWmhaXZ2JuaqHhlAa5sNZ3YeAAZQNG46zhYJu1lrk37spLJl9P1o7HNXqrDsL/karbUb/AzlLoqlyFUOqUwVgqpPP3Nte5N00x1KEVQpozEIWIl9zwUZSM23qwzVLG3TNqg7FHFl3YqiZX6JhrJjsQFAKw3jphn2Eeok46q0OnlJ/qyWwiV/RtpV1GMB+ZlZlSWOqxEFVesKriGK17LqIZWJOaj6zLlrZZN01xU4td8fdFB1IbqgSuNs00zMszldAykjA03vN3ZZ6nXa93V0Oaas2mxq8v0/pOyyQph1BgANtNwv5+Uhu9JBlVTFrPZYPr8UwLJIjX3vvPaAb1KZgCrd5DumsFfDdg0s94tIdEHVE5+9tuMUv+iCqqfiCqqUzuSYGAdfAwZSM4pmczRWLp2IZaZLBsya9qFKbDrnWOoHACOQcdOaktdqvsqTDDI2WB0w8XOP8okurX2v+kq0cUlbWe9xCh1hb37mY1gJQ0i1I5qg6snPdQdUEQdVL+wt/wUujtYlVdF0HHLTHjSQUhFUOec2FA2+U5pCvInJQPkehZfGYQUAMB5ND/BJoFC5h2zZKmF1hKPvT2rd61RpBXsqmqBKvv/pEr9eYnje0LJMM/hqKkKqTsEHVU99vl9AFWdQ9WRcQZXGDdRTaccRbDIvA6leszfdtJQdawwt0qAqyM5PKqhOKriUblRRAcCY5L6pqQr9UFWqQaQqPXn9PzbG3o4riie6NPfBraAq5HYl469HRmgrla5KzFHwJ48SUu0WbFB19tlrlo1xAwIqgirNZCZH8405+dlYDy2gkIHUiTEHUt5nc2QDbW3VVEZew0dC26NKBtMaK6gMVVQAMDFt46Zk/BD1iWXS/29MsGx+RuuEp+IxV2opxMni5Hpli41xxl8hV49p2DjdyJK/oKupCKl6Cy6oagdUSSmtaYVQpopB1YUoKqq035TTgCKIh2q5QScdxpEJ/rqGsmPNQdBJCf9UkwHSusI9qFJUUQHA5E4prEJPxkqPxXYybjKmksDh5BQn42o+lEf7mCadLNZyGvVAUj21PuEhNUEGVVJwoIXX+09abTlpeyWk6i+YoOrpjWu2l/iZTAhlqhZUPflKcyHwoEr2ItK6Lj4rOe1tXetMoQQTK1Ja3G/t+yi8lh0H0B6OKG8Hoy7x9Cn4kmwA8EV5FbrqsdKoMuHUIzmdiqty7yHn3IrSQ4yykpDvY8kYV+vyP2kv61I9NWmYaQI5GbIXLRV5h3xVU2WKBJYm3UKFkGow9UFVElCle6ykgZKpcFD1xJNRLP07rnhvqqx5mSlUs05ewqlk5uVZY8ztOf2zvmdzjipvD2k7OK6sHayMucTThzUZFAMAJuScO644XEj7yBMh7SkkVRDL1tqNHMOpLK17D4WylcHtsqxUTbVeV5iZ1+Sg9pMhe9lQdC2lPqNl9qrLFgnMTLJSiJBqOLVBVbLEz7nOTYAJqsIPqqR6JqRNA5fSjtLXWnnpGNNwqohlXd6CKpklDmHJwDEpQ/c2mJDO8bjM3uQVUhaJKioAyIf2fvJIZqykNqxKKpBlvLMhk+DTVKMPo25JVwB7U2XNSLXehgSKXtqVfO48K+26nQwsqNKyL5WRn99Sqhal6q3fXnW3j7vsj5BqNOqCquQUvzSgcq7zfQRVElRd2FPQq1+KE4FUU6VmJKR4dpr1x+OQapmjmVm+ovcc8lZ27JxL2kPDx+ce034ZTJQ6YJK2cFw6x2PKq6dSdzvnNA1kACBYsref9nAhHSv9jYyVVCwDTIMpa+15qUBeKrEf1bikK7S9xPZLoLghFXuFt6vkc8jnOi+fu4hwKutkQBuBaxvbFbq8NlNxOWx551hVXYRUo1MTVD3x2TSgstsBFUFVj6DqiW80Fy7saTad3VfIN6JAUj0TapXFkqyXPy+DnuU8KqwkiFiWf3NDqqbuKXiWr5vPsuOQZpGyA6ZCQsvMUoQVaQuhhFNGlqVwxDIA5CukcdOSLAMsLVhIScBwVPY1ch6CqW6qlnRJNVUI+8N2m5GKvWy7OpzTGDzbZpJnlMfkc5XZZlZC2N9N2o82uW+6nwmnRq24bB2aMPK/X3vgMTfCx2FHUs2weOnOBS+793/m3LXLxpqT2YAmDZdMVzhlusKr9u9tx9t7/7cdfrn2P535GNvjbe237/w++/c6P779Ptv1Z/n7I74t/fPO+6y8L/PnzMfs2dM0r371/2scvPqzQW5aKeWzRc9OlGlNql3S9dobPdZuz8mvRPJ9m1X4GtR9nMgm1ULHyv68OUq+/6syy7QxaiWRzLwsSLtI/ruofDP0YW7UWEVl05kHf+6WvWWio+Benux/5nMD1Ud8fO6M25Q+OEyNn9tOcursJCf6arCZ6SPXp22zXX3nnPSdC4ondNT8nMprtxHQ5NcwW+nYKzPuTv7c/TybjruNtJdZZeOt5OtY1F6Jrvz5rSETpSvjnEYoYeei/Do8xc/GXbJCZPDnqz3w2PbG2xiZl6Dq8aeva53it11tRFA1SlDVcM4s/tAPfFLTkaAjkxmDxwK53KrxMpiKMLg0ck/t9TM6V3KlXBnUBjE87BaHkIqQqij83HaScGE9or5jMxMsDNqQOTvBpy1YGJWqAEKqu3hG1idpJ3PjBCxlC2hSuSH3lV4/c2nIbXIevyTfvwXZg7kv65wzex5c54dwfKUGVetnr1u2rfW4maV2BFXDgqpWQPWD3x9mQJWKoHomVl4GUzKTsR7R7F6VeAsKRsHDbnEIqQipisLP7W5K2hwmM9IDbFlkS4EQDmKpmoaMwVU+43EPGmromKS1J9WlOxeSZSt1FZccjtL2qPrUkweWXdOc7A5hzHZo0xkqGfaoSv7csDb8gMrsHK0cykkjVTIjGxGWupRUBm6hHceL9sC78AMFAKDqJJC8u+qvQ6BmZO8hLYdVLQd2kFFVFLoZ+LTkHkS76e/QsAMTtjdOJ6iaSOFB1Sc/c2DZuCSgssY1za5qIYKqnkFVK6C64x+EH1Bl0EnqNOOjk3TOrTAAD85hzaXpABATJviCpiaAkH6bCSad5mUPN61G3iS8ou4ZNNHfcbofQdVECguqPvH49a1T/LaXtRFUjRJUNawxi7f//U9F9TBI9YxqvoKqZAB+JryXq5LqsS41AgDFDjPBF6x5LafgUpmn2nxyirTSCySkGq7v967W/QaCqonkHlT92XoaUHXtv0RQNSioalVQ/cD3xhVQpaieUc3XrN+yrMuHXqd9nAQJAFUnVTCLBFXBOiz7cHrHxKBqSxqDKnlu21RwKZrNy97Lu+wKqQxB1aRyC6r+9FM3tAKqZu/T6giqegdVrYDq+//eY1Evp5FO8rSCS8FupZcdZwbgBFU6JQEVFZAA4IkcbjJw7xOolB5Oo2IDdcHEoF5JUKWi8q4Lk5TDHeu17K9nSGUIqiY1dVD1J5+4oaOCiqBqpLc1rHWL//Dvxh1QpeShl05Sp9KPTZagij3L9GkQUAGAf1LNyjNNOLycnjxMZn8qxls6qWov4gTtZSS7DkvoG1IZgqpJTRxUPfrnB5edsydb4VMmmCKoGvi2VgXV9y2uV21DYqpn9PFWNSMDOZY06NGQ7wcAQAGCqmCoDKhSUtnFeEufusatFSTYZG+q4fYbYzqW/Q0MqQxB1aTGDqpW/8/B7U3SW2EUQdUoQVXDWLP4vYcqF1CxzEsf78u6CKrUaMgAm5P8AEAReYhlywS9VAdUKcZb6qgMqDKO0lZGcsRauz3BOzSkMgRVkxo5qPrjP5lfbiYVVK4zaCKoGhhUtU7xe8Mt1QuoUgRVaqjZd4iBk3drBFQAoJf01zzT6BNEQJVivKWG9oAqfV7TuF+WRqfSZX8jhVSGoGpSQ4OqP3p0oV1B1UxCKGsIqkYKqlpL/L7n5kblHwQJqry7S9u+QzJwmqNNlC4JKwmoAEA5lv6pE1RAlSKo8ip5zW8L6PTkE5z0N5L9aaA3ckhlCKom1Teo+oPVhY5N0gmqRgqqWpuk3/bdBFSpTFBFCXt5tmT2RuXMSKZNrCm4nCq4l03SASAcmaCKgMGvZEJtLrSAKiXXvcDEYKk2JdQs9UTtaWQOOcJwyUmNh8cKqQxB1aR2BVW//8c3LrumPbkrcCKoGhRUtSqoFr/zcQKqLsnNTx6S71Z1YXFKO0f15cVJZU8SoCi4nFilYSXHmwNAYKQfpxLGn2SCZyH0CuTMZupnFFxO7JLJ14UQQ00J1RiTj2Zh7JDKEFRNajuo+t0/umm5mW6S3rS7AyeCql5BVWuT9FtfR0A1iHMuORnhDgZchQmuc5QAhdni/AURVgIA+ssskafyuDzpUq1oJnhkYvAwk8WFujf0bRWkzVN11186+Xt8opDKEFRNav4Ve77y+Fe+9vLWEr/tkImgalhQ1aqguuW1BFSjcM6tUHpciLtD7Rwzs8W0iXycDnUmDwDQKVN5TMBQvDOyvC+YpVrjkMni25gYzFXyWt4RUah5mPbRUyM7+TtxSGUIqiby/KWvf9XPPPdT5itfe7khqBopqGpVUL3+Oz5NQDWGpPQ4KaFmwJWL5KZ5oww8gpUEKrSJqaUDpWU2SAeAuGQCBjY4zt+mVE8djr3/lABujuV/uUhDzZUIvpaWzPJQgqodp7sPT5gqpDIEVRPZuPgqQ1A1UlDV2iT9u28ioJqUDLhupIJmYnfLfgnRVMzQJiYW3UAJANBJAoYF9o7JzZaMpaKtnuols/zvDkLPiaSTglGGmpwMua3v5O/UIZUhqJoIQdXQoKphjVn8zhs/Q0A1pUwFzV3cDEe2FkP1VD9dVVW0icE2Yx4oAQA6ScBwVKqqmNCZXLo0Psqx1CgyW3BQxT6601WYFCSo2t7nt+f3OZeQyhBUTYSgqm9Q1dqD6nULBFR5cs6dkPJjOsr+NmXDvsUq7DckA8cFGRCgU3b2l+opAKiYpPJHJnQ4fGQ8yZjiCqmO2AjpwosgoWcy3rqC8dZAa7IktDJbKsizRtX2EU6rpxYH3R9yC6kMQdVECKp2BVWtJX6vPUhAVQQ6yr62JLxbqNppbbJ/2bIsAeR0o7Z7ZRavsrO/AIA2GRfMUX08FOHUAJnx1m2MtzpkJ4grsyQ0ldmjqgrPZfeOWiWXa0hlCKomQlC1c4pf8kP6HTc8QUBVsExHeUXFB11pONUKJKq8nEuWAC5WePC0lRlgH2VpHwAglZnkI6zqtCmvxysJp0YjFXqLMjlY5QnjNJyaq9oEcTe5vyzLHmYx3lvWxh1f5x5SGYKqiRBUtU/xe831BFRlkrAqHXTVK1RuSjjVR2bwVJVqu2xbYIANAOirK6yqV3hT7DOyZIdx1IRkcjA7YVyVtkQ41YdUGCX3llgObkiXcA5c2tdLISGVIaiaSIWDqtYSv5uuI6DyRQZdp2TvhXRmJ9YkP+kYZxlUDZaptnulbLof2+CJtgAAmEhm3DQnFchnKvBKNuTZ7pVymAj7NeYgnTCWtnRHxG3ptAQWhFMDZA5uCHmy+LQcQDXxEk7rupOHnO15cD15yDlZ6CeJzNy+L5if+9ZfNl+/96utKqOahDm2lvm9lbCnZkwt/X32fbXOj9v196yEREY+1nT+fWM735aGS6YrnDJd4VUabGXf3vu/EpolHZ4zi/PXPMkDokLW2uT43MOyVnp/oF9GMqhKOsMVqmSmY61NQsyj0iZmAvwSNqUtnKItAADyZK2dlf4x6SfnI3lxkwmdFcZQ5cq0pXQMHuKYy8gY/IS0H571JmCtnZN7yrLydtDIjLGn/l4XHlIZgqqJVCSoajhnFg9eTUAVAgkoFjO/NN8ok1moVQZVxbHWLmYGT5oH4+kAe7UKJzYCAPyTB8vFAEOGTRk/rRIs6CFjrvTXIcWXupW2HdpP/qy1y3JPuV3JJTUy3+tcx9ilhFSGoGoikQdVrYDqhque4uYVKAmtsr98dZrJgGpdOsX1Kp4M4ltmML6gILRaS9uCBFPcYwAAXnVN9C0oqk5fk/4y7TOZ2AuAhFbZMbivcVejq/0wGVgSWe2StoOynsEamRC70DF2aSGVIaiaSKRBVSuguv5KAqrYSHnygmz6l/xK/2zkz5MMyrak8zPy3/Ppfwmk9JIBVNoOFuVC8+pEt7raQvJrg8ERACAEmfFSOmZakDFT3mFDdgy1mvnvBoFUXGTCMNuW0j8bedsk1XzJRHDaTrLt5zxjLl26xt1pG5jkntKQ8fWG/PIyxi41pDIEVROJLKhqBVQHvp2ACjtkhvE8A6ZqyAykstIONbWRGRil1qmMAgDETsZFs11f5mKPL7vXZB0BAkYm4QbjqwqRcbjR/NxVekhlCKomEklQ1Qqorvs7BFQAAAAAAKBTzcfrcenOhVNyhClGtHHxVeZnnvsp85Wvvdw4Z03TtcMf18z83smJeU1jmunvs+9rdn7crr/nWrlTEj21P9Z0/v32+3belp7QZ7pCKdMVWkmglZQOElABAAAAAICevFRSpaioGl+gFVWtgOqaK84SUAEAAAAAgJ68VFKlqKgaX4AVVQRUAAAAAABgKK8hlSGomkhAQRUBFQAAAAAAGIn3kMoQVE0kgKCqFVBdPUdABQAAAAAAhlMRUhmCqokoDqoIqAAAAAAAwFjUhFSGoGoiCoOqhjGWJX4AAAAAAGAsqkIqQ1A1EUVBVcM5s3jtq58ioAIAAAAAAGNRF1IZgqqJKAiqGsaZxQPfTkAFAAAAAADGpzKkMgRVE/EYVLUqqK6/koAKAAAAAABMRm1IZQiqJuIhqGo4YxYPXv0kARUAAAAAAJiY6pDKEFRNpMSgquGMXVy4hoAKAAAAAABMR31IZQiqJlJCUNVa4nfTdU8QUAEAAAAAgKkFEVIZgqqJFBhUNZyzi6+5noAKAAAAAADkI5iQyhBUTaSAoKrRdGbxtQc/Q0AFAAAAAAByE1RIZQiqJpJjUNWqoPrOBQIqAAAAAACQr+BCKkNQNZEcgqqGa5rF777p0wRUAAAAAAAgd0GGVIagaiJTBFWtTdJvfi0BFQAAAAAAKEawIZUhqJrIBEFVK6C69XWPE1ABAAAAAIDCBB1SGYKqiYwRVLWW+C1+FwEVAAAAAAAoVvAhlSGomsgIQVVrk/TvublBQAUAAAAAAAoXRUhlCKomMiCoajSdWXzDresEVAAAAAAAoBTRhFSGoGoiPYKq1h5U37dIQAUAAAAAAMpjXVI6E5k9D64vG2NO0o5G9y2X/d8Xfulbf+Fzr7jsK7f8wBs+RUAFAAAAAADKY4z5/3Jj19G1OkDdAAAAAElFTkSuQmCC") no-repeat left center;
    background-size: 100% 100%;
    display: inline-block;
    margin-bottom: -3px;
    height: 16px;
    width: 92px
}

#navbarSupportedContent.show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overflow-y: auto;
    flex-direction: column;
    background-color: rgba(255,255,255,0.95)
}

#nav-button {
    background-color: #008375;
    padding: .625rem;
    border: 2px solid inherit;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    font-size: 1rem;
    font-weight: bold
}

    #nav-button:after {
        content: '';
        display: block;
        width: 22px;
        height: 2px;
        margin: 9px 0 6px;
        border-radius: .5rem;
        background-color: #fff;
        box-shadow: 0 -8px 0 0 #fff,0 8px 0 0 #fff
    }

    #nav-button[aria-expanded="true"]:after {
        transform: rotate(270deg)
    }

#offCanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.navbar {
    z-index: 100
}

    .navbar.row {
        flex: 1;
        padding: .625rem 0
    }

    .navbar li.navbar-item a {
        font-size: 1rem;
        color: inherit
    }

        .navbar li.navbar-item a:hover, .navbar li.navbar-item a:focus {
            color: #00548B
        }

    .navbar .navbar-collapse .navbar-nav {
        justify-content: center   
    }

    .navbar .navbar-collapse.show, .navbar .navbar-collapse.expanded {
        display: flex !important;
        justify-content: center;
        text-align: center
    }

.nav-container {
    justify-content: flex-end;
    display: flex
}

    .nav-container > * {
        display: inline-flex
    }

    .nav-container .btn, .nav-container #page-feedback .gform_wrapper fieldset.gfield .gchoice label, #page-feedback .gform_wrapper fieldset.gfield .gchoice .nav-container label, .nav-container input.submit, .nav-container .gform_button, .nav-container [type=submit], .nav-container .archive-links ul > li > a, .archive-links .nav-container ul > li > a, .nav-container .gform_wrapper .button, .gform_wrapper .nav-container .button, .nav-container .gform_wrapper input[type="submit"], .gform_wrapper .nav-container input[type="submit"], .nav-container .gform_page_footer .button, .gform_page_footer .nav-container .button {
        color: #212121
    }

        .nav-container .btn:hover, .nav-container #page-feedback .gform_wrapper fieldset.gfield .gchoice label:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice .nav-container label:hover, .nav-container input.submit:hover, .nav-container .gform_button:hover, .nav-container :hover[type=submit], .nav-container .archive-links ul > li > a:hover, .archive-links .nav-container ul > li > a:hover, .nav-container .gform_wrapper .button:hover, .gform_wrapper .nav-container .button:hover, .nav-container .gform_wrapper input:hover[type="submit"], .gform_wrapper .nav-container input:hover[type="submit"], .nav-container .gform_page_footer .button:hover, .gform_page_footer .nav-container .button:hover {
            color: #fff
        }

.menu-top-navigation-container ul.nav li.menu-item a.nav-link {
    display: inline-block;
    font-weight: 400;
    text-decoration: none
}

    .menu-top-navigation-container ul.nav li.menu-item a.nav-link:after {
        content: '';
        display: block;
        border-bottom: 2px solid #D60057;
        position: absolute;
        width: 0;
        left: 0;
        opacity: .4;
        transition: all .5s ease
    }

@media (min-width: 768px) {
    .menu-top-navigation-container ul.nav li.menu-item a.nav-link:after {
        left: .5rem
    }
}

.menu-top-navigation-container ul.nav li.menu-item a.nav-link:hover {
    transition: all .5s ease
}

    .menu-top-navigation-container ul.nav li.menu-item a.nav-link:hover:after {
        opacity: 1;
        width: calc(100% - 0rem)
    }

@media (min-width: 768px) {
    .menu-top-navigation-container ul.nav li.menu-item a.nav-link:hover:after {
        width: calc(100% - 1rem)
    }
}

.menu-top-navigation-container ul.nav li.menu-item.current-menu-item a.nav-link:after {
    opacity: 1;
    width: calc(100% - 0rem)
}

@media (min-width: 768px) {
    .menu-top-navigation-container ul.nav li.menu-item.current-menu-item a.nav-link:after {
        width: calc(100% - 1rem)
    }
}

.menu-button {
    position: fixed;
    top: 48px;
    right: 48px;
    z-index: 2020;
    border: 0px
}

@media (min-width: 992px) {
    .menu-button {
        display: none
    }
}

.menu-button span {
    display: block;
    height: 23px;
    width: 30px;
    position: relative
}

    .menu-button span:before, .menu-button span:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 0;
        border-top: 2px solid #212121;
        transition: all .4s
    }

    .menu-button span:before {
        top: 0
    }

    .menu-button span:after {
        bottom: 0
    }

.menu-button.close-menu span:before {
    transform: rotate(-45deg);
    transform-origin: right
}

.menu-button.close-menu span:after {
    transform: rotate(45deg);
    transform-origin: right
}

.menu-button.btn:focus, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.menu-button:focus, input.menu-button.submit:focus, .menu-button.gform_button:focus, .menu-button:focus[type=submit], .archive-links ul > li > a.menu-button:focus, .gform_wrapper .menu-button.button:focus, .gform_wrapper input.menu-button:focus[type="submit"], .gform_page_footer .menu-button.button:focus, .menu-button.btn:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.menu-button:hover, input.menu-button.submit:hover, .menu-button.gform_button:hover, .menu-button:hover[type=submit], .archive-links ul > li > a.menu-button:hover, .gform_wrapper .menu-button.button:hover, .gform_wrapper input.menu-button:hover[type="submit"], .gform_page_footer .menu-button.button:hover {
    background-color: transparent !important
}

@media (max-width: 991.98px) {
    .nav-container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto
    }

        .nav-container ul {
            flex-direction: column;
            text-align: center;
            margin: 0 auto
        }

            .nav-container ul li {
                margin-top: 1rem;
                margin-bottom: 1rem;
                display: inline-flex;
                text-align: center;
                justify-content: center
            }

        .nav-container button {
            margin: 1rem auto;
            margin-top: 1rem;
            margin-bottom: 1rem
        }
}

.btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice label, input.submit, .gform_button, [type=submit], .archive-links ul > li > a, .gform_wrapper .button, .gform_wrapper input[type="submit"], .gform_page_footer .button {
    display: inline-flex;
    justify-content: space-between;
    text-align: left;
    font-weight: 500;
    padding-bottom: .725rem !important;
    box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15);
    transition: all 0.1s ease-in
}

    .btn:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:hover, input.submit:hover, .gform_button:hover, :hover[type=submit], .archive-links ul > li > a:hover, .gform_wrapper .button:hover, .gform_wrapper input:hover[type="submit"], .gform_page_footer .button:hover {
        transform: translate(0px, 2px);
        box-shadow: 0 0.25rem 0.5rem rgba(33,33,33,0.375)
    }

    .btn.btn-next, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-next, input.btn-next.submit, .btn-next.gform_button, .btn-next[type=submit], .archive-links ul > li > a.btn-next, .gform_wrapper .btn-next.button, .gform_wrapper input.btn-next[type="submit"], .gform_page_footer .btn-next.button {
        padding-right: 10px;
        line-height: inherit
    }

        .btn.btn-next:after, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-next:after, input.btn-next.submit:after, .btn-next.gform_button:after, .btn-next[type=submit]:after, .archive-links ul > li > a.btn-next:after, .gform_wrapper .btn-next.button:after, .gform_wrapper input.btn-next[type="submit"]:after, .gform_page_footer .btn-next.button:after {
            margin-left: 0.5rem;
            display: inline-block;
            display: inline-flex;
            align-items: center;
            content: '';
            width: 24px;
            height: 24px;
            background-image: url(../images/large-right-arrow.png);
            background-position: 70%;
            background-repeat: no-repeat;
            background-size: contain
        }

    .btn.btn-prev, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-prev, input.btn-prev.submit, .btn-prev.gform_button, .btn-prev[type=submit], .archive-links ul > li > a.btn-prev, .gform_wrapper .btn-prev.button, .gform_wrapper input.btn-prev[type="submit"], .gform_page_footer .btn-prev.button {
        padding-left: 10px;
        line-height: inherit
    }

        .btn.btn-prev:before, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-prev:before, input.btn-prev.submit:before, .btn-prev.gform_button:before, .btn-prev[type=submit]:before, .archive-links ul > li > a.btn-prev:before, .gform_wrapper .btn-prev.button:before, .gform_wrapper input.btn-prev[type="submit"]:before, .gform_page_footer .btn-prev.button:before {
            margin-right: 0.5rem;
            display: inline-block;
            display: inline-flex;
            align-items: center;
            content: '';
            width: 24px;
            height: 24px;
            background-image: url(../images/large-left-arrow.png);
            background-position: 30%;
            background-repeat: no-repeat;
            background-size: contain
        }

        .btn.btn-prev:after, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-prev:after, input.btn-prev.submit:after, .btn-prev.gform_button:after, .btn-prev[type=submit]:after, .archive-links ul > li > a.btn-prev:after, .gform_wrapper .btn-prev.button:after, .gform_wrapper input.btn-prev[type="submit"]:after, .gform_page_footer .btn-prev.button:after {
            margin-left: 0;
            content: ''
        }

    .btn.btn-prev, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-prev, input.btn-prev.submit, .btn-prev.gform_button, .btn-prev[type=submit], .archive-links ul > li > a.btn-prev, .gform_wrapper .btn-prev.button, .gform_wrapper input.btn-prev[type="submit"], .gform_page_footer .btn-prev.button, .btn.btn-next, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-next, input.btn-next.submit, .btn-next.gform_button, .btn-next[type=submit], .archive-links ul > li > a.btn-next, .gform_wrapper .btn-next.button, .gform_wrapper input.btn-next[type="submit"], .gform_page_footer .btn-next.button {
        border-color: #000
    }

    .btn.btn-search, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-search, input.btn-search.submit, .btn-search.gform_button, .btn-search[type=submit], .archive-links ul > li > a.btn-search, .gform_wrapper .btn-search.button, .gform_wrapper input.btn-search[type="submit"], .gform_page_footer .btn-search.button {
        background-image: url(../images/icon-search.png) !important;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
        width: 45px;
        height: 45px
    }

    .btn.btn-reset:after, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-reset:after, input.btn-reset.submit:after, .btn-reset.gform_button:after, .btn-reset[type=submit]:after, .archive-links ul > li > a.btn-reset:after, .gform_wrapper .btn-reset.button:after, .gform_wrapper input.btn-reset[type="submit"]:after, .gform_page_footer .btn-reset.button:after {
        content: '\00D7';
        font-size: 1.6rem;
        margin-left: .2rem;
        line-height: 1rem;
        position: relative
    }

    .btn.btn-lg, .btn-group-lg > .btn, #page-feedback .gform_wrapper fieldset.gfield .gchoice .btn-group-lg > label, .btn-group-lg > input.submit, .btn-group-lg > .gform_button, .btn-group-lg > [type=submit], .archive-links ul > li.btn-group-lg > a, .gform_wrapper .btn-group-lg > .button, .gform_wrapper .btn-group-lg > input[type="submit"], .gform_page_footer .btn-group-lg > .button, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-lg, input.btn-lg.submit, .btn-lg.gform_button, .btn-lg[type=submit], .archive-links ul > li > a.btn-lg, .gform_wrapper .btn-lg.button, .gform_wrapper input.btn-lg[type="submit"], .gform_page_footer .btn-lg.button {
        padding-bottom: .933rem !important
    }

    .btn[target='_blank']:after, #page-feedback .gform_wrapper fieldset.gfield .gchoice label[target='_blank']:after, input.submit[target='_blank']:after, .gform_button[target='_blank']:after, [type=submit][target='_blank']:after, .archive-links ul > li > a[target='_blank']:after, .gform_wrapper .button[target='_blank']:after, .gform_wrapper input[type="submit"][target='_blank']:after, .gform_page_footer .button[target='_blank']:after, .btn.btn-external:after, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-external:after, input.btn-external.submit:after, .btn-external.gform_button:after, .btn-external[type=submit]:after, .archive-links ul > li > a.btn-external:after, .gform_wrapper .btn-external.button:after, .gform_wrapper input.btn-external[type="submit"]:after, .gform_page_footer .btn-external.button:after {
        content: "\f360";
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        margin-left: .5rem
    }

    .btn.btn-myraven:before, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-myraven:before, input.btn-myraven.submit:before, .btn-myraven.gform_button:before, .btn-myraven[type=submit]:before, .archive-links ul > li > a.btn-myraven:before, .gform_wrapper .btn-myraven.button:before, .gform_wrapper input.btn-myraven[type="submit"]:before, .gform_page_footer .btn-myraven.button:before {
        content: '';
        width: 30px;
        height: 18px;
        display: block;
        background-image: url(../images/raven_wings.png) !important;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: -6px
    }

    .btn > img, #page-feedback .gform_wrapper fieldset.gfield .gchoice label > img, input.submit > img, .gform_button > img, [type=submit] > img, .archive-links ul > li > a > img, .gform_wrapper .button > img, .gform_wrapper input[type="submit"] > img, .gform_page_footer .button > img {
        margin-right: .5rem;
        max-height: 1.25rem;
        line-height: 1rem
    }

    .btn.btn-white, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-white, input.btn-white.submit, .btn-white.gform_button, .btn-white[type=submit], .archive-links ul > li > a.btn-white, .gform_wrapper .btn-white.button, .gform_wrapper input.btn-white[type="submit"], .gform_page_footer .btn-white.button {
        background-color: #fff
    }

        .btn.btn-white:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-white:hover, input.btn-white.submit:hover, .btn-white.gform_button:hover, .btn-white:hover[type=submit], .archive-links ul > li > a.btn-white:hover, .gform_wrapper .btn-white.button:hover, .gform_wrapper input.btn-white:hover[type="submit"], .gform_page_footer .btn-white.button:hover {
            background-color: #DAF2F0
        }

    .btn.btn-outline-light, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-outline-light, input.btn-outline-light.submit, .btn-outline-light.gform_button, .btn-outline-light[type=submit], .archive-links ul > li > a.btn-outline-light, .gform_wrapper .btn-outline-light.button, .gform_wrapper input.btn-outline-light[type="submit"], .gform_page_footer .btn-outline-light.button {
        border-color: #008375;
        color: #008375;
        margin-left: 1rem
    }

button.btn, button.gform_button, button[type=submit], .gform_wrapper button.button, .gform_page_footer button.button {
    -webkit-appearance: none
}

    button.btn.btn-prev:before, button.btn-prev.gform_button:before, button.btn-prev[type=submit]:before, .gform_wrapper button.btn-prev.button:before, .gform_page_footer button.btn-prev.button:before {
        vertical-align: middle
    }

    button.btn.btn-next:after, button.btn-next.gform_button:after, button.btn-next[type=submit]:after, .gform_wrapper button.btn-next.button:after, .gform_page_footer button.btn-next.button:after {
        vertical-align: middle
    }

.btn.btn-primary, #page-feedback .gform_wrapper fieldset.gfield .gchoice label, input.submit, .gform_button, [type=submit], .archive-links ul > li > a.btn-primary, .archive-links ul > li > a.gform_button, .archive-links ul > li > a[type=submit], .gform_wrapper .btn-primary.button, .gform_wrapper input.button.submit, .gform_wrapper .button.gform_button, .gform_wrapper .button[type=submit], .gform_wrapper input.btn-primary[type="submit"], .gform_wrapper input.submit[type="submit"], .gform_wrapper input.gform_button[type="submit"], .gform_wrapper input[type="submit"][type=submit], .gform_page_footer .btn-primary.button, .gform_page_footer input.button.submit, .gform_page_footer .button.gform_button, .gform_page_footer .button[type=submit] {
    border-color: #008375 !important;
    background-color: #008375 !important;
    color: #fff !important
}

    .btn.btn-secondary, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-secondary, input.btn-secondary.submit, .btn-secondary.gform_button, .btn-secondary[type=submit], .archive-links ul > li > a.btn-secondary, .gform_wrapper .btn-secondary.button, .gform_wrapper input.btn-secondary[type="submit"], .gform_page_footer .btn-secondary.button {
        border-color: #D60057 !important;
        background-color: #D60057 !important;
        color: #fff !important
    }

    .btn.btn-primary:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice label:hover, input.submit:hover, .gform_button:hover, :hover[type=submit], .archive-links ul > li > a.btn-primary:hover, .gform_wrapper .btn-primary.button:hover, .gform_wrapper input.btn-primary:hover[type="submit"], .gform_wrapper input.gform_button:hover[type="submit"], .gform_wrapper input:hover[type="submit"][type=submit], .gform_page_footer .btn-primary.button:hover {
        background-color: #005047 !important;
        border-color: #005047 !important;
        text-decoration: none
    }

    .btn.btn-secondary:hover, #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-secondary:hover, input.btn-secondary.submit:hover, .btn-secondary.gform_button:hover, .btn-secondary:hover[type=submit], .archive-links ul > li > a.btn-secondary:hover, .gform_wrapper .btn-secondary.button:hover, .gform_wrapper input.btn-secondary:hover[type="submit"], .gform_page_footer .btn-secondary.button:hover {
        background-color: #a30042 !important;
        border-color: #a30042 !important;
        text-decoration: none
    }

.archive-links ul {
    display: flex;
    align-items: center;
    flex-direction: column
}

    .archive-links ul > li {
        display: flex
    }

.flexi-carousel-toggle[data-action='start']:after {
    background-position: 70%
}

ul.quicklinks {
    margin: 0;
    padding: 1rem .5rem 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

    ul.quicklinks li.quicklinks_item {
        list-style: none;
        padding: 0 .625rem 1rem;
        margin: 0
    }

        ul.quicklinks li.quicklinks_item a {
            padding: .5rem 1.125rem .575rem !important;
            font-weight: 500
        }

@media (min-width: 992px) {
    ul.quicklinks li.quicklinks_item a {
        padding: .625rem 1.25rem .725rem !important
    }
}

@media (min-width: 1200px) {
    ul.quicklinks li.quicklinks_item a {
        font-size: 1.125rem;
        padding-left: 1.675rem;
        padding-right: 1.75rem
    }

        ul.quicklinks li.quicklinks_item a img {
            margin-right: .75rem
        }
}

ul.quicklinks li.quicklinks_item a:after {
    content: '' !important;
    margin-left: 0
}

@media (min-width: 992px) {
    ul.quicklinks {
        justify-content: space-between;
        flex-wrap: nowrap
    }

        ul.quicklinks li.quicklinks_item {
            display: flex;
            align-self: center
        }

            ul.quicklinks li.quicklinks_item a {
                text-align: center
            }

                ul.quicklinks li.quicklinks_item a img {
                    display: flex;
                    align-self: center
                }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], .gform_wrapper [type='text'], .gform_wrapper [type='password'], .gform_wrapper [type='date'], .gform_wrapper [type='datetime'], .gform_wrapper [type='datetime-local'], .gform_wrapper [type='month'], .gform_wrapper [type='week'], .gform_wrapper [type='email'], .gform_wrapper [type='number'], .gform_wrapper [type='search'], .gform_wrapper [type='tel'], .gform_wrapper [type='time'], .gform_wrapper [type='url'], .gform_wrapper [type='color'] {
    max-width: 100%
}

    [type='text'].medium, [type='password'].medium, [type='date'].medium, [type='datetime'].medium, [type='datetime-local'].medium, [type='month'].medium, [type='week'].medium, [type='email'].medium, [type='number'].medium, [type='search'].medium, [type='tel'].medium, [type='time'].medium, [type='url'].medium, [type='color'].medium, .gform_wrapper [type='text'].medium, .gform_wrapper [type='password'].medium, .gform_wrapper [type='date'].medium, .gform_wrapper [type='datetime'].medium, .gform_wrapper [type='datetime-local'].medium, .gform_wrapper [type='month'].medium, .gform_wrapper [type='week'].medium, .gform_wrapper [type='email'].medium, .gform_wrapper [type='number'].medium, .gform_wrapper [type='search'].medium, .gform_wrapper [type='tel'].medium, .gform_wrapper [type='time'].medium, .gform_wrapper [type='url'].medium, .gform_wrapper [type='color'].medium {
        width: 300px
    }

    [type='text'].large, [type='password'].large, [type='date'].large, [type='datetime'].large, [type='datetime-local'].large, [type='month'].large, [type='week'].large, [type='email'].large, [type='number'].large, [type='search'].large, [type='tel'].large, [type='time'].large, [type='url'].large, [type='color'].large, .gform_wrapper [type='text'].large, .gform_wrapper [type='password'].large, .gform_wrapper [type='date'].large, .gform_wrapper [type='datetime'].large, .gform_wrapper [type='datetime-local'].large, .gform_wrapper [type='month'].large, .gform_wrapper [type='week'].large, .gform_wrapper [type='email'].large, .gform_wrapper [type='number'].large, .gform_wrapper [type='search'].large, .gform_wrapper [type='tel'].large, .gform_wrapper [type='time'].large, .gform_wrapper [type='url'].large, .gform_wrapper [type='color'].large {
        width: 600px
    }

select {
    width: 100%;
    max-width: 100%
}

textarea {
    border-bottom-right-radius: 5px
}

.gf_progressbar {
    margin-top: 1rem;
    margin-bottom: 1.25rem
}

.gform_wrapper {
    display: flex;
/*    margin-bottom: 16px;
    margin-top: 16px;*/
    max-width: 100%
}

    .gform_wrapper form {
        text-align: left;
        max-width: 100%;
        margin: 0 auto
    }

    .gform_wrapper .gform_heading {
        width: 100%;
        margin-bottom: 18px
    }

    .gform_wrapper .gform_body {
        width: 100%
    }

    .gform_wrapper ul.gform_fields {
        margin: 0 !important;
        list-style-type: none;
        display: block
    }

    .gform_wrapper ul li::after, .gform_wrapper ul li::before, .gform_wrapper ul.gform_fields {
        padding: 0;
        margin: 0;
        overflow: visible
    }

    .gform_wrapper form li, .gform_wrapper li {
        margin-left: 0 !important;
        list-style-type: none !important;
        list-style-image: none !important;
        list-style: none !important;
        overflow: visible
    }

.gfield.gfield_error {
    border-color: #CE0025
}

.gfield_description.validation_message {
    color: #CE0025
}

.gform_page_footer, .gform_footer {
    margin-top: 1.5rem
}

    .gform_page_footer > *, .gform_footer > * {
        margin-right: 1rem
    }

.gform_wrapper form {
    margin-bottom: 0
}

.gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #CE0025
}

.ginput_container_radio .gfield_radio input, .ginput_container_checkbox .gfield_checkbox input {
    position: absolute;
    right: 100%;
    z-index: -1;
    opacity: 0
}

.ginput_container_radio .gfield_radio label, .ginput_container_checkbox .gfield_checkbox label {
    padding-left: .75rem;
    position: relative
}

    .ginput_container_radio .gfield_radio label:before, .ginput_container_checkbox .gfield_checkbox label:before {
        position: absolute;
        top: 0.125rem;
        left: -1.25rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        pointer-events: none;
        content: "";
        background-color: #FFFFFF;
        border: #334d71 solid 2px
    }

    .ginput_container_radio .gfield_radio label:after, .ginput_container_checkbox .gfield_checkbox label:after {
        position: absolute;
        top: 0.125rem;
        left: -1.25rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        content: ""
    }

.ginput_container_radio .gfield_radio label {
    padding-left: .75rem;
    position: relative
}

    .ginput_container_radio .gfield_radio label:before {
        border-radius: 50%
    }

.ginput_container_radio .gfield_radio input:checked ~ label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='$colbody'/%3e%3c/svg%3e")
}

.ginput_container_checkbox .gfield_checkbox input:checked ~ label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='$colbody' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.ginput_container_date {
    width: 200px
}

    .ginput_container_date img.ui-datepicker-trigger {
        padding: 0.875rem 0.625rem
    }

.form_saved_message_emailform form {
    display: flex;
    flex-direction: row
}

    .form_saved_message_emailform form input {
        margin-right: 1rem
    }

.field-validation-error {
    background: #f8d7da;
    color: red;
    padding: 10px;
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    position: relative
}

    .field-validation-error:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        left: 5px;
        top: -10px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #f8d7da
    }

.validation-summary-errors {
    background: #f8d7da;
    color: red;
    padding: 5px;
    border-radius: 5px
}

    .validation-summary-errors ul {
        margin: 0;
        padding-left: 20px
    }

.table thead th, table thead th, table thead th {
    background-color: #e9e9e9;
    border-bottom-width: 3px
}

.accordion {
    width: 100%;
    transition: all .5s ease
}

    .accordion > .accordion_item {
        transition: all .5s ease
    }

        .accordion > .accordion_item > .accordion_title button {
            cursor: pointer;
            transition: all .5s ease;
            border: 0;
            position: relative;
            display: flex;
            width: 100%;
            text-align: left;
            align-items: center;
            background-color: transparent
        }

        .accordion > .accordion_item.expanded > .accordion_title button:after {
            content: ""
        }

        .accordion > .accordion_item.card {
            flex-grow: 1;
            margin-left: 0;
            margin-right: 0
        }

    .accordion.accordion-small .accordion_title {
        display: flex;
        flex-wrap: wrap
    }

        .accordion.accordion-small .accordion_title h4 {
            flex: 1 0 0;
            max-width: calc(100% - 1.25em)
        }

        .accordion.accordion-small .accordion_title button:before {
            content: "";
            display: inline-block;
            display: inline-flex;
            align-items: center;
            padding: 10px 11px;
            width: 50px;
            height: 50px;
            background-color: #970048;
            background-image: url(../images/large-right-arrow.png);
            background-position: 53% center;
            background-repeat: no-repeat;
            background-size: auto 24px;
            border-radius: 2rem;
            box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15);
            margin-right: 2.5rem;
            transition: all .5s ease
        }

        .accordion.accordion-small .accordion_title button:hover:before, .accordion.accordion-small .accordion_title button[aria-expanded=true]:before {
            transform: rotate(90deg)
        }

    .accordion.accordion-small .accordion_content {
        margin-left: calc(54px + 2.5rem)
    }

    .accordion .card-header {
        background: transparent
    }

    .accordion .card-body {
        border-top: 2px solid
    }

.card.outline-primary {
    border: 2px solid #008375;
    background: #fff
}

    .card.outline-primary .card-body {
        border-top-color: #008375
    }

.accordion > .card.outline-primary:first-of-type:last-of-type {
    border-radius: 3px;
    border-bottom: 2px solid #008375
}

.accordion > .card.outline-primary:last-of-type:not(:first-of-type) {
    border-bottom-width: 2px
}

.row_bgimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.cta {
    position: relative;
    min-height: 60vh
}

    .cta .scroll-down:after {
        content: url(../images/arrow-down.svg);
        display: block;
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
        text-align: center
    }

@media (min-width: 1200px) {
    .cta h2.display-2, .cta .lead > *:not(.scroll-down) {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cta .lead > *:not(.scroll-down) {
        margin-left: 25%
    }
}

.cta .background_image {
    position: absolute;
    top: -10vh;
    bottom: 10vh;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1
}

.block {
    display: flex;
    flex-wrap: wrap
}

    .block + .block {
        padding-top: 0 !important
    }

@media (min-width: 1200px) {
    .block .logos .logo_image {
        flex: 1 0 25%
    }
}

.block .card {
    flex: 1 0 0%
}

.block .tns-outer {
    flex: 1 0 100%;
    max-width: 100%
}

.wide {
    flex-grow: 2
}

@media (min-width: 992px) {
    .narrow {
        flex: 0 0 25%
    }
}

.wysiwyg {
    width: 100%
}

    .wysiwyg.rounded {
        padding: 1.375rem 1.5rem
    }

.flex-width-100 .wysiwyg > *:not(img) {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto
}

.numbered-list {
    padding-left: 15px;
    padding-right: 15px
}

    .numbered-list .list_item_number {
        flex-basis: 8%
    }

        .numbered-list .list_item_number span {
            border-radius: 5rem;
            padding: 1.125rem 1.125rem;
            width: 2.5em;
            height: 2.5em;
            margin-bottom: 1rem
        }

    .numbered-list .list_item_content.d-flex {
        flex-flow: inherit
    }

.badge {
    background-color: #008375
}

.badge-lg {
    font-size: 150%
}

.block .carousel-hero {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    padding-bottom: 56.25%
}

@media (min-width: 992px) {
    .block .carousel-hero {
        max-height: 100vh
    }
}

.block .tns-outer .carousel-hero {
    padding-bottom: 0;
    height: 100%
}

.helpful_links {
    margin: 0 1.5rem
}

    .helpful_links ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .helpful_links ul li {
            padding-bottom: .75rem
        }

    .helpful_links .card-header {
        padding-top: 1.25rem
    }

    .helpful_links ul.list-group li.list-group-item {
        padding-left: 0;
        padding-right: 0;
        border-top-width: 1px;
        border-bottom-width: 1px
    }

    .helpful_links.card.border-top.border-primary {
        border-color: #414241 !important
    }

.bg-col1 {
    background-color: #008375
}

    .bg-col1 .tns-controls .btn.btn-prev, .bg-col1 .tns-controls #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-prev, #page-feedback .gform_wrapper fieldset.gfield .gchoice .bg-col1 .tns-controls label.btn-prev, .bg-col1 .tns-controls input.btn-prev.submit, .bg-col1 .tns-controls .btn-prev.gform_button, .bg-col1 .tns-controls .btn-prev[type=submit], .bg-col1 .tns-controls .archive-links ul > li > a.btn-prev, .archive-links .bg-col1 .tns-controls ul > li > a.btn-prev, .bg-col1 .tns-controls .gform_wrapper .btn-prev.button, .gform_wrapper .bg-col1 .tns-controls .btn-prev.button, .bg-col1 .tns-controls .gform_wrapper input.btn-prev[type="submit"], .gform_wrapper .bg-col1 .tns-controls input.btn-prev[type="submit"], .bg-col1 .tns-controls .gform_page_footer .btn-prev.button, .gform_page_footer .bg-col1 .tns-controls .btn-prev.button, .bg-col1 .tns-controls .btn.btn-next, .bg-col1 .tns-controls #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-next, #page-feedback .gform_wrapper fieldset.gfield .gchoice .bg-col1 .tns-controls label.btn-next, .bg-col1 .tns-controls input.btn-next.submit, .bg-col1 .tns-controls .btn-next.gform_button, .bg-col1 .tns-controls .btn-next[type=submit], .bg-col1 .tns-controls .archive-links ul > li > a.btn-next, .archive-links .bg-col1 .tns-controls ul > li > a.btn-next, .bg-col1 .tns-controls .gform_wrapper .btn-next.button, .gform_wrapper .bg-col1 .tns-controls .btn-next.button, .bg-col1 .tns-controls .gform_wrapper input.btn-next[type="submit"], .gform_wrapper .bg-col1 .tns-controls input.btn-next[type="submit"], .bg-col1 .tns-controls .gform_page_footer .btn-next.button, .gform_page_footer .bg-col1 .tns-controls .btn-next.button {
        background-color: #fff
    }

    .bg-col1 .accordion .card.outline-primary, .bg-col1 .accordion .card.outline-primary .card-body {
        border-color: inherit
    }

.bg-col2 {
    background-color: #D60057
}

    .bg-col2 .tns-controls .btn.btn-prev, .bg-col2 .tns-controls #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-prev, #page-feedback .gform_wrapper fieldset.gfield .gchoice .bg-col2 .tns-controls label.btn-prev, .bg-col2 .tns-controls input.btn-prev.submit, .bg-col2 .tns-controls .btn-prev.gform_button, .bg-col2 .tns-controls .btn-prev[type=submit], .bg-col2 .tns-controls .archive-links ul > li > a.btn-prev, .archive-links .bg-col2 .tns-controls ul > li > a.btn-prev, .bg-col2 .tns-controls .gform_wrapper .btn-prev.button, .gform_wrapper .bg-col2 .tns-controls .btn-prev.button, .bg-col2 .tns-controls .gform_wrapper input.btn-prev[type="submit"], .gform_wrapper .bg-col2 .tns-controls input.btn-prev[type="submit"], .bg-col2 .tns-controls .gform_page_footer .btn-prev.button, .gform_page_footer .bg-col2 .tns-controls .btn-prev.button, .bg-col2 .tns-controls .btn.btn-next, .bg-col2 .tns-controls #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-next, #page-feedback .gform_wrapper fieldset.gfield .gchoice .bg-col2 .tns-controls label.btn-next, .bg-col2 .tns-controls input.btn-next.submit, .bg-col2 .tns-controls .btn-next.gform_button, .bg-col2 .tns-controls .btn-next[type=submit], .bg-col2 .tns-controls .archive-links ul > li > a.btn-next, .archive-links .bg-col2 .tns-controls ul > li > a.btn-next, .bg-col2 .tns-controls .gform_wrapper .btn-next.button, .gform_wrapper .bg-col2 .tns-controls .btn-next.button, .bg-col2 .tns-controls .gform_wrapper input.btn-next[type="submit"], .gform_wrapper .bg-col2 .tns-controls input.btn-next[type="submit"], .bg-col2 .tns-controls .gform_page_footer .btn-next.button, .gform_page_footer .bg-col2 .tns-controls .btn-next.button {
        background-color: #fff
    }

    .bg-col2 .accordion .card.outline-primary, .bg-col2 .accordion .card.outline-primary .card-body {
        border-color: inherit
    }

.bg-col3 {
    background-color: #414241
}

    .bg-col3 .tns-controls .btn.btn-prev, .bg-col3 .tns-controls #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-prev, #page-feedback .gform_wrapper fieldset.gfield .gchoice .bg-col3 .tns-controls label.btn-prev, .bg-col3 .tns-controls input.btn-prev.submit, .bg-col3 .tns-controls .btn-prev.gform_button, .bg-col3 .tns-controls .btn-prev[type=submit], .bg-col3 .tns-controls .archive-links ul > li > a.btn-prev, .archive-links .bg-col3 .tns-controls ul > li > a.btn-prev, .bg-col3 .tns-controls .gform_wrapper .btn-prev.button, .gform_wrapper .bg-col3 .tns-controls .btn-prev.button, .bg-col3 .tns-controls .gform_wrapper input.btn-prev[type="submit"], .gform_wrapper .bg-col3 .tns-controls input.btn-prev[type="submit"], .bg-col3 .tns-controls .gform_page_footer .btn-prev.button, .gform_page_footer .bg-col3 .tns-controls .btn-prev.button, .bg-col3 .tns-controls .btn.btn-next, .bg-col3 .tns-controls #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-next, #page-feedback .gform_wrapper fieldset.gfield .gchoice .bg-col3 .tns-controls label.btn-next, .bg-col3 .tns-controls input.btn-next.submit, .bg-col3 .tns-controls .btn-next.gform_button, .bg-col3 .tns-controls .btn-next[type=submit], .bg-col3 .tns-controls .archive-links ul > li > a.btn-next, .archive-links .bg-col3 .tns-controls ul > li > a.btn-next, .bg-col3 .tns-controls .gform_wrapper .btn-next.button, .gform_wrapper .bg-col3 .tns-controls .btn-next.button, .bg-col3 .tns-controls .gform_wrapper input.btn-next[type="submit"], .gform_wrapper .bg-col3 .tns-controls input.btn-next[type="submit"], .bg-col3 .tns-controls .gform_page_footer .btn-next.button, .gform_page_footer .bg-col3 .tns-controls .btn-next.button {
        background-color: #fff
    }

    .bg-col3 .accordion .card.outline-primary, .bg-col3 .accordion .card.outline-primary .card-body {
        border-color: inherit
    }

.bg-col4 {
    background-color: var(--col4)
}

    .bg-col4 .tns-controls .btn.btn-prev, .bg-col4 .tns-controls #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-prev, #page-feedback .gform_wrapper fieldset.gfield .gchoice .bg-col4 .tns-controls label.btn-prev, .bg-col4 .tns-controls input.btn-prev.submit, .bg-col4 .tns-controls .btn-prev.gform_button, .bg-col4 .tns-controls .btn-prev[type=submit], .bg-col4 .tns-controls .archive-links ul > li > a.btn-prev, .archive-links .bg-col4 .tns-controls ul > li > a.btn-prev, .bg-col4 .tns-controls .gform_wrapper .btn-prev.button, .gform_wrapper .bg-col4 .tns-controls .btn-prev.button, .bg-col4 .tns-controls .gform_wrapper input.btn-prev[type="submit"], .gform_wrapper .bg-col4 .tns-controls input.btn-prev[type="submit"], .bg-col4 .tns-controls .gform_page_footer .btn-prev.button, .gform_page_footer .bg-col4 .tns-controls .btn-prev.button, .bg-col4 .tns-controls .btn.btn-next, .bg-col4 .tns-controls #page-feedback .gform_wrapper fieldset.gfield .gchoice label.btn-next, #page-feedback .gform_wrapper fieldset.gfield .gchoice .bg-col4 .tns-controls label.btn-next, .bg-col4 .tns-controls input.btn-next.submit, .bg-col4 .tns-controls .btn-next.gform_button, .bg-col4 .tns-controls .btn-next[type=submit], .bg-col4 .tns-controls .archive-links ul > li > a.btn-next, .archive-links .bg-col4 .tns-controls ul > li > a.btn-next, .bg-col4 .tns-controls .gform_wrapper .btn-next.button, .gform_wrapper .bg-col4 .tns-controls .btn-next.button, .bg-col4 .tns-controls .gform_wrapper input.btn-next[type="submit"], .gform_wrapper .bg-col4 .tns-controls input.btn-next[type="submit"], .bg-col4 .tns-controls .gform_page_footer .btn-next.button, .gform_page_footer .bg-col4 .tns-controls .btn-next.button {
        background-color: #fff
    }

    .bg-col4 .accordion .card.outline-primary, .bg-col4 .accordion .card.outline-primary .card-body {
        border-color: inherit
    }

.bg-info .card.bg-info {
    background-color: #fff !important
}

.flexi-carousel-wrapper {
    width: 100%
}

.flex-width-25 {
    flex-grow: 1
}

@media (min-width: 768px) {
    .flex-width-25 {
        flex-grow: 0;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .flex-width-25 {
        flex-basis: 25%;
        max-width: 25%
    }
}

.flex-width-33 {
    flex-grow: 1
}

@media (min-width: 768px) {
    .flex-width-33 {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .flex-width-33 {
        flex-grow: 0;
        flex-basis: 33%;
        max-width: 33%
    }
}

.flex-width-40 {
    flex-grow: 1
}

@media (min-width: 768px) {
    .flex-width-40 {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .flex-width-40 {
        flex-grow: 0;
        flex-basis: 40%;
        max-width: 40%
    }
}

.flex-width-50 {
    flex-grow: 1
}

@media (min-width: 768px) {
    .flex-width-50 {
        flex-grow: 0;
        flex-basis: 50%;
        max-width: 50%
    }
}

.flex-width-60 {
    flex-grow: 1
}

@media (min-width: 768px) {
    .flex-width-60 {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .flex-width-60 {
        flex-grow: 0;
        flex-basis: 60%;
        max-width: 60%
    }
}

.flex-width-66 {
    flex-grow: 1
}

@media (min-width: 992px) {
    .flex-width-66 {
        flex-grow: 0;
        flex-basis: 66%;
        max-width: 66%
    }
}

.flex-width-75 {
    flex-grow: 1
}

@media (min-width: 992px) {
    .flex-width-75 {
        flex-grow: 0;
        flex-basis: 75%;
        max-width: 75%
    }
}

.flex-width-100 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%
}

.bg-teal {
    background-color: #008375;
    color: #fff
}

.bg-light-teal {
    background-color: #BAE8E3;
    color: #212121
}

.bg-pale-teal {
    background-color: #DAF2F0;
    color: #212121
}

.bg-paper {
    background-color: #F3FAF9
}

.bg-mint {
    background-color: #00C6B1;
    color: #fff
}

.bg-blue {
    background-color: #00548B;
    color: #fff
}

.bg-lime {
    background-color: #C4D600;
    color: #212121
}

.bg-yellow {
    background-color: #EDAA00;
    color: #212121
}

.bg-pink {
    background-color: #D60057;
    color: #fff
}

.bg-dark-pink {
    background-color: #970048;
    color: #fff
}

.pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none
}

    .pagination ul.page-numbers li {
        margin-right: .5rem;
        display: inline-flex
    }

        .pagination ul.page-numbers li a.page-numbers {
            min-width: 40px;
            background-color: #008375;
            color: #fff;
            border: 2px solid #008375;
            border-radius: 2rem;
            padding: 0.625rem 1.625rem;
            text-align: center;
            vertical-align: middle;
            user-select: none;
            line-height: 1.5;
            font-weight: 600;
            text-decoration: none;
            transition: 220ms all ease-in-out;
            margin-bottom: .625rem
        }

            .pagination ul.page-numbers li a.page-numbers.prev {
                color: black;
                background-color: #BAE8E3;
                border: #BAE8E3 2px solid
            }

                .pagination ul.page-numbers li a.page-numbers.prev:before {
                    display: inline-block;
                    vertical-align: middle;
                    content: '';
                    width: 24px;
                    height: 24px;
                    background-image: url(../images/large-left-arrow.png);
                    filter: invert(100%);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: contain;
                    margin-right: .625rem
                }

                .pagination ul.page-numbers li a.page-numbers.prev:hover:before {
                    transition: 220ms all ease-in-out;
                    filter: none
                }

            .pagination ul.page-numbers li a.page-numbers.next:after {
                display: inline-block;
                vertical-align: middle;
                content: '';
                width: 24px;
                height: 24px;
                background-image: url(../images/large-right-arrow.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                margin-left: .625rem
            }

            .pagination ul.page-numbers li a.page-numbers:hover {
                background: #005047;
                color: #fff;
                text-decoration: none
            }

        .pagination ul.page-numbers li .page-numbers.current {
            min-width: 40px;
            display: inline-block;
            background-color: #fff;
            border-color: #008375;
            border-width: 2px;
            border-style: solid;
            color: #000;
            border-radius: 2rem;
            padding: 0.625rem 1.625rem;
            text-align: center;
            vertical-align: middle;
            user-select: none
        }

.cookie-banner, .cookie-wrapper {
    padding: 1.25rem;
    position: fixed;
    z-index: 999;
    bottom: 25px;
    left: 25px;
    background-color: #FFFFFF;
    border: 3px solid inherit;
    color: #000;
    text-align: left;
    max-width: 500px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15);
    border-radius: 1rem
}

    .cookie-banner .col, .cookie-wrapper .col {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cookie-banner .cb-inner-wrapper p:first-child, .cookie-wrapper .cb-inner-wrapper p:first-child {
        width: auto;
        float: left;
        margin-top: 1.5rem
    }

    .cookie-banner .cb-inner-wrapper > .current-status, .cookie-wrapper .cb-inner-wrapper > .current-status {
        margin-left: 0
    }

.flexi-carousel-toggle {
    margin: -1.5rem 0 1.25rem;
    z-index: 1000;
    position: relative;
    padding: 10px 11px
}

    .flexi-carousel-toggle:after {
        content: '';
        display: inline-block;
        height: 24px;
        width: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .flexi-carousel-toggle[data-action='start']:after {
        background-image: url(../images/large-play.png)
    }

    .flexi-carousel-toggle[data-action='stop']:after {
        background-image: url(../images/large-pause.png)
    }

.carousel-wrapper {
    text-align: center;
    position: relative;
    width: 100%
}

    .carousel-wrapper .tns-outer {
        border-radius: 2rem;
        box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15);
        overflow: hidden
    }

@media (min-width: 992px) {
    .carousel-wrapper .tns-outer .carousel_item .col-lg-6 .image-wrapper.ratio-3-2 {
        padding-bottom: 0;
        height: 100%
    }
}

.tns-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.25rem;
    display: flex;
    justify-content: center
}

    .tns-controls .btn-prev {
        padding: 10px 11px;
        margin-right: 2.5rem
    }

        .tns-controls .btn-prev:before {
            margin-right: 0
        }

    .tns-controls .btn-next {
        padding: 10px 11px;
        margin-left: 2.5rem
    }

        .tns-controls .btn-next:after {
            margin-left: 0
        }

.tns-controls-news-homepage {
    position: relative
}

.tns-slider .card {
    height: 100%
}

.tns-inner .hp_carousel {
    background-color: #fff
}

ul.hp_nav {
    padding: 0
}

    ul.hp_nav li.hp_nav_item {
        margin: 0;
        list-style: none
    }

        ul.hp_nav li.hp_nav_item a.hp_nav_link {
            justify-content: space-between;
            background-color: #BAE8E3;
            height: 100%
        }

            ul.hp_nav li.hp_nav_item a.hp_nav_link img {
                max-height: 100px
            }

@media (min-width: 992px) {
    ul.hp_nav li.hp_nav_item a.hp_nav_link img {
        max-height: 100px
    }
}

ul.hp_nav li.hp_nav_item a.hp_nav_link .display-3 {
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    ul.hp_nav li.hp_nav_item a.hp_nav_link .display-3 {
        font-size: calc(1rem + 1.14vw);
        margin-top: 1rem
    }

    ul.hp_nav li.hp_nav_item a.hp_nav_link .card-header {
        padding-left: 1rem;
        padding-right: 1rem
    }

    ul.hp_nav li.hp_nav_item a.hp_nav_link .card-footer {
        padding: 1rem
    }

        ul.hp_nav li.hp_nav_item a.hp_nav_link .card-footer .lead {
            font-size: 1rem
        }
}

ul.hp_nav li.hp_nav_item a.hp_nav_link .lead {
    line-height: 1.35
}

.hp_carousel {
    border-radius: 2rem;
    box-shadow: 0 0.75rem 2rem rgba(33,33,33,0.15)
}

    .hp_carousel .hero-content {
        background-color: #fff;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem
    }

@media (min-width: 992px) {
    .hp_carousel .hero-content {
        border-top-left-radius: 2rem;
        border-bottom-right-radius: 0
    }
}

.hp_carousel .image-wrapper {
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem
}

@media (min-width: 992px) {
    .hp_carousel .image-wrapper {
        border-top-left-radius: 0;
        border-bottom-right-radius: 2rem
    }
}

.homepage-hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 56.25vw
}

.hero-layer {
    background-color: rgba(0,0,0,0.4);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hero-content {
    z-index: 20;
    align-content: center;
    text-align: left
}

.hero-features {
    display: flex;
    margin-top: auto;
    flex-direction: column;
    justify-content: center;
    z-index: 20
}

p.hero-content_text {
    font-size: 120%
}

.hero-feature-box {
    z-index: 19;
    background-color: #F3FAF9;
    box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15);
    padding-bottom: 2em
}

.nav--child-pages a.card {
    height: calc(100% - 3.75rem)
}

.alignnone {
    margin: 5px 20px 20px 0
}

@media (min-width: 768px) {
    .aligncenter, div.aligncenter {
        display: block;
        margin: 5px auto 5px auto
    }

    .alignright {
        float: right;
        margin: 5px 0 20px 20px
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px
    }

    a img.alignnone {
        margin: 5px 20px 20px 0
    }

    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    img.alignright {
        max-width: 100%;
        height: auto
    }

    img.alignnone {
        max-width: 100%;
        height: auto
    }

    img.alignleft {
        max-width: 100%;
        height: auto
    }

    img.aligncenter {
        max-width: 100%;
        height: auto
    }
}

.wp-caption {
    max-width: 100%
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        font-size: .6875rem;
        line-height: 1.0625rem;
        margin: 0;
        margin-top: 10px;
        padding: 0 4px 5px
    }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: .875rem;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

@media (min-width: 768px) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.widget {
    margin: 0 0 1.5em
}

    .widget select {
        max-width: 100%
    }

.widget_search .search-submit {
    display: none
}

.sticky {
    display: block
}

.byline, .updated:not(.published) {
    display: none
}

.single .byline, .group-blog .byline {
    display: inline
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0 auto
    }

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fontawesome//fa-solid-900.eot");
    src: url("../fonts/fontawesome//fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome//fa-solid-900.woff2") format("woff2"),url("../fonts/fontawesome//fa-solid-900.woff") format("woff"),url("../fonts/fontawesome//fa-solid-900.ttf") format("truetype"),url("../fonts/fontawesome//fa-solid-900.svg#fontawesome") format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fontawesome//fa-regular-400.eot");
    src: url("../fonts/fontawesome//fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome//fa-regular-400.woff2") format("woff2"),url("../fonts/fontawesome//fa-regular-400.woff") format("woff"),url("../fonts/fontawesome//fa-regular-400.ttf") format("truetype"),url("../fonts/fontawesome//fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/fontawesome//fa-brands-400.eot");
    src: url("../fonts/fontawesome//fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome//fa-brands-400.woff2") format("woff2"),url("../fonts/fontawesome//fa-brands-400.woff") format("woff"),url("../fonts/fontawesome//fa-brands-400.ttf") format("truetype"),url("../fonts/fontawesome//fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}


/* Top navigation*/
.menu-item-has-children {
    display: flex;
    flex-direction: column
}

    .menu-item-has-children > a:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        content: '\f078';
        color: #EDAA00;
        margin-left: 1rem;
        line-height: inherit !important;
        transform: translate(-5px, 0%) rotate(0deg);
        transform-origin: center;
        transition: all 0.2s
    }

    .menu-item-has-children:hover > a:after, .menu-item-has-children:focus > a:after, .menu-item-has-children:focus-within > a:after {
        transform: translate(-5px, 0%) rotate(180deg)
    }

    .menu-item-has-children .sub-menu {
        max-height: 0;
        overflow-y: hidden;
        display: inline-flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        transform: translate(0px, 2px);
        transition: all .2s 0.8s
    }

        .menu-item-has-children .sub-menu .sub-menu {
            position: relative
        }

@media (min-width: 992px) {
    .menu-item-has-children .sub-menu {
        position: absolute;
        z-index: 20;
        visibility: hidden
    }
}

.menu-item-has-children .sub-menu > li.menu-item {
    list-style: none;
    padding-left: 0
}

    .menu-item-has-children .sub-menu > li.menu-item a.nav-link {
        padding: .625rem 1.25rem .725rem !important
    }

        .menu-item-has-children .sub-menu > li.menu-item a.nav-link:before {
            left: 0.75rem;
            bottom: 1rem
        }

    .menu-item-has-children .sub-menu > li.menu-item > .sub-menu.active {
        transition: max-height 0.2s;
        max-height: 100vh;
        overflow-y: visible
    }

@media (min-width: 992px) {
    .menu-item-has-children .sub-menu > li.menu-item:hover, .menu-item-has-children .sub-menu > li.menu-item:focus, .menu-item-has-children .sub-menu > li.menu-item:focus-within {
        background-color: #DAF2F0
    }

        .menu-item-has-children .sub-menu > li.menu-item:hover > .sub-menu, .menu-item-has-children .sub-menu > li.menu-item:focus > .sub-menu, .menu-item-has-children .sub-menu > li.menu-item:focus-within > .sub-menu {
            max-height: 100vh;
            visibility: visible;
            transition-delay: 0s;
            padding: .75rem 0
        }

        .menu-item-has-children .sub-menu > li.menu-item:hover > a, .menu-item-has-children .sub-menu > li.menu-item:focus > a, .menu-item-has-children .sub-menu > li.menu-item:focus-within > a {
            background-color: #DAF2F0
        }

    .menu-item-has-children .sub-menu > li.menu-item .sub-menu li.menu-item:hover > a, .menu-item-has-children .sub-menu > li.menu-item .sub-menu li.menu-item:focus > a, .menu-item-has-children .sub-menu > li.menu-item .sub-menu li.menu-item:focus-within > a {
        background-color: #BAE8E3
    }
}

.menu-item-has-children .sub-menu .sub-menu {
    transition: all 0.2s 0.8s;
    background-color: #DAF2F0
}

    .menu-item-has-children .sub-menu .sub-menu .sub-menu {
        transition: all 0.2s 0.8s
    }

@media (min-width: 992px) {
    .menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus > .sub-menu, .menu-item-has-children:focus-within > .sub-menu {
        max-height: 100vh;
        overflow-y: visible;
        visibility: visible;
        transition-delay: 0s;
        padding-top: .75rem;
        padding-bottom: .75rem
    }

        .menu-item-has-children:hover > .sub-menu .sub-menu, .menu-item-has-children:focus > .sub-menu .sub-menu, .menu-item-has-children:focus-within > .sub-menu .sub-menu {
            background-color: #DAF2F0
        }

            .menu-item-has-children:hover > .sub-menu .sub-menu > li.menu-item:hover > a, .menu-item-has-children:hover > .sub-menu .sub-menu > li.menu-item:focus > a, .menu-item-has-children:hover > .sub-menu .sub-menu > li.menu-item:focus-within > a, .menu-item-has-children:focus > .sub-menu .sub-menu > li.menu-item:hover > a, .menu-item-has-children:focus > .sub-menu .sub-menu > li.menu-item:focus > a, .menu-item-has-children:focus > .sub-menu .sub-menu > li.menu-item:focus-within > a, .menu-item-has-children:focus-within > .sub-menu .sub-menu > li.menu-item:hover > a, .menu-item-has-children:focus-within > .sub-menu .sub-menu > li.menu-item:focus > a, .menu-item-has-children:focus-within > .sub-menu .sub-menu > li.menu-item:focus-within > a {
                background-color: #BAE8E3
            }

            .menu-item-has-children:hover > .sub-menu .sub-menu .sub-menu > li.menu-item:hover > a, .menu-item-has-children:hover > .sub-menu .sub-menu .sub-menu > li.menu-item:focus > a, .menu-item-has-children:hover > .sub-menu .sub-menu .sub-menu > li.menu-item:focus-within > a, .menu-item-has-children:focus > .sub-menu .sub-menu .sub-menu > li.menu-item:hover > a, .menu-item-has-children:focus > .sub-menu .sub-menu .sub-menu > li.menu-item:focus > a, .menu-item-has-children:focus > .sub-menu .sub-menu .sub-menu > li.menu-item:focus-within > a, .menu-item-has-children:focus-within > .sub-menu .sub-menu .sub-menu > li.menu-item:hover > a, .menu-item-has-children:focus-within > .sub-menu .sub-menu .sub-menu > li.menu-item:focus > a, .menu-item-has-children:focus-within > .sub-menu .sub-menu .sub-menu > li.menu-item:focus-within > a {
                background-color: #BAE8E3
            }
}

.menu-item-has-children > .sub-menu.active {
    transition: max-height 0.2s;
    max-height: 100vh;
    overflow-y: visible;
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media (min-width: 992px) {
    #menu-main-menu > .menu-item-has-children > .sub-menu {
        background-color: #F3FAF9;
        border-radius: 1rem;
        box-shadow: 0 0.375rem 1rem rgba(33,33,33,0.15);
        top: 100%
    }
}

@media (max-width: 991.98px) {
    .menu-main-menu-container {
        width: 100%
    }

    li.menu-item {
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        flex-direction: row
    }

        li.menu-item a.nav-link {
            flex: 0 1 auto
        }

            li.menu-item a.nav-link:after {
                content: '';
                margin: 0
            }

        li.menu-item .toggle-link {
            flex: 0 1 auto;
            padding: 0.75rem;
            margin: 0 0 0 .5rem
        }

            li.menu-item .toggle-link:after {
                content: '\f078';
                color: #EDAA00;
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: inherit !important;
                transform: translate(-5px, 0%) rotate(0deg);
                transform-origin: center;
                transition: all .2s
            }

            li.menu-item .toggle-link.active:after {
                transform: translate(-5px, 0%) rotate(180deg)
            }

        li.menu-item ul.sub-menu {
            flex: 1 0 100%
        }

            li.menu-item ul.sub-menu.active {
                padding: 0;
                background: #F3FAF9
            }

                li.menu-item ul.sub-menu.active ul.sub-menu {
                    background: #DAF2F0
                }
}

#navbarSupportedContent.show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    background-color: rgba(255,255,255,0.95);
    overflow-y: auto;
    padding: 2.5rem 0;
}

    #navbarSupportedContent.show #navbar {
        flex-direction: column
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}


/* Top navigation*/

.columns-one, .columns-two {
    min-height: 324.5px;
}

.columns-two {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*separated button group*/
.personal-info-main + .horizontal-btn-group {
    margin-top: 0 !important;
}

.horizontal-btn-group {
    float: right;
    margin-top: 15px;
}

    .horizontal-btn-group > btn {
        margin-bottom: 10px;
    }

    .horizontal-btn-group span > .dropdown-menu
    {
        right:0;
        left:auto
    }
    /*separated flex button group*/
    .personal-info-main + .flex-horizontal-btn-group {
        margin-top: 0 !important;
    }

.flex-horizontal-btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}
    .flex-horizontal-btn-group > btn {
        margin-bottom: 10px;
    }


/*FORMS*/
.gfield {
    margin-bottom: 30px;
}

.gform_body {
    padding: 20px 0;
}
/*FORMS*/

/*expandable*/
.personal-info-main:not(:last-child) {
    margin-bottom: 30px;
}

.personal-info-main {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.09);
    text-align: left;
    /*padding-bottom: 35px;*/
    /*padding: 0;*/
}

    .personal-info-main:not(.fxd) > h3:not(.open-inputs) + div {
        display: none;
    }

    .personal-info-main > h3, .personal-info-main > div {
        padding: 20px;
    }

    .personal-info-main > h3 {
        margin-bottom: 0px;
        font-size: 22px;
        color: #008375;
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }


    .personal-info-main:not(.fxd) > h3:after {
        font-family: "Font Awesome 5 Free";
        content: "\f067";
        position: absolute;
        right: 20px;
    }

    .personal-info-main:not(.fxd) > h3.open-inputs:after {
        content: "\f068";
    }


/*expandable*/
/*TABS*/
.fade.in {
    opacity: 1;
}
/*TABS*/



.row-data {
    flex-grow: .7;
    padding-right: 20px;
    box-sizing: border-box;
}




.row-buttons .btn {
    margin-bottom: 5px;
    justify-content: center;
}

@media (min-width: 200px) {
    .row-buttons {
        flex-grow: .3;
        border-top: 1px solid #e1e1e1;
        padding-top: 8px;
    }

    .flx-RepairList {
        display: flex;
        flex-direction: column;
    }

    .upload-file {
        gap: 12px;
    }

        .upload-file > label {
            flex: 0 0 100%;
            max-width: 100%;
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
        }


        .upload-file > div {
            flex: 0 0 100%;
            max-width: 100%;
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
        }
}

@media(min-width: 375px) {
    .fieldset_display {
        display: flex !important;
        flex-direction: column;
    }

    .paymentbtns_display {
        display: flex;
        text-align: center;
        gap: 10px;
    }

        .paymentbtns_display a,
        .paymentbtns_display button {
            text-align: center;
        }

    .footer-linkscontainer {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer-linkslist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    ul.nav-tabs {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .header-links-width {
        width: 100%
    }
}

@media(min-width: 433px) {
    .fieldset_display {
        display: flex !important;
        flex-direction: row;
    }
}

@media(min-width:493px) {

    .paymentbtns_display {
        display: flex;
        text-align: unset;
        gap: 10px;
        justify-content: flex-end;
    }
}

@media (min-width: 576px) {

    .upload-file {
        flex-direction: column;
        gap: 12px;
    }

        .upload-file > label {
            flex: 0 0 100%;
            max-width: 100%;
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
        }


        .upload-file > div {
            flex: 0 0 100%;
            max-width: 100%;
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
        }
}

@media (min-width: 768px) {

    ul.nav-tabs {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) {
    .row-buttons {
        flex-grow: .3;
        border-left: 1px solid #e1e1e1;
        border-top: 0;
        padding: 0px 20px;
    }

    .flx-RepairList {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width : 992px) {
    .sociallinks {
        justify-content: center;
        width: 100%;
        display: flex;
    }
}

@media (min-width : 1299px) {
    .sociallinks {
        width: unset;
    }

    .footer-linkscontainer {
        width: unset;
    }

    .footer-linkslist {
        display: unset;
    }
}

@media(min-width:1341px) {

    .header-links-width {
        width: auto;
    }
}

@media (min-width: 1380px) {

    .upload-file {
        flex-direction: row;
        gap: 0;
    }

        .upload-file > label {
            flex: 0 0 75%;
            max-width: 75%;
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
        }


        .upload-file > div {
            flex: 0 0 25%;
            max-width: 25%;
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
        }
}


.admin-header-links {
    text-align: center;
    background-color: black;
    color: #bebebe;
}

    .admin-header-links a {
        color: white;
        text-decoration: underline !important;
    }

.row-title {
    font-size: 2.0rem;
}

.gfield_label {
    /*font-weight: 700;*/
}

.topic-information {
    margin-bottom: 20px;
    border-left: 4px solid #d60057;
    background-color: #eeeeee;
    margin-left: 10px;
    padding: 10px;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    ul.hp_nav li.hp_nav_item a.hp_nav_link .card-header h2 {
        font-size: calc(0.982rem + 1.584vw);
    }
}

.header-main > .container {
    padding: 0px;
}

.flex-valign-center {
    height: 100%;
    align-self: center;
}

#UpdateInfoForm .validation-summary-valid ul {
    margin: 0;
}

main ul:not(.menu):not(.quicklinks):not(.helpful_links_list):not(.hp_nav):not(.list-unstyled):not(.archive-links-list):not(.pagelinks_list):not(.page-numbers) {
    padding-inline-start: 3rem
}

    main ul:not(.menu):not(.quicklinks):not(.helpful_links_list):not(.hp_nav):not(.list-unstyled):not(.archive-links-list):not(.pagelinks_list):not(.page-numbers) li {
        list-style: none;
        margin: .75rem 0;
        position: relative
    }

        main ul:not(.menu):not(.quicklinks):not(.helpful_links_list):not(.hp_nav):not(.list-unstyled):not(.archive-links-list):not(.pagelinks_list):not(.page-numbers) li:before {
            content: '';
            border: 6px solid #C4D600;
            border-radius: .5rem;
            background: #C4D600;
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            margin-top: 6px;
            margin-left: -1.5rem
        }

ul.quicklinks li.quicklinks_item {
    list-style: none;
    padding: 0 .625rem 1rem;
    margin: 0
}

    ul.quicklinks li.quicklinks_item a {
        padding: .5rem 1.125rem .575rem !important;
        font-weight: 500
    }

@media (min-width: 992px) {
    ul.quicklinks li.quicklinks_item a {
        padding: .625rem 1.25rem .725rem !important
    }
}

@media (min-width: 1200px) {
    ul.quicklinks li.quicklinks_item a {
        font-size: 1.125rem;
        padding-left: 1.675rem;
        padding-right: 1.75rem
    }

        ul.quicklinks li.quicklinks_item a img {
            margin-right: .75rem
        }
}

ul.quicklinks li.quicklinks_item a:after {
    content: '' !important;
    margin-left: 0
}

@media (min-width: 992px) {

    ul.quicklinks li.quicklinks_item a {
        text-align: center
    }

        ul.quicklinks li.quicklinks_item a img {
            display: flex;
            align-self: center
        }
}

.nav-tabs > li.active > a {
    background-color: #d7d7d7 !important;
}

.flat-picker {
    background-color: white !important;
}

.personal-info-main.fxd h3 {
    cursor: default !important;
}

form .ds-n {
    display: none;
}

.ds-n {
    display: none;
}

.ui-widget-header {
    background: #BAE8E3 !important;
}

.bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('/icons/icons/close24.png') center no-repeat;
    cursor: pointer;
}

.bar-notification .notification-content {
    padding: 2px;
    margin: 10px;
}

.bar-notification.error .notification-content {
    color: #D60057;
}

.bar-notification.success .notification-content {
    color: #008375;
}

.ui-dialog.ui-widget.ui-widget-content.ui-front {
    z-index: 999999999 !important;
}


.ui-widget-shadow {
    opacity: 1;
}

 /*change all header to be green*/ 
h3 {
    color: #008375;
}

.MultiCheckBox {
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

    .MultiCheckBox .k-icon {
        font-size: 15px;
        float: right;
        font-weight: bolder;
        margin-top: -7px;
        height: 10px;
        width: 14px;
        color: #787878;
    }

.MultiCheckBoxDetail {
    width: 100%;
    border: 1px solid #e2e2e2;
    overflow-y: hidden;
}

.MultiCheckBoxDetailBody {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    max-height: 850px;
    /*    font-size:12px;
*/
}

.MultiCheckBoxDetail .cont {
    cursor: pointer;
    width: 33%;
    padding: 3%;
}

@media (max-width: 1000px) {
    .MultiCheckBoxDetail .cont {
        cursor: pointer;
        width: 50%;
        padding: 5%;
        font-size: 11px;
    }
}

    .MultiCheckBoxDetail .cont:hover {
        background-color: #cfcfcf;
    }

.MultiCheckBoxDetailBody > div > div {
    display: inline-block;
}

    .MultiCheckBoxDetailBody > div > div:first-child {
        margin-right: 10px;
    }

.MultiCheckBoxDetailHeader {
    position: relative;
    height: 28px;
    background-color: #D60057;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
}

.MultiCheckBoxDetail label {
    margin-left: 10px;
    margin-bottom: 0px;
}

    .MultiCheckBoxDetail label input[type=checkbox] {
        margin-right: 10px;
    }

/*.MultiCheckBoxDetailHeader > input {
                                 position: absolute;
                                 top: 4px;
                                 left: 3px;
                             }

                             .MultiCheckBoxDetailHeader > div {
                                 position: relative;
                                 top: 5px;
                                 left: 24px;
                                 color: #fff;
                             }*/

.announcment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    /*padding: 10px 0;*/
}

.announcment-body {
    font-size: 18px;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483648;
    width: 100vw;
    height: 100vh;
    background-color: #00000094;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .body-overlay .btn {
        margin-bottom: 20px;
    }

.overlay-container {
    background-color: white;
    padding: 10px;
    z-index: 2147483648;
}

@media (min-width: 330px) {
    .overlay-container {
        min-width: 330px;
    }
}

.overlay-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 4px;
}

.why {
    position: relative;
}

    .why:hover {
        text-decoration: underline !important;
    }

.overlay-message {
    max-width: 300px;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 5px;
    padding-bottom: 5px;
    border-left: 4px solid #f1f1f1;
    padding-left: 10px;
    font-style: italic;
    color: #6d6d6d;
}

.loadingoverlay {
    z-index: 99999999 !important;
}
.open > .dropdown-menu {
    display: block;
}

table thead th {
    border-bottom: 2px solid #b5004a !important;
    border-top: 1px solid #12254a;
    background-color: #d60057 !important;
    color: #fff !important;
}

.nav-tabs .nav-link {
    color: #008375 !important;
}

.ui-datepicker-year, .ui-datepicker-month {
    padding: 5px;
    border-radius: 5px;
    margin: 2px !important;
}

.ui-state-default {
    border-radius: 0 !important;
}

#ui-datepicker-div {
    box-shadow: 1px 1px 5px #838383;
}

    #ui-datepicker-div, #ui-datepicker-div * {
        color: black;
    }

.ui-datepicker th {
    background-color: white !important;
    font-weight: normal !important;
}

.ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: normal !important;
    color: none !important;
}

.ui-state-highlight {
    background-color: #006bff !important;
    border: 2px solid black !important;
    color: white !important;
}

.ui-state-active {
    background-color: #006bff !important;
    color: white !important;
}

i {
    cursor: pointer;
}

.input-validation-error {
    border: 1px solid red;
}

.button_disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
    margin-top: -7px;
}

.button_enabled {
    opacity: 1.0;
    cursor: pointer !important;
    margin-top: -7px;
}

/*#myFrame {
    border-radius: 8px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid #f6f6f6;
}*/


.explorer {
    display: flex;
    flex-direction: row;
    padding: 15px;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

    .explorer .file, .folder {
        display: flex;
        flex-direction: column;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        align-items: center;
        min-width: 130px;
        max-width: 130px;
        transition: background-color 0.2s ease-in;
    }

        .explorer .file img, .explorer .folder img {
            width: 50px;
            height: 50px;
        }

        .explorer .file label, .explorer .folder label {
            max-width: 150px;
            text-align: center;
            word-break: break-word;
            margin-top: 5px;
            cursor: pointer !important;
        }

    .explorer .icon {
        height: 70%;
        padding: 0 10px;
    }

        .explorer .icon img {
            width: 100%;
            height: 100%;
        }

    .explorer .caption {
        height: 50%;
        text-align: center;
        max-width: 100%;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

label {
    cursor: default;
}

.controls {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-direction: row;
}

    .controls label {
        cursor: default;
        margin-left: 20px;
    }

.information {
    border-top: 1px solid #ebebeb;
}

.information, .controls {
    padding: 15px;
}

.content {
    position: absolute;
    top: 46px;
    max-width: max-content;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    background-color: white;
}

    .content li {
        padding: 10px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .content li:hover {
            padding: 10px;
            cursor: pointer;
            background-color: blue;
            color: white;
            padding-left: 15px;
        }

.controls i {
    padding: 6px;
    background-color: #f0f0f8;
    border-radius: 4px;
    transition: background-color .3s ease-in;
    margin-right: 2px;
}

    .controls i:hover {
        background-color: #d3d3e5;
    }

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: background-color 0.3s ease-in;
}

    .dropdown-item:hover {
        background-color: #44a8f3;
    }

th {
    border-bottom: 2px solid #12254a;
    border-top: 1px solid #12254a;
    background: #0066B3;
    color: white;
}

.input-validation-error {
    border: 1px solid red;
}

a {
    text-decoration: none !important;
}

.flatpickr-current-month {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
}

.flx-row {
    display: flex;
}

.flx-col {
    display: flex;
    flex-direction: column;
}


.ai-cn {
    align-items: center;
}

.jc-sb {
    justify-content: space-between;
}

.flx-row-col {
    display: flex;
}
    

@media(min-width:576px) {
    .flx-row-col {
        flex-direction: row;
    }
}

@media(max-width:575px) {
    .flx-row-col {
        flex-direction: column;
    }

        .flx-row-col > *:not(:last-child) {
            margin-bottom: 15px;
        }
}

.manage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    transition: background-color 0.2s ease-in;
    padding: 10px;
    flex-wrap: wrap;
}

    .manage:hover {
        background-color: white;
    }

    .manage .btn {
        box-shadow: none !important;
    }

    .manage label {
        font-size: 22px;
    }

    .manage > div:first-child {
        display: flex;
        /*justify-content: space-between;*/
        align-items: center;
    }

        .manage > div:first-child img {
            width: 70px;
            margin-right: 10px;
        }

@media(min-width:992px) {
    .manage > *:first-child {
        width: 69%;
    }

    .manage > *:last-child {
        width: 31%;
        justify-content: flex-end;
    }
}

@media(max-width:991px) {
    .manage > *:first-child {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .manage > *:last-child {
        width: 100%;
        justify-content: flex-start;
    }
}

.nav-side {
    list-style-type: none;
    background-color: #fff;
    padding: 20px;
    /*min-width: 250px;*/
}



    .nav-side li a {
        border-bottom: 2px solid #cdcdcd;
    }

    .nav-side li.active:not(.open) {
        color: #d60057 !important;
        font-weight: bold;
        cursor: pointer;
    }

        .nav-side li.active:not(.open) a {
            border-bottom: 2px solid #d60057;
        }

    .nav-side li.in-active {
        color: #b4b4b4;
        cursor: default;
    }

        .nav-side li.in-active a {
            cursor: default !important;
        }

    .nav-side li.active a:hover {
        border-bottom: 2px solid #d60057 !important;
        color: #d60057 !important;
    }

    .nav-side li:not(.active) a:hover {
        border-bottom: 2px solid #008375;
        color: #008375;
    }

    .nav-side li a {
        text-decoration: none !important;
        display: block;
        padding: 10px 0;
    }

    .nav-side li a {
        color: inherit;
    }

.home-services-container {
    padding: 1rem 0.5rem;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

    .home-services-container a {
        background-color: #fff;
        padding: 0.625rem 1.25rem 0.725rem !important;
        box-shadow: 0 0.375rem 1rem rgb(33 33 33 / 15%);
        text-decoration: none;
        border-radius: 2rem;
        border: 2px solid transparent;
        color: black;
        align-items: center;
        font-size: 1.125rem;
        transition: all .1s ease-in;
    }

        .home-services-container a:hover {
            background-color: #d3eae8;
        }

    .home-services-container > span {
        transition: all .1s ease-in;
        border-radius: 2rem;
    }

        .home-services-container > span:hover {
            transform: translateY(2px)
        }

    .home-services-container a img {
        width: 20px;
        margin-right: 10px;
    }

@media(min-width:1200px) {
    .home-services-container {
        justify-content: space-between;
    }
}

@media(max-width:1199px) {
    .home-services-container a {
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

.ov-y-at-container .topic-block {
    max-height: 300px;
    overflow-y: auto;
}

#__ba_panel {
    position: fixed;
    bottom: 10px;
    right: -20px;
}

/*@media(max-width:992px) {
    ul.hp_nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .paddle {
        display: flex !important;
    }
}
*/
.menu-item-has-children {
    position: relative;
}

.sub-drop-down {
    position: absolute;
    z-index: 9999;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    opacity: 0;
    margin-top: 15px;
    transition: .2s;
    padding-top: 15px;
    visibility: hidden;
    right: 0
}

    .sub-drop-down li {
        margin-left: 0 !important;
        display: block !important;
    }

    .sub-drop-down a {
        display: inline-block;
        padding: 10px;
        padding-top: 13px;
        font-size: 14px;
    }

    .sub-drop-down.container-fluid {
        left: 0;
        width: 100%;
        padding-right: 0;
    }

        .sub-drop-down.container-fluid .sub-main {
            padding-top: 30px !important;
            padding-bottom: 15px;
            background-color: #2d2a3d;
            border-top: 1px solid #1f1d2c;
        }

        .sub-drop-down.container-fluid li {
            display: block !important;
            margin-left: 0 !important;
        }

        .sub-drop-down.container-fluid ul {
            float: none !important
        }

            .sub-drop-down.container-fluid ul li a {
                font-size: 14px;
                padding-left: 0;
                padding-right: 0;
            }

        .sub-drop-down.container-fluid h4 {
            font-size: 20px;
            color: #fbb63c;
        }

.menu-item-has-children:hover .sub-drop-down {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.menu-item-has-children .sub-drop-down .sub-main {
    background: #2d2a3d;
    border: 1px solid #2d2a3d;
    overflow: auto;
    min-width: 230px;
    max-height: 350px;
    border-top: 0
}

@media (max-width: 460px) {
    .myraven_wrapper {
        margin-top: 20px;
        /*display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;*/
    }

        /*.myraven_wrapper > * {
            align-self: flex-start;
        }*/
}

@media (max-width: 767px) {
    .myraven_wrapper > *:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .myraven_wrapper > *:not(:last-child) {
        margin-right: 10px;
    }
}



@media (min-width:461px) and (max-width: 768px) {
    .myraven_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
/*
        .myraven_wrapper > * {
            align-self: flex-end;
        }*/

            /*.myraven_wrapper > *:not(:last-child) {
                margin-bottom: 10px;
            }*/
}

.sub-menu {
    width: max-content;
    min-width: 100%;
}

.track-it .fa-envelope {
    position: relative;
}

    .track-it .fa-envelope:after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: red;
        position: absolute;
        right: -5px;
        top: 0px;
        border-radius: 50%;
    }
.track-it .lnk-msg {
    color: #008375 !important;
    text-decoration: none !important;
}
@media (min-width:992px) {
    .track-it .lnk-msg {
        margin-right: 10px;
    }
}
@media (max-width:991px) {
    .track-it .lnk-msg {
        margin-left: 10px;
    }
}
    .track-it .lnk-msg:hover {
        color: #008375 !important;
    }

