
/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v11-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: "avenir-light";
    src: url('../fonts/Avenir Light.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/Avenir Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Avenir Light.woff') format('woff'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "avenir-medium";
    src: url('../fonts/Avenir-Medium.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/Avenir-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Avenir-Medium.woff') format('woff'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "avenir-heavy";
    src: url('../fonts/Avenir Heavy.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/Avenir Heavy.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Avenir Heavy.woff') format('woff'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
b, strong {
    font-family: "avenir-heavy", Arial, sans-serif;
    font-weight: normal !important;
}
.lead {
    font-family: "avenir-light", Arial, sans-serif;
    font-size: 24px !important;
    line-height: 36px !important;
}
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root {
    --blue:  #007bff;
    --indigo:  #6610f2;
    --purple:  #6f42c1;
    --pink:  #e83e8c;
    --red:  #dc3545;
    --orange:  #fd7e14;
    --yellow:  #ffc107;
    --green:  #28a745;
    --teal:  #20c997;
    --cyan:  #17a2b8;
    --white:  #fff;
    --gray:  #6c757d;
    --gray-dark:  #343a40;
    --primary:  #cde225;
    --secondary:  #cde225;
    --success:  #28a745;
    --info:  #17a2b8;
    --warning:  #ffc107;
    --danger:  #dc3545;
    --light:  #f8f9fa;
    --dark:  #343a40;
    --breakpoint-xs:  0;
    --breakpoint-sm:  576px;
    --breakpoint-md:  768px;
    --breakpoint-lg:  992px;
    --breakpoint-xl:  1200px;
    --font-family-sans-serif:  -apple-system,  BlinkMacSystemFont,  "Segoe UI",  Roboto,  "Helvetica Neue",  Arial,  "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;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: "avenir-medium", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292121;
    text-align: left;
    background-color: #fff;
}
[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: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    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: 700;
}
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: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #cde225;
    text-decoration: underline;
    background-color: transparent;
}
a:hover {
    color: #003925;
    text-decoration: none;
}
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: #6c757d;
    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 {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
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;
}
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, .cb-form .gsection h2, .h6 {
    margin-bottom: 1rem;
    font-family: "Noto Serif";
    font-weight: 400;
    line-height: 1.2;
    color: #292121;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5, .cb-form .gsection h2 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    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: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "â€”Â "}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 576px) {
    .container-sm, .container {
    max-width: 540px;
}
}@media(min-width: 768px) {
    .container-md, .container-sm, .container {
    max-width: 720px;
}
}@media(min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
}
}@media(min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
}
}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%}
.offset-2 {
    margin-left: 16.6666666667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.3333333333%}
.offset-5 {
    margin-left: 41.6666666667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.3333333333%}
.offset-8 {
    margin-left: 66.6666666667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.3333333333%}
.offset-11 {
    margin-left: 91.6666666667%}
@media(min-width: 576px) {
    .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-sm-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-sm-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.3333333333%}
.offset-sm-2 {
    margin-left: 16.6666666667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.3333333333%}
.offset-sm-5 {
    margin-left: 41.6666666667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.3333333333%}
.offset-sm-8 {
    margin-left: 66.6666666667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.3333333333%}
.offset-sm-11 {
    margin-left: 91.6666666667%}
}@media(min-width: 768px) {
    .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-md-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-md-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.3333333333%}
.offset-md-2 {
    margin-left: 16.6666666667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.3333333333%}
.offset-md-5 {
    margin-left: 41.6666666667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.3333333333%}
.offset-md-8 {
    margin-left: 66.6666666667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.3333333333%}
.offset-md-11 {
    margin-left: 91.6666666667%}
}@media(min-width: 992px) {
    .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-lg-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-lg-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.3333333333%}
.offset-lg-2 {
    margin-left: 16.6666666667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.3333333333%}
.offset-lg-5 {
    margin-left: 41.6666666667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.3333333333%}
.offset-lg-8 {
    margin-left: 66.6666666667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.3333333333%}
.offset-lg-11 {
    margin-left: 91.6666666667%}
}@media(min-width: 1200px) {
    .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-xl-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-xl-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.3333333333%}
.offset-xl-2 {
    margin-left: 16.6666666667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.3333333333%}
.offset-xl-5 {
    margin-left: 41.6666666667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.3333333333%}
.offset-xl-8 {
    margin-left: 66.6666666667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.3333333333%}
.offset-xl-11 {
    margin-left: 91.6666666667%}
}.form-control, .gform_wrapper input:not([type=radio]):not([type=submit]):not([type=checkbox]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce) {
    .form-control, .gform_wrapper input: not([type=radio]):not([type=submit]), .gform_wrapper textarea, .gform_wrapper select {
    transition: none;
}
}.form-control::-ms-expand, .gform_wrapper input:not([type=radio]):not([type=submit])::-ms-expand, .gform_wrapper textarea::-ms-expand, .gform_wrapper select::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring, .gform_wrapper input:-moz-focusring:not([type=radio]):not([type=submit]), .gform_wrapper textarea:-moz-focusring, .gform_wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus, .gform_wrapper input:focus:not([type=radio]):not([type=submit]), .gform_wrapper textarea:focus, .gform_wrapper select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cde225;
    outline: 0;
    box-shadow: 0 0 0 .2rem #cde225;
}
.form-control::-webkit-input-placeholder,  .gform_wrapper input:not([type=radio]):not([type=submit])::-webkit-input-placeholder,  .gform_wrapper textarea::-webkit-input-placeholder,  .gform_wrapper select::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder,  .gform_wrapper input:not([type=radio]):not([type=submit])::-moz-placeholder,  .gform_wrapper textarea::-moz-placeholder,  .gform_wrapper select::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder,  .gform_wrapper input:not([type=radio]):not([type=submit]):-ms-input-placeholder,  .gform_wrapper textarea:-ms-input-placeholder,  .gform_wrapper select:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder,  .gform_wrapper input:not([type=radio]):not([type=submit])::-ms-input-placeholder,  .gform_wrapper textarea::-ms-input-placeholder,  .gform_wrapper select::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder, .gform_wrapper input:not([type=radio]):not([type=submit])::placeholder, .gform_wrapper textarea::placeholder, .gform_wrapper select::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .gform_wrapper input:disabled:not([type=radio]):not([type=submit]), .gform_wrapper textarea:disabled, .gform_wrapper select:disabled, .form-control[readonly], .gform_wrapper input[readonly]:not([type=radio]):not([type=submit]), .gform_wrapper textarea[readonly], .gform_wrapper select[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type=date].form-control, .gform_wrapper input[type=date]:not([type=radio]):not([type=submit]), input[type=time].form-control, .gform_wrapper input[type=time]:not([type=radio]):not([type=submit]), input[type=datetime-local].form-control, .gform_wrapper input[type=datetime-local]:not([type=radio]):not([type=submit]), input[type=month].form-control, .gform_wrapper input[type=month]:not([type=radio]):not([type=submit]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus::-ms-value, .gform_wrapper select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #292121;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 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 + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
select.form-control[size], .gform_wrapper select[size], select.form-control[multiple], .gform_wrapper select[multiple] {
    height: auto;
}
textarea.form-control, .gform_wrapper textarea {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: .25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-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: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
}
.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 .gform_wrapper input:valid:not([type=radio]):not([type=submit]), .gform_wrapper .was-validated input:valid:not([type=radio]):not([type=submit]), .was-validated .gform_wrapper textarea:valid, .gform_wrapper .was-validated textarea:valid, .was-validated .gform_wrapper select:valid, .gform_wrapper .was-validated select:valid, .form-control.is-valid, .gform_wrapper input.is-valid:not([type=radio]):not([type=submit]), .gform_wrapper textarea.is-valid, .gform_wrapper select.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    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='%2328a745' 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(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .gform_wrapper input:valid:focus:not([type=radio]):not([type=submit]), .gform_wrapper .was-validated input:valid:focus:not([type=radio]):not([type=submit]), .was-validated .gform_wrapper textarea:valid:focus, .gform_wrapper .was-validated textarea:valid:focus, .was-validated .gform_wrapper select:valid:focus, .gform_wrapper .was-validated select:valid:focus, .form-control.is-valid:focus, .gform_wrapper input.is-valid:focus:not([type=radio]):not([type=submit]), .gform_wrapper textarea.is-valid:focus, .gform_wrapper select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.was-validated textarea.form-control:valid, .was-validated .gform_wrapper textarea:valid, .gform_wrapper .was-validated textarea:valid, textarea.form-control.is-valid, .gform_wrapper textarea.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .was-validated .gform_wrapper select:valid, .gform_wrapper .was-validated select:valid, .custom-select.is-valid, .gform_wrapper select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, 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='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .was-validated .gform_wrapper select:valid:focus, .gform_wrapper .was-validated select:valid:focus, .custom-select.is-valid:focus, .gform_wrapper select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-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: #28a745;
}
.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.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 .2rem rgba(40, 167, 69, .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: #28a745;
}
.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
}
.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 .gform_wrapper input:invalid:not([type=radio]):not([type=submit]), .gform_wrapper .was-validated input:invalid:not([type=radio]):not([type=submit]), .was-validated .gform_wrapper textarea:invalid, .gform_wrapper .was-validated textarea:invalid, .was-validated .gform_wrapper select:invalid, .gform_wrapper .was-validated select:invalid, .form-control.is-invalid, .gform_wrapper input.is-invalid:not([type=radio]):not([type=submit]), .gform_wrapper textarea.is-invalid, .gform_wrapper select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .gform_wrapper input:invalid:focus:not([type=radio]):not([type=submit]), .gform_wrapper .was-validated input:invalid:focus:not([type=radio]):not([type=submit]), .was-validated .gform_wrapper textarea:invalid:focus, .gform_wrapper .was-validated textarea:invalid:focus, .was-validated .gform_wrapper select:invalid:focus, .gform_wrapper .was-validated select:invalid:focus, .form-control.is-invalid:focus, .gform_wrapper input.is-invalid:focus:not([type=radio]):not([type=submit]), .gform_wrapper textarea.is-invalid:focus, .gform_wrapper select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.was-validated textarea.form-control:invalid, .was-validated .gform_wrapper textarea:invalid, .gform_wrapper .was-validated textarea:invalid, textarea.form-control.is-invalid, .gform_wrapper textarea.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .was-validated .gform_wrapper select:invalid, .gform_wrapper .was-validated select:invalid, .custom-select.is-invalid, .gform_wrapper select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .was-validated .gform_wrapper select:invalid:focus, .gform_wrapper .was-validated select:invalid:focus, .custom-select.is-invalid:focus, .gform_wrapper select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-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: #dc3545;
}
.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.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 .2rem rgba(220, 53, 69, .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: #dc3545;
}
.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%}
@media(min-width: 576px) {
    .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.form-inline .form-control, .form-inline .gform_wrapper input:not([type=radio]):not([type=submit]), .gform_wrapper .form-inline input:not([type=radio]):not([type=submit]), .form-inline .gform_wrapper textarea, .gform_wrapper .form-inline textarea, .form-inline .gform_wrapper select, .gform_wrapper .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-plaintext {
    display: inline-block;
}
.form-inline .input-group, .form-inline .custom-select, .form-inline .gform_wrapper select, .gform_wrapper .form-inline select {
    width: auto;
}
.form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
}
.form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
}
.form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-inline .custom-control-label {
    margin-bottom: 0;
}
}.btn, .gform_wrapper input[type=submit] {
    display: inline-block;
    font-weight: 400;
    color: #292121;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce) {
    .btn, .gform_wrapper input[type=submit] {
    transition: none;
}
}.btn:hover, .gform_wrapper input[type=submit]:hover {
    color: #292121;
    text-decoration: none;
}
.btn:focus, .gform_wrapper input[type=submit]:focus, .btn.focus, .gform_wrapper input.focus[type=submit] {
    outline: 0;
    box-shadow: 0 0 0 .2rem #cde225;
}
.btn.disabled, .gform_wrapper input.disabled[type=submit], .btn:disabled, .gform_wrapper input[type=submit]:disabled {
    opacity: .75;
}
.btn:not(:disabled):not(.disabled), .gform_wrapper input[type=submit]:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #292121;
    background-color: #cde225;
    border-color: #cde225;
}
.btn-primary:hover {
    color: #292121;
    background-color: #d8b100;
    border-color: #cba600;
}
.btn-primary:focus, .btn-primary.focus {
    color: #292121;
    background-color: #d8b100;
    border-color: #cba600;
    box-shadow: 0 0 0 .2rem rgba(222, 182, 5, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #292121;
    background-color: #cde225;
    border-color: #cde225;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #292121;
    background-color: #cba600;
    border-color: #be9c00;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 182, 5, .5);
}
.btn-secondary, .gform_wrapper input[type=submit] {
    color: #fff;
    background-color: #cde225;
    border-color: #cde225;
}
.btn-secondary:hover, .gform_wrapper input[type=submit]:hover {
    color: #fff;
    background-color: #bcca37;
    border-color: #bcca37;
}
.btn-secondary:focus, .gform_wrapper input[type=submit]:focus, .btn-secondary.focus, .gform_wrapper input.focus[type=submit] {
    color: #fff;
    background-color: #bcca37;
    border-color: #bcca37;
    box-shadow: 0 0 0 .2rem #bcca37;
}
.btn-secondary.disabled, .gform_wrapper input.disabled[type=submit], .btn-secondary:disabled, .gform_wrapper input[type=submit]:disabled {
    color: #fff;
    background-color: #cde225;
    border-color: #cde225;
}
.btn-secondary:not(:disabled):not(.disabled):active, .gform_wrapper input[type=submit]:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .gform_wrapper input[type=submit]:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle, .gform_wrapper .show>input.dropdown-toggle[type=submit] {
    color: #fff;
    background-color: #bcca37;
    border-color: #bcca37;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .gform_wrapper input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .gform_wrapper input[type=submit]:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus, .gform_wrapper .show>input.dropdown-toggle[type=submit]:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 151, 113, .5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.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 .2rem rgba(72, 180, 97, .5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.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 .2rem rgba(58, 176, 195, .5);
}
.btn-warning {
    color: #292121;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #292121;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    color: #292121;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(223, 169, 11, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #292121;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
    color: #292121;
    background-color: #d39e00;
    border-color: #c69500;
}
.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 .2rem rgba(223, 169, 11, .5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.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 .2rem rgba(225, 83, 97, .5);
}
.btn-light {
    color: #292121;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #292121;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    color: #292121;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(217, 217, 217, .5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #292121;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
    color: #292121;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 217, 217, .5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.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 .2rem rgba(82, 88, 93, .5);
}
.btn-outline-primary {
    color: #cde225;
    border-color: #cde225;
}
.btn-outline-primary:hover {
    color: #292121;
    background-color: #cde225;
    border-color: #cde225;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(254, 208, 0, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #cde225;
    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: #292121;
    background-color: #cde225;
    border-color: #cde225;
}
.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 .2rem rgba(254, 208, 0, .5);
}
.btn-outline-secondary {
    color: #cde225;
    border-color: #cde225;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #cde225;
    border-color: #cde225;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 133, 88, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #cde225;
    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: #cde225;
    border-color: #cde225;
}
.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 .2rem rgba(0, 133, 88, .5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    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: #28a745;
    border-color: #28a745;
}
.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 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    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: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.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 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #292121;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #292121;
    background-color: #ffc107;
    border-color: #ffc107;
}
.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 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545;
}
.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 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #292121;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    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: #292121;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.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 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    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: #343a40;
    border-color: #343a40;
}
.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 .2rem rgba(52, 58, 64, .5);
}
.btn-link {
    font-weight: 400;
    color: #cde225;
    text-decoration: underline;
}
.btn-link:hover {
    color: #003925;
    text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg, .gform_wrapper input[type=submit] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.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 .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 .35s ease;
}
@media(prefers-reduced-motion: reduce) {
    .collapsing {
    transition: none;
}
}.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%}
.input-group>.form-control, .gform_wrapper .input-group>input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>textarea, .gform_wrapper .input-group>select, .input-group>.form-control-plaintext, .input-group>.custom-select, .gform_wrapper .input-group>select, .input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group>.form-control+.form-control, .gform_wrapper .input-group>input:not([type=radio]):not([type=submit])+.form-control, .gform_wrapper .input-group>textarea+.form-control, .gform_wrapper .input-group>select+.form-control, .gform_wrapper .input-group>.form-control+input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>input:not([type=radio]):not([type=submit])+input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>textarea+input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>select+input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>.form-control+textarea, .gform_wrapper .input-group>input:not([type=radio]):not([type=submit])+textarea, .gform_wrapper .input-group>textarea+textarea, .gform_wrapper .input-group>select+textarea, .gform_wrapper .input-group>.form-control+select, .gform_wrapper .input-group>input:not([type=radio]):not([type=submit])+select, .gform_wrapper .input-group>textarea+select, .gform_wrapper .input-group>select+select, .input-group>.form-control+.custom-select, .gform_wrapper .input-group>input:not([type=radio]):not([type=submit])+.custom-select, .gform_wrapper .input-group>textarea+.custom-select, .gform_wrapper .input-group>textarea+select, .gform_wrapper .input-group>select+.custom-select, .gform_wrapper .input-group>select+select, .input-group>.form-control+.custom-file, .gform_wrapper .input-group>input:not([type=radio]):not([type=submit])+.custom-file, .gform_wrapper .input-group>textarea+.custom-file, .gform_wrapper .input-group>select+.custom-file, .input-group>.form-control-plaintext+.form-control, .gform_wrapper .input-group>.form-control-plaintext+input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>.form-control-plaintext+textarea, .gform_wrapper .input-group>.form-control-plaintext+select, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.custom-file, .input-group>.custom-select+.form-control, .gform_wrapper .input-group>.custom-select+input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>.custom-select+textarea, .gform_wrapper .input-group>select+textarea, .gform_wrapper .input-group>.custom-select+select, .gform_wrapper .input-group>select+select, .input-group>.custom-select+.custom-select, .gform_wrapper .input-group>select+select, .input-group>.custom-select+.custom-file, .input-group>.custom-file+.form-control, .gform_wrapper .input-group>.custom-file+input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>.custom-file+textarea, .gform_wrapper .input-group>.custom-file+select, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.custom-file {
    margin-left: -1px;
}
.input-group>.form-control:focus, .gform_wrapper .input-group>input:focus:not([type=radio]):not([type=submit]), .gform_wrapper .input-group>textarea:focus, .gform_wrapper .input-group>select:focus, .input-group>.custom-select:focus, .input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}
.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group>.form-control:not(:last-child), .gform_wrapper .input-group>input:not(:last-child):not([type=radio]):not([type=submit]), .gform_wrapper .input-group>textarea:not(:last-child), .gform_wrapper .input-group>select:not(:last-child), .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.form-control:not(:first-child), .gform_wrapper .input-group>input:not(:first-child):not([type=radio]):not([type=submit]), .gform_wrapper .input-group>textarea:not(:first-child), .gform_wrapper .input-group>select:not(:first-child), .input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend .btn, .input-group-prepend .gform_wrapper input[type=submit], .gform_wrapper .input-group-prepend input[type=submit], .input-group-append .btn, .input-group-append .gform_wrapper input[type=submit], .gform_wrapper .input-group-append input[type=submit] {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .gform_wrapper input[type=submit]:focus, .gform_wrapper .input-group-prepend input[type=submit]:focus, .input-group-append .btn:focus, .input-group-append .gform_wrapper input[type=submit]:focus, .gform_wrapper .input-group-append input[type=submit]:focus {
    z-index: 3;
}
.input-group-prepend .btn+.btn, .input-group-prepend .gform_wrapper input[type=submit]+.btn, .gform_wrapper .input-group-prepend input[type=submit]+.btn, .input-group-prepend .gform_wrapper .btn+input[type=submit], .gform_wrapper .input-group-prepend .btn+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], .input-group-prepend .btn+.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 .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .gform_wrapper .input-group-text+input[type=submit], .gform_wrapper .input-group-prepend .input-group-text+input[type=submit], .input-group-append .btn+.btn, .input-group-append .gform_wrapper input[type=submit]+.btn, .gform_wrapper .input-group-append input[type=submit]+.btn, .input-group-append .gform_wrapper .btn+input[type=submit], .gform_wrapper .input-group-append .btn+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], .input-group-append .btn+.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, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .gform_wrapper .input-group-text+input[type=submit], .gform_wrapper .input-group-append .input-group-text+input[type=submit] {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group-text input[type=radio], .input-group-text input[type=checkbox] {
    margin-top: 0;
}
.input-group-lg>.form-control:not(textarea), .gform_wrapper .input-group-lg>input:not(textarea):not([type=radio]):not([type=submit]), .gform_wrapper .input-group-lg>textarea:not(textarea), .gform_wrapper .input-group-lg>select:not(textarea), .input-group-lg>.custom-select, .gform_wrapper .input-group-lg>select {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg>.form-control, .gform_wrapper .input-group-lg>input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group-lg>textarea, .gform_wrapper .input-group-lg>select, .input-group-lg>.custom-select, .gform_wrapper .input-group-lg>select, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .gform_wrapper .input-group-lg>.input-group-prepend>input[type=submit], .input-group-lg>.input-group-append>.btn, .gform_wrapper .input-group-lg>.input-group-append>input[type=submit] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.input-group-sm>.form-control:not(textarea), .gform_wrapper .input-group-sm>input:not(textarea):not([type=radio]):not([type=submit]), .gform_wrapper .input-group-sm>textarea:not(textarea), .gform_wrapper .input-group-sm>select:not(textarea), .input-group-sm>.custom-select, .gform_wrapper .input-group-sm>select {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm>.form-control, .gform_wrapper .input-group-sm>input:not([type=radio]):not([type=submit]), .gform_wrapper .input-group-sm>textarea, .gform_wrapper .input-group-sm>select, .input-group-sm>.custom-select, .gform_wrapper .input-group-sm>select, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .gform_wrapper .input-group-sm>.input-group-prepend>input[type=submit], .input-group-sm>.input-group-append>.btn, .gform_wrapper .input-group-sm>.input-group-append>input[type=submit] {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.input-group-lg>.custom-select, .gform_wrapper .input-group-lg>select, .input-group-sm>.custom-select, .gform_wrapper .input-group-sm>select {
    padding-right: 1.75rem;
}
.input-group>.input-group-prepend>.btn, .gform_wrapper .input-group>.input-group-prepend>input[type=submit], .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .gform_wrapper .input-group>.input-group-append:not(:last-child)>input[type=submit], .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .gform_wrapper .input-group>.input-group-append:last-child>input[type=submit]:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .gform_wrapper .input-group>.input-group-append>input[type=submit], .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .gform_wrapper .input-group>.input-group-prepend:not(:first-child)>input[type=submit], .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .gform_wrapper .input-group>.input-group-prepend:first-child>input[type=submit]:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text: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.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #cde225;
    background-color: #cde225;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem #cde225;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #cde225;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #39ffbc;
    border-color: #39ffbc;
}
.custom-control-input[disabled]~.custom-control-label, .custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled]~.custom-control-label::before, .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.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='%23fff' 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: #cde225;
    background-color: #cde225;
}
.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(254, 208, 0, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(254, 208, 0, .5);
}
.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='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(254, 208, 0, .5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .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;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(254, 208, 0, .5);
}
.custom-select, .gform_wrapper select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus, .gform_wrapper select:focus {
    border-color: #cde225;
    outline: 0;
    box-shadow: 0 0 0 .2rem #cde225;
}
.custom-select:focus::-ms-value, .gform_wrapper select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple], .gform_wrapper select[multiple], .custom-select[size]:not([size="1"]), .gform_wrapper select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}
.custom-select:disabled, .gform_wrapper select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand, .gform_wrapper select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring, .gform_wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #cde225;
    box-shadow: 0 0 0 .2rem #cde225;
}
.custom-file-input[disabled]~.custom-file-label, .custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}
.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 + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #cde225;
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #cde225;
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #cde225;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #cde225;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media(prefers-reduced-motion: reduce) {
    .custom-range: :-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
}
}.custom-range::-webkit-slider-thumb:active {
    background-color: #39ffbc;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #cde225;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media(prefers-reduced-motion: reduce) {
    .custom-range: :-moz-range-thumb {
    -moz-transition: none;
    transition: none;
}
}.custom-range::-moz-range-thumb:active {
    background-color: #39ffbc;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #cde225;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}
@media(prefers-reduced-motion: reduce) {
    .custom-range: :-ms-thumb {
    -ms-transition: none;
    transition: none;
}
}.custom-range::-ms-thumb:active {
    background-color: #39ffbc;
}
.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: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before, .custom-file-label, .custom-select, .gform_wrapper select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce) {
    .custom-control-label: :before, .custom-file-label, .custom-select, .gform_wrapper select {
    transition: none;
}
}.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #cde225;
}
.nav-fill>.nav-link, .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified>.nav-link, .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.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: no-repeat center center;
    background-size: 100% 100%}
