/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.border-t-0 {
  border-top-width: 0 !important;
  }
   
  .border-r-0 {
  border-right-width: 0 !important;
  }
   
  .border-l-0 {
  border-left-width: 0 !important;
  }
/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


dl,
dd,
h2,
h3,
h4,
figure,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "Fidelity Sans", sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}


h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
iframe,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img {
  max-width: 100%;
  height: auto;
}

html{
  font-size:85% !important;
  -webkit-print-color-adjust:exact !important
}

input{
  font-size:18px
}

@media (min-width: 768px){
  html{
    font-size:90% !important
  }
}

@media (min-width: 1350px){
  html{
    font-size:100% !important
  }

  input{
    font-size:1rem
  }
}

@media print{
  html{
    font-size:85% !important
  }
}

article a, .print-region a {
  --text-opacity: 1;
  color: #0E67A9 !important;
  color: rgba(86, 130, 0, var(--text-opacity));
  text-decoration: none;
}

.embed-container{
  position:relative !important;
  padding-bottom:56.25% !important;
  height:0 !important;
  overflow:hidden !important;
  max-width:100% !important
}

.embed-container iframe{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:100% !important;
  height:100% !important
}

input:checked+.toggle-button{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #568200;
  background-color: rgba(86, 130, 0, var(--bg-opacity));
  border-width: 1px;
  border-color: transparent
}