@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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
    display: none;
}
}.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 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(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,  0,  0,  0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 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, .5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .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, .5);
    border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,  255,  255,  0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    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;
}
.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;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,  -webkit-transform .3s ease-out;
    -webkit-transform: translate(0,  -50px);
    transform: translate(0,  -50px);
}
@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
    transition: none;
}
}.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    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 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.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: -webkit-min-content;
    height: -moz-min-content;
    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;
}
}.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: #cde225 !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #cba600 !important;
}
.bg-secondary {
    background-color: #cde225 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #005236 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !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: #cde225 !important;
}
.border-secondary {
    border-color: #cde225 !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: .2rem !important;
}
.rounded {
    border-radius: .25rem !important;
}
.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}
.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}
.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}
.rounded-lg {
    border-radius: .3rem !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: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
}
.d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
}
.d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
}
.d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
}
.d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
}
.d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.8571428571%}
.embed-responsive-16by9::before {
    padding-top: 56.25%}
.embed-responsive-4by3::before {
    padding-top: 75%}
.embed-responsive-1by1::before {
    padding-top: 100%}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media(min-width: 576px) {
    .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}@media(min-width: 768px) {
    .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}@media(min-width: 992px) {
    .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}@media(min-width: 1200px) {
    .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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 {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    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: -webkit-sticky !important;
    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: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
    position: -webkit-sticky;
    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 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100, .gform_wrapper input[type=submit] {
    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: .25rem !important;
}
.mt-1, .my-1 {
    margin-top: .25rem !important;
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
.ml-1, .mx-1 {
    margin-left: .25rem !important;
}
.m-2 {
    margin: .5rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.mr-5, .mx-5 {
    margin-right: 3rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
    margin-left: 3rem !important;
}
.m-6 {
    margin: 3.5rem !important;
}
.mt-6, .my-6 {
    margin-top: 3.5rem !important;
}
.mr-6, .mx-6 {
    margin-right: 3.5rem !important;
}
.mb-6, .my-6 {
    margin-bottom: 3.5rem !important;
}
.ml-6, .mx-6 {
    margin-left: 3.5rem !important;
}
.m-7 {
    margin: 6rem !important;
}
.mt-7, .my-7 {
    margin-top: 6rem !important;
}
.mr-7, .mx-7 {
    margin-right: 6rem !important;
}
.mb-7, .my-7 {
    margin-bottom: 6rem !important;
}
.ml-7, .mx-7 {
    margin-left: 6rem !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: .25rem !important;
}
.pt-1, .py-1 {
    padding-top: .25rem !important;
}
.pr-1, .px-1 {
    padding-right: .25rem !important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}
.pl-1, .px-1 {
    padding-left: .25rem !important;
}
.p-2 {
    padding: .5rem !important;
}
.pt-2, .py-2 {
    padding-top: .5rem !important;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pr-5, .px-5 {
    padding-right: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
    padding-left: 3rem !important;
}
.p-6 {
    padding: 3.5rem !important;
}
.pt-6, .py-6 {
    padding-top: 3.5rem !important;
}
.pr-6, .px-6 {
    padding-right: 3.5rem !important;
}
.pb-6, .py-6 {
    padding-bottom: 3.5rem !important;
}
.pl-6, .px-6 {
    padding-left: 3.5rem !important;
}
.p-7 {
    padding: 6rem !important;
}
.pt-7, .py-7 {
    padding-top: 6rem !important;
}
.pr-7, .px-7 {
    padding-right: 6rem !important;
}
.pb-7, .py-7 {
    padding-bottom: 6rem !important;
}
.pl-7, .px-7 {
    padding-left: 6rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}
.m-n6 {
    margin: -3.5rem !important;
}
.mt-n6, .my-n6 {
    margin-top: -3.5rem !important;
}
.mr-n6, .mx-n6 {
    margin-right: -3.5rem !important;
}
.mb-n6, .my-n6 {
    margin-bottom: -3.5rem !important;
}
.ml-n6, .mx-n6 {
    margin-left: -3.5rem !important;
}
.m-n7 {
    margin: -6rem !important;
}
.mt-n7, .my-n7 {
    margin-top: -6rem !important;
}
.mr-n7, .mx-n7 {
    margin-right: -6rem !important;
}
.mb-n7, .my-n7 {
    margin-bottom: -6rem !important;
}
.ml-n7, .mx-n7 {
    margin-left: -6rem !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: .25rem !important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important;
}
.m-sm-2 {
    margin: .5rem !important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important;
}
.m-sm-3 {
    margin: 1rem !important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
}
.m-sm-4 {
    margin: 1.5rem !important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
}
.m-sm-5 {
    margin: 3rem !important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
}
.m-sm-6 {
    margin: 3.5rem !important;
}
.mt-sm-6, .my-sm-6 {
    margin-top: 3.5rem !important;
}
.mr-sm-6, .mx-sm-6 {
    margin-right: 3.5rem !important;
}
.mb-sm-6, .my-sm-6 {
    margin-bottom: 3.5rem !important;
}
.ml-sm-6, .mx-sm-6 {
    margin-left: 3.5rem !important;
}
.m-sm-7 {
    margin: 6rem !important;
}
.mt-sm-7, .my-sm-7 {
    margin-top: 6rem !important;
}
.mr-sm-7, .mx-sm-7 {
    margin-right: 6rem !important;
}
.mb-sm-7, .my-sm-7 {
    margin-bottom: 6rem !important;
}
.ml-sm-7, .mx-sm-7 {
    margin-left: 6rem !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: .25rem !important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important;
}
.p-sm-2 {
    padding: .5rem !important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important;
}
.p-sm-3 {
    padding: 1rem !important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
}
.p-sm-4 {
    padding: 1.5rem !important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
}
.p-sm-5 {
    padding: 3rem !important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
}
.p-sm-6 {
    padding: 3.5rem !important;
}
.pt-sm-6, .py-sm-6 {
    padding-top: 3.5rem !important;
}
.pr-sm-6, .px-sm-6 {
    padding-right: 3.5rem !important;
}
.pb-sm-6, .py-sm-6 {
    padding-bottom: 3.5rem !important;
}
.pl-sm-6, .px-sm-6 {
    padding-left: 3.5rem !important;
}
.p-sm-7 {
    padding: 6rem !important;
}
.pt-sm-7, .py-sm-7 {
    padding-top: 6rem !important;
}
.pr-sm-7, .px-sm-7 {
    padding-right: 6rem !important;
}
.pb-sm-7, .py-sm-7 {
    padding-bottom: 6rem !important;
}
.pl-sm-7, .px-sm-7 {
    padding-left: 6rem !important;
}
.m-sm-n1 {
    margin: -0.25rem !important;
}
.mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
}
.mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
}
.mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
}
.m-sm-n2 {
    margin: -0.5rem !important;
}
.mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
}
.mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
}
.mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
}
.m-sm-n3 {
    margin: -1rem !important;
}
.mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
}
.mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
}
.mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
}
.ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
}
.m-sm-n4 {
    margin: -1.5rem !important;
}
.mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
}
.mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
}
.mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
}
.m-sm-n5 {
    margin: -3rem !important;
}
.mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
}
.mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
}
.mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
}
.ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
}
.m-sm-n6 {
    margin: -3.5rem !important;
}
.mt-sm-n6, .my-sm-n6 {
    margin-top: -3.5rem !important;
}
.mr-sm-n6, .mx-sm-n6 {
    margin-right: -3.5rem !important;
}
.mb-sm-n6, .my-sm-n6 {
    margin-bottom: -3.5rem !important;
}
.ml-sm-n6, .mx-sm-n6 {
    margin-left: -3.5rem !important;
}
.m-sm-n7 {
    margin: -6rem !important;
}
.mt-sm-n7, .my-sm-n7 {
    margin-top: -6rem !important;
}
.mr-sm-n7, .mx-sm-n7 {
    margin-right: -6rem !important;
}
.mb-sm-n7, .my-sm-n7 {
    margin-bottom: -6rem !important;
}
.ml-sm-n7, .mx-sm-n7 {
    margin-left: -6rem !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: .25rem !important;
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem !important;
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem !important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important;
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem !important;
}
.m-md-2 {
    margin: .5rem !important;
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem !important;
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem !important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important;
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem !important;
}
.m-md-3 {
    margin: 1rem !important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
}
.m-md-4 {
    margin: 1.5rem !important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
}
.m-md-5 {
    margin: 3rem !important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
}
.m-md-6 {
    margin: 3.5rem !important;
}
.mt-md-6, .my-md-6 {
    margin-top: 3.5rem !important;
}
.mr-md-6, .mx-md-6 {
    margin-right: 3.5rem !important;
}
.mb-md-6, .my-md-6 {
    margin-bottom: 3.5rem !important;
}
.ml-md-6, .mx-md-6 {
    margin-left: 3.5rem !important;
}
.m-md-7 {
    margin: 6rem !important;
}
.mt-md-7, .my-md-7 {
    margin-top: 6rem !important;
}
.mr-md-7, .mx-md-7 {
    margin-right: 6rem !important;
}
.mb-md-7, .my-md-7 {
    margin-bottom: 6rem !important;
}
.ml-md-7, .mx-md-7 {
    margin-left: 6rem !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: .25rem !important;
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem !important;
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem !important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important;
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem !important;
}
.p-md-2 {
    padding: .5rem !important;
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem !important;
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem !important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important;
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem !important;
}
.p-md-3 {
    padding: 1rem !important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
}
.p-md-4 {
    padding: 1.5rem !important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
}
.p-md-5 {
    padding: 3rem !important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
}
.p-md-6 {
    padding: 3.5rem !important;
}
.pt-md-6, .py-md-6 {
    padding-top: 3.5rem !important;
}
.pr-md-6, .px-md-6 {
    padding-right: 3.5rem !important;
}
.pb-md-6, .py-md-6 {
    padding-bottom: 3.5rem !important;
}
.pl-md-6, .px-md-6 {
    padding-left: 3.5rem !important;
}
.p-md-7 {
    padding: 6rem !important;
}
.pt-md-7, .py-md-7 {
    padding-top: 6rem !important;
}
.pr-md-7, .px-md-7 {
    padding-right: 6rem !important;
}
.pb-md-7, .py-md-7 {
    padding-bottom: 6rem !important;
}
.pl-md-7, .px-md-7 {
    padding-left: 6rem !important;
}
.m-md-n1 {
    margin: -0.25rem !important;
}
.mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
}
.mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
}
.mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
}
.m-md-n2 {
    margin: -0.5rem !important;
}
.mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
}
.mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
}
.mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
}
.m-md-n3 {
    margin: -1rem !important;
}
.mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
}
.mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
}
.mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
}
.ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
}
.m-md-n4 {
    margin: -1.5rem !important;
}
.mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
}
.mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
}
.mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
}
.m-md-n5 {
    margin: -3rem !important;
}
.mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
}
.mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
}
.mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
}
.ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
}
.m-md-n6 {
    margin: -3.5rem !important;
}
.mt-md-n6, .my-md-n6 {
    margin-top: -3.5rem !important;
}
.mr-md-n6, .mx-md-n6 {
    margin-right: -3.5rem !important;
}
.mb-md-n6, .my-md-n6 {
    margin-bottom: -3.5rem !important;
}
.ml-md-n6, .mx-md-n6 {
    margin-left: -3.5rem !important;
}
.m-md-n7 {
    margin: -6rem !important;
}
.mt-md-n7, .my-md-n7 {
    margin-top: -6rem !important;
}
.mr-md-n7, .mx-md-n7 {
    margin-right: -6rem !important;
}
.mb-md-n7, .my-md-n7 {
    margin-bottom: -6rem !important;
}
.ml-md-n7, .mx-md-n7 {
    margin-left: -6rem !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: .25rem !important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important;
}
.m-lg-2 {
    margin: .5rem !important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important;
}
.m-lg-3 {
    margin: 1rem !important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
}
.m-lg-4 {
    margin: 1.5rem !important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
}
.m-lg-5 {
    margin: 3rem !important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
}
.m-lg-6 {
    margin: 3.5rem !important;
}
.mt-lg-6, .my-lg-6 {
    margin-top: 3.5rem !important;
}
.mr-lg-6, .mx-lg-6 {
    margin-right: 3.5rem !important;
}
.mb-lg-6, .my-lg-6 {
    margin-bottom: 3.5rem !important;
}
.ml-lg-6, .mx-lg-6 {
    margin-left: 3.5rem !important;
}
.m-lg-7 {
    margin: 6rem !important;
}
.mt-lg-7, .my-lg-7 {
    margin-top: 6rem !important;
}
.mr-lg-7, .mx-lg-7 {
    margin-right: 6rem !important;
}
.mb-lg-7, .my-lg-7 {
    margin-bottom: 6rem !important;
}
.ml-lg-7, .mx-lg-7 {
    margin-left: 6rem !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: .25rem !important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important;
}
.p-lg-2 {
    padding: .5rem !important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important;
}
.p-lg-3 {
    padding: 1rem !important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
}
.p-lg-4 {
    padding: 1.5rem !important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
}
.p-lg-5 {
    padding: 3rem !important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
}
.p-lg-6 {
    padding: 3.5rem !important;
}
.pt-lg-6, .py-lg-6 {
    padding-top: 3.5rem !important;
}
.pr-lg-6, .px-lg-6 {
    padding-right: 3.5rem !important;
}
.pb-lg-6, .py-lg-6 {
    padding-bottom: 3.5rem !important;
}
.pl-lg-6, .px-lg-6 {
    padding-left: 3.5rem !important;
}
.p-lg-7 {
    padding: 6rem !important;
}
.pt-lg-7, .py-lg-7 {
    padding-top: 6rem !important;
}
.pr-lg-7, .px-lg-7 {
    padding-right: 6rem !important;
}
.pb-lg-7, .py-lg-7 {
    padding-bottom: 6rem !important;
}
.pl-lg-7, .px-lg-7 {
    padding-left: 6rem !important;
}
.m-lg-n1 {
    margin: -0.25rem !important;
}
.mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
}
.mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
}
.mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
}
.m-lg-n2 {
    margin: -0.5rem !important;
}
.mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
}
.mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
}
.mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
}
.m-lg-n3 {
    margin: -1rem !important;
}
.mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
}
.mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
}
.mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
}
.ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
}
.m-lg-n4 {
    margin: -1.5rem !important;
}
.mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
}
.mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
}
.mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
}
.m-lg-n5 {
    margin: -3rem !important;
}
.mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
}
.mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
}
.mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
}
.ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
}
.m-lg-n6 {
    margin: -3.5rem !important;
}
.mt-lg-n6, .my-lg-n6 {
    margin-top: -3.5rem !important;
}
.mr-lg-n6, .mx-lg-n6 {
    margin-right: -3.5rem !important;
}
.mb-lg-n6, .my-lg-n6 {
    margin-bottom: -3.5rem !important;
}
.ml-lg-n6, .mx-lg-n6 {
    margin-left: -3.5rem !important;
}
.m-lg-n7 {
    margin: -6rem !important;
}
.mt-lg-n7, .my-lg-n7 {
    margin-top: -6rem !important;
}
.mr-lg-n7, .mx-lg-n7 {
    margin-right: -6rem !important;
}
.mb-lg-n7, .my-lg-n7 {
    margin-bottom: -6rem !important;
}
.ml-lg-n7, .mx-lg-n7 {
    margin-left: -6rem !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: .25rem !important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important;
}
.m-xl-2 {
    margin: .5rem !important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important;
}
.m-xl-3 {
    margin: 1rem !important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
}
.m-xl-4 {
    margin: 1.5rem !important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
}
.m-xl-5 {
    margin: 3rem !important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
}
.m-xl-6 {
    margin: 3.5rem !important;
}
.mt-xl-6, .my-xl-6 {
    margin-top: 3.5rem !important;
}
.mr-xl-6, .mx-xl-6 {
    margin-right: 3.5rem !important;
}
.mb-xl-6, .my-xl-6 {
    margin-bottom: 3.5rem !important;
}
.ml-xl-6, .mx-xl-6 {
    margin-left: 3.5rem !important;
}
.m-xl-7 {
    margin: 6rem !important;
}
.mt-xl-7, .my-xl-7 {
    margin-top: 6rem !important;
}
.mr-xl-7, .mx-xl-7 {
    margin-right: 6rem !important;
}
.mb-xl-7, .my-xl-7 {
    margin-bottom: 6rem !important;
}
.ml-xl-7, .mx-xl-7 {
    margin-left: 6rem !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: .25rem !important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important;
}
.p-xl-2 {
    padding: .5rem !important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important;
}
.p-xl-3 {
    padding: 1rem !important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
}
.p-xl-4 {
    padding: 1.5rem !important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
}
.p-xl-5 {
    padding: 3rem !important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
}
.p-xl-6 {
    padding: 3.5rem !important;
}
.pt-xl-6, .py-xl-6 {
    padding-top: 3.5rem !important;
}
.pr-xl-6, .px-xl-6 {
    padding-right: 3.5rem !important;
}
.pb-xl-6, .py-xl-6 {
    padding-bottom: 3.5rem !important;
}
.pl-xl-6, .px-xl-6 {
    padding-left: 3.5rem !important;
}
.p-xl-7 {
    padding: 6rem !important;
}
.pt-xl-7, .py-xl-7 {
    padding-top: 6rem !important;
}
.pr-xl-7, .px-xl-7 {
    padding-right: 6rem !important;
}
.pb-xl-7, .py-xl-7 {
    padding-bottom: 6rem !important;
}
.pl-xl-7, .px-xl-7 {
    padding-left: 6rem !important;
}
.m-xl-n1 {
    margin: -0.25rem !important;
}
.mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
}
.mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
}
.mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
}
.m-xl-n2 {
    margin: -0.5rem !important;
}
.mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
}
.mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
}
.mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
}
.m-xl-n3 {
    margin: -1rem !important;
}
.mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
}
.mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
}
.mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
}
.ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
}
.m-xl-n4 {
    margin: -1.5rem !important;
}
.mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
}
.mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
}
.mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
}
.m-xl-n5 {
    margin: -3rem !important;
}
.mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
}
.mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
}
.mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
}
.ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
}
.m-xl-n6 {
    margin: -3.5rem !important;
}
.mt-xl-n6, .my-xl-n6 {
    margin-top: -3.5rem !important;
}
.mr-xl-n6, .mx-xl-n6 {
    margin-right: -3.5rem !important;
}
.mb-xl-n6, .my-xl-n6 {
    margin-bottom: -3.5rem !important;
}
.ml-xl-n6, .mx-xl-n6 {
    margin-left: -3.5rem !important;
}
.m-xl-n7 {
    margin: -6rem !important;
}
.mt-xl-n7, .my-xl-n7 {
    margin-top: -6rem !important;
}
.mr-xl-n7, .mx-xl-n7 {
    margin-right: -6rem !important;
}
.mb-xl-n7, .my-xl-n7 {
    margin-bottom: -6rem !important;
}
.ml-xl-n7, .mx-xl-n7 {
    margin-left: -6rem !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: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #cde225 !important;
}
a.text-primary:hover, a.text-primary:focus {
    color: #b29100 !important;
}
.text-secondary {
    color: #cde225 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
    color: #003925 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}
.text-body {
    color: #292121 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, .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) {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")"}
pre {
    white-space: pre-wrap !important;
}
pre, blockquote {
    border: 1px solid #adb5bd;
    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: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table td, .table th {
    background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
}
.table-dark {
    color: inherit;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
    border-color: #dee2e6;
}
.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}
}label, .label {
    color: #292121;
    display:contents;
}
.display-4 {
    font-family: "Noto Serif";
    font-weight: 400;
}
.last-child-mb0>*:last-child {
    margin-bottom: 0;
}
.skip-link {
    background: #f8f9fa;
    color: #343a40;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,  -webkit-transform .3s;
}
.skip-link:focus {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
[class^=icon-] {
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 35px !important;
}
.annexo-link small {
    font-size: 13px !important;
    line-height: 19px !important;
    color: #fff !important;
}
.annexo-link:hover {
    color: #fff !important;
}
.arrow-link {
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "avenir-heavy", Arial, sans-serif;
    background-image: url('data:image/svg+xml, %3csvg width="12" height="15" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23cde225" d="M.036.584l11.948 6.78L.036 14.141z"/%3e%3c/svg%3e');
}
.arrow-link:hover {
    text-decoration: underline;
    color: #bcca37;
}
.img-collage {
    position: relative;
}
.img-collage .collage-top {
    width: 40% !important;
    position: absolute;
    bottom: -15px;
    left: 15px;
}
@media(min-width: 576px) {
    .img-collage .collage-top {
    bottom: auto;
    top: -30px;
    left: -30px;
}
}.img-collage .collage-bottom {
    width: 40% !important;
    position: absolute;
    bottom: -30px;
    right: 15px;
}
@media(min-width: 576px) {
    .img-collage .collage-bottom {
    bottom: -30px;
    right: 30px;
}
}.blockquote {
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('data:image/svg+xml, %3csvg width="38" height="28" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7.7 27.7c-7.4-.4-7.8-8.5-5.5-13.9C4.8 7.8 9.9 3.1 15.5 0c.6.9 1.5 2 2.1 2.9-4.1 3.1-8 7.4-8.8 12.6 3.8.7 6.2 4.7 4.8 8.4-1.1 2.2-3.4 3.9-5.9 3.8zm19.8 0c-7.5-.3-7.9-8.5-5.5-13.9C24.4 7.7 29.6 3.1 35.3 0c.6.9 1.4 2 2 2.9-4.1 3.1-8 7.4-8.8 12.6 3.8.7 6.2 4.7 4.8 8.4-1.2 2.2-3.4 3.9-5.8 3.8z" fill="%23cde225" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.blockquote p {
    font-size: 16px;
    line-height: 24px;
    font-family: "avenir-medium", Arial, sans-serif;
}
.blockquote p:last-child {
    margin-bottom: 0;
}
.blockquote .blockquote-footer {
    padding-top: 1.5rem;
    position: relative;
}
.blockquote .blockquote-footer::before {
    content: "";
    display: none;
}
.BSB-container {
    width: 85%;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .15s linear;
}
@media(max-width: 991.98px) {
    .BSB-container {
    max-width: 250px;
}
}@media(min-width: 992px) {
    .BSB-container {
    width: 90%}
}.BSB-container:hover {
    opacity: .5;
}
.breadcrumbs {
    background-color: #f8f9fa;
    color: #495057 !important;
    border-bottom: solid 1px #dee2e6;
}
.breadcrumbs ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-size: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 16px;
}
.breadcrumbs ul li:not(:last-child) {
    position: relative;
}
.breadcrumbs ul li:not(:last-child)::after {
    content: " / ";
    white-space: pre;
}
.breadcrumbs a {
    font-size: 16px;
    color: #495057 !important;
    text-decoration: underline;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
body:not(.page-template-template-contact) .contact-us {
    background-color: #343a40;
    color: #fff;
}
body:not(.page-template-template-contact) .contact-us h2, body:not(.page-template-template-contact) .contact-us h3, body:not(.page-template-template-contact) .contact-us h4, body:not(.page-template-template-contact) .contact-us h5, body:not(.page-template-template-contact) .contact-us h6 {
    color: #fff;
}
body:not(.page-template-template-contact) .contact-us .sub-text {
    color: #adb5bd;
}
body:not(.page-template-template-contact) .contact-us .box-head h4 {
    color: #343a40;
}
body:not(.page-template-template-contact) .contact-us .icon-call a {
    color: #fff;
}
@media(min-width: 768px) {
    .contact-us .box-body {
    min-height: 500px;
}
}.contact-us .icon-call {
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url('data:image/svg+xml, %3csvg width="24" height="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M14.62 20.586l.01.007a4.5 4.5 0 005.6-.615l.63-.629a1.5 1.5 0 000-2.122l-2.653-2.65a1.5 1.5 0 00-2.122 0h0a1.5 1.5 0 01-2.121 0l-4.242-4.244a1.5 1.5 0 010-2.12h0a1.5 1.5 0 000-2.123L7.07 3.44a1.5 1.5 0 00-2.121 0l-.63.628a4.5 4.5 0 00-.614 5.6l.006.01a40.606 40.606 0 0010.91 10.908h0z" stroke="%23cde225" fill-opacity="0" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.contact-us .icon-call a {
    color: #343a40;
    text-decoration: none;
}
.contact-us .icon-call a:hover {
    text-decoration: underline;
}
.services-menu {
    background-image: linear-gradient(to bottom,  #fff 0%,  #f8f9fa 100%);
    background-repeat: repeat-x;
}
.services-menu nav {
    border-bottom: solid .5rem #cde225;
    border-top: solid .5rem #cde225;
}
.services-menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
@media(min-width: 992px) {
    .services-menu ul {
    display: -ms-flexbox;
    display: flex;
}
.services-menu ul:hover li {
    width: 25%}
}.services-menu ul li {
    display: block;
    position: relative;
}
.services-menu ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 53px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .35s ease-in-out;
    transition: filter .35s ease-in-out;
    transition: filter .35s ease-in-out,  -webkit-filter .35s ease-in-out;
}
.services-menu ul li:hover {
    cursor: pointer;
}
.services-menu ul li:hover a span {
    background-color: #cde225;
    color: #343a40;
}
.services-menu ul li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.services-menu ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.services-menu ul li a span {
    display: inline-block;
    padding: 1rem;
    background-color: #343a40;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    transition: background-color .15s linear;
}
@media(min-width: 992px) {
    .services-menu ul li {
    width: 33.33%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: width .35s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
}
.services-menu ul li:hover {
    width: 50%}
.services-menu ul li img {
    width: 555px;
    height: auto;
}
}.gform_wrapper {
    margin: 0 !important;
}
.gform_wrapper .gfield {
    margin-bottom: 0 !important;
}
.gform_wrapper select {
    padding: .375rem 1.75rem .375rem .75rem !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.gform_wrapper input[type=submit] {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
    margin-right: 0 !important;
}
.gform_wrapper input[type=radio] {
    margin-top: 0 !important;
    margin-right: .3125rem !important;
}
.gform_wrapper .ginput_container_radio {
    margin-top: 0 !important;
}
.gform_wrapper .gfield {
    padding-right: 0 !important;
}
.gform_wrapper .gfield_radio {
    margin-bottom: 0 !important;
    display: inline-block !important;
}
.gform_wrapper .gfield_radio label {
    margin-left: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    display: inline !important;
}
.gform_wrapper .gfield_radio li {
    display: inline-block !important;
    margin-bottom: 0 !important;
}
.gform_wrapper .gfield_radio li:not(:last-child) {
    margin-right: 1rem;
}
.gform_wrapper .gfield_required {
    position: relative;
}
.gform_wrapper .gfield_required::after {
    display: inline-block;
    font-size: 80%;
    color: #dc3545 !important;
}
.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}
.gform_wrapper .gfield_label {
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
.gform_wrapper .gfield_error {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}
.gform_wrapper .gfield_error select {
    border-color: #790000;
}
.gform_wrapper .gfield_validation_message {
    padding: 0 !important;
    font-weight: 400 !important;
    background: none !important;
    border: none !important;
}
.gform_wrapper .gform_validation_errors {
    font-weight: 400 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: none !important;
    margin-bottom: 1.5rem !important;
}
.gform_wrapper .gform_validation_errors h2 {
    color: #343a40 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    font-family: "avenir-light", Arial, sans-serif;
}
.gform_wrapper .gform_validation_errors .gform-icon--close {
    display: none !important;
}
.gform_wrapper .gform_ajax_spinner {
    display: none !important;
}
.gform_wrapper .gform_footer {
    padding-top: 15px !important;
}
.gform_wrapper .ginput_container_consent input {
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-top: 5px !important;
}
.gform_wrapper .ginput_container_consent .gfield_consent_label {
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 10px;
    vertical-align: top !important;
    margin: 0 !important;
}
.gform_wrapper .ginput_container_consent .gfield_required {
    display: none !important;
}
.rs-custom-widget {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: "avenir-light", Arial, sans-serif;
    padding-left: 4px;
    font-size: 14px;
    margin-bottom: .25rem;
    transition: opacity .15s linear;
}
.rs-custom-widget:hover {
    opacity: .5;
}
@media(min-width: 768px) {
    .rs-custom-widget {
    margin-bottom: 0;
}
}.rs-custom-widget span {
    vertical-align: middle;
}
.rs-custom-widget .starContainer {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}
.rs-custom-widget ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.rs-custom-widget ul[data-rating="4.5"] li:last-child, .rs-custom-widget ul[data-rating="3.5"] li:last-child, .rs-custom-widget ul[data-rating="2.5"] li:last-child, .rs-custom-widget ul[data-rating="1.5"] li:last-child {
    background-image: url('data:image/svg+xml, %3csvg width="18" height="18" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath fill="%2300AF54" d="M9 13.616l-4.944 2.6L5 10.712 1 6.816l5.528-.808L9 1z"/%3e%3cpath stroke="%2300AF54" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" d="M9 1l2.472 5.008L17 6.816l-4 3.896.944 5.504L9 13.616l-4.944 2.6L5 10.712 1 6.816l5.528-.808z"/%3e%3c/g%3e%3c/svg%3e');
}
.rs-custom-widget ul li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('data:image/svg+xml, %3csvg width="18" height="18" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9 1l2.472 5.008L17 6.816l-4 3.896.944 5.504L9 13.616l-4.944 2.6L5 10.712 1 6.816l5.528-.808z" fill="%2300AF54" stroke="%2300AF54" stroke-width="1.6" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
    background-size: contain;
}
.rs-custom-widget img {
    width: 160px;
    height: auto;
    vertical-align: middle;
}
.rs-custom-widget a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
footer, section:not(.pre-form), .modal {
    content-visibility: auto;
}
.section-arrow-gray {
    position: relative;
}
.section-arrow-gray::after {
    content: "";
    display: block;
    width: 39.5px;
    height: 34px;
    bottom: -33px;
    margin-left: -19.75px;
    position: absolute;
    left: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-image: url('data:image/svg+xml, %3csvg width="79" height="68" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23f8f9fa" d="M78.926.107l-39 67-39-67z" fill-rule="evenodd"/%3e%3c/svg%3e');
}
@media(min-width: 992px) {
    .section-arrow-gray: :after {
    width: 79px;
    height: 68px;
    bottom: -66px;
    margin-left: -39.5px;
}
}.section-arrow-white {
    position: relative;
}
.section-arrow-white::after {
    content: "";
    display: block;
    width: 39.5px;
    height: 34px;
    bottom: -33px;
    margin-left: -19.75px;
    position: absolute;
    left: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-image: url('data:image/svg+xml, %3csvg width="79" height="68" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="M78.926.107l-39 67-39-67z" fill-rule="evenodd"/%3e%3c/svg%3e');
}
@media(min-width: 992px) {
    .section-arrow-white: :after {
    width: 79px;
    height: 68px;
    bottom: -66px;
    margin-left: -39.5px;
}
}body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cookieNotice {
    visibility: hidden;
}
.top-links {
    background-color: #292121;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
}
.top-links a, .top-links button {
    text-decoration: none;
}
.top-links a:hover, .top-links button:hover {
    text-decoration: underline;
}
.top-links .status {
    display: inline-block;
    padding: .5rem 0 .5rem 35px;
    border-bottom: solid 1px #495057;
    display: block;
}
@media(min-width: 992px) {
    .top-links .status {
    padding: 0 0 0 35px;
    border-bottom: none;
}
}.top-links .status a {
    color: #cde225 !important;
    text-decoration: underline;
}
.top-links .status a:hover {
    text-decoration: none;
}
.top-links .btn, .top-links .gform_wrapper input[type=submit], .gform_wrapper .top-links input[type=submit] {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
}
.top-links .btn:hover, .top-links .gform_wrapper input[type=submit]:hover, .gform_wrapper .top-links input[type=submit]:hover {
    color: #cde225;
}
.top-links .icon-call {
    background-image: url('data:image/svg+xml, %3csvg width="24" height="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M14.62 20.586l.01.007a4.5 4.5 0 005.6-.615l.63-.629a1.5 1.5 0 000-2.122l-2.653-2.65a1.5 1.5 0 00-2.122 0h0a1.5 1.5 0 01-2.121 0l-4.242-4.244a1.5 1.5 0 010-2.12h0a1.5 1.5 0 000-2.123L7.07 3.44a1.5 1.5 0 00-2.121 0l-.63.628a4.5 4.5 0 00-.614 5.6l.006.01a40.606 40.606 0 0010.91 10.908h0z" stroke="%23cde225" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.top-links .icon-rcb {
    background-image: url('data:image/svg+xml, %3csvg width="24" height="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12.308 20.783l.009.006a3.75 3.75 0 004.666-.512l.524-.524a1.25 1.25 0 000-1.769l-2.21-2.209a1.25 1.25 0 00-1.769 0h0a1.25 1.25 0 01-1.767 0l-3.535-3.536a1.25 1.25 0 010-1.767h0a1.25 1.25 0 000-1.769l-2.21-2.209a1.25 1.25 0 00-1.768 0l-.525.524a3.75 3.75 0 00-.511 4.667l.005.008a33.838 33.838 0 009.091 9.09h0zM21.375 2.625L13.25 10.75M18.042 10.958h-5v-5" stroke="%23cde225" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.top-links .icon-alert {
    background-image: url('data:image/svg+xml, %3csvg width="24" height="24" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath stroke="%23cde225" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M12.5 13.25v-2.5M12.5 8.926c.173 0 .313-.14.313-.313M12.188 8.613c0 .173.14.313.312.313M12.5 8.3a.312.312 0 00-.313.313M12.813 8.613a.312.312 0 00-.313-.312"/%3e%3cpath d="M20 10.125a7.5 7.5 0 10-9 7.35l1.5 3.9 1.5-3.9a7.5 7.5 0 006-7.35h0z" stroke="%23cde225" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/g%3e%3c/svg%3e');
}
@media(min-width: 992px) {
    .header-lg-fixed {
    padding-top: 130px;
}
}@media(min-width: 992px) {
    .header-lg-fixed .header-position {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}
}@media(min-width: 992px) {
    .header-lg-fixed.admin-bar .header-position {
    top: 32px;
}
}header .nav-bg {
    background-color: #343a40;
    padding-top: 15px;
    border-bottom: solid .5rem #cde225;
}
header .navbar {
    padding: 0;
    min-height: 45px;
}
@media(min-width: 992px) {
    header .navbar {
    height: 56px;
}
}header .nav-space {
    width: 100%;
    padding-bottom: 15px;
}
@media(min-width: 992px) {
    header .nav-space {
    width: auto;
}
}header .navbar-toggler {
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: block;
    background-image: url('data:image/svg+xml, %3csvg width="30" height="30" xmlns="http://www.w3.org/2000/svg"%3e%3cpath stroke="%23cde225" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M6 15h18M6 9h18M6 21h18"/%3e%3c/svg%3e');
}
header .navbar-brand {
    padding: 0;
    margin: 0;
    transition: opacity .15s linear;
}
header .navbar-brand img {
    width: 250px;
    height: auto;
}
header .navbar-brand:hover {
    opacity: .5;
}
@media(min-width: 992px) {
    header .navbar-brand img {
    width: auto;
    height: auto;
}
}header .navbar-nav .nav-item:not(:last-child) .nav-link {
    margin-bottom: 1px;
}
@media(min-width: 992px) {
    header .navbar-nav .nav-item: not(:last-child) .nav-link {
    margin-bottom: 0;
    margin-right: 1px;
}
}header .navbar-nav .nav-item:first-child .nav-link {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
header .navbar-nav .nav-link {
    background-color: #292121;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "avenir-heavy", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 16px 24px !important;
    transition: background-color .15s linear;
}
@media(min-width: 992px) {
    header .navbar-nav .nav-link {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
}header .navbar-nav .nav-link:hover {
    background-color: #cde225;
    color: #343a40;
}
header .navbar-nav .current-menu-item .nav-link {
    background-color: #cde225;
    color: #343a40;
}
header .navbar-nav .current-page-ancestor .nav-link {
    background-color: #cde225;
    color: #343a40;
}
footer:not(.blockquote-footer) {
    border-top: solid .5rem #cde225;
    background-color: #292121;
    color: #fff;
}
footer:not(.blockquote-footer) a {
    color: #cde225 !important;
    text-decoration: none !important;
}
footer:not(.blockquote-footer) a:hover {
    text-decoration: underline !important;
}
footer:not(.blockquote-footer) nav a {
    display: block;
    letter-spacing: 2px;
    color: #fff !important;
    margin-bottom: .25rem;
}
@media(max-width: 767.98px) {
    footer: not(.blockquote-footer) nav a {
    min-height: 48px;
}
}footer:not(.blockquote-footer) .icon-call {
    letter-spacing: 2px;
    color: #fff;
    background-image: url('data:image/svg+xml, %3csvg width="24" height="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M14.62 20.586l.01.007a4.5 4.5 0 005.6-.615l.63-.629a1.5 1.5 0 000-2.122l-2.653-2.65a1.5 1.5 0 00-2.122 0h0a1.5 1.5 0 01-2.121 0l-4.242-4.244a1.5 1.5 0 010-2.12h0a1.5 1.5 0 000-2.123L7.07 3.44a1.5 1.5 0 00-2.121 0l-.63.628a4.5 4.5 0 00-.614 5.6l.006.01a40.606 40.606 0 0010.91 10.908h0z" stroke="%23cde225" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.pre-form .col {
    min-height: 460px;
}
@media(min-width: 768px) {
    .pre-form .col {
    min-height: auto;
}
}.hero {
    background-color: #343a40;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding-bottom: calc(3.5rem + 92px);
    padding-top: calc(1.5rem + 30px);
    min-height: 514px;
}
.hero::before {
    content: "";
    display: block;
    background: linear-gradient(120deg,  #343a40 30%,  rgba(52,  58,  64,  0) 75%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hero .container {
    position: relative;
    z-index: 2;
}
.hero h1 {
    color: #fff;
    text-shadow: 2px 2px 5px #343a40;
}
@media(max-width: 767.98px) {
    .hero h1 {
    font-size: 39px;
    line-height: 47px;
}
}@media(min-width: 576px) {
    .hero {
    padding-bottom: calc(3.5rem + 92px);
    height: 420px;
}
}@media(min-width: 768px) {
    .hero {
    height: 567px;
}
}@media(min-width: 992px) {
    .hero {
    padding-bottom: calc(6rem + 68px);
    padding-top: calc(3.5rem + 30px);
    height: 615px;
}
}@media(min-width: 1200px) {
    .hero {
    height: 548px;
}
}.sub-text {
    color: #6c757d;
    font-family: "avenir-heavy", Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}
.title-bar {
    border-top: solid .5rem #cde225;
    background-color: #e9ecef;
    padding: 15px 15px 15px 60px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-image: url('data:image/svg+xml, %3csvg width="32" height="32" xmlns="http://www.w3.org/2000/svg"%3e%3cg stroke="%23cde225" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"%3e%3cpath d="M16.947 29.236l.012.008a5.437 5.437 0 006.767-.743l.76-.76a1.812 1.812 0 000-2.564l-3.206-3.203a1.812 1.812 0 00-2.564 0h0a1.812 1.812 0 01-2.563 0l-5.126-5.127a1.813 1.813 0 010-2.563h0a1.812 1.812 0 000-2.564L7.823 8.517a1.812 1.812 0 00-2.563 0l-.761.76a5.438 5.438 0 00-.742 6.766l.007.012a49.066 49.066 0 0013.183 13.18h0zM30.094 2.906L18.313 14.688M25.26 14.99h-7.25V7.74"/%3e%3c/g%3e%3c/svg%3e');
}
.title-bar span {
    display: block;
}
@media(min-width: 992px) {
    .title-bar span {
    display: inline-block;
}
}.form-full-width form .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.form-full-width form .form-group {
    margin-bottom: 1.5rem !important;
}
.form-full-width form .pl-lg-3 {
    padding-left: 0 !important;
}
.form-full-width .py-3, .form-full-width .px-3 {
    padding: 0 !important;
}
body.home .pre-form .submit-message {
    display: none !important;
}
.pre-form {
    position: relative;
    z-index: 2;
    margin-top: calc(-92px - 0.5rem);
}
@media(min-width: 576px) {
    .pre-form {
    margin-top: calc(-92px - 0.5rem);
}
}@media(min-width: 992px) {
    .pre-form {
    margin-top: calc(-68px - 0.5rem);
}
}.pre-form .title-bar h2 {
    font-size: 28px;
}
.who-we-are .embed-responsive {
    background-color: #e9ecef;
}
.services .embed-responsive {
    background-color: #e9ecef;
}
.services .image-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media(max-width: 991.98px) {
    .services .image-bg {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.services .image-bg::before {
    display: block;
    content: "";
    padding-top: 56.25%}
}.our-team {
    background-image: linear-gradient(to bottom,  #f8f9fa 0%,  #fff 100%);
    background-repeat: repeat-x;
}
.our-clients {
    background-color: #f8f9fa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
body.webp .our-clients {
    background-image: url(//www.construction-negligence.co.uk/wp-content/themes/construction-negligence/assets/css/../../assets/img/buildings-background.webp);
}
body.no-webp .our-clients {
    background-image: url(//www.construction-negligence.co.uk/wp-content/themes/construction-negligence/assets/css/../../assets/img/buildings-background.jpg);
}
.our-clients .image-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media(max-width: 1199.98px) {
    .our-clients .image-bg {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.our-clients .image-bg::before {
    display: block;
    content: "";
    padding-top: 56.25%}
}.box-container {
    background-color: #fff;
    border-top: solid .5rem #cde225;
}
.box-container.box-green {
    border-top: solid .5rem #cde225;
}
.box-container .box-head {
    padding: 15px;
    background-color: #e9ecef;
}
.box-container .box-head span {
    color: #343a40;
    margin-bottom: 0;
}
.box-container .box-head.icon-callback {
    background-repeat: no-repeat;
    background-position: 15px 12px;
    padding-left: 60px;
    background-image: url('data:image/svg+xml, %3csvg width="32" height="32" xmlns="http://www.w3.org/2000/svg"%3e%3cg stroke="%23cde225" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"%3e%3cpath d="M16.947 29.236l.012.008a5.437 5.437 0 006.767-.743l.76-.76a1.812 1.812 0 000-2.564l-3.206-3.203a1.812 1.812 0 00-2.564 0h0a1.812 1.812 0 01-2.563 0l-5.126-5.127a1.813 1.813 0 010-2.563h0a1.812 1.812 0 000-2.564L7.823 8.517a1.812 1.812 0 00-2.563 0l-.761.76a5.438 5.438 0 00-.742 6.766l.007.012a49.066 49.066 0 0013.183 13.18h0zM30.094 2.906L18.313 14.688M25.26 14.99h-7.25V7.74"/%3e%3c/g%3e%3c/svg%3e');
}
.box-container .box-body {
    color: #343a40;
    padding: 15px;
}
.page-title {
    background-color: #343a40;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: relative;
}
.page-title::before {
    content: "";
    display: block;
    background: linear-gradient(120deg,  #343a40 30%,  rgba(52,  58,  64,  0) 75%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-title h1 {
    color: #fff;
}
@media(max-width: 767.98px) {
    .page-title h1 {
    font-size: 39px;
    line-height: 47px;
}
}#callbackModal .modal-header {
    background-repeat: no-repeat;
    background-position: 15px 20px;
    padding-left: 55px;
    background-image: url('data:image/svg+xml, %3csvg width="29" height="29" xmlns="http://www.w3.org/2000/svg"%3e%3cg stroke="%23cde225" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"%3e%3cpath d="M14.947 27.236l.012.008a5.437 5.437 0 006.767-.743l.76-.76a1.812 1.812 0 000-2.564l-3.206-3.203a1.812 1.812 0 00-2.564 0h0a1.812 1.812 0 01-2.563 0l-5.126-5.127a1.813 1.813 0 010-2.563h0a1.812 1.812 0 000-2.564L5.823 6.517a1.812 1.812 0 00-2.563 0l-.761.76a5.438 5.438 0 00-.742 6.766l.007.012a49.066 49.066 0 0013.183 13.18h0zM28.094.906L16.313 12.688M23.26 12.99h-7.25V5.74"/%3e%3c/g%3e%3c/svg%3e');
}
.modal .modal-header {
    padding: 15px;
    background-color: #e9ecef;
    border: none !important;
    border-top: solid .5rem #cde225 !important;
    position: relative !important;
    display: block !important;
}
.modal .modal-content {
    border: none !important;
}
.modal button.close {
    opacity: 1;
    position: absolute !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml, %3csvg width="22" height="22" xmlns="http://www.w3.org/2000/svg"%3e%3cg transform="translate%281 1%29" stroke="%23495057" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"%3e%3ccircle cx="10" cy="10" r="10"/%3e%3cpath d="M13 7l-6 6M7 7l6 6"/%3e%3c/g%3e%3c/svg%3e');
    position: absolute;
    top: 33px;
    right: 30px;
}
.cb-form .gsection {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-top: solid 1px #e9ecef;
    padding-top: 1rem !important;
    margin-right: 0 !important;
}
.cb-form .gsection h2 {
    font-weight: normal !important;
}
@media(min-width: 992px) {
    .cb-form .gform_confirmation_message {
    padding-right: 3rem;
    padding-bottom: 3rem;
}
}.cb-form .gform_confirmation_message a[href^="tel:"] {
    font-family: "avenir-heavy", Arial, sans-serif;
    font-size: 120%}
.page-id-58 .services-menu ul li:nth-child(1) span {
    background-color: #cde225;
    color: #343a40;
}
.page-id-60 .services-menu ul li:nth-child(2) span {
    background-color: #cde225;
    color: #343a40;
}
.page-id-62 .services-menu ul li:nth-child(3) span {
    background-color: #cde225;
    color: #343a40;
}
.page-child .services-menu {
    background-color: #e9ecef;
    background-image: none;
}
.page-child .services-menu .container .row:first-child {
    display: none;
}
.page-child .services-menu .h1, .page-child .services-menu .sub-text {
    display: none;
}
.page-child .services-menu::after {
    display: none;
}
#ecl-notice {
    position: fixed;
    z-index: 1000000;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    padding: .5em;
    background-color: #fff;
    color: #000;
}

.gform_wrapper.gravity-theme fieldset, .gform_wrapper.gravity-theme legend {
    background: 0 0;
    padding: 0;
}
.gform_wrapper.gravity-theme fieldset {
    border: none;
    display: block;
    margin: 0;
}
.gform_wrapper.gravity-theme legend {
    margin-left: 0;
    margin-right: 0;
}
.gform-ul-reset {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gform-text-input-reset, body[class*=avada] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).gform-text-input-reset, input.gform-text-input-reset {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-color: transparent;
    font-family: inherit;
    font-size: inherit;
    outline: 0;
    padding: inherit;
}
@font-face {
    font-family: gform-icons-theme;
    src: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../fonts/gform-icons-theme.woff2?a2cayk) format('woff2'), url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../fonts/gform-icons-theme.ttf?a2cayk) format('truetype'), url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../fonts/gform-icons-theme.woff?a2cayk) format('woff'), url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../fonts/gform-icons-theme.svg?a2cayk#gform-icons-theme) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.gform-icon {
    font-family: gform-icons-theme!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gform-icon--left-arrow:before {
    content: "\e910";
    color: #2f4054;
}
.gform-icon--right-arrow:before {
    content: "\e91b";
    color: #2f4054;
}
.gform-icon--circle-error:before {
    content: "\e91a"}
.gform-icon--close-small:before {
    content: "\e905"}
.gform-icon--info:before {
    content: "\e900"}
.gform-icon--verified:before {
    content: "\e901"}
.gform-icon--circle-check:before {
    content: "\e902"}
.gform-icon--close:before {
    content: "\e903"}
.gform-icon--close-big:before {
    content: "\e904"}
.gform-icon--down-arrow:before {
    content: "\e906"}
.gform-icon--format-bold:before {
    content: "\e907"}
.gform-icon--format-italic:before {
    content: "\e908"}
.gform-icon--format-list-bulleted:before {
    content: "\e909"}
.gform-icon--format-list-numbered:before {
    content: "\e90a"}
.gform-icon--insert-link:before {
    content: "\e90b"}
.gform-icon--line:before {
    content: "\e90c"}
.gform-icon--password-eye:before {
    content: "\e90d"}
.gform-icon--password-eye-closed:before {
    content: "\e90e"}
.gform-icon--redo:before {
    content: "\e90f"}
.gform-icon--schedule:before {
    content: "\e911"}
.gform-icon--clock:before {
    content: "\e912"}
.gform-icon--search:before {
    content: "\e913"}
.gform-icon--star:before {
    content: "\e914"}
.gform-icon--star-border:before {
    content: "\e915"}
.gform-icon--star-half:before {
    content: "\e916"}
.gform-icon--check:before {
    content: "\e917"}
.gform-icon--undo:before {
    content: "\e918"}
.gform-icon--unfold-more:before {
    content: "\e919"}
.gform-icon--create:before {
    content: "\e91c"}
.gform-icon--cog:before {
    content: "\e91d"}
.gform_drop_area {
    padding: 32px;
    border: 1px dashed #ccc;
    text-align: center;
    margin-bottom: 8px;
    background: rgba(0, 0, 0, .02);
    border-radius: 4px;
}
.gform_drop_instructions {
    display: block;
    margin-bottom: 8px;
}
.gform_delete, .gform_delete_file {
    vertical-align: middle;
    cursor: pointer;
}
.gform_delete_file {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
}
.gfield_validation_message ul {
    padding-left: 24px;
    margin: 16px 0;
}
.gfield_validation_message ul:empty {
    display: none;
}
.ginput_preview {
    margin: 16px 0;
}
.gform_fileupload_rules {
    display: block;
    margin-top: 8px;
}
.ginput_container_password>span {
    position: relative;
}
.gform_show_password:focus {
    outline: 0;
}
.gform_show_password {
    position: absolute;
    right: 20px;
    top: 0;
    background-color: inherit;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 100%}
.password_input_container {
    display: block;
    position: relative;
}
.gfield_password_strength {
    border: 1px solid #ddd;
    margin-top: 8px;
    padding: 8px;
    text-align: center;
    background-color: #eee;
    border-bottom: 3px solid #ddd;
}
.field_sublabel_above .gfield_password_strength {
    margin-top: 16px;
}
.gfield_password_strength .mismatch, .gfield_password_strength .short {
    background-color: #ffa0a0;
    border-color: #f04040;
    border-bottom: 3px solid #f04040;
}
.gfield_password_strength .bad {
    background-color: #ffb78c;
    border-color: #ff853c;
    border-bottom: 3px solid #ff853c;
}
.gfield_password_strength .good {
    background-color: #ffec8b;
    border-color: #fc0;
    border-bottom: 3px solid #fc0;
}
.gfield_password_strength .strong {
    background-color: #c3ff88;
    border-color: #8dff1c;
    border-bottom: 3px solid #8dff1c;
}
.ui-datepicker:not(.gform-legacy-datepicker) {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 8px;
    margin: 2.4px;
    display: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}
.ui-datepicker:not(.gform-legacy-datepicker)[style] {
    z-index: 9999!important;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
    position: relative;
    padding: 0 8px 8px;
    margin: 0 -8px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next, .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev {
    position: absolute;
    cursor: pointer;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next:before, .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev:before {
    border-style: solid;
    border-width: .18em .18em 0 0;
    content: '';
    display: inline-block;
    height: .55em;
    left: .15em;
    position: relative;
    top: .3em;
    transform: rotate(-135deg);
    vertical-align: top;
    width: .55em;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next .ui-icon, .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev .ui-icon {
    display: none;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev {
    left: 16px;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next {
    right: 16px;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next:before {
    left: 0;
    transform: rotate(45deg);
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title {
    text-align: center;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title select {
    margin: 0 4px;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker table {
    border-spacing: 0;
    margin: 0;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker thead {
    font-size: .85em;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker td {
    padding: 0;
    width: 35.2px;
}
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
    display: block;
    width: 100%;
    line-height: 35.2px;
    text-align: center;
    color: #222;
    text-decoration: none;
    border-radius: 50%}
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default:hover {
    background-color: rgba(0, 0, 0, .1);
}
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active, .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active:hover {
    background-color: #3498db;
    color: #fff;
}
::-ms-reveal {
    display: none;
}
.gform_validation_container, .gform_wrapper.gravity-theme .gform_validation_container, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container, body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container, body .gform_wrapper.gravity-theme .gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}
.gform_wrapper.gravity-theme .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gform_wrapper.gravity-theme .chosen-container * {
    box-sizing: border-box;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    display: none;
}
.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}
.gform_wrapper.gravity-theme .chosen-container a {
    cursor: pointer;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name, .gform_wrapper.gravity-theme .chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name:after, .gform_wrapper.gravity-theme .chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single input[type=text] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-default {
    color: #999;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 38.4px;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 36px;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../legacy/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.gform_wrapper.gravity-theme .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../legacy/css/chosen-sprite.png) no-repeat 0 10px;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../legacy/css/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.gform_wrapper.gravity-theme .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 8px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../legacy/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.gform_wrapper.gravity-theme .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}
.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0;
}
.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 10px;
}
.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important;
}
.gform_wrapper.gravity-theme .chosen-disabled {
    opacity: .5!important;
    cursor: default;
}
.gform_wrapper.gravity-theme .chosen-disabled .chosen-single {
    cursor: default;
}
.gform_wrapper.gravity-theme .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.gform_wrapper.gravity-theme .chosen-rtl {
    text-align: right;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li {
    float: right;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../legacy/css/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl;
}
.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi), only screen and (min-resolution:1.5dppx) {
    .gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-down span, .gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-up span, .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text], .gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b, .gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text] {
    background-image: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../legacy/css/chosen-sprite@2x.png)!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
}
}body .gform_wrapper.gravity-theme .chosen-container a.chosen-single {
    border-radius: inherit;
}
body .gform_wrapper.gravity-theme ul.chosen-results li {
    line-height: inherit;
}
@media only screen and (max-width:641px) {
    .gform_wrapper.gravity-theme input: not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 32px;
}
.gform_wrapper.gravity-theme textarea {
    line-height: 1.5;
}
.gform_wrapper.gravity-theme .chosen-container.chosen-container-single[style] {
    width: 100%!important;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
}
.gform_wrapper.gravity-theme div.chosen-container.chosen-container-multi[style] {
    width: 100%!important;
}
.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: 100%;
    line-height: inherit;
    float: none;
}
.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
}
.gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
}
.gform_wrapper.gravity-theme li.field_sublabel_below .ginput_complex {
    margin-top: 12px!important;
}
.gform_wrapper.gravity-theme ul.gfield_checkbox li label, .gform_wrapper.gravity-theme ul.gfield_radio li label {
    width: 85%;
    cursor: pointer;
}
}@media only screen and (min-width:641px) {
    body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-multi[style], body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-single[style] {
    width: calc(50% - 8px)!important;
}
body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-multi[style], body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-single[style] {
    width: 100%!important;
}
body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-multi[style], body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-single[style] {
    width: 25%!important;
}
}.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm {
    display: none!important;
}
.gform_wrapper.gravity-theme .gf_invisible, .gform_wrapper.gravity-theme .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.gform_wrapper.gravity-theme .gf_hide_charleft div.charleft {
    display: none!important;
}
.gform_wrapper.gravity-theme .gf_hidden, .gform_wrapper.gravity-theme .gform_hidden {
    display: none;
}
.gform_wrapper.gravity-theme .hidden_label .gfield_label, .gform_wrapper.gravity-theme .hidden_sub_label, .gform_wrapper.gravity-theme .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    word-wrap: normal!important;
}
.gform_wrapper.gravity-theme button.screen-reader-text:focus {
    border: 0;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    position: static!important;
    width: auto;
}
@media only screen and (min-width:641px) {
    .gform_wrapper .gfield.gf_list_2col .gfield_checkbox, .gform_wrapper .gfield.gf_list_2col .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 32px;
}
.gform_wrapper .gfield.gf_list_3col .gfield_checkbox, .gform_wrapper .gfield.gf_list_3col .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 32px;
}
.gform_wrapper .gfield.gf_list_4col .gfield_checkbox, .gform_wrapper .gfield.gf_list_4col .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 32px;
}
.gform_wrapper .gfield.gf_list_5col .gfield_checkbox, .gform_wrapper .gfield.gf_list_5col .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 32px;
}
.gform_wrapper .gfield.gf_list_inline .gfield_checkbox, .gform_wrapper .gfield.gf_list_inline .gfield_radio {
    display: block;
}
.gform_wrapper .gfield.gf_list_inline .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice {
    display: inline-block;
    padding-right: 16px;
}
.gform_wrapper .gfield.gf_list_inline .gfield_checkbox .gchoice label, .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice label {
    max-width: none;
}
.gform_wrapper .gf_list_2col_vertical .gfield_checkbox, .gform_wrapper .gf_list_2col_vertical .gfield_radio {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 32px;
}
.gform_wrapper .gf_list_3col_vertical .gfield_checkbox, .gform_wrapper .gf_list_3col_vertical .gfield_radio {
    -moz-column-count: 3;
    column-count: 3;
    grid-column-gap: 32px;
}
.gform_wrapper .gf_list_4col_vertical .gfield_checkbox, .gform_wrapper .gf_list_4col_vertical .gfield_radio {
    -moz-column-count: 4;
    column-count: 4;
    grid-column-gap: 32px;
}
.gform_wrapper .gf_list_5col_vertical .gfield_checkbox, .gform_wrapper .gf_list_5col_vertical .gfield_radio {
    -moz-column-count: 5;
    column-count: 5;
    grid-column-gap: 32px;
}
.gform_wrapper .gfield.gf_list_height_25 .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_height_25 .gfield_radio .gchoice {
    height: 25px;
}
.gform_wrapper .gfield.gf_list_height_50 .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_height_50 .gfield_radio .gchoice {
    height: 50px;
}
.gform_wrapper .gfield.gf_list_height_75 .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_height_75 .gfield_radio .gchoice {
    height: 75px;
}
.gform_wrapper .gfield.gf_list_height_100 .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_height_100 .gfield_radio .gchoice {
    height: 100px;
}
.gform_wrapper .gfield.gf_list_height_125 .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_height_125 .gfield_radio .gchoice {
    height: 125px;
}
.gform_wrapper .gfield.gf_list_height_150 .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_height_150 .gfield_radio .gchoice {
    height: 150px;
}
}.gform_wrapper .gf_hide_ampm .gfield_time_ampm {
    display: none!important;
}
.gform_wrapper .gsection.gf_scroll_text {
    height: 240px;
    padding: 32px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ccc;
}
.gform_wrapper .gsection.gf_scroll_text .gsection_title {
    margin-top: 0;
}
.gform_wrapper .gfield.gfield_html.gf_alert_blue, .gform_wrapper .gfield.gfield_html.gf_alert_gray, .gform_wrapper .gfield.gfield_html.gf_alert_green, .gform_wrapper .gfield.gfield_html.gf_alert_red, .gform_wrapper .gfield.gfield_html.gf_alert_yellow {
    border-radius: 3px;
    margin: 20px 0!important;
    padding: 20px!important;
}
.gform_wrapper .gfield.gfield_html.gf_alert_green {
    border: 1px solid #97b48a;
    background-color: #cbeca0;
    text-shadow: #dfb 1px 1px;
    color: #030;
}
.gform_wrapper .gfield.gfield_html.gf_alert_red {
    border: 1px solid #cfadb3;
    background-color: #faf2f5;
    text-shadow: #fff 1px 1px;
    color: #832525;
}
.gform_wrapper .gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #e6db55;
    background-color: #fffbcc;
    text-shadow: #fcfaea 1px 1px;
    color: #222;
}
.gform_wrapper .gfield.gfield_html.gf_alert_gray {
    border: 1px solid #ccc;
    background-color: #eee;
    text-shadow: #fff 1px 1px;
    color: #424242;
}
.gform_wrapper .gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #d1e4f3;
    text-shadow: #e0f1ff 1px 1px;
    color: #314475;
}
.gform_wrapper .gf_simple_horizontal {
    width: calc(100% - 16px);
    margin: 0 auto;
}
.gform_wrapper .gf_simple_horizontal .gform_body, .gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}
.gform_wrapper .gf_simple_horizontal .gform_body {
    width: auto;
    max-width: 75%}
.gform_wrapper .gf_simple_horizontal .gform_body .top_label {
    display: table;
    width: 100%}
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
    display: table-cell;
    padding-right: 1em;
    height: auto;
}
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .large, .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .medium, .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .small {
    width: 100%}
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice, .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice {
    display: inline-block;
    margin-right: .5em;
}
.gform_wrapper .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield, .gform_wrapper .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield {
    vertical-align: middle;
}
.gform_wrapper .gf_simple_horizontal .gfield, .gform_wrapper .gf_simple_horizontal .ginput_container {
    margin-top: 0!important;
}
.gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
    text-align: left;
}
.gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type=button], .gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type=image], .gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type=submit] {
    height: auto;
}
.gform_wrapper .gf_simple_horizontal .gfield_description:not(.validation_message), .gform_wrapper .gf_simple_horizontal .gfield_label, .gform_wrapper .gf_simple_horizontal .ginput_complex label {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9000px;
}
.gform_wrapper .gf_simple_horizontal .gfield_error {
    margin-bottom: 0;
}
.gform_wrapper body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
}
.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #e6db55;
    border-bottom: 1px solid #e6db55;
    padding: 32px;
    background-color: #fffbcc;
    color: #424242;
    font-size: 25px;
}
.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 32px;
    background-color: #eaeaea;
    color: #424242;
    font-size: 25px;
}
.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #fffbd2;
    margin: 30px 0;
    border: 1px solid #e6db55;
    box-shadow: 0 0 5px rgba(221, 215, 131, .75);
}
.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #e6db55;
    background-color: #fffbcc;
    color: #424242;
    background: #fffce5;
    background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
}
.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 30px 0;
    border: 1px solid #a7c37c;
    box-shadow: 0 0 5px rgba(86, 122, 86, .4);
}
.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    background-color: #fffbcc;
    text-shadow: #dfb 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
}
.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, .gform_confirmation_wrapper.gf_confirmation_green_gradient:before, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    transform: rotate(-3deg);
}
.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.gform_wrapper.gravity-theme .gfield textarea {
    width: 100%}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 96px;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 192px;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 288px;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
    max-width: 100%}
.gform_wrapper.gravity-theme .gfield input.small, .gform_wrapper.gravity-theme .gfield select.small {
    width: calc(25% - 16px * 3 / 4);
}
.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(50% - 16px / 2);
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%}
.gform_wrapper.gravity-theme * {
    box-sizing: border-box;
    margin-bottom:10px;
}
.umbraco-forms-indicator{
    color:#c02b0a !important;
}
.cb-form .umbraco-forms-container{ padding:0px !important }
.gform_wrapper.gravity-theme .gform_fields {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr 2%)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 2%;
    grid-row-gap: 16px;
}
.gform_wrapper.gravity-theme .gfield {
    grid-column: 1/-1;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-eleven-twelfths {
    -ms-grid-column-span: 11;
    grid-column: span 11;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
    -ms-grid-column-span: 10;
    grid-column: span 10;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
    -ms-grid-column-span: 9;
    grid-column: span 9;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds {
    -ms-grid-column-span: 8;
    grid-column: span 8;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths {
    -ms-grid-column-span: 7;
    grid-column: span 7;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
    -ms-grid-column-span: 5;
    grid-column: span 5;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-third {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    -ms-grid-column-span: 3;
    grid-column: span 3;
}
@media (max-width:640px) {
    .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
}
.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1;
}
}.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
    width: 30%;
    margin: 0;
    padding: 0;
}
.gform_wrapper.gravity-theme .gform_fields.left_label fieldset, .gform_wrapper.gravity-theme .gform_fields.right_label fieldset {
    clear: both;
}
.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container, .gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container {
    float: left;
    width: 70%}
.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label, .gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label {
    display: block;
    float: left;
    padding-right: 1em;
    width: 30%}
.gform_wrapper.gravity-theme .left_label .ginput_complex .ginput_container, .gform_wrapper.gravity-theme .right_label .ginput_complex .ginput_container {
    width: auto;
}
.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons), .gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    width: 70%}
.gform_wrapper.gravity-theme .right_label .gfield_label {
    text-align: right;
    padding-right: 1em;
}
.gform_wrapper.gravity-theme .left_label.gform_fields, .gform_wrapper.gravity-theme .right_label.gform_fields {
    position: relative;
}
.gform_wrapper.gravity-theme .left_label .gfield_html_formatted, .gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
    margin-left: 30%}