input:not(:checked)+.toggle-button{
  --text-opacity: 1;
  color: #568200;
  color: rgba(86, 130, 0, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #568200;
  border-color: rgba(86, 130, 0, var(--border-opacity))
}

input:checked+.circle-toggle-button{
  --bg-opacity: 1;
  background-color: #568200;
  background-color: rgba(86, 130, 0, var(--bg-opacity))
}

input:not(:checked)+.circle-toggle-button{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.simple-popup-trigger+.simple-popup{
  display:none !important
}

.simple-popup-trigger:hover+.simple-popup{
  display:block !important
}

tr.dotted-middle td{
  position:relative !important
}

tr.dotted-middle td:before{
  content:'';
  top:50% !important;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #b2b2b2;
  border-color: rgba(178, 178, 178, var(--border-opacity));
  border-style: dotted
}

@media screen{
  body>.print-region{
    display:none !important
  }
}

@media print{
  body.printing-region>*:not(.print-region){
    display:none !important
  }
}

.avoid-break-inside{
  -moz-column-break-inside:avoid !important;
       break-inside:avoid !important
}

.drop-shadow{
  -webkit-filter:drop-shadow(0px 1px 1px rgba(0,0,0,0.333333)) !important;
          filter:drop-shadow(0px 1px 1px rgba(0,0,0,0.333333)) !important
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-gray-100 {
  --bg-opacity: 1 !important;
  background-color: #f8f8f8 !important;
  background-color: rgba(248, 248, 248, var(--bg-opacity)) !important;
}

.bg-gray-200 {
  --bg-opacity: 1 !important;
  background-color: #f2f2f2 !important;
  background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
}

.bg-gray-300 {
  --bg-opacity: 1 !important;
  background-color: #e7e7e7 !important;
  background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
}

.bg-orange-500 {
  --bg-opacity: 1 !important;
  background-color: #ea6100 !important;
  background-color: rgba(234, 97, 0, var(--bg-opacity)) !important;
}

.bg-green-500 {
  --bg-opacity: 1 !important;
  background-color: #568200 !important;
  background-color: rgba(86, 130, 0, var(--bg-opacity)) !important;
}

.bg-teal-900 {
  --bg-opacity: 1 !important;
  background-color: #126888 !important;
  background-color: rgba(18, 104, 136, var(--bg-opacity)) !important;
}

.bg-blue-400 {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.bg-blue-900 {
  --bg-opacity: 1 !important;
  background-color: #024a7a !important;
  background-color: rgba(2, 74, 122, var(--bg-opacity)) !important;
}

.bg-black-translucent {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.hover\:bg-gray-200:hover {
  --bg-opacity: 1 !important;
  background-color: #f2f2f2 !important;
  background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
}

.hover\:bg-black-screen:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-center {
  background-position: center !important;
}

.bg-cover {
  background-size: cover !important;
}

.border-transparent {
  border-color: transparent !important;
}
.border-black {	
  --border-opacity: 1 !important;	
  border-color: #000 !important;	
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;	
  border: 1px solid;	
}	
.border-white {	
  --border-opacity: 1 !important;	
  border-color: #fff !important;	
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;	
  	
}	
.border-gray-400 {	
  --border-opacity: 1 !important;	
  border-color: #d5d5d5 !important;	
  border-color: rgba(213, 213, 213, var(--border-opacity)) !important;	
  	
}	
.border-gray-500 {	
  --border-opacity: 1 !important;	
  border-color: #b2b2b2 !important;	
  border-color: rgba(178, 178, 178, var(--border-opacity)) !important;	
  	
}	
.border-gray-600 {	
  --border-opacity: 1 !important;	
  border-color: #666666 !important;	
  border-color: rgba(102, 102, 102, var(--border-opacity)) !important;	
  	
}	
.border-orange-500 {	
  --border-opacity: 1 !important;	
  border-color: #ea6100 !important;	
  border-color: rgba(234, 97, 0, var(--border-opacity)) !important;	
  border: 1px solid;	
}	
.border-green-500 {	
  --border-opacity: 1 !important;	
  border-color: #568200 !important;	
  border-color: rgba(86, 130, 0, var(--border-opacity)) !important;	
  border: 1px solid;	
}	
.border-teal-900 {	
  --border-opacity: 1 !important;	
  border-color: #126888 !important;	
  border-color: rgba(18, 104, 136, var(--border-opacity)) !important;	
  border: 1px solid;	
}	
.border-blue-900 {	
  --border-opacity: 1 !important;	
  border-color: #024a7a !important;	
  border-color: rgba(2, 74, 122, var(--border-opacity)) !important;	
  border: 1px solid;	
}	
.border-gray-575 {	
  --border-opacity: 1 !important;	
  border-color: #727272 !important;	
  border-color: rgba(114, 114, 114, var(--border-opacity)) !important;	
  border: 1px solid;	
}	
.rounded-sm {	
  border-radius: 0.125rem !important;	
  border: 1px solid;	
}	
.rounded {	
  border-radius: 0.25rem !important;	
  border: 1px solid;	
}	
.rounded-lg {	
  border-radius: 0.5rem !important;	
  border: 1px solid;	
}	
.rounded-full {	
  border-radius: 9999px !important;	
}	
.border-dotted {	
  border-style: dotted !important;	
}	
.border-2 {	
  border-width: 2px !important;	
  border: 1px solid;	
}	


.border-3 {
  border-width: 3px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-r-3 {
  border-right-width: 3px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.hidden {
  display: none !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-stretch {
  align-items: stretch !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.clear-both {
  clear: both !important;
}

.font-sans {
  font-family: "Fidelity Sans", sans-serif !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-7 {
  height: 1.75rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-full {
  height: 100% !important;
}

.text-xs {
  font-size: 0.85rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.max-w-md.mx-auto.lg\:mx-0 .text-lg {
  font-size: 1.125rem !important;
}
.text-lg {
  font-size: 1.5rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-2xs {
  font-size: 0.6rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mt-px {
  margin-top: 1px !important;
}

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-ml-1 {
  margin-left: -0.25rem !important;
}

.-ml-3 {
  margin-left: -0.75rem !important;
}

.-mr-4 {
  margin-right: -1rem !important;
}

.-ml-6 {
  margin-left: -1.5rem !important;
}

.-ml-8 {
  margin-left: -2rem !important;
}

.-mt-px {
  margin-top: -1px !important;
}

.-mt-2px {
  margin-top: -2px !important;
}

.last\:mr-0:last-child {
  margin-right: 0 !important;
}

.max-w-32 {
  max-width: 8rem !important;
}

.max-w-48 {
  max-width: 12rem !important;
}

.max-w-64 {
  max-width: 16rem !important;
}

.max-w-80 {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-screen-sm {
  max-width: 650px !important;
}

.max-w-screen-md {
  max-width: 920px !important;
}

.max-w-screen-xs {
  max-width: 400px !important;
}

.min-h-8 {
  min-height: 2rem !important;
}

.min-h-12 {
  min-height: 3rem !important;
}

.min-h-22 {
  min-height: 5.5rem !important;
}

.min-h-80 {
  min-height: 20rem !important;
}

.min-h-120 {
  min-height: 30rem !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.min-w-16 {
  min-width: 4rem !important;
}

.min-w-120 {
  min-width: 30rem !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  
}

header.menu-container.fixed.top-0.w-screen.z-30.lg\:items-center.bg-green-500.lg\:py-3.lg\:px-5.flex.flex-col.lg\:flex-row.text-white.antialiased.uppercase.lg\:text-xs.border-white {
  height: 45px;
}

header .py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-top: none;
}



.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pr-px {
  padding-right: 1px !important;
}

.last\:py-0:last-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.right-1 {
  right: 0.25rem !important;
}

.bottom-1 {
  bottom: 0.25rem !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.left-2 {
  left: 0.5rem !important;
}

.top-3 {
  top: 0.75rem !important;
}

.top-4 {
  top: 1rem !important;
}

.right-4 {
  right: 1rem !important;
}

.bottom-22 {
  bottom: 5.5rem !important;
}

.-top-5 {
  top: -1.25rem !important;
}

.-bottom-3 {
  bottom: -0.75rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.left-1\/2 {
  left: 50% !important;
}

.resize {
  resize: both !important;
}

.shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15) !important;
}

.shadow-md {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-lg {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4) !important;
}

.hover\:shadow-md:hover {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4) !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-gray-600 {
  --text-opacity: 1 !important;
  color: #666666 !important;
  color: rgba(102, 102, 102, var(--text-opacity)) !important;
}

.text-gray-800 {
  --text-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--text-opacity)) !important;
}

.text-orange-500 {
  --text-opacity: 1 !important;
  color: #ea6100 !important;
  color: rgba(234, 97, 0, var(--text-opacity)) !important;
}

.text-green-500 {
  --text-opacity: 1 !important;
  color: #568200 !important;
  color: rgba(86, 130, 0, var(--text-opacity)) !important;
}

.text-teal-900 {
  --text-opacity: 1 !important;
  color: #126888 !important;
  color: rgba(18, 104, 136, var(--text-opacity)) !important;
}

.text-blue-900 {
  --text-opacity: 1 !important;
  color: #024a7a !important;
  color: rgba(2, 74, 122, var(--text-opacity)) !important;
}

.text-gray-550 {
  --text-opacity: 1 !important;
  color: #7f7f7f !important;
  color: rgba(127, 127, 127, var(--text-opacity)) !important;
}

.italic {
  font-style: italic !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.visible {
  visibility: visible !important;
}

.w-0 {
  width: 0 !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-1\/10 {
  width: 10% !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.-scale-x-100 {
  --transform-scale-x: -1 !important;
}

.rotate-45 {
  --transform-rotate: 45deg !important;
}

.rotate-180 {
  --transform-rotate: 180deg !important;
}

.-rotate-45 {
  --transform-rotate: -45deg !important;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important;
}

.transition-left {
  transition-property: left !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

@media (min-width: 640px) {

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1024px) {

  .lg\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #d5d5d5 !important;
    border-color: rgba(213, 213, 213, var(--border-opacity)) !important;
  }

  .lg\:rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-l {	
    border-left: 1px solid #d5d5d5 !important;	
}

  .lg\:box-content {
    box-sizing: content-box !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-flex {
    display: inline-flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:h-72 {
    height: 18rem !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:-mb-2px {
    margin-bottom: -2px !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:max-w-screen-md {
    max-width: 920px !important;
  }

  .lg\:min-h-14 {
    min-height: 3.5rem !important;
  }

  .lg\:min-h-22 {
    min-height: 5.5rem !important;
  }

  .lg\:min-h-80 {
    min-height: 20rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pr-0 {
    padding-right: 0 !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4 {
    padding-left: 0.65rem !important;
}

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-green-500 {
    --text-opacity: 1 !important;
    color: #568200 !important;
    color: rgba(86, 130, 0, var(--text-opacity)) !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
    min-height: 200px;
}

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }
}

@media print {

  .print\:drop-shadow-md{
    -webkit-filter:drop-shadow(0px 0px 1px rgba(0,0,0,0.333333)) !important;
            filter:drop-shadow(0px 0px 1px rgba(0,0,0,0.333333)) !important
  }

  .print\:bg-transparent {
    background-color: transparent !important;
  }

  .print\:border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #d5d5d5 !important;
    border-color: rgba(213, 213, 213, var(--border-opacity)) !important;
  }

  .print\:border-l {
    border-left-width: 1px !important;
  }

  .print\:box-content {
    box-sizing: content-box !important;
  }

  .print\:block {
    display: block !important;
  }

  .print\:flex {
    display: flex !important;
  }

  .print\:hidden {
    display: none !important;
  }

  .print\:flex-row {
    flex-direction: row !important;
  }

  .print\:mt-0 {
    margin-top: 0 !important;
  }

  .print\:mb-0 {
    margin-bottom: 0 !important;
  }

  .print\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .print\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .print\:-ml-4 {
    margin-left: -1rem !important;
  }

  .print\:min-h-14 {
    min-height: 3.5rem !important;
  }

  .print\:min-h-22 {
    min-height: 5.5rem !important;
  }

  .print\:pl-4 {
    padding-left: 1rem !important;
  }

  .print\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .print\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .print\:absolute {
    position: absolute !important;
  }

  .print\:shadow-none {
    box-shadow: none !important;
  }

  .print\:w-1\/3 {
    width: 33.333333% !important;
  }
}

@media screen {

  .screen\:flex {
    display: flex !important;
  }
}


/*# sourceMappingURL=main.css.map*/


		
/*footer update*/	
.seo-footer {	
  margin: 0em 0 0 !important;	
}



.scl-button--primary-open-account a {
  border: .0625em solid #E87400;
  text-shadow: 0 -0.0625em 0 #cb6500;
  background-color: #e87700;
  padding: .5625em .8906em;
  color: #fff !important;
  font-family: "Fidelity Sans";
  font-size: 1em !important;
  border-radius: .3125em;
  text-decoration: none !important;
  background-image: -webkit-gradient(linear,50% 0,50% 50%,color-stop(0%,#ff9e41),color-stop(100%,#e87700));
  background-image: -webkit-linear-gradient(top,#ff9e41,#e87700 50%);
  background-image: -moz-linear-gradient(top,#ff9e41,#e87700 50%);
  background-image: -ms-linear-gradient(top,#ff9e41,#e87700 50%);
  background-image: -o-linear-gradient(top,#ff9e41,#e87700 50%);
  background-image: linear-gradient(top,#ff9e41,#e87700 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff9e41, endColorstr=#e87700);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff9e41, endColorstr=#e87700)";
}

.scl-button--primary a {
  font-size: inherit;
  padding: .5625em .8906em;
  background-color: #1373B4;
  background-image: -webkit-gradient(linear,50% 0,50% 50%,color-stop(0%,#5ca2e6),color-stop(100%,#1373b4));
  background-image: -webkit-linear-gradient(top,#5ca2e6,#1373b4 50%);
  background-image: -moz-linear-gradient(top,#5ca2e6,#1373b4 50%);
  background-image: -ms-linear-gradient(top,#5ca2e6,#1373b4 50%);
  background-image: -o-linear-gradient(top,#5ca2e6,#1373b4 50%);
  background-image: linear-gradient(top,#5ca2e6,#1373b4 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5ca2e6, endColorstr=#1373b4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#5ca2e6, endColorstr=#1373b4)";
  border: .0625em solid #366EB7;
  color: #fff;
  text-shadow: 0 -0.0625em 0 #2a5893;
}

.generic-button a {
  border: .0625em solid #004988;
  padding: .5625em .8906em;
  color: #fff !important;
  font-family: "Fidelity Sans";
  font-size: 1em !important;
  border-radius: .3125em;
  text-decoration: none !important;
  text-decoration: none;
  text-shadow: 0.0625em 0.0625em 0.25em #004988;
  width: auto;
  background: #0069b6;
  background: -moz-linear-gradient(top,#9bc7e6 0,#0069b6 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9bc7e6),color-stop(50%,#0069b6));
  background: -webkit-linear-gradient(top,#9bc7e6 0,#0069b6 50%);
  background: -o-linear-gradient(top,#9bc7e6 0,#0069b6 50%);
  background: -ms-linear-gradient(top,#9bc7e6 0,#0069b6 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc7e6', endColorstr='#0069b6', GradientType=0);
  background: linear-gradient(top,#9bc7e6 0,#0069b6 50%);
  -moz-border-radius: .1875em;
  -webkit-border-radius: .1875em;
  -khtml-border-radius: .1875em;
  border-radius: .1875em;
  -moz-box-shadow: .0625em .0625em .125em #ccc;
  -webkit-box-shadow: 0.0625em 0.0625em 0.125em #ccc;
  box-shadow: 0.0625em 0.0625em 0.125em #ccc;
  text-align: center;
}
.overview-basics {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}