.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label, .rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label {
    position: absolute;
    text-align: left;
    margin-left: 1em;
    right: 0;
    width: 30%}
.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label {
    width: 30%}
.rtl .gform_wrapper.gravity-theme .left_label .gfield_label {
    text-align: left!important;
}
.rtl .gform_wrapper.gravity-theme .left_label fieldset.gfield, .rtl .gform_wrapper.gravity-theme .right_label fieldset.gfield {
    padding-right: 30%;
    margin-left: 0;
}
.rtl .gform_wrapper.gravity-theme .left_label .gfield_label {
    text-align: left;
    padding-left: 1em;
}
.rtl .gform_wrapper.gravity-theme .right_label .gfield_label, .rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label {
    text-align: right;
    padding: 0;
}
.rtl .gform_wrapper.gravity-theme .right_label label.gfield_label {
    padding-right: 0;
}
.rtl .gform_wrapper.gravity-theme .left_label .gfield_html_formatted, .rtl .gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
    margin-left: 0;
    margin-right: 30%}
html[dir=rtl] code, html[dir=rtl] input[type=email], html[dir=rtl] input[type=tel], html[dir=rtl] input[type=url] {
    direction: rtl;
}
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label {
    direction: rtl;
}
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required {
    margin-left: 0;
    margin-right: 4px;
}
html[dir=rtl] ::-webkit-input-placeholder {
    text-align: right;
}
html[dir=rtl] ::-moz-placeholder {
    text-align: right;
}
html[dir=rtl] :-ms-input-placeholder {
    text-align: right;
}
html[dir=rtl] :-moz-placeholder {
    text-align: right;
}
html[dir=rtl] .gform_wrapper.gravity-theme fieldset {
    display: block;
}
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child), html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
    margin-left: 0;
    margin-right: 16px;
}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0;
    padding-right: 16px;
}
@media (min-width:641px) {
    html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex: not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0;
    padding-right: 16px;
}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street.has_street2 span:not(.ginput_full):nth-of-type(2n+1), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street2:not(.has_street) span:not(.ginput_full):nth-of-type(2n), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street:not(.has_street2) span:not(.ginput_full):nth-of-type(2n), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address:not(.has_street):not(.has_street2) span:not(.ginput_full):nth-of-type(2n+1) {
    padding-right: 0;
    padding-left: 16px;
}
html[dir=rtl] .gform_wrapper.gravity-theme .gform_show_password {
    right: unset;
    left: 8px;
}
}.gform_wrapper.gravity-theme .ginput_counter {
    color: #767676;
    font-size: .8em;
}
.gform_wrapper.gravity-theme .ginput_counter_tinymce {
    border-top: 1px solid #eee;
    padding: 2px 10px;
    font-size: 12px;
}
.gform_wrapper .validation_message--hidden-on-empty:empty {
    display: none;
}
.gform_wrapper.gravity-theme .gform_card_icon_container {
    display: flex;
    height: 32px;
    margin: 8px 0 6.4px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon {
    background-image: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../images/gf-creditcards.svg);
    background-repeat: no-repeat;
    height: 32px;
    margin-right: 4.8px;
    text-indent: -9000px;
    width: 40px;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
    background-position: -167px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
    background-position: -221px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -275px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
    background-position: -59px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
    background-position: -329px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
    background-position: -5px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
    position: relative;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../images/gf-creditcards-check.svg) center center no-repeat;
    bottom: 4px;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    width: 13px;
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
    display: inline-flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: center;
}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right label {
    width: 100%}
.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
    background-image: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../images/gf-creditcards.svg);
    background-position: -382px center;
    background-repeat: no-repeat;
    display: block;
    flex: none;
    height: 32px;
    margin-left: .3em;
    width: 40px;
}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
    margin-right: .3em;
    margin-left: 0;
}
.gform_wrapper.gravity-theme .gfield_list_group, .gform_wrapper.gravity-theme .gfield_list_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}
.gform_wrapper.gravity-theme .gfield_list_group:last-child {
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_header_item:last-child, .gform_wrapper.gravity-theme .gfield_list_icons {
    width: 48px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gform_wrapper.gravity-theme .gfield_list_icons button {
    font-size: 0;
    background: transparent url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../images/list-add.svg);
    border: none;
    width: 16px;
    height: 16px;
    opacity: .5;
    padding: 0;
    transition: opacity .5s ease-out;
}
.gform_wrapper.gravity-theme .gfield_list_icons button:focus, .gform_wrapper.gravity-theme .gfield_list_icons button:hover {
    opacity: 1;
    outline: 0;
}
.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
    margin-left: 5px;
    background-image: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../images/list-remove.svg);
}
.gform_wrapper.gravity-theme .gfield_header_item {
    word-break: break-word;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gfield_list_group_item {
    flex-grow: 1;
    width: 0;
}
.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child), .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
    margin-left: 2%}
.gform_wrapper.gravity-theme .gfield_list_group_item input, .gform_wrapper.gravity-theme .gfield_list_group_item select {
    width: 100%}
@media (max-width:640px) {
    .gform_wrapper.gravity-theme .gfield_list_header {
    display: none;
}
.gform_wrapper.gravity-theme .gfield_list_group {
    display: block;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 16px;
    margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gfield_list_group_item {
    width: auto;
}
.gform_wrapper.gravity-theme .gfield_list_group:last-child {
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_list_group_item:not(:last-child) {
    margin-bottom: 8px;
}
.gform_wrapper.gravity-theme .gfield_list_group_item:before {
    content: attr(data-label);
    font-size: 14.992px;
}
.gform_wrapper.gravity-theme .gfield_list_icons {
    width: auto;
    background-color: rgba(0, 0, 0, .1);
    margin: 16px -16px -16px;
    padding: 12px 16px;
    line-height: 0;
    text-align: left;
}
.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child), .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
    margin-left: 0;
}
}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child), html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
    margin-left: 0;
    margin-right: 16px;
}
.gf_browser_ie.gform_wrapper.gravity-theme form {
    overflow: hidden;
    padding: 1px 1px 8px 1px;
}
.gf_browser_ie.gform_wrapper.gravity-theme .gform-body {
    margin: 0 -32px -32px 0;
}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield {
    border: 0 solid transparent;
    border-width: 0 32px 32px 0;
    background-clip: padding-box;
    width: 100%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
    width: 100%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-eleven-twelfths {
    width: 91.666%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-five-sixths {
    width: 83.333%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-three-quarter {
    width: 75%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield.gfield--width-two-thirds {
    width: 66.666%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-seven-twelfths {
    width: 58.333%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-half {
    width: 50%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-five-twelfths {
    width: 41.666%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-third {
    width: 33.333%}
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-quarter {
    width: 25%}
@media (max-width:840px) {
    .gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield {
    width: 100%}
}.gf_browser_ie.gform_wrapper.gravity-theme .ginput_container_address .ginput_left, .gf_browser_ie.gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
    flex: 0 50%;
    flex-basis: auto;
    width: 50%}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 15px;
    padding-top: 5px;
}
.gform_wrapper.gravity-theme.left_label fieldset.gfield, .gform_wrapper.gravity-theme.right_label fieldset.gfield {
    padding: 16px 16px 16px 30%}
.gform_wrapper.gravity-theme.left_label fieldset.gfield .gfield_description, .gform_wrapper.gravity-theme.left_label fieldset.gfield .ginput_container:not(.ginput_container_time), .gform_wrapper.gravity-theme.right_label fieldset.gfield .gfield_description, .gform_wrapper.gravity-theme.right_label fieldset.gfield .ginput_container:not(.ginput_container_time) {
    width: 100%}
.gform_wrapper.gravity-theme.left_label legend.gfield_label, .gform_wrapper.gravity-theme.right_label legend.gfield_label {
    left: 0;
}
.gform_wrapper.gravity-theme.left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme.right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
    justify-content: flex-start;
}
.gform_wrapper.gravity-theme.left_label .gfield_html.gfield_html_formatted, .gform_wrapper.gravity-theme.right_label .gfield_html.gfield_html_formatted {
    display: flex;
}
.gform_wrapper.gravity-theme.left_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container, .gform_wrapper.gravity-theme.right_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container {
    width: 100%}
.gform_wrapper.gravity-theme.right_label legend.gfield_label {
    text-align: right;
}
.gform_wrapper.gravity-theme:not(.top_label) .ginput_container.ginput_single_email {
    margin-left: 0;
}
.gform_wrapper .gform_validation_errors {
    background: #fff9f9;
    border-radius: 5px;
    border: 1.5px solid #c02b0a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 48px;
    position: relative;
    width: 100%}
.gform_wrapper .gform_validation_errors>h2 {
    color: #c02b0a;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 17.6px;
    margin: 0 0 12px 0;
}
.gform_wrapper .gform_validation_errors>h2:before {
    display: none;
}
.gform_wrapper .gform_validation_errors>h2 .gform-icon {
    align-items: center;
    display: flex;
    font-size: 28px;
    height: 100%;
    left: 12px;
    position: absolute;
    top: 0;
}
.gform_wrapper .gform_validation_errors>h2.hide_summary {
    margin: 0;
}
.gform_wrapper .gform_validation_errors>ol {
    padding-left: 20px;
}
.gform_wrapper .gform_validation_errors>ol a {
    color: #c02b0a;
    font-size: 13.2px;
    text-decoration: none;
}
.gform_wrapper .gform_validation_errors>ol li {
    color: #c02b0a;
    font-size: 13.2px;
    list-style-type: disc!important;
    margin: 0 0 8px 0;
}
.gform_wrapper .gform_validation_errors>ol li:last-of-type {
    margin-bottom: 0;
}
.gform_wrapper .gfield_required {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: .125em;
}
.gform_wrapper .gfield_required .gfield_required_custom, .gform_wrapper .gfield_required .gfield_required_text {
    font-style: italic;
    font-weight: 400;
}
.gform_wrapper .gform_required_legend .gfield_required {
    padding-left: 0;
}
.gform_wrapper .validation_error {
    border-bottom: 2px solid #c02b0a;
    border-top: 2px solid #c02b0a;
    color: #c02b0a;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 32px;
    padding: 16px;
    text-align: center;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
    color: #c02b0a;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 14.992px;
    margin-top: 8px;
    padding: 12.992px 24px;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a;
}
.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
    background-color: #fff;
    color: #6b7280;
    text-decoration: none;
    -webkit-appearance: none!important;
}
.gform_wrapper.gravity-theme .gform_previous_button.button svg, .gform_wrapper.gravity-theme .gform_save_link.button svg {
    display: inline-block;
    margin-right: 4px;
}
.gform_wrapper.gravity-theme button.button:disabled {
    opacity: .6;
}
.gform_wrapper.gravity-theme .ginput_complex {
    display: flex;
    flex-flow: row wrap;
}
.gform_wrapper.gravity-theme .ginput_complex fieldset, .gform_wrapper.gravity-theme .ginput_complex span {
    flex: 1;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_full {
    flex: 0 0 100%}
.gform_wrapper.gravity-theme .ginput_complex .clear-multi {
    display: flex;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    display: block;
}
.gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .ginput_complex select {
    width: 100%}
.gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 50%}
.gform_wrapper.gravity-theme .gf_browser_ie .ginput_container_address span:not(.ginput_full) {
    flex: 0 0 49.3%}
@media (min-width:641px) {
    .gform_wrapper.gravity-theme .ginput_complex: not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 1%}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 1%;
    padding-right: 0;
}
.gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    padding-right: 1%}
.gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
    padding-left: 1%}
.gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 8px;
}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-right: 1%}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    padding-left: 1%}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
    padding-right: 1%}
}@media (max-width:640px) {
    .gform_wrapper.gravity-theme .ginput_complex span {
    flex: 0 0 100%;
    padding-left: 0;
    margin-bottom: 8px;
}
}.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    font-size: 15px;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
    padding-top: 13px;
    width: 100%}
.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
    padding-top: 0;
    padding-bottom: 16px;
}
.gform_wrapper.gravity-theme .field_sublabel_above .description, .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
    margin-top: 9.008px;
}
.gform_wrapper.gravity-theme .top_label .gsection_description {
    width: 100%;
    margin-bottom: 9.008px;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-top: 12.8px;
    padding: 6.4px 8px;
    font-size: 13.008px;
}
.gform_wrapper.gravity-theme .ginput_cardextras {
    display: flex;
    flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_cardinfo_right input {
    width: 30%;
    max-width: 112px;
}
.gform_wrapper.gravity-theme .ginput_card_expiration_container {
    display: flex;
    flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .ginput_card_expiration_month {
    flex: 1;
    margin-right: 16px;
}
.gform_wrapper.gravity-theme .ginput_card_expiration_year {
    flex: 1;
}
.gform_wrapper.gravity-theme .ginput_cardinfo_left label, .gform_wrapper.gravity-theme .ginput_cardinfo_left legend, .gform_wrapper.gravity-theme .ginput_cardinfo_right label, .gform_wrapper.gravity-theme .ginput_cardinfo_right legend {
    flex: 1 1 100%}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_card_expiration_month {
    margin-left: 16px;
    margin-right: 0;
}
html[dir=rtl] .gform_wrapper.gravity-theme .gform_card_icon {
    float: right;
}
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span {
    display: block;
    padding: 0 24px 16px 0;
    margin-bottom: 16px;
    background-size: 24px 16px;
    background-repeat: no-repeat;
    background-position: right 3.2px;
}
@media (max-width:640px) {
    .gform_wrapper.gravity-theme .ginput_card_expiration {
    flex: none;
}
.gform_wrapper.gravity-theme .ginput_card_expiration_month {
    margin-bottom: 8px;
}
}.gform_wrapper.gravity-theme .gfield_creditcard_warning {
    padding: 16px;
    border-top: 2px solid #c02b0a;
    border-bottom: 4px solid #c02b0a;
    background-color: rgba(255, 223, 224, .25);
}
.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message {
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    min-height: 32px;
    color: #c02b0a;
    position: relative;
}
.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span {
    text-transform: uppercase;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
    display: block;
    padding: 0 0 16px 24px;
    margin-bottom: 16px;
    letter-spacing: .1pt;
    border-bottom: 1px solid #c02b0a;
    background-size: 24px 16px;
    background-repeat: no-repeat;
    background-position: 0 3.2px;
}
.gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date {
    margin-left: 2%}
.gform_wrapper.gravity-theme .ginput_container_date[style*='display:none']+.ginput_container_date {
    margin-left: 0;
}
.gform_wrapper.gravity-theme .ginput_container_date label {
    display: block;
}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date {
    margin-left: 0;
    margin-right: 16px;
}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date[style*='display:none']+.ginput_container_date {
    margin-right: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
    color: #607382;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    padding: 18px 15px;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) table, .gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th, .gform-theme-datepicker:not(.gform-legacy-datepicker) thead, .gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
    background: 0 0;
    border: 0;
    margin: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th {
    padding: 5px;
    text-shadow: none;
    text-transform: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 100%}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    color: #607382;
    cursor: pointer;
    display: flex;
    font-family: gform-icons-theme!important;
    font-size: 24px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    speak: never;
    top: -2px;
    text-decoration: none;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    width: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
    color: #2f4054;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    display: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
    border: 0;
    height: auto;
    position: static;
    transform: none;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
    content: "\e910"}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
    right: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before {
    content: "\e91b"}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    background-color: transparent;
    background-image: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/css/../images/theme/down-arrow.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #585e6a;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    min-height: 0;
    padding: 0 22px 0 0;
    -webkit-appearance: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 20px;
    -moz-text-align-last: right;
    text-align-last: right;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
    font-weight: 400;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
    align-items: center;
    color: #2f4054;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
    font-size: 13px;
    height: 50px;
    width: 50px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    align-items: center;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: #2f4054;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    text-decoration: none;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
    background: 0 0;
    border-color: #607382;
    outline: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
    background: #f2f3f5;
    border-color: #607382;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #607382;
    border-color: #607382;
    box-shadow: 0 2px 2px rgba(58, 58, 87, .0596411);
    color: #fff;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
    border-color: #607382;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
    background: 0 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    align-items: center;
    background: #f2f3f5;
    border: 1px solid rgba(32, 32, 46, .079);
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(58, 58, 87, .0596411);
    color: #686e77;
    cursor: text;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
}
html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
    left: auto!important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0;
    padding: 16px 0;
}
.gform_wrapper.gravity-theme .gform_footer.left_label, .gform_wrapper.gravity-theme .gform_footer.right_label, .gform_wrapper.gravity-theme .gform_page_footer.left_label, .gform_wrapper.gravity-theme .gform_page_footer.right_label {
    padding: 16px 0 10px 30%}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
}
.gform_wrapper.gravity-theme .gform_footer button.button:disabled, .gform_wrapper.gravity-theme .gform_footer input.button:disabled, .gform_wrapper.gravity-theme .gform_page_footer button.button:disabled, .gform_wrapper.gravity-theme .gform_page_footer input.button:disabled {
    opacity: .6;
}
.gform_wrapper.gravity-theme .gform_footer button+input, .gform_wrapper.gravity-theme .gform_footer input+button, .gform_wrapper.gravity-theme .gform_footer input+input, .gform_wrapper.gravity-theme .gform_page_footer button+input, .gform_wrapper.gravity-theme .gform_page_footer input+button, .gform_wrapper.gravity-theme .gform_page_footer input+input {
    margin-left: 8px;
}
html[dir=rtl] .gform_wrapper.gravity-theme button+input, html[dir=rtl] .gform_wrapper.gravity-theme input+button, html[dir=rtl] .gform_wrapper.gravity-theme input+input {
    margin-right: 8px;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    display: inline-block;
    font-size: 15px;
}
.gform_wrapper.gravity-theme .gfield_checkbox button, .gform_wrapper.gravity-theme .gfield_checkbox input[type=text], .gform_wrapper.gravity-theme .gfield_radio button, .gform_wrapper.gravity-theme .gfield_radio input[type=text] {
    margin-top: 16px;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    display: inline-block;
    margin-top: 0;
    top: 0;
    vertical-align: middle;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: calc(100% - 32px);
    margin-bottom: 0;
    vertical-align: middle;
}
.gform_wrapper.gravity-theme input[type=number] {
    display: inline-block;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 15px;
    padding: 8px;
    margin-bottom: 0;
    margin-top: 0;
}
.gform_wrapper.gravity-theme .chosen-container-multi, .gform_wrapper.gravity-theme .ginput_product_price, .gform_wrapper.gravity-theme .ginput_product_price_label, .gform_wrapper.gravity-theme .ginput_quantity_label {
    font-size: 15px;
}
.gform_wrapper.gravity-theme .chosen-choices {
    padding: 8px;
}
.gform_wrapper.gravity-theme .ginput_container_date {
    display: flex;
    align-items: center;
    align-content: flex-start;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: auto;
}
.gform_wrapper.gravity-theme .ginput_container_date .datepicker_with_icon.large {
    width: calc(100% - 48px);
}
.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
    display: block;
    margin-left: 12.8px;
    max-width: 25.6px;
    max-height: 25.6px;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
    flex-flow: row wrap;
    flex-basis: min-content;
    max-width: 30%}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input, .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
    width: 100%;
    min-width: 84px;
}
.gform_wrapper.gravity-theme .gfield_chainedselect.horizontal select {
    min-width: 100px;
}
.gform_wrapper.gravity-theme .gform_show_password {
    color: inherit;
    background: 0 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.gform_wrapper.gravity-theme .gform_show_password:focus, .gform_wrapper.gravity-theme .gform_show_password:hover {
    background: 0 0;
}
.gform_wrapper.gravity-theme .gfield_consent_description {
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-top: 8px;
    padding: 8px;
    font-size: .8em;
}
.gform_wrapper.gravity-theme .gfield .ginput_quantity {
    width: auto;
}
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
    margin-right: 12.8px;
    margin-left: 0;
    order: 1;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
    font-size: 12.992px;
    font-weight: 400;
    color: #767676;
    margin: 0 0 4.8px 0;
}
.gform_wrapper.gravity-theme .gf_progressbar {
    position: relative;
    border-radius: 10.5px;
    background: #e8e8e8;
    margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage {
    height: 20.992px;
    text-align: right;
    border-radius: 10.5px;
    vertical-align: middle;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
    border-radius: 10.5px 0 0 10.5px;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 8px;
    margin-left: 8px;
    line-height: 21px;
    font-size: 13px;
    min-width: 2em;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none;
    margin-left: 9.6px;
}
.gform_wrapper.gravity-theme .gf_progressbar_blue {
    background: #d2d6dc;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #1e7ac4;
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_progressbar_gray {
    background: #d2d6dc;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_gray {
    background-color: #6b7280;
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_progressbar_green {
    background: #e8e8e8;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
    background-color: #aac138;
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_progressbar_orange {
    background: #e8eaec;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange {
    background-color: #ff5d38;
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_progressbar_red {
    background: #e8eaec;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_red {
    background-color: #ec1e31;
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_progressbar_spring {
    background: #d2d6dc;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_spring {
    background: linear-gradient(270deg, #9cd790 0, #76d7db 100%);
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_progressbar_blues {
    background: #d2d6dc;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues {
    background: linear-gradient(270deg, #00c2ff 0, #7838e2 100%);
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_progressbar_rainbow {
    background: #d2d6dc;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_rainbow {
    background: linear-gradient(270deg, #1dbeea 0, #cd6ad6 50%, #f35160 100%);
    color: #fff;
}
html[dir=rtl] .gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
    border-radius: 0 10.5px 10.5px 0;
}
.gform_wrapper.gravity-theme .gf_page_steps {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gf_step {
    display: inline-block;
    margin: 8px 32px 8px 0;
}
.gform_wrapper.gravity-theme .gf_step_label, .gform_wrapper.gravity-theme .gf_step_number {
    display: table-cell;
    vertical-align: middle;
}
.gform_wrapper.gravity-theme .gf_step_number {
    background: 0 0;
    border-radius: 20px;
    border: 2px solid #cfd3d9;
    color: #585e6a;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    text-align: center;
    width: 40px;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #cfd3d9;
    color: #607382;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
    position: relative;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
    background: #607382;
    border-radius: 20px;
    border: 2px solid #607382;
    content: '';
    display: table-cell;
    height: 40px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 40px;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
    align-items: center;
    color: #fff;
    content: '\e917';
    display: flex;
    font-family: gform-icons-theme;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5;
}
.gform_wrapper.gravity-theme .gf_step_label {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-left: 16px;
}
.gform_wrapper.gravity-theme .gf_step_hidden {
    display: none;
}
.gform_wrapper.gravity-theme .ginput_product_price_wrapper {
    display: inline-block;
}
.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:-moz-read-only {
    background: 0 0;
    border: none;
    padding: 0;
}
.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only {
    background: 0 0;
    border: none;
    padding: 0;
}
.gform_wrapper.gravity-theme .ginput_product_price, .gform_wrapper.gravity-theme .ginput_shipping_price {
    color: #900;
}
.gform_wrapper.gravity-theme .ginput_total {
    color: #060;
}
.gform_wrapper.gravity-theme .gfield_repeater_cell {
    margin-top: 8px;
}
.gform_wrapper.gravity-theme .gfield_repeater_cell label {
    color: #9b9a9a;
    font-weight: 400;
    font-size: 12.8px;
    padding-top: 8px;
}
.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
    padding-top: 8px;
}
.gform_wrapper.gravity-theme .gfield_repeater_wrapper input {
    border: 1px solid #c5c6c5;
    border-radius: 4px;
}
.gform_wrapper.gravity-theme .gfield_repeater_cell>.gfield_repeater_wrapper {
    border-left: 8px solid #f1f1f1;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 1px -1px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .06);
    background-color: rgba(1, 1, 1, .02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid #eee;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons {
    padding-top: 16px;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:hover, .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:hover, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:hover, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:hover {
    background: #fafafa;
    color: #374750;
    border: 1px solid #757575;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:focus, .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:focus, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:focus, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:focus {
    outline: 0;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text {
    min-width: 100px;
    height: 32px;
    background: rgba(242, 242, 242, .5);
    transition: all .3s cubic-bezier(.67, .17, .4, .83);
    font-size: 12px;
    color: #757575;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid rgba(117, 117, 117, .4);
    font-weight: 400;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus {
    width: 24px;
    height: 24px;
    background: rgba(242, 242, 242, .5);
    transition: all .3s cubic-bezier(.67, .17, .4, .83);
    font-size: 16px;
    color: #757575;
    border-radius: 50%;
    margin: 10px 5px 0 5px;
    border: 1px solid rgba(117, 117, 117, .4);
    font-weight: 700;
    padding: 0;
}
.gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 8px;
}
.gform_wrapper.gravity-theme .gfield_time_hour label.hour_label, .gform_wrapper.gravity-theme .gfield_time_minute label.minute_label {
    display: block;
    font-size: 13px;
    margin: 0;
    padding-top: 5px;
}
.gform_wrapper.gravity-theme .ginput_container_time {
    flex-basis: min-content;
    max-width: 64px;
    min-width: 64px;
}
.gform_wrapper.gravity-theme .ginput_container_time input {
    margin-left: 0;
    margin-right: 0;
    min-width: 100%}
.gform_wrapper.gravity-theme .gfield_time_minute {
    position: relative;
}
.gform_wrapper.gravity-theme .hour_minute_colon {
    line-height: 2;
    padding: 0 8px;
}
.gform_wrapper.gravity-theme .field_sublabel_above .hour_minute_colon {
    align-self: flex-end;
}
.gform_wrapper.gravity-theme .gfield_time_ampm {
    align-items: flex-end;
    display: flex;
    margin-left: 16px;
}
.gform_wrapper.gravity-theme .gfield_time_ampm.below, .gform_wrapper.gravity-theme .hour_minute_colon.below {
    align-items: flex-start;
}
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_time_ampm {
    margin-right: 16px;
    margin-left: 0;
}
body .gform_wrapper.gf_reset_wrapper, body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper h1, body .gform_wrapper.gf_reset_wrapper h2, body .gform_wrapper.gf_reset_wrapper h3, body .gform_wrapper.gf_reset_wrapper h4, body .gform_wrapper.gf_reset_wrapper h5, body .gform_wrapper.gf_reset_wrapper h6, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    line-height: 1;
    font-weight: 400;
}
body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper span {
    line-height: 1.8;
}
body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper img {
    border: 0;
}
body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul {
    list-style: none;
}
body .gform_wrapper.gf_reset_wrapper a img {
    border: none;
}
body .gform_wrapper.gf_reset_wrapper :focus {
    outline: 0;
}
.gform_legacy_markup_wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%}
.gform_legacy_markup_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}
.gform_legacy_markup_wrapper *, .gform_legacy_markup_wrapper :after, .gform_legacy_markup_wrapper :before {
    box-sizing: border-box!important;
}
.gform_legacy_markup_wrapper h1, .gform_legacy_markup_wrapper h2, .gform_legacy_markup_wrapper h3 {
    font-weight: 400;
    border: none;
    background: 0 0;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}
.gform_legacy_markup_wrapper input[type=image] {
    border: none!important;
    padding: 0!important;
    width: auto!important;
}
.gform_legacy_markup_wrapper textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
}
.gform_legacy_markup_wrapper select {
    line-height: 1.5;
}
.gform_legacy_markup_wrapper .ginput_container_multiselect select {
    background-image: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}
.gform_legacy_markup_wrapper ul.gform_fields {
    margin: 0!important;
    list-style-type: none;
    display: block;
}
.gform_legacy_markup_wrapper ul, html>body .entry ul {
    text-indent: 0;
}
.gform_legacy_markup_wrapper form li, .gform_legacy_markup_wrapper li {
    margin-left: 0!important;
    list-style-type: none!important;
    list-style-image: none!important;
    list-style: none!important;
    overflow: visible;
}
.gform_legacy_markup_wrapper ul li.gfield {
    clear: both;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
    overflow: hidden;
}
.gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield, .gform_legacy_markup_wrapper form ul.gform_fields.right_label li.gfield, .gform_legacy_markup_wrapper ul.gform_fields.left_label li.gfield, .gform_legacy_markup_wrapper ul.gform_fields.right_label li.gfield {
    margin-bottom: 14px;
}
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li, .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li, .gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li, .gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
}
.gform_legacy_markup_wrapper ul li:after, .gform_legacy_markup_wrapper ul li:before, .gform_legacy_markup_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
}
.gform_legacy_markup_wrapper select {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
}
.gform_legacy_markup_wrapper select option {
    padding: 2px;
    display: block;
}
.gform_legacy_markup_wrapper .inline {
    display: inline!important;
}
.gform_legacy_markup_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 18px;
}
.gform_legacy_markup_wrapper .clear-multi {
    display: flex;
}
.gform_legacy_markup_wrapper .gfield_date_day, .gform_legacy_markup_wrapper .gfield_date_year {
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_date_day, .gform_legacy_markup_wrapper .gfield_date_month, .gform_legacy_markup_wrapper .gfield_date_year {
    width: 33.333%;
    flex-direction: row;
}
@media only screen and (min-width:321px) {
    .gform_legacy_markup_wrapper .gfield_date_day, .gform_legacy_markup_wrapper .gfield_date_month {
    max-width: 4rem;
}
.gform_legacy_markup_wrapper .gfield_date_year {
    max-width: calc(4rem + .5rem);
}
}.gform_legacy_markup_wrapper .gfield_date_dropdown_day, .gform_legacy_markup_wrapper .gfield_date_dropdown_month, .gform_legacy_markup_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    flex-direction: row;
}
.gform_legacy_markup_wrapper .gfield_date_dropdown_day, .gform_legacy_markup_wrapper .gfield_date_dropdown_month, .gform_legacy_markup_wrapper .gfield_date_dropdown_year {
    margin-right: .5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day, .gform_legacy_markup_wrapper .gfield_date_month {
    width: 4rem;
    margin-right: .5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day input[type=number], .gform_legacy_markup_wrapper .gfield_date_month input[type=number] {
    width: calc(3rem + 8px)!important;
}
.gform_legacy_markup_wrapper .gfield_date_year input[type=number] {
    width: calc(4rem + 8px)!important;
}
.gform_legacy_markup_wrapper .gfield_date_year {
    width: 5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day input, .gform_legacy_markup_wrapper .gfield_date_month input {
    width: calc(3rem + 8px);
}
.gform_legacy_markup_wrapper .gfield_date_year input {
    width: 4rem;
}
.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
    width: 3rem;
    text-align: center;
}
.gform_legacy_markup_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
    width: 4rem;
}
.gform_legacy_markup_wrapper .gfield_time_ampm, .gform_legacy_markup_wrapper .gfield_time_hour, .gform_legacy_markup_wrapper .gfield_time_minute {
    font-size: 15px;
    width: 33.333%;
    flex-direction: row;
}
@media only screen and (min-width:321px) {
    .gform_legacy_markup_wrapper .gfield_time_ampm, .gform_legacy_markup_wrapper .gfield_time_hour, .gform_legacy_markup_wrapper .gfield_time_minute {
    max-width: 72px;
}
}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
    float: left;
}
.gform_legacy_markup_wrapper .gfield_time_hour {
    margin-right: 10px;
    display: flex;
}
.gform_legacy_markup_wrapper .gfield_time_hour i {
    font-style: normal!important;
    font-family: sans-serif!important;
    width: 4px;
    text-align: center;
    float: right;
    margin-top: 9%}
.gform_legacy_markup_wrapper .gfield_time_minute {
    margin-right: 8px;
    display: flex;
}
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_hour input, .gform_legacy_markup_wrapper .ginput_complex .gfield_time_minute input {
    margin-left: 0;
    width: 85%!important;
}
.gform_legacy_markup_wrapper .gfield_time_hour input, .gform_legacy_markup_wrapper .gfield_time_minute input {
    margin-right: 6px;
    width: 56px;
}
.gform_legacy_markup_wrapper .gfield_time_hour input[type=number], .gform_legacy_markup_wrapper .gfield_time_minute input[type=number] {
    max-width: 64px;
    min-width: 64px;
}
.gform_legacy_markup_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_time_ampm select {
    min-width: 77px;
    width: 77px;
    height: 100%;
    margin-top: 0!important;
    margin-left: 0!important;
}
.gform_legacy_markup_wrapper .gfield_time_ampm_shim {
    display: block;
    font-size: 13px;
    margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    width: 48px;
    text-align: center;
}
.gform_legacy_markup_wrapper .field_name_first, .gform_legacy_markup_wrapper .field_name_last, .gform_legacy_markup_wrapper .field_name_middle {
    width: 49.5%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container {
    overflow: visible;
    width: 100%}
.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
    font-weight: 700;
    font-size: inherit;
}
.gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}
.gform_legacy_markup_wrapper .top_label .gfield_hide_label {
    display: none;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    width: 100%}
.gform_legacy_markup_wrapper .ginput_complex .ginput_right select, .gform_legacy_markup_wrapper .ginput_complex select {
    width: 100%}
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: block;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
}
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
    margin-top: 0;
}
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 1px 0 9px 1px;
}
.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container, .gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label+div[class*=gfield_time_].ginput_container {
    margin-top: 0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
body.gform_legacy_markup_wrapper div.clear-multi {
    display: -moz-inline-stack;
    display: inline-block;
}
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 16px;
    margin-bottom: 0;
}
.gform_legacy_markup_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gfield.left_label, .gfield.right_label {
    padding-top: 10px;
}
.gform_legacy_markup_wrapper li.hidden_label input {
    margin-top: 12px;
}
.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 12px;
}
.gform_legacy_markup_wrapper .screen-reader-text, .gform_legacy_markup_wrapper label.hidden_sub_label {
    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;
}
.gform_legacy_markup_wrapper input.large, .gform_legacy_markup_wrapper input.medium, .gform_legacy_markup_wrapper input.small, .gform_legacy_markup_wrapper select.large, .gform_legacy_markup_wrapper select.medium, .gform_legacy_markup_wrapper select.small {
    width: 100%}
.gform_legacy_markup_wrapper input.datepicker_with_icon.large, .gform_legacy_markup_wrapper input.datepicker_with_icon.medium, .gform_legacy_markup_wrapper input.datepicker_with_icon.small {
    width: calc(100% - 24px);
}
.gform_legacy_markup_wrapper .gfield_error input.large, .gform_legacy_markup_wrapper .gfield_error input.medium, .gform_legacy_markup_wrapper .gfield_error input.small, .gform_legacy_markup_wrapper .gfield_error select.large, .gform_legacy_markup_wrapper .gfield_error select.medium, .gform_legacy_markup_wrapper .gfield_error select.small {
    width: 100%}
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.large, .gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.small {
    width: calc(100% - 32px);
}
.gform_legacy_markup_wrapper textarea.small {
    height: 80px;
    width: 100%}
.gform_legacy_markup_wrapper textarea.medium {
    height: 120px;
    width: 100%}
.gform_legacy_markup_wrapper textarea.large {
    height: 160px;
    width: 100%}
.gform_legacy_markup_wrapper h2.gsection_title {
    margin: 0!important;
    padding: 0!important;
    letter-spacing: normal!important;
}
.gform_legacy_markup_wrapper .gsection .gfield_label, .gform_legacy_markup_wrapper h2.gsection_title, .gform_legacy_markup_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 1.25em;
}
.gform_legacy_markup_wrapper h3.gform_title {
    letter-spacing: normal!important;
    margin: 10px 0 6px 0;
}
.gform_legacy_markup_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 24px!important;
}
.gform_legacy_markup_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
    margin: 28px 0 28px 0;
    clear: both;
}
.gform_legacy_markup_wrapper .gfield_checkbox li, .gform_legacy_markup_wrapper .gfield_radio li {
    position: relative;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox, .gform_legacy_markup_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label, .gform_legacy_markup_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: .875em;
    vertical-align: middle;
    max-width: 85%;
    white-space: normal;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label {
    margin: 0;
}
.gform_legacy_markup_wrapper .gfield_radio li label {
    margin: 2px 0 0 4px;
}
.gform_legacy_markup_wrapper .gfield_checkbox li input, .gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper .gfield_radio li input[type=radio] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}
.gform_legacy_markup_wrapper .description, .gform_legacy_markup_wrapper .gfield_description, .gform_legacy_markup_wrapper .gsection_description, .gform_legacy_markup_wrapper .instruction {
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
}
.gform_legacy_markup_wrapper .description, .gform_legacy_markup_wrapper .gfield_description, .gform_legacy_markup_wrapper .gsection_description {
    padding: 0 16px 0 0;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 16px;
}
.gform_legacy_markup_wrapper .field_sublabel_above .description, .gform_legacy_markup_wrapper .field_sublabel_above .gfield_description, .gform_legacy_markup_wrapper .field_sublabel_above .gsection_description {
    margin-top: 9px;
}
.gform_legacy_markup_wrapper .top_label .gsection_description {
    width: 100%;
    margin-bottom: 9px;
}
.gform_legacy_markup_wrapper .gfield_description {
    width: 100%}
.gform_legacy_markup_wrapper .description_above .gfield_description {
    padding: 0 0 10px 0;
}
.gfield_date_year+.gfield_description {
    padding: 0;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_consent_description, .gform_legacy_markup_wrapper .gfield_consent_description {
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-top: 12px;
    padding: 6px 8px;
    font-size: .688em;
}
.gform_legacy_markup_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255, 223, 224, .25);
    margin-bottom: 6px!important;
    border-top: 1px solid #c89797;
    border-bottom: 1px solid #c89797;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning {
    padding: 16px 16px 14px 16px;
    border-top: 2px solid #790000;
    border-bottom: 4px solid #790000;
    background-color: rgba(255, 223, 224, .25);
    width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
    padding: 16px 16px 14px 16px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: .875em;
    font-weight: 700;
    font-family: inherit;
    min-height: 25px;
    color: #790000;
    max-width: 100%;
    position: relative;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
    display: block;
    padding: 0 0 14px 24px;
    margin-bottom: 16px;
    line-height: 1.5;
    letter-spacing: .1pt;
    border-bottom: 1px solid #790000;
    text-transform: uppercase;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: left center;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    padding: 16px 16px 14px 16px;
}
li.gfield+li.gfield.gfield_creditcard_warning {
    margin-top: 16px!important;
}
.gform_legacy_markup_wrapper .top_label .gfield_error {
    width: calc(100% - 2px);
}
.gform_legacy_markup_wrapper .top_label .gfield_error input.large, .gform_legacy_markup_wrapper .top_label .gfield_error select.large, .gform_legacy_markup_wrapper .top_label .gfield_error textarea.textarea {
    width: 100%}
.gform_legacy_markup_wrapper .left_label .gfield_error input.large, .gform_legacy_markup_wrapper .left_label .gfield_error select.large, .gform_legacy_markup_wrapper .left_label .gfield_error textarea.textarea, .gform_legacy_markup_wrapper .right_label .gfield_error input.large, .gform_legacy_markup_wrapper .right_label .gfield_error select.large, .gform_legacy_markup_wrapper .right_label .gfield_error textarea.textarea {
    width: 70%}
.gform_legacy_markup_wrapper .gfield_error .gfield_label {
    color: #790000;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
    margin-left: 0;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 12px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
    position: relative;
    top: 12px;
}
.gform_validation_errors {
    width: 100%;
    border: 1px solid #790000;
    box-shadow: 0 0 0 #ff6d6d;
    border-radius: 5px;
    padding: 1.0625rem 1.375rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
    color: #790000;
    margin: 0 0 .9375rem 0;
}
.gform_validation_errors>h2.hide_summary {
    margin: 0;
}
.gform_validation_errors>h2:before {
    background-image: url(data:image/svg+xml;
    base64, PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: sub;
    margin: 0 .2rem 0 -.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.gform_validation_errors>ol {
    list-style-type: none!important;
    padding-block-start: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin: 0;
}
.gform_validation_errors>ol a {
    text-decoration: none;
    color: #790000;
    font-size: 1rem;
}
.gform_validation_errors>ol li {
    margin: 0 0 .9375rem 0;
    font-size: 1rem;
    list-style-type: none!important;
}
.gform_validation_errors>ol li:last-of-type {
    margin-bottom: 0;
}
.gform_legacy_markup_wrapper div.validation_error {
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.gform_legacy_markup_wrapper ol.validation_list {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list li {
    list-style-type: decimal!important;
}
.gform_legacy_markup_wrapper ol.validation_list li a {
    color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list:after {
    content: ""}
.gform_legacy_markup_wrapper div#error {
    margin-bottom: 25px;
}
.gform_legacy_markup_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle!important;
}
.gform_legacy_markup_wrapper li.gfield fieldset {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%}
.gform_legacy_markup_wrapper li.gfield fieldset>* {
    width: auto;
}
.gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label {
    width: 100%;
    line-height: 32px;
}
div.gf_page_steps+div.validation_error {
    margin-top: 16px;
}
.gform_legacy_markup_wrapper div.gfield_description.validation_error {
    color: #790000;
    font-weight: 700;
    font-size: .875em;
    line-height: 1.2;
    margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .validation_message {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: 1px solid #790000;
}
.gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox, .gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
    color: #790000;
}
.gform_legacy_markup_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%}
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px 0;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link, .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    display: block;
    text-align: center;
}
.gform_legacy_markup_wrapper .gform_footer input[type=image] {
    padding: 0;
    width: auto!important;
    background: 0 0!important;
    border: none!important;
    margin: 0 auto 16px auto!important;
    display: block;
    max-width: 100%}
.gform_legacy_markup_wrapper .ginput_complex .ginput_full, .gform_legacy_markup_wrapper .ginput_complex .ginput_left, .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    min-height: 45px;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=email], .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=number], .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=password], .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=tel], .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=text], .gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=url] {
    width: 100%}
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full select {
    width: 100%}
.gform_legacy_markup_wrapper .gfield_checkbox li, .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 16px 0;
    line-height: 1.2;
}
.gchoice_select_all, .gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 700;
}
.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon {
    margin-right: 4px!important;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_legacy_markup_wrapper .gf_hidden, .gform_legacy_markup_wrapper .gform_hidden, .gform_legacy_markup_wrapper input.gform_hidden, .gform_legacy_markup_wrapper input[type=hidden] {
    display: none!important;
    max-height: 1px!important;
    overflow: hidden;
}
.gform_legacy_markup_wrapper .gf_invisible, .gform_legacy_markup_wrapper .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.gform_legacy_markup_wrapper .ginput_full br, .gform_legacy_markup_wrapper .ginput_left br, .gform_legacy_markup_wrapper .ginput_right br {
    display: none!important;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
    padding: 0!important;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input+input {
    margin-left: 4px;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-right: 6px;
    margin-top: 4px;
}
.gform_legacy_markup_wrapper .gfield_description+.gform_legacy_markup_wrapper .gfield_description.validation_message {
    margin-top: 6px;
}
.gform_legacy_markup_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
    margin-top: 0;
}
.gform_legacy_markup_wrapper li.gfield_html {
    max-width: 100%}
.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px;
}
body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
    max-width: 100%!important;
}
.gform_legacy_markup_wrapper .gform_ajax_spinner {
    padding-left: 10px;
}
.gform_legacy_markup_wrapper .gform_validation_container, .gform_validation_container, body .gform_legacy_markup_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_legacy_markup_wrapper li.gform_validation_container, body .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}
.gform_legacy_markup_wrapper .gfield_captcha_input_container {
    padding-top: 3px;
}
.gform_legacy_markup_wrapper .simple_captcha_small input {
    width: 64px;
}
.gform_legacy_markup_wrapper .simple_captcha_medium input {
    width: 96px;
}
.gform_legacy_markup_wrapper .simple_captcha_large input {
    width: 128px;
}
.gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .left_label .simple_captcha_small, .gform_legacy_markup_wrapper .left_label .simple_captcha_large, .gform_legacy_markup_wrapper .left_label .simple_captcha_medium, .gform_legacy_markup_wrapper .right_label .simple_captcha_large, .gform_legacy_markup_wrapper .right_label .simple_captcha_medium, .gform_legacy_markup_wrapper .right_label .simple_captcha_small {
    margin-left: 32%}
.gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha {
    border: none!important;
    background: 0 0!important;
    float: none!important;
    margin: 0!important;
    padding: 0!important;
}
.gform_legacy_markup_wrapper .math_small input {
    width: 70px;
}
.gform_legacy_markup_wrapper .math_medium input {
    width: 510px;
}
.gform_legacy_markup_wrapper .math_large input {
    width: 612px;
}
.gform_legacy_markup_wrapper .left_label .math_large, .gform_legacy_markup_wrapper .left_label .math_medium, .gform_legacy_markup_wrapper .left_label .math_small, .gform_legacy_markup_wrapper .right_label .math_large, .gform_legacy_markup_wrapper .right_label .math_medium, .gform_legacy_markup_wrapper .right_label .math_small {
    margin-left: 32%}
.gform_legacy_markup_wrapper div.charleft {
    font-size: .688em;
    margin-top: 4px;
    color: #767676;
    width: 92%!important;
    white-space: nowrap!important;
}
.gform_legacy_markup_wrapper div.charleft[style] {
    width: 92%!important;
}
.gform_legacy_markup_wrapper .left_label div.charleft, .gform_legacy_markup_wrapper .right_label div.charleft {
    margin-left: 32%}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_tinymce {
    border: 1px solid #eee;
    border-width: 1px 0 0;
    padding: 4px 9px;
    width: 100%!important;
}
.gform_legacy_markup_wrapper div.charleft.warningTextareaInfo {
    color: #767676;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_error {
    color: red;
}
.gform_legacy_markup_wrapper li.gf_hide_charleft div.charleft {
    display: none!important;
}
.gf_submission_limit_message {
    color: #790000;
    font-size: 1.375em;
}
.gform_legacy_markup_wrapper .ginput_price {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
}
.gform_legacy_markup_wrapper span.ginput_total {
    color: #060;
    font-size: inherit;
}
.gform_legacy_markup_wrapper .top_label span.ginput_total {
    margin: 8px 0;
}
.gform_legacy_markup_wrapper span.ginput_product_price_label {
    margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_product_price, .gform_legacy_markup_wrapper span.ginput_product_price {
    background: 0 0;
    border: none;
    color: #900;
    padding: 0;
}
.gform_legacy_markup_wrapper span.ginput_quantity_label {
    margin-left: 10px;
    margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type=text] {
    width: 3rem;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type=number] {
    width: 4rem;
}
.gform_legacy_markup_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 16px 0 0 0;
    clear: both;
}
.gform_legacy_markup_wrapper .gform_page_footer.left_label, .gform_legacy_markup_wrapper .gform_page_footer.right_label {
    padding: 16px 0 0 29%}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    color: #767676;
    font-size: 13px;
    line-height: 1!important;
    margin: 0 0 8px 0!important;
    padding: 0!important;
    clear: both;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}
.gform_legacy_markup_wrapper .gf_progressbar {
    position: relative;
    background: #e8e8e8;
    position: relative;
    -moz-border-radius: 10.5px;
    -webkit-border-radius: 10.5px;
    border-radius: 10.5px;
    width: 100%}
.gform_legacy_markup_wrapper .gf_progressbar_percentage {
    height: 21px;
    text-align: right;
    border-radius: 10.5px;
    vertical-align: middle;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px!important;
    z-index: 999;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 10.5px;
    border-bottom-right-radius: 10.5px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 21px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none!important;
    margin-left: 12px;
    word-wrap: normal;
}
.gform_legacy_markup_wrapper .gf_progressbar_blue {
    background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
    background-color: #1e7ac4;
    color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_gray {
    background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray {
    background-color: #6b7280;
    color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_green {
    background: #e8e8e8;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green {
    background-color: #aac138;
    color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_orange {
    background: #e8eaec;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange {
    background-color: #ff5d38;
    color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_red {
    background: #e8eaec;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red {
    background-color: #ec1e31;
    color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_spring {
    background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring {
    background: linear-gradient(270deg, #9cd790 0, #76d7db 100%);
    color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_blues {
    background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues {
    background: linear-gradient(270deg, #00c2ff 0, #7838e2 100%);
    color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_rainbow {
    background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow {
    background: linear-gradient(270deg, #1dbeea 0, #cd6ad6 50%, #f35160 100%);
    color: #fff;
}
.gform_legacy_markup_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #ccc;
}
.gform_legacy_markup_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: .875em;
    height: 14px;
    line-height: 1.25!important;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial, sans-serif;
    margin-right: 4px;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_label, .gform_legacy_markup_wrapper .gf_step span.gf_step_number {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_hidden {
    display: none;
}
.gform_legacy_markup_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.gform_legacy_markup_wrapper .gfield_password_strength {
    border: 1px solid #ddd;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.8;
    padding: 10px 5px;
    text-align: center;
    background-color: #eee;
    border-bottom: 3px solid #ddd;
}
.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin-right: 16px;
}
.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%}
.gform_legacy_markup_wrapper .gfield_password_strength.bad {
    background-color: #ffb78c;
    border-color: #ff853c;
    border-bottom: 3px solid #ff853c;
}
.gform_legacy_markup_wrapper .gfield_password_strength.good {
    background-color: #ffec8b;
    border-color: #fc0;
    border-bottom: 3px solid #fc0;
}
.gform_legacy_markup_wrapper .gfield_password_strength.mismatch, .gform_legacy_markup_wrapper .gfield_password_strength.short {
    background-color: #ffa0a0;
    border-color: #f04040;
    border-bottom: 3px solid #f04040;
}
.gform_legacy_markup_wrapper .gfield_password_strength.strong {
    background-color: #c3ff88;
    border-color: #8dff1c;
    border-bottom: 3px solid #8dff1c;
}
.ginput_container_password, .ginput_container_password span {
    position: relative;
}
.ginput_container_password button {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    padding: 5px 0;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 40px;
}
.ginput_container_password span.ginput_left button {
    right: 9px;
}
.ginput_container_password:not(.ginput_complex) span {
    display: inline-block;
    width: 100%}
.ginput_container_password:not(.ginput_complex) span input {
    width: 100%}
.ginput_container_password span.medium {
    width: calc(50% - 8px);
}
.ginput_container_password span.small {
    width: 25%}
.gform_legacy_markup_wrapper table.gfield_list, .gform_legacy_markup_wrapper table.gfield_list caption, .gform_legacy_markup_wrapper table.gfield_list tbody, .gform_legacy_markup_wrapper table.gfield_list td, .gform_legacy_markup_wrapper table.gfield_list tfoot, .gform_legacy_markup_wrapper table.gfield_list th, .gform_legacy_markup_wrapper table.gfield_list thead, .gform_legacy_markup_wrapper table.gfield_list tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.gform_legacy_markup_wrapper table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse;
}
.gfield_repeater_buttons {
    padding-top: 15px;
}
.gform_legacy_markup_wrapper table.gfield_list {
    table-layout: auto!important;
}
.gform_legacy_markup_wrapper table.gfield_list thead th {
    font-weight: 700;
    text-align: left;
}
.gform_legacy_markup_wrapper table.gfield_list colgroup {
    width: 100%;
    display: block;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #790000;
}
.gform_legacy_markup_wrapper table.gfield_list thead, .gform_legacy_markup_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0;
}
.gform_legacy_markup_wrapper table.gfield_list td, .gform_legacy_markup_wrapper table.gfield_list th {
    padding: 4px 0 4px 0;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
    padding: 0 0 4px 0;
}
.gform_legacy_markup_wrapper table.gfield_list td+td, .gform_legacy_markup_wrapper table.gfield_list th+th {
    padding: 0 0 0 16px;
}
.gform_legacy_markup_wrapper .gfield_list {
    width: 100%}
.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
    width: 100%}
.gfield_icon_disabled {
    cursor: default!important;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 48px!important;
    padding: 0 0 0 4px!important;
    box-sizing: border-box;
}
.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}
.gform_card_icon_container {
    display: flex;
    height: 32px;
    margin: 8px 0 6px 0;
}
.gform_card_icon_container div.gform_card_icon {
    background-image: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/../../images/gf-creditcards.svg);
    background-repeat: no-repeat;
    height: 32px;
    margin-right: 4px;
    text-indent: -9000px;
    width: 40px;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
    background-position: -167px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
    background-position: -221px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -275px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
    background-position: -59px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
    background-position: -329px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
    background-position: -5px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
    position: relative;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
    display: block;
    content: '';
    position: absolute;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/../../images/gf-creditcards-check.svg) center center no-repeat;
    width: 13px;
    height: 10px;
    bottom: 4px;
    right: -2px;
}
.ginput_container_creditcard .ginput_card_security_code_icon {
    width: 40px;
    height: 32px;
    display: inline-block;
    background-image: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/../../images/gf-creditcards.svg);
    background-repeat: no-repeat;
    background-position: -382px 0;
    position: relative;
    top: -3.5px;
}
.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #ccc;
    text-align: center;
    color: #aaa;
    margin-bottom: 16px;
    background: rgba(0, 0, 0, .02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gform_legacy_markup_wrapper span.gform_drop_instructions {
    display: block;
    margin-bottom: 8px;
}
.gform_delete {
    vertical-align: middle;
    cursor: pointer;
}
.gform_legacy_markup_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto;
}
.gform_legacy_markup_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 1px;
}
.gform_legacy_markup_wrapper .form_saved_message {
    margin: 1em auto;
    padding: 3em 2em 3em;
    width: 99%;
    font-size: 1em;
    line-height: 1.8;
    color: #31708f;
    background-color: #e3f3f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form_saved_message p.resume_form_link_wrapper {
    background-color: #fff;
    display: inline-block;
    padding: 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 98%!important;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2);
    -moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2);
    box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2);
}
.form_saved_message a.resume_form_link {
    word-wrap: break-word;
    text-decoration: none;
    color: #2f637e;
}
.form_saved_message .form_saved_message_emailform {
    margin: 1em 0 0 0;
}
.form_saved_message label.form_saved_label {
    position: absolute;
    left: -9000px;
}
div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    margin-bottom: .25em;
}
div.form_saved_message div.form_saved_message_emailform form label.gform_resume_email_label {
    font-size: 1em;
    display: block;
}
div.form_saved_message div.form_saved_message_emailform form input {
    margin: 0 auto;
    display: inline-block;
}
div.form_saved_message div.form_saved_message_emailform form input[type=email] {
    padding: calc(.75em - 1px)!important;
    width: 24em;
    max-width: 98%!important;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #91afc7;
    color: #424242;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 0 5px 0 #eee;
    -moz-box-shadow: inset 0 0 5px 0 #eee;
    box-shadow: inset 0 0 5px 0 #eee;
}
div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    padding: .75em 1em;
    font-size: 1em;
    line-height: 1;
    background-color: #31708f;
    border: 1px solid #31708f;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media only screen and (max-width:640px) {
    div.form_saved_message div.form_saved_message_emailform form input[type=email], div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%}
}.form_saved_message .form_saved_message_emailform .validation_message {
    color: #790000;
    font-weight: 700;
    padding: 2em;
}
.form_saved_message_sent {
    margin: 1em auto;
    padding: 3em 2em;
    width: 99%;
    font-size: 1em;
    background-color: #e9ffd9;
    color: #3c763d;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
}
.form_saved_message_sent .saved_message_email, .form_saved_message_sent .saved_message_success {
    font-weight: 700;
    display: block;
    line-height: 2;
}
.form_saved_message_sent .saved_message_email {
    word-wrap: break-word;
    text-decoration: underline;
}
body #content .entry-content .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
    line-height: 1!important;
}
body .gform_legacy_markup_wrapper img.ui-datepicker-trigger {
    width: 17px!important;
    height: 16px!important;
    display: -moz-inline-stack;
    display: inline-block;
}
body .gform_legacy_markup_wrapper img.add_list_item, body .gform_legacy_markup_wrapper img.delete_list_item {
    display: -moz-inline-stack;
    display: inline-block;
    margin-top: -2px;
}
.gform_legacy_markup_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
    margin-top: 16px;
}
.gform_legacy_markup_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
    width: 45.25%}
.gform_legacy_markup_wrapper table.recaptchatable {
    table-layout: auto;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
    margin-left: 29%}
.gfield .wp-editor-container {
    border: 1px solid #ddd;
}
.gfield .wp-switch-editor {
    border-color: #ddd;
}
.gfield .html-active .switch-html, .gfield .tmce-active .switch-tmce {
    border-bottom-color: #f5f5f5;
}
.gfield .mce-edit-area iframe {
    width: 99.9%!important;
    margin: 0!important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
}
body .gform_legacy_markup_wrapper ul.gfields li.gfield label.gfield_label {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc!important;
    margin: 0 0 8px 0;
    overflow: visible;
    padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc!important;
    margin: 16px 0 16px 28px!important;
    padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
    list-style-type: decimal!important;
    overflow: visible;
    margin: 0 0 8px 0;
    padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
    list-style-type: decimal!important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    list-style-type: disc!important;
    padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
    margin: 16px 0 16px 16px;
}
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    margin: 0 0 8px;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    margin: 0 0 18px 0;
    padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: 700;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 16px 18px;
}
.gform_legacy_markup_wrapper span.gf_clear_span {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    margin-top: -1px;
}
.gform_legacy_markup_wrapper .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gform_legacy_markup_wrapper .chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    display: none;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}
.gform_legacy_markup_wrapper .chosen-container a {
    cursor: pointer;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name, .gform_legacy_markup_wrapper .chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name:after, .gform_legacy_markup_wrapper .chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single input[type=text] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-default {
    color: #999;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 0 2px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.gform_legacy_markup_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0;
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important;
}
.gform_legacy_markup_wrapper .chosen-disabled {
    opacity: .5!important;
    cursor: default;
}
.gform_legacy_markup_wrapper .chosen-disabled .chosen-single {
    cursor: default;
}
.gform_legacy_markup_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.gform_legacy_markup_wrapper .chosen-rtl {
    text-align: right;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li {
    float: right;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi), only screen and (min-resolution:1.5dppx) {
    .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-down span, .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span, .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text], .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr, .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b, .gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: url(//www.construction-negligence.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite@2x.png)!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
}
}body .gform_legacy_markup_wrapper .chosen-container a.chosen-single {
    border-radius: inherit;
}
body .gform_legacy_markup_wrapper ul.chosen-results li {
    line-height: inherit;
}
@media only screen and (max-width:641px) {
    .gform_legacy_markup_wrapper input: not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
}
.gform_legacy_markup_wrapper textarea {
    line-height: 1.5;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-container-single[style] {
    width: 100%!important;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
}
.gform_legacy_markup_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100%!important;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: 100%;
    line-height: inherit;
    float: none;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
}
.gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
}
.gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px!important;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer;
}
}@media only screen and (max-width:761px), (min-device-width:768px) and (max-device-width:1023px) {
    .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 32px;
}
.gform_legacy_markup_wrapper table.gfield_list {
    border: 0;
}
.gform_legacy_markup_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.gform_legacy_markup_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 4px solid #ccc;
}
.gform_legacy_markup_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
}
.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0!important;
}
.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: .875em;
    letter-spacing: .5pt;
    white-space: nowrap;
    display: block;
    clear: both;
}
.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
}
.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
}
.gform_legacy_markup_wrapper table.gfield_list td+td, .gform_legacy_markup_wrapper table.gfield_list th+th {
    padding: 4px 0 0 0;
}
.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_even, .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
}
.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
}
.gform_legacy_markup_wrapper table.gfield_list tr {
    padding-top: 12px;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100%!important;
    padding: 0 4px 4px 4px!important;
    background-color: #eee;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px!important;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px!important;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link, .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
}
.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}
}@media only screen and (min-width:641px) {
    .gform_legacy_markup_wrapper .gform_body {
    width: 100%}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px)!important;
}
.gform_legacy_markup_wrapper .gfield_checkbox li, .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
}
.gform_legacy_markup_wrapper .gsection {
    margin: 28px 16px 28px 0;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .right_label .gfield_label {
    text-align: right;
}
.gform_legacy_markup_wrapper .left_label .gfield_description, .gform_legacy_markup_wrapper .right_label .gfield_description {
    width: 70%}
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li, .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li, .gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li, .gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
}
.gform_legacy_markup_wrapper .left_label .gfield_description, .gform_legacy_markup_wrapper .left_label .instruction, .gform_legacy_markup_wrapper .right_label .gfield_description, .gform_legacy_markup_wrapper .right_label .instruction {
    margin-left: 29%}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
}
.gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29%!important;
    width: 70%}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
}
.gform_legacy_markup_wrapper .left_label div.ginput_complex, .gform_legacy_markup_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%}
.gform_legacy_markup_wrapper .left_label input.small, .gform_legacy_markup_wrapper .left_label select.small, .gform_legacy_markup_wrapper .right_label input.small, .gform_legacy_markup_wrapper .right_label select.small {
    width: 15%}
.gform_legacy_markup_wrapper .left_label input.medium, .gform_legacy_markup_wrapper .left_label select.medium, .gform_legacy_markup_wrapper .right_label input.medium, .gform_legacy_markup_wrapper .right_label select.medium {
    width: calc(35% - 8px);
}
.gform_legacy_markup_wrapper .left_label input.large, .gform_legacy_markup_wrapper .left_label select.large, .gform_legacy_markup_wrapper .right_label input.large, .gform_legacy_markup_wrapper .right_label select.large {
    width: 70%}
.gform_legacy_markup_wrapper .left_label textarea.large, .gform_legacy_markup_wrapper .left_label textarea.medium, .gform_legacy_markup_wrapper .left_label textarea.small, .gform_legacy_markup_wrapper .right_label textarea.large, .gform_legacy_markup_wrapper .right_label textarea.medium, .gform_legacy_markup_wrapper .right_label textarea.small {
    width: 70%}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29%!important;
}
.gform_legacy_markup_wrapper .top_label .gfield_list {
    width: 100%}
.gform_legacy_markup_wrapper .left_label .gf_list_one_column, .gform_legacy_markup_wrapper .right_label .gf_list_one_column {
    width: 45%}
.gform_legacy_markup_wrapper .top_label .gf_list_one_column {
    width: 46%}
.gform_legacy_markup_wrapper .left_label li.hidden_label input, .gform_legacy_markup_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%}
.gform_legacy_markup_wrapper .left_label li.gfield .gfield_password_strength, .gform_legacy_markup_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%}
.gform_legacy_markup_wrapper .top_label input.small, .gform_legacy_markup_wrapper .top_label select.small {
    width: 25%}
.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(50% - 8px);
}
.gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium, .gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
    width: 50%}
.gform_legacy_markup_wrapper .hidden_label input.large, .gform_legacy_markup_wrapper .hidden_label select.large, .gform_legacy_markup_wrapper .top_label input.large, .gform_legacy_markup_wrapper .top_label select.large {
    width: 100%}
.gform_legacy_markup_wrapper .top_label input.large.datepicker, .gform_legacy_markup_wrapper .top_label input.medium.datepicker, .gform_legacy_markup_wrapper .top_label input.small.datepicker {
    width: auto;
}
.gform_legacy_markup_wrapper textarea.small {
    height: 80px;
    width: 100%}
.gform_legacy_markup_wrapper textarea.medium {
    height: 160px;
    width: 100%}
.gform_legacy_markup_wrapper textarea.large {
    height: 320px;
    width: 100%}
.gform_legacy_markup_wrapper .ginput_complex .ginput_left, .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
}
.gform_legacy_markup_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
}
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_left, .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%}
.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left, .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
}
.ginput_complex .ginput_cardinfo_right input {
    display: inline-block;
    width: 30%;
    max-width: 7rem;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%}
.gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47%!important;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
}
.gform_legacy_markup_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
}
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=image], .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_legacy_markup_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link, .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
}
.gform_legacy_markup_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right {
    padding-right: 8px!important;
    margin-right: 8px;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
    padding-right: 8px!important;
    margin-right: -8px;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
    margin-right: 8px;
}
.gform_legacy_markup_wrapper .gfield_error .ginput_container {
    padding-right: 0;
}
.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0 18px 0;
}
.gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px 0;
    margin-left: 29%;
    width: 70%}
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1, .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2, .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
}
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
}
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
}
ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%}
ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
}
ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%}
ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%}
.gform_legacy_markup_wrapper div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75%!important;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75%!important;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%!important;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75%!important;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75%!important;
}
html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0!important;
}
.gform_legacy_markup_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
}
li.gfield.gfield_error .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px)!important;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
}
.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%}
.gform_legacy_markup_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left {
    padding-right: 0;
}
.gform_legacy_markup_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
}
html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 70%;
    margin-left: 29%}
.gform_legacy_markup_wrapper .gf_progressbar {
    width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%}
body .gform_legacy_markup_wrapper span.ginput_left.address_city+input.gform_hidden+span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29%!important;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
}
body .gform_legacy_markup_wrapper select.medium.gfield_select+div.chosen-container-multi[style], body .gform_legacy_markup_wrapper select.medium.gfield_select+div.chosen-container-single[style] {
    width: calc(50% - 8px)!important;
}
body .gform_legacy_markup_wrapper select.large.gfield_select+div.chosen-container-multi[style], body .gform_legacy_markup_wrapper select.large.gfield_select+div.chosen-container-single[style] {
    width: 100%!important;
}
body .gform_legacy_markup_wrapper select.small.gfield_select+div.chosen-container-multi[style], body .gform_legacy_markup_wrapper select.small.gfield_select+div.chosen-container-single[style] {
    width: 25%!important;
}
}.gfield_repeater_cell>.gfield_repeater_wrapper {
    border-left: 8px solid rgba(54, 86, 102, .1);
    background-color: rgba(1, 1, 1, .02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid #eee;
}
.gfield_repeater_wrapper input {
    border: 1px solid #c5c6c5;
    border-radius: 4px;
}
.gfield_repeater_wrapper .gfield_repeater_wrapper {
    margin-top: 10px;
}
.gfield_repeater_buttons .add_repeater_item_text, .gfield_repeater_buttons .remove_repeater_item_text {
    min-width: 100px;
    height: 30px;
    background: rgba(242, 242, 242, .5);
    transition: all .3s cubic-bezier(.67, .17, .4, .83);
    font-size: 12px;
    color: #757575;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(117, 117, 117, .4);
    font-weight: 400;
}
.gfield_repeater_buttons .add_repeater_item_plus, .gfield_repeater_buttons .remove_repeater_item_minus {
    width: 22px;
    height: 22px;
    background: rgba(242, 242, 242, .5);
    transition: all .3s cubic-bezier(.67, .17, .4, .83);
    font-size: 16px;
    color: #757575;
    border-radius: 50%;
    margin: 10px 5px 0 5px;
    border: 1px solid rgba(117, 117, 117, .4);
    font-weight: 700;
    padding: 0;
    padding-bottom: 5px;
}
.gfield_repeater_buttons button.gfield_icon_disabled {
    cursor: default;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
}
.gfield_repeater_buttons button.gfield_icon_disabled:hover {
    background: rgba(242, 242, 242, .5);
    color: #757575;
    border: 1px solid rgba(117, 117, 117, .4);
}
.gfield_repeater_buttons button:hover {
    background: #fafafa;
    color: #374750;
    border: 1px solid #757575;
}
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px;
}
.gfield_repeater_cell>.gfield_repeater_wrapper {
    border-left: 8px solid #f1f1f1;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 1px -1px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .06);
}
.gfield_repeater_buttons .add_repeater_item_text:focus, .gfield_repeater_buttons .remove_repeater_item_text:focus {
    outline: 0;
}
.gfield_repeater_item .gfield_repeater_cell .gfield_required {
    color: #c32121;
}
.gform_legacy_markup_wrapper .gfield_repeater_cell label {
    color: #9b9a9a;
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px;
}
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
    padding-bottom: 20px;
    padding-top: 0;
}
div .gfield_repeater_cell {
    margin-top: 5px;
}
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.gfield_repeater_value>.gfield_repeater {
    border-left: 8px solid rgba(54, 86, 102, .1);
    background-color: rgba(1, 1, 1, .02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid #eee;
    margin: 10px;
}
.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
    color: rgba(117, 117, 117, .7);
    border: 1px solid #c5c6c5;
    border-radius: 4px;
    margin-right: 10px;
    padding-left: 10px;
    background-color: #f0f0f0;
}
.gfield_repeater .gfield_repeater_items, .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
    padding-top: 5px;
}
.gfield_repeater .gfield_label {
    color: #23282d;
    font-size: 16px;
    font-weight: 600;
}
.gfield_repeater_value .gfield_label {
    padding-bottom: 0;
}
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
    padding-bottom: 0;
}
@media only screen and (min-width:641px) {
    .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto!important;
    margin: 0;
    padding-right: 16px;
    float: none!important;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
    width: 100%}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 96px!important;
}
.gform_wrapper .top_label li.gfield.gf_inline select {
    width: 100%}
.gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70%!important;
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
    width: 50px;
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
}
.gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap!important;
}
.gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block!important;
}
.gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    width: 100%!important;
    margin: 8px 0 0 0;
    padding-left: 0;
    padding-right: 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half:before {
    content: "";
    display: block;
    clear: both;
}
.gform_wrapper .top_label li.gfield.gf_right_half:after {
    content: "";
    display: table;
    clear: both;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
}
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
    width: 100%}
.gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%}
.gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
    padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
    clear: both;
}
.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
}
.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%}
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%}
.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: 8px;
}
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
    width: 100%}
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(.ginput_container_timeinput), .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100%!important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 24px)!important;
    margin-right: 16px;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%}
.gform_wrapper .top_label li.gfield.gf_right_third:after {
    content: "";
    display: table;
    clear: both;
}
.gform_wrapper .top_label li.gfield.gf_left_third+li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third+li.gsection {
    padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer, .gform_wrapper .top_label li.gfield.gf_left_third+li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third+li.gfield {
    clear: both;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter, .gform_wrapper .top_label li.gfield.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gf_second_quarter, .gform_wrapper .top_label li.gfield.gf_third_quarter {
    margin-bottom: 8px;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
    width: 100%!important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    width: 24.5%}
.gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    content: "";
    display: table;
    clear: both;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large, .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_first_quarter select.large, .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter input.large, .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter select.large, .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter input.large, .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter select.large, .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
    width: 97.5%}
.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection, .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection {
    padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield {
    clear: both;
}
.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
}
.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
    width: calc(70% + 16px);
}
.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox, .gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio {
    font-size: 0;
    display: block;
}
.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox li, .gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio li {
    font-size: .9rem;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px 0;
}
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
    margin: 0 0 10px 0;
}
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 16px);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
}
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
}
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
}
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
}
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
}
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto!important;
    float: none!important;
    margin: 0 8px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
}
html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px!important;
    padding-right: 0!important;
}
.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none!important;
}
.gform_wrapper li.gsection.gf_scroll_text {
    height: 240px;
    width: calc(100% - 16px);
    padding: 16px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc!important;
}
.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px!important;
}
.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px!important;
}
.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 12px;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc!important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc!important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal!important;
    overflow: visible;
    margin: 0 0 8px;
    padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal!important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc!important;
    padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 16px 0 16px 18px;
}
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 8px;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px 0;
    padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0!important;
    padding: 20px!important;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97b48a;
    background-color: #cbeca0;
    text-shadow: #dfb 1px 1px;
    color: #030;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #cfadb3;
    background-color: #faf2f5;
    text-shadow: #fff 1px 1px;
    color: #832525;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #e6db55;
    background-color: #fffbcc;
    text-shadow: #fcfaea 1px 1px;
    color: #222;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #ccc;
    background-color: #eee;
    text-shadow: #fff 1px 1px;
    color: #424242;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #d1e4f3;
    text-shadow: #e0f1ff 1px 1px;
    color: #314475;
}
div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #e6db55;
    border-bottom: 1px solid #e6db55;
    padding: 32px;
    background-color: #fffbcc;
    color: #424242;
    font-size: 25px;
}
div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 32px;
    background-color: #eaeaea;
    color: #424242;
    font-size: 25px;
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #fffbd2;
    margin: 30px 0;
    border: 1px solid #e6db55;
    -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
    -moz-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
    box-shadow: 0 0 5px rgba(221, 215, 131, .75);
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #e6db55;
    background-color: #fffbcc;
    color: #424242;
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), color-stop(100%, #fff9bf));
    background: -webkit-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 30px 0;
    border: 1px solid #a7c37c;
    -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
    -moz-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
    box-shadow: 0 0 5px rgba(86, 122, 86, .4);
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    background-color: #fffbcc;
    text-shadow: #dfb 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: -moz-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbf2b7), color-stop(100%, #b4d088));
    background: -webkit-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
    background: -o-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
    background: -ms-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
    background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    width: auto;
    margin: 0 auto;
    display: table;
}
.gform_wrapper form.gf_simple_horizontal {
    width: calc(100% - 16px);
    margin: 0 auto;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 75%}
.gform_wrapper form.gf_simple_horizontal div.ginput_container, .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0!important;
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
}
body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    padding-right: 1em;
    height: auto;
}
.gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message), .gform_wrapper form.gf_simple_horizontal .ginput_complex label, .gform_wrapper form.gf_simple_horizontal label.gfield_label {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9000px;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
    vertical-align: middle;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small {
    width: 100%}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
    width: 100%}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
    height: auto;
}
.gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
}
.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li, .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: .5em;
}
html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%}
html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%}
html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%}
html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%}
}body .gform_wrapper.gf_form_center_wrapper {
    padding: 16px 0 16px 16px;
}
.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:after, .entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:before, .gform_legacy_markup_wrapper.gf_browser_safari ul li:after, .gform_legacy_markup_wrapper.gf_browser_safari ul li:before {
    content: none;
}
.gform_legacy_markup_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99%!important;
}
.gform_legacy_markup_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table, .gform_legacy_markup_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%}
.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
    margin-top: 4px;
}
.gform_legacy_markup_wrapper.gf_browser_safari select[multiple=multiple] {
    height: auto!important;
}
.gform_legacy_markup_wrapper.gf_browser_safari input.button.gform_button_select_files {
    padding: 6px 12px!important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome select {
    padding: 2px 0 2px 3px;
}
.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:after, .entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:before, .gform_legacy_markup_wrapper.gf_browser_chrome ul li:after, .gform_legacy_markup_wrapper.gf_browser_chrome ul li:before {
    content: none;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99%!important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table, .gform_legacy_markup_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 6px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-left: 1px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome select[multiple=multiple] {
    height: auto!important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
    margin-left: 1.1%}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error select, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error textarea, .gform_legacy_markup_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 6px 12px!important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome span.address_country {
    margin-top: -2px;
}
.gform_legacy_markup_wrapper.gf_browser_gecko select {
    padding: 2px 12px 2px 2px;
}
.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:after, .entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:before, .gform_legacy_markup_wrapper.gf_browser_gecko ul li:after, .gform_legacy_markup_wrapper.gf_browser_gecko ul li:before {
    content: none;
}
.gform_legacy_markup_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 1px;
}
.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 2.4;
}
.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
    position: relative;
    top: 5px;
}
.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:after, .entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:before, .gform_legacy_markup_wrapper.gf_browser_ie ul li:after, .gform_legacy_markup_wrapper.gf_browser_ie ul li:before {
    content: none;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_hour {
    width: 80px;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_minute {
    width: 70px;
}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left label, .gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
    margin: 3px 0 5px 0;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 3px;
}
.gform_legacy_markup_wrapper.gf_browser_ie ul.top_label .clear-multi {
    overflow: hidden;
    clear: both;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li {
    line-height: 20px!important;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
    margin-top: 0;
}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left select, .gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
    padding: 2px 0 2px 0;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99%!important;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99%!important;
}
.gform_legacy_markup_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_legacy_markup_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    position: relative;
    top: -1px;
    left: 4px;
}
.gform_legacy_markup_wrapper.gf_browser_ie img.add_list_item, .gform_legacy_markup_wrapper.gf_browser_ie img.delete_list_item {
    width: 16px!important;
    height: 16px!important;
    background-size: 16px 16px!important;
}
.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:after, .entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:before, .gform_legacy_markup_wrapper.gf_browser_iphone ul li:after, .gform_legacy_markup_wrapper.gf_browser_iphone ul li:before {
    content: none;
}
.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:after, .entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:before, .gform_legacy_markup_wrapper.gf_browser_unknown ul li:after, .gform_legacy_markup_wrapper.gf_browser_unknown ul li:before {
    content: none;
}
@media only screen and (max-width:641px) {
    .gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
    height: 44px;
    line-height: 3.2;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b, .gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b, .gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
    position: relative;
    top: 50%;
    transform: translateY(-25%);
}
}