*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-auto {
  top: auto;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

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

.mr-6 {
  margin-right: 1.5rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.flex-auto {
  flex: 1 1 auto;
}

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

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.flex-row {
  flex-direction: row;
}

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

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

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

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

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

.justify-evenly {
  justify-content: space-evenly;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-contain {
  background-size: contain;
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

.pl-11 {
  padding-left: 2.75rem;
}

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.uppercase {
  text-transform: uppercase;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.87);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #646cff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #535bf2;
  text-decoration: underline;
}

body {
  min-width: 320px;
  min-height: 100vh;
  color: #404040;
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: revert-layer;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}

button:hover {
  border-color: #646cff;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }

  a:hover {
    color: #747bff;
  }

  button {
    background-color: #f9f9f9;
  }
}

* {
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 2.2em;
  line-height: 1.1;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.7em;
  margin: 0 0 0.5em;
}

h4 {
  font-size: 1.3em;
  margin: 0 0 0.4em;
}

h1,
h2,
h3,
h4 {
  color: #565656;
}

ul {
  font-weight: 600;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 1em;
}

dl,
p {
  font-family: Calibri, "Helvetica Neue", Helvetica, serif;
  font-weight: 400;
}

p {
  padding: 0 0 1.5em;
}

p img {
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.small-caps {
  font-variant: small-caps;
}

#sitemast {
  box-shadow: 0 8px 6px -6px #848383;
  border-bottom: 1px solid #000;
  background: #fff;
}

#upArrow {
  right: 20px;
  z-index: 9999;
  color: #6dbbaa;
  font-size: 4em;
}

#content {
  padding-bottom: 150px;
}

#footer {
  background-color: #5c5676;
  color: #fff;
  border-top: 1px solid #000;
  z-index: 1;
}

#footer a {
  color: inherit;
}

#rightNav li a.active,
#rightNav li ul li a.active {
  background-color: #f7f7f7;
}

#topNav {
  background-color: #eeeaff;
}

#topNav a {
  color: #000;
}

#topNav li a.active {
  color: #5c5676;
}

.betterButton,
.button {
  background-color: #6dbbaa;
}

#topNav a:hover,
#topNav li.active a {
  text-decoration: underline;
}

.aside-background {
  background: #fcfff4;
}

.c-faqComponent-insuranceLogos {
  margin: 0 20px 20px;
  width: 90%;
  max-width: 300px;
}

.c-faqComponent-insuranceLogos .rounded-border {
  border: 1px solid #d1d1d3;
}

.c-faqComponent-insuranceLogos img {
  height: 65px;
  display: block;
  margin: 1em auto;
}

.c-reviewPage-articleTitle a {
  color: #000;
  font-size: 16px;
}

.c-mobileNav-socialLinks a {
  color: #5c5676;
}

.serviceSection {
  border: 1px solid #d1d1d3;
  background: #fcfff4;
}

#sitemastImage a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xml%3Aspace%3D%22preserve%22 version%3D%221.1%22%0DviewBox%3D%226000 6000 4900 4900%22 width%3D%22120%22 height%3D%22120%22 preserveAspectRatio%3D%22xMinYMin meet%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D %3Cdefs%3E%0D  %3Cstyle type%3D%22text%2Fcss%22%3E%0D   %3C!%5BCDATA%5B%0D    .fil1 %7Bfill%3A%235C5676%7D%0D    .fil2 %7Bfill%3A%236DBBAA%7D%0D    .fil0 %7Bfill%3Awhite%7D%0D   %5D%5D%3E%0D  %3C%2Fstyle%3E%0D %3C%2Fdefs%3E%0D %3Cg%3E%0D  %3Crect class%3D%22fil0%22%2F%3E%0D  %3Cg id%3D%22_2701994493360%22%3E%0D   %3Cpath class%3D%22fil1%22 d%3D%22M8924 6441c937%2C198 1640%2C1030 1640%2C2026 0%2C1143 -927%2C2070 -2071%2C2070 -109%2C0 -217%2C-8 -322%2C-25l0 -2273 594 767 159 0 0 -2565zm-523 2804c0%2C-10 9%2C-18 24%2C-18 13%2C0 26%2C5 39%2C15l14 -19c-15%2C-12 -32%2C-19 -53%2C-19 -29%2C0 -50%2C18 -50%2C43 0%2C27 18%2C36 49%2C44 27%2C6 33%2C12 33%2C22 0%2C11 -10%2C19 -26%2C19 -18%2C0 -32%2C-7 -46%2C-19l-16 18c18%2C16 39%2C23 61%2C23 31%2C0 52%2C-16 52%2C-43 0%2C-25 -16%2C-36 -47%2C-43 -28%2C-7 -34%2C-12 -34%2C-23zm320 34c0%2C-41 -31%2C-75 -76%2C-75 -45%2C0 -77%2C34 -77%2C76 0%2C41 32%2C75 76%2C75 45%2C0 77%2C-35 77%2C-76zm-27 1c0%2C28 -20%2C51 -49%2C51 -29%2C0 -50%2C-23 -50%2C-52 0%2C-28 20%2C-51 49%2C-51 29%2C0 50%2C23 50%2C52zm120 72l102 0 0 -23 -76 0 0 -122 -26 0 0 145zm310 -145l-26 0 0 83c0%2C27 -14%2C41 -37%2C41 -22%2C0 -36%2C-15 -36%2C-42l0 -82 -26 0 0 83c0%2C43 24%2C65 62%2C65 38%2C0 63%2C-22 63%2C-66l0 -82zm159 23l46 0 0 -23 -118 0 0 23 46 0 0 122 26 0 0 -122zm137 -23l0 145 26 0 0 -145 -26 0zm273 72c0%2C-41 -31%2C-75 -76%2C-75 -45%2C0 -76%2C34 -76%2C76 0%2C41 31%2C75 76%2C75 44%2C0 76%2C-35 76%2C-76zm-27 1c0%2C28 -20%2C51 -49%2C51 -29%2C0 -50%2C-23 -50%2C-52 0%2C-28 21%2C-51 50%2C-51 29%2C0 49%2C23 49%2C52zm222 27l-78 -100 -24 0 0 145 26 0 0 -103 80 103 22 0 0 -145 -26 0 0 100zm147 -62c0%2C-10 9%2C-18 24%2C-18 13%2C0 26%2C5 39%2C15l14 -19c-15%2C-12 -32%2C-19 -53%2C-19 -29%2C0 -50%2C18 -50%2C43 0%2C27 18%2C36 49%2C44 27%2C6 33%2C12 33%2C22 0%2C11 -10%2C19 -26%2C19 -18%2C0 -32%2C-7 -46%2C-19l-15 18c17%2C16 38%2C23 60%2C23 31%2C0 52%2C-16 52%2C-43 0%2C-25 -16%2C-36 -46%2C-43 -28%2C-7 -35%2C-12 -35%2C-23zm-145 -965c0%2C111 -86%2C182 -222%2C182l-277 0 0 -362 276 0c140%2C0 223%2C62 223%2C180zm226 726l-291 -408c151%2C-42 258%2C-150 258%2C-329 0%2C-211 -153%2C-342 -401%2C-342l-481 0 0 1079 190 0 0 -376 237 0 265 376 223 0z%22%2F%3E%0D   %3Cpath class%3D%22fil2%22 d%3D%22M8493 6396c83%2C0 164%2C5 245%2C14l0 2263 -578 -746 -176 0 0 2547c-897%2C-227 -1561%2C-1039 -1561%2C-2007 0%2C-1144 927%2C-2071 2070%2C-2071zm-1623 2958l105 0 0 -24 -79 0 0 -125 -26 0 0 149zm288 -149l0 149 27 0 0 -149 -27 0zm332 0l-111 0 0 149 26 0 0 -61 76 0 0 -24 -76 0 0 -40 85 0 0 -24zm294 0l-111 0 0 149 112 0 0 -23 -85 0 0 -40 75 0 0 -24 -75 0 0 -39 84 0 0 -23zm-225 -925c0%2C111 -86%2C182 -222%2C182l-277 0 0 -362 275 0c141%2C0 224%2C62 224%2C180zm226 726l-291 -408c151%2C-42 257%2C-150 257%2C-329 0%2C-211 -152%2C-342 -400%2C-342l-481 0 0 1079 190 0 0 -376 237 0 265 376 223 0z%22%2F%3E%0D   %3Cpath class%3D%22fil2%22 d%3D%22M8567 6270c-838%2C0 -1566%2C469 -1936%2C1158 364%2C-652 1062%2C-1094 1862%2C-1094 1178%2C0 2133%2C955 2133%2C2133 0%2C1177 -955%2C2132 -2133%2C2132 -800%2C0 -1498%2C-441 -1862%2C-1094 370%2C689 1098%2C1158 1936%2C1158 1213%2C0 2196%2C-983 2196%2C-2196 0%2C-1214 -983%2C-2197 -2196%2C-2197z%22%2F%3E%0D   %3Cpath class%3D%22fil1%22 d%3D%22M8493 6143c886%2C0 1656%2C496 2048%2C1225 -386%2C-690 -1123%2C-1157 -1970%2C-1157 -1246%2C0 -2255%2C1010 -2255%2C2256 0%2C1245 1009%2C2255 2255%2C2255 847%2C0 1584%2C-467 1970%2C-1157 -392%2C729 -1162%2C1225 -2048%2C1225 -1283%2C0 -2323%2C-1040 -2323%2C-2323 0%2C-1284 1040%2C-2324 2323%2C-2324z%22%2F%3E%0D  %3C%2Fg%3E%0D %3C%2Fg%3E%0D%3C%2Fsvg%3E%0D");
  background-position: bottom left;
  background-color: #fff;
}

.c-review i {
  font-size: 2em;
}

@media screen and (min-width: 320px) {
  body {
    overflow: unset;
  }

  .alt {
    display: none;
  }

  .c-footer .c-footer-content {
    max-height: 35px;
    overflow: hidden;
  }

  .c-counselorComponent-body {
    flex-direction: column;
  }

  .serviceSection {
    width: 300px;
  }

  .betterButton,
  .button {
    font-size: 1em;
  }

  #sitemast {
    z-index: 9999;
    flex: 0 1 auto;
    width: 100%;
  }

  #sitemastImage {
    height: 85px;
  }

  #sitemastImage a {
    background-position: bottom left;
  }

  p img {
    margin: 0 0 15px;
  }

  #content {
    min-height: 600px;
  }

  #rightNav {
    position: absolute;
    top: 85px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    flex-direction: row;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #000;
    box-shadow: -3px 3px 5px 0 #bdb7bd;
  }

  #rightNav .navigation {
    background-color: #fff;
  }

  #rightNav .navigation li a {
    display: block;
    padding-left: 1em;
    font-size: 12px;
    color: #2f4f4f;
  }

  #rightNav .navigation li ul li a {
    padding-left: 1.5em;
    color: #5c5676;
  }

  .aside div img {
    width: 240px;
  }

  .main iframe {
    width: 40vh;
  }

  .c-counselorComponent img {
    max-width: 85vw;
  }
}

@media screen and (min-width: 720px) {
  .c-footer .c-footer-content {
    max-height: unset;
    overflow: visible;
  }

  .c-footer-socialLinks {
    display: none;
  }

  .serviceSection {
    max-width: 300px;
  }

  #sitemastImage a {
    background-position: bottom center;
  }

  #topNav {
    font-size: 0.8em;
  }

  #topNav ul {
    margin: 0 20px 0 0;
  }

  #topNav li {
    float: left;
    list-style: none;
  }

  .aside div img {
    width: 320px;
    height: 225px;
  }

  .main iframe {
    width: 100vh;
  }

  .c-footer .flex .c-footer-socialLinks p {
    text-align: right;
  }

  .c-footer .flex .c-footer-socialLinks p a {
    margin-right: 4px;
  }

  .c-counselorComponent img {
    width: 300px;
  }

  .c-counselorComponent-body {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 770px) {
  p img {
    margin: 0 0 15px 15px;
    float: right;
  }

  .serviceSection {
    width: 24%;
    max-width: 300px;
  }

  .c-counselorComponent img {
    width: 350px;
    max-width: none;
  }

  #topNav {
    font-size: 1em;
  }
}

@media screen and (min-width: 820px) {
  .c-counselorComponent-picture {
    margin: 0 0 0 15px;
  }
}

@media screen and (min-width: 1025px) {
  body {
    overflow: hidden;
  }

  #sitemastImage {
    width: 100%;
  }

  #content {
    min-height: unset;
  }

  #topNav ul {
    margin-right: 10px;
  }

  .c-counselorComponent img {
    width: 500px;
    max-width: none;
  }
}

@media (min-height: 200px) and (orientation: landscape) {
  #sitemastImage {
    height: 85px;
  }

  #sitemastImage a {
    background-position: bottom center;
  }

  .serviceSection {
    width: 30%;
    max-width: 300px;
  }
}

@media (min-height: 600px) and (orientation: landscape) {
  #sitemastImage {
    height: 100px;
  }

  #sitemastImage a {
    background-position: 49% 100%;
  }
}

@media (min-height: 900px) and (min-width: 900px) {
  #sitemastImage {
    height: 140px;
  }

  .betterButton,
  .button {
    font-size: 1.5em;
  }
}

#content .aside p {
  padding: 10px 40px;
}

.betterButton {
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  border: 1px solid #6dbbaa;
  border-radius: 5px;
  padding: 20px 10px;
  transition: 0.5s;
}

.button-purple {
  background-color: #5c5676;
  border: 1px solid #5c5676;
}

.betterButton:active,
.betterButton:hover,
.button:active,
.button:hover {
  text-decoration: none;
  color: #5c5676;
  border-color: #6dbbaa;
  background: #fff;
}

.betterButton span,
.button span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}

.betterButton:hover span:after,
.button:active span:after,
.button:hover span:after {
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: #6dbbaa;
  right: 0;
  top: 50%;
}

.button-purple:active span:after,
.button-purple:hover span:after {
  border-color: #5c5676;
}

.c-footer-companyInfo .inset {
  background-color: #4a4660;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
}

#footer .c-footer-socialLinks a {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-bottom: 5px;
}

#footer .c-footer-companyInfo p {
  display: inline-block;
}

#footer i {
  font-size: 20px;
}

#footer p {
  padding: 0;
  vertical-align: middle;
}

.c-footer-expanded .c-footer-content {
  max-height: unset;
  overflow: visible;
}

.c-footer-collapseButton {
  position: absolute;
  top: -15px;
  border-width: 1px;
  border-style: solid;
}

.c-footer-collapseButton i {
  height: 20px;
  width: 20px;
}

#footer .c-footer-companyInfo i {
  color: #fff;
  text-align: center;
  margin: 0;
  margin-right: 8px;
  vertical-align: middle;
}

.c-footer p img {
  float: none;
  box-shadow: none;
}

.c-contactComponent-hours {
  font-family: "Roboto", serif;
}

.c-contactComponent-hours .day {
  width: 150px;
}

.processing {
  font-size: 36px;
}

.c-reviewForm {
  max-width: 400px;
}

.MuiFormControl-root {
  width: 100%;
}

blockquote {
  background: #fff;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  border-left: 15px solid #5c5676;
  border-right: 2px solid #5c5676;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}

blockquote::after {
  content: "";
}

input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
  background-color: #f7dadf;
}

.servicesSvg {
  background-position: top center;
  height: 100px;
}

.counselingSvg {
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22utf-8%22%3F%3E%0D%3Csvg version%3D%221.1%22 id%3D%22Layer_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%0D%09 viewBox%3D%22-210.4 332.5 110.8 128.6%22 xml%3Aspace%3D%22preserve%22%3E%0D%3Cstyle type%3D%22text%2Fcss%22%3E%0D%09.st0%7Bfill%3Anone%3Bstroke%3A%230A486A%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0D%09.st1%7Bfill%3Anone%3Bstroke%3A%23F3714E%3Bstroke-width%3A2%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0D%09.st2%7Bfill%3Anone%3Bstroke%3A%232887C2%3Bstroke-width%3A2%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0D%09.st3%7Bfill%3Anone%3Bstroke%3A%23DAE6E8%3Bstroke-width%3A2%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0D%3C%2Fstyle%3E%0D%3Cg id%3D%22XMLID_208_%22%3E%0D%09%3Cpath id%3D%22XMLID_205_%22 class%3D%22st0%22 d%3D%22M-117.8%2C460.5c-15.3-20.1-8.9-28.2-8.9-28.2c2.2%2C6.4%2C6.9%2C5.4%2C6.9%2C5.4%0D%09%09c-3-12.8%2C10.7-24.8%2C15-35.8c4.1-10.3%2C5.5-21.8%2C3.1-32.6c-2.9-13.5-12.2-24-24.6-29.7c-22.1-10.2-51.4-7.4-70.2%2C8.5%0D%09%09c-7.1%2C6-9.2%2C15.5-1.8%2C22.4c0%2C0-4.2%2C19-1.6%2C26.6c0%2C0-11.3%2C20-9.3%2C20.8c2%2C0.8%2C7.5%2C2.8%2C7.5%2C2.8l0.7%2C6.3l-1.1%2C3.3l1%2C0.4%0D%09%09c0.9%2C0.3%2C1.3%2C1.4%2C0.7%2C2.3l-0.9%2C1.3l3.9%2C3.1c0%2C0-2.6%2C4.4-1%2C9.1c1.6%2C4.8%2C4.8%2C7.9%2C11.1%2C7.1c0%2C0%2C18.9-4.4%2C17.1%2C7.1%22%2F%3E%0D%09%3Cpath id%3D%22XMLID_209_%22 class%3D%22st1%22 d%3D%22M-150.9%2C364.9L-150.9%2C364.9c-0.4-1.3-0.9-2.7-1.7-3.9l2.5-4.7l-1.5-1.5l-0.1-0.1l-1.5-1.5%0D%09%09l-4.7%2C2.5l0%2C0c-1.2-0.7-2.6-1.3-4-1.6l-1.5-5.1h-2.1h-0.2h-2.1l-1.5%2C5.1h0.1c-1.4%2C0.4-2.8%2C0.9-4%2C1.7l-4.7-2.5l-1.5%2C1.5l-0.1%2C0.1%0D%09%09l-1.5%2C1.5l2.5%2C4.7l0%2C0c-0.7%2C1.2-1.3%2C2.6-1.6%2C4l-5.1%2C1.5v2.1v0.2v2.1l5.1%2C1.5v-0.1c0.4%2C1.4%2C0.9%2C2.8%2C1.7%2C4l-2.5%2C4.7l1.5%2C1.5l0.1%2C0.1%0D%09%09l1.5%2C1.5l4.7-2.5l0%2C0c1.2%2C0.7%2C2.6%2C1.3%2C4%2C1.6l1.5%2C5.1h2.1h0.2h2.1l1.5-5.1h-0.1c1.4-0.4%2C2.8-0.9%2C4-1.7l4.7%2C2.5l1.5-1.5l0.1-0.1%0D%09%09l1.5-1.5l-2.5-4.7l0%2C0c0.7-1.2%2C1.3-2.6%2C1.6-4l5.1-1.5v-2.1v-0.2v-2.1L-150.9%2C364.9z M-165.6%2C377.1c-4.6%2C0-8.3-3.7-8.3-8.3%0D%09%09s3.7-8.3%2C8.3-8.3s8.3%2C3.7%2C8.3%2C8.3C-157.3%2C373.4-161%2C377.1-165.6%2C377.1z%22%2F%3E%0D%09%3Cpath id%3D%22XMLID_212_%22 class%3D%22st2%22 d%3D%22M-116.6%2C368.5L-116.6%2C368.5c-0.3-1-0.7-2-1.3-3l1.9-3.6l-1.1-1.1l-0.1-0.1l-1.1-1.1l-3.6%2C1.9%0D%09%09l0%2C0c-0.9-0.5-2-1-3-1.2l-1.2-3.9h-1.6h-0.2h-1.6l-1.2%2C3.9h0.1c-1.1%2C0.3-2.1%2C0.7-3%2C1.3l-3.6-1.9l-1.1%2C1.1l-0.1%2C0.1l-1.1%2C1.1%0D%09%09l1.9%2C3.6l0%2C0c-0.5%2C0.9-1%2C2-1.2%2C3l-3.9%2C1.2v1.6v0.2v1.6l3.9%2C1.2v-0.1c0.3%2C1.1%2C0.7%2C2.1%2C1.3%2C3l-1.9%2C3.6l1.1%2C1.1l0.1%2C0.1l1.1%2C1.1%0D%09%09l3.6-1.9l0%2C0c0.9%2C0.5%2C2%2C1%2C3%2C1.2l1.2%2C3.9h1.6h0.2h1.6l1.2-3.9h-0.1c1.1-0.3%2C2.1-0.7%2C3-1.3l3.6%2C1.9l1.1-1.1l0.1-0.1l1.1-1.1l-1.9-3.6%0D%09%09l0%2C0c0.5-0.9%2C1-2%2C1.2-3l3.9-1.2v-1.6v-0.2v-1.6L-116.6%2C368.5z M-127.7%2C377.8c-3.5%2C0-6.3-2.8-6.3-6.3c0-3.5%2C2.8-6.3%2C6.3-6.3%0D%09%09c3.5%2C0%2C6.3%2C2.8%2C6.3%2C6.3C-121.4%2C375-124.2%2C377.8-127.7%2C377.8z%22%2F%3E%0D%09%3Cpath id%3D%22XMLID_215_%22 class%3D%22st3%22 d%3D%22M-138.3%2C392.7L-138.3%2C392.7c-0.2-0.7-0.5-1.4-0.9-2l1.3-2.4l-0.8-0.8l-0.1-0.1l-0.8-0.8%0D%09%09l-2.4%2C1.3l0%2C0c-0.6-0.4-1.3-0.7-2-0.8l-0.8-2.6h-1.1h-0.1h-1.1l-0.8%2C2.6h0c-0.7%2C0.2-1.4%2C0.5-2%2C0.9l-2.4-1.3l-0.8%2C0.8l-0.1%2C0.1%0D%09%09l-0.8%2C0.8l1.3%2C2.4l0%2C0c-0.4%2C0.6-0.7%2C1.3-0.8%2C2l-2.6%2C0.8v1.1v0.1v1.1l2.6%2C0.8v0c0.2%2C0.7%2C0.5%2C1.4%2C0.9%2C2l-1.3%2C2.4l0.8%2C0.8l0.1%2C0.1%0D%09%09l0.8%2C0.8l2.4-1.3l0%2C0c0.6%2C0.4%2C1.3%2C0.7%2C2%2C0.8l0.8%2C2.6h1.1h0.1h1.1l0.8-2.6h0c0.7-0.2%2C1.4-0.5%2C2-0.9l2.4%2C1.3l0.8-0.8l0.1-0.1l0.8-0.8%0D%09%09l-1.3-2.4l0%2C0c0.4-0.6%2C0.7-1.3%2C0.8-2l2.6-0.8v-1.1v-0.1v-1.1L-138.3%2C392.7z M-145.8%2C398.9c-2.3%2C0-4.2-1.9-4.2-4.2%0D%09%09c0-2.3%2C1.9-4.2%2C4.2-4.2s4.2%2C1.9%2C4.2%2C4.2C-141.6%2C397-143.4%2C398.9-145.8%2C398.9z%22%2F%3E%0D%3C%2Fg%3E%0D%3C%2Fsvg%3E%0D");
  background-size: 75px;
}

.coachingSvg {
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22utf-8%22%3F%3E%0D%3Csvg version%3D%221.1%22 id%3D%22Layer_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%0D%09 viewBox%3D%22-198 333.2 92.5 129.5%22 xml%3Aspace%3D%22preserve%22%3E%0D%3Cstyle type%3D%22text%2Fcss%22%3E%0D%09.st0%7Bfill%3Anone%3Bstroke%3A%232887C2%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0D%09.st1%7Bfill%3Anone%3Bstroke%3A%230A486A%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0D%09.st2%7Bfill%3Anone%3Bstroke%3A%23F3714E%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0D%09.st3%7Bfill%3Anone%3Bstroke%3A%23DAE6E8%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0D%09.st4%7Bfill%3A%23DAE6E8%3B%7D%0D%3C%2Fstyle%3E%0D%3Cg id%3D%22XMLID_1_%22%3E%0D%09%3Cpath id%3D%22XMLID_6_%22 class%3D%22st0%22 d%3D%22M-126.5%2C354.4h5.5c1.4%2C0%2C2.5%2C1%2C2.5%2C2.3v91.3c0%2C1.3-1.1%2C2.3-2.5%2C2.3h-61.2c-1.4%2C0-2.5-1-2.5-2.3%0D%09%09v-91.3c0-1.3%2C1.1-2.3%2C2.5-2.3h6.7%22%2F%3E%0D%09%3Cpath id%3D%22XMLID_2_%22 class%3D%22st1%22 d%3D%22M-140.8%2C341.2h31.8c1.4%2C0%2C2.4%2C1%2C2.4%2C2.2v116.1c0%2C1.2-1.1%2C2.2-2.4%2C2.2h-85.6%0D%09%09c-1.4%2C0-2.4-1-2.4-2.2V343.4c0-1.2%2C1.1-2.2%2C2.4-2.2h32.8%22%2F%3E%0D%09%3Cpath id%3D%22XMLID_4_%22 class%3D%22st1%22 d%3D%22M-149.9%2C358.5h-22.7c-1.3%2C0-2.3-1.1-2.3-2.4v-7.3c0-1.3%2C1-2.4%2C2.3-2.4h8.5c1%2C0%2C1.9-0.7%2C2.2-1.7%0D%09%09l2.4-8.7c0.3-1%2C1.2-1.7%2C2.2-1.7h7.4h-2.3h7.4c1%2C0%2C1.9%2C0.7%2C2.2%2C1.7l2.4%2C8.7c0.3%2C1%2C1.2%2C1.7%2C2.2%2C1.7h8.5c1.3%2C0%2C2.3%2C1.1%2C2.3%2C2.4v7.3%0D%09%09c0%2C1.3-1%2C2.4-2.3%2C2.4h-22.7%22%2F%3E%0D%09%3Cg id%3D%22XMLID_50_%22%3E%0D%09%09%3Cline id%3D%22XMLID_5_%22 class%3D%22st2%22 x1%3D%22-176.6%22 y1%3D%22427.9%22 x2%3D%22-133.5%22 y2%3D%22383.4%22%2F%3E%0D%09%09%3Cpolyline id%3D%22XMLID_12_%22 class%3D%22st3%22 points%3D%22-125%2C437.7 -176.6%2C437.7 -176.6%2C371.9%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_3_%22 class%3D%22st4%22 cx%3D%22-161.9%22 cy%3D%22392.5%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_8_%22 class%3D%22st4%22 cx%3D%22-165.3%22 cy%3D%22405%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_9_%22 class%3D%22st4%22 cx%3D%22-158.5%22 cy%3D%22400.5%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_10_%22 class%3D%22st4%22 cx%3D%22-150.5%22 cy%3D%22407.3%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_11_%22 class%3D%22st4%22 cx%3D%22-160.7%22 cy%3D%22423.2%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_13_%22 class%3D%22st4%22 cx%3D%22-153.9%22 cy%3D%22416.4%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_24_%22 class%3D%22st4%22 cx%3D%22-170.9%22 cy%3D%22403.9%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_14_%22 class%3D%22st4%22 cx%3D%22-166.4%22 cy%3D%22428.9%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_15_%22 class%3D%22st4%22 cx%3D%22-170.9%22 cy%3D%22414.1%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_16_%22 class%3D%22st4%22 cx%3D%22-144.8%22 cy%3D%22388%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_22_%22 class%3D%22st4%22 cx%3D%22-141.4%22 cy%3D%22381.2%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_23_%22 class%3D%22st4%22 cx%3D%22-149.4%22 cy%3D%22423.2%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_17_%22 class%3D%22st4%22 cx%3D%22-152.8%22 cy%3D%22389.1%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_18_%22 class%3D%22st4%22 cx%3D%22-140.3%22 cy%3D%22401.6%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_19_%22 class%3D%22st4%22 cx%3D%22-134.6%22 cy%3D%22391.4%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_20_%22 class%3D%22st4%22 cx%3D%22-140.3%22 cy%3D%22409.6%22 r%3D%221.2%22%2F%3E%0D%09%09%3Ccircle id%3D%22XMLID_21_%22 class%3D%22st4%22 cx%3D%22-151.6%22 cy%3D%22395.9%22 r%3D%221.2%22%2F%3E%0D%09%3C%2Fg%3E%0D%3C%2Fg%3E%0D%3C%2Fsvg%3E%0D");
  background-size: 60px;
}

.consultingSvg {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Social' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' xml:space='preserve'%3E%3Cg id='XMLID_289_'%3E%3Cg id='XMLID_69_'%3E%3Cg id='XMLID_198_'%3E%3Cpath id='XMLID_286_' style='fill:%232887C2;' d='M112.01,83.081v0.012c-0.064-0.245-0.161-0.475-0.288-0.686l0.434-0.807 l-0.261-0.261l-0.026-0.026l-0.261-0.261l-0.813,0.437l0.008,0.008c-0.212-0.125-0.443-0.22-0.688-0.281l-0.264-0.877h-0.369 h-0.036h-0.369l-0.266,0.884h0.012c-0.245,0.064-0.475,0.161-0.686,0.288l-0.807-0.434l-0.261,0.261l-0.026,0.026l-0.261,0.261 l0.437,0.813l0.008-0.008c-0.125,0.212-0.22,0.443-0.281,0.688l-0.877,0.264v0.369v0.036v0.369l0.884,0.266v-0.012 c0.064,0.245,0.161,0.475,0.288,0.686l-0.434,0.807l0.261,0.261l0.026,0.026l0.261,0.261l0.813-0.437l-0.008-0.008 c0.212,0.125,0.443,0.22,0.688,0.281l0.264,0.877h0.369h0.036h0.369l0.266-0.884h-0.012c0.245-0.064,0.475-0.161,0.686-0.288 l0.807,0.434l0.261-0.261l0.026-0.026l0.261-0.261l-0.437-0.813l-0.008,0.008c0.125-0.212,0.22-0.443,0.281-0.688l0.877-0.264 v-0.369v-0.036v-0.369L112.01,83.081z M109.481,85.178c-0.788,0-1.426-0.639-1.426-1.426c0-0.788,0.639-1.426,1.426-1.426 c0.788,0,1.426,0.639,1.426,1.426C110.908,84.54,110.269,85.178,109.481,85.178z'/%3E%3Cpath id='XMLID_283_' style='fill:%23DAE6E8;' d='M122.913,60.764v0.007c-0.036-0.14-0.092-0.271-0.165-0.392l0.248-0.461 l-0.149-0.149l-0.015-0.015l-0.149-0.149l-0.465,0.25l0.005,0.005c-0.121-0.071-0.253-0.125-0.393-0.16l-0.151-0.501h-0.211 h-0.021h-0.211l-0.152,0.505h0.007c-0.14,0.036-0.271,0.092-0.392,0.165l-0.461-0.248l-0.149,0.149l-0.015,0.015l-0.149,0.149 l0.25,0.465l0.005-0.005c-0.071,0.121-0.125,0.253-0.16,0.393l-0.501,0.151v0.211v0.021v0.211l0.505,0.152v-0.007 c0.036,0.14,0.092,0.271,0.165,0.392l-0.248,0.461l0.149,0.149l0.015,0.015l0.149,0.149l0.465-0.25l-0.005-0.005 c0.121,0.071,0.253,0.125,0.393,0.16l0.151,0.501h0.211h0.021h0.211l0.152-0.505h-0.007c0.14-0.036,0.271-0.092,0.392-0.165 l0.461,0.248l0.149-0.149l0.015-0.015l0.149-0.149l-0.25-0.465l-0.005,0.005c0.071-0.121,0.125-0.253,0.16-0.393l0.501-0.151 v-0.211v-0.021v-0.211L122.913,60.764z M121.469,61.962c-0.45,0-0.815-0.365-0.815-0.815s0.365-0.815,0.815-0.815 c0.45,0,0.815,0.365,0.815,0.815S121.919,61.962,121.469,61.962z'/%3E%3Cpath id='XMLID_280_' style='fill:%232887C2;' d='M117.173,56.033v0.011c-0.055-0.21-0.138-0.408-0.248-0.589l0.373-0.693 l-0.224-0.224l-0.022-0.022l-0.224-0.224l-0.698,0.376l0.007,0.007c-0.182-0.107-0.381-0.189-0.591-0.241l-0.226-0.753h-0.317 h-0.031h-0.317l-0.228,0.759h0.011c-0.21,0.055-0.408,0.138-0.589,0.248l-0.693-0.373l-0.224,0.224l-0.022,0.022l-0.224,0.224 l0.376,0.698l0.007-0.007c-0.107,0.182-0.189,0.381-0.241,0.591l-0.753,0.226v0.317v0.031v0.317l0.759,0.228v-0.011 c0.055,0.21,0.138,0.408,0.248,0.589l-0.373,0.693l0.224,0.224l0.022,0.022l0.224,0.224l0.698-0.376l-0.007-0.007 c0.182,0.107,0.381,0.189,0.591,0.241l0.226,0.753h0.317h0.031h0.317l0.228-0.759h-0.011c0.21-0.055,0.408-0.138,0.589-0.248 l0.693,0.373l0.224-0.224l0.022-0.022l0.224-0.224l-0.376-0.698l-0.007,0.007c0.107-0.182,0.189-0.381,0.241-0.591l0.753-0.226 V56.61v-0.031v-0.317L117.173,56.033z M115.003,57.835c-0.676,0-1.225-0.548-1.225-1.225s0.548-1.225,1.225-1.225 c0.676,0,1.225,0.548,1.225,1.225S115.679,57.835,115.003,57.835z'/%3E%3Cpath id='XMLID_217_' style='fill:%23F3714E;' d='M128.076,59.194v0.007c-0.036-0.14-0.092-0.271-0.165-0.392l0.248-0.461 l-0.149-0.149l-0.015-0.015l-0.149-0.149l-0.465,0.25l0.005,0.005c-0.121-0.071-0.253-0.125-0.393-0.16l-0.151-0.501h-0.211 h-0.021H126.4l-0.152,0.505h0.007c-0.14,0.036-0.271,0.092-0.392,0.165l-0.461-0.248l-0.149,0.149l-0.015,0.015l-0.149,0.149 l0.25,0.465l0.005-0.005c-0.071,0.121-0.125,0.253-0.16,0.393l-0.501,0.151v0.211v0.021v0.211l0.505,0.152v-0.007 c0.036,0.14,0.092,0.271,0.165,0.392l-0.248,0.461l0.149,0.149l0.015,0.015l0.149,0.149l0.465-0.25l-0.005-0.005 c0.121,0.071,0.253,0.125,0.393,0.16l0.151,0.501h0.211h0.021h0.211l0.152-0.505h-0.007c0.14-0.036,0.271-0.092,0.392-0.165 l0.461,0.248l0.149-0.149l0.015-0.015l0.149-0.149l-0.25-0.465l-0.005,0.005c0.071-0.121,0.125-0.253,0.16-0.393l0.501-0.151 v-0.211v-0.021v-0.211L128.076,59.194z M126.632,60.393c-0.45,0-0.815-0.365-0.815-0.815s0.365-0.815,0.815-0.815 c0.45,0,0.815,0.365,0.815,0.815S127.082,60.393,126.632,60.393z'/%3E%3Cpath id='XMLID_214_' style='fill:%23DAE6E8;' d='M100.807,73.209v0.007c-0.034-0.133-0.087-0.257-0.156-0.372l0.235-0.437 l-0.141-0.141l-0.014-0.014l-0.141-0.141l-0.441,0.237l0.004,0.004c-0.115-0.068-0.24-0.119-0.373-0.152l-0.143-0.476h-0.2h-0.02 h-0.2l-0.144,0.479h0.007c-0.133,0.034-0.257,0.087-0.372,0.156l-0.437-0.235l-0.141,0.141l-0.014,0.014l-0.141,0.141 l0.237,0.441l0.004-0.004c-0.068,0.115-0.119,0.24-0.152,0.373l-0.476,0.143v0.2v0.02v0.2l0.479,0.144V73.93 c0.034,0.133,0.087,0.257,0.156,0.372l-0.235,0.437l0.141,0.141l0.014,0.014l0.141,0.141l0.441-0.237l-0.004-0.004 c0.115,0.068,0.24,0.119,0.373,0.152l0.143,0.476h0.2h0.02h0.2l0.144-0.479h-0.007c0.133-0.034,0.257-0.087,0.372-0.156 l0.437,0.235l0.141-0.141l0.014-0.014l0.141-0.141l-0.237-0.441l-0.004,0.004c0.068-0.115,0.119-0.24,0.152-0.373l0.476-0.143 v-0.2v-0.02v-0.2L100.807,73.209z M99.436,74.346c-0.427,0-0.773-0.346-0.773-0.773c0-0.427,0.346-0.773,0.773-0.773 s0.773,0.346,0.773,0.773C100.209,74,99.863,74.346,99.436,74.346z'/%3E%3Cpath id='XMLID_211_' style='fill:%23F3714E;' d='M117.651,66.788v0.038c-0.195-0.75-0.494-1.456-0.884-2.103l1.331-2.475l-0.8-0.8 l-0.079-0.079l-0.8-0.8l-2.493,1.341l0.025,0.025c-0.651-0.382-1.359-0.673-2.11-0.86l-0.809-2.691h-1.132h-0.112h-1.132 l-0.815,2.711h0.038c-0.75,0.195-1.456,0.494-2.103,0.884l-2.475-1.331l-0.8,0.8l-0.079,0.079l-0.8,0.8l1.341,2.493l0.025-0.025 c-0.382,0.651-0.673,1.359-0.86,2.11l-2.691,0.809v1.132v0.112v1.132l2.711,0.815v-0.038c0.195,0.75,0.494,1.456,0.884,2.103 l-1.331,2.475l0.8,0.8l0.079,0.079l0.8,0.8l2.493-1.341l-0.025-0.025c0.651,0.382,1.359,0.673,2.11,0.86l0.809,2.691h1.132h0.112 h1.132l0.815-2.711h-0.038c0.75-0.195,1.456-0.494,2.103-0.884l2.475,1.331l0.8-0.8l0.079-0.079l0.8-0.8l-1.341-2.493 l-0.025,0.025c0.382-0.651,0.673-1.359,0.86-2.11l2.691-0.809v-1.132v-0.112v-1.132L117.651,66.788z M109.899,73.22 c-2.416,0-4.374-1.958-4.374-4.374s1.958-4.374,4.374-4.374s4.374,1.958,4.374,4.374S112.315,73.22,109.899,73.22z'/%3E%3Cpath id='XMLID_208_' style='fill:%232887C2;' d='M135.819,68.687v0.029c-0.148-0.57-0.375-1.106-0.672-1.598l1.011-1.88 l-0.608-0.608l-0.06-0.06l-0.608-0.608l-1.894,1.019L133.008,65c-0.494-0.29-1.032-0.511-1.603-0.654l-0.614-2.044h-0.86h-0.085 h-0.86l-0.619,2.059h0.029c-0.57,0.148-1.106,0.375-1.598,0.672l-1.88-1.011l-0.608,0.608l-0.06,0.06l-0.608,0.608l1.019,1.894 l0.019-0.019c-0.29,0.494-0.511,1.032-0.654,1.603l-2.044,0.614v0.86v0.085v0.86l2.059,0.619v-0.029 c0.148,0.57,0.375,1.106,0.672,1.598l-1.011,1.88l0.608,0.608l0.06,0.06l0.608,0.608l1.894-1.019l-0.019-0.019 c0.494,0.29,1.032,0.511,1.603,0.654l0.614,2.044h0.86h0.085h0.86l0.619-2.059h-0.029c0.57-0.148,1.106-0.375,1.598-0.672 l1.88,1.011l0.608-0.608l0.06-0.06l0.608-0.608l-1.019-1.894l-0.019,0.019c0.29-0.494,0.511-1.032,0.654-1.603l2.044-0.614v-0.86 v-0.085v-0.86L135.819,68.687z M129.931,73.573c-1.835,0-3.323-1.488-3.323-3.322s1.488-3.322,3.323-3.322 s3.322,1.488,3.322,3.322S131.766,73.573,129.931,73.573z'/%3E%3Cpath id='XMLID_199_' style='fill:%23DAE6E8;' d='M124.334,81.455v0.019c-0.1-0.384-0.253-0.746-0.453-1.077l0.682-1.268 l-0.41-0.41l-0.04-0.04l-0.41-0.41l-1.277,0.687l0.013,0.013c-0.333-0.196-0.696-0.345-1.081-0.441l-0.414-1.378h-0.58h-0.057 h-0.58l-0.417,1.389h0.019c-0.384,0.1-0.746,0.253-1.077,0.453l-1.268-0.682l-0.41,0.41l-0.04,0.04l-0.41,0.41l0.687,1.277 l0.013-0.013c-0.196,0.333-0.345,0.696-0.441,1.081l-1.378,0.414v0.58v0.057v0.58l1.389,0.417v-0.019 c0.1,0.384,0.253,0.746,0.453,1.077l-0.682,1.268l0.41,0.41l0.04,0.04l0.41,0.41l1.277-0.687l-0.013-0.013 c0.333,0.196,0.696,0.345,1.081,0.441l0.414,1.378h0.58h0.057H121l0.417-1.389h-0.019c0.384-0.1,0.746-0.253,1.077-0.453 l1.268,0.682l0.41-0.41l0.04-0.04l0.41-0.41l-0.687-1.277l-0.013,0.013c0.196-0.333,0.345-0.696,0.441-1.081l1.378-0.414v-0.58 v-0.057v-0.58L124.334,81.455z M120.362,84.75c-1.237,0-2.241-1.003-2.241-2.241c0-1.237,1.003-2.241,2.241-2.241 c1.237,0,2.241,1.003,2.241,2.241C122.603,83.746,121.6,84.75,120.362,84.75z'/%3E%3C/g%3E%3Cg id='XMLID_73_'%3E%3Cpath id='XMLID_177_' style='fill:%232887C2;' d='M37.064,83.346v0.369v0.036v0.369l0.877,0.264 c0.061,0.245,0.156,0.476,0.281,0.688l-0.008-0.008l-0.437,0.813l0.261,0.261l0.026,0.026l0.261,0.261l0.807-0.434 c0.211,0.127,0.441,0.225,0.686,0.288h-0.012l0.266,0.884h0.369h0.036h0.369l0.264-0.877c0.245-0.061,0.476-0.156,0.688-0.281 l-0.008,0.008l0.813,0.437l0.261-0.261l0.026-0.026l0.261-0.261l-0.434-0.807c0.127-0.211,0.225-0.441,0.288-0.686v0.012 l0.884-0.266v-0.369v-0.036v-0.369l-0.877-0.264c-0.061-0.245-0.156-0.476-0.281-0.688l0.008,0.008l0.437-0.813l-0.261-0.261 l-0.026-0.026l-0.261-0.261l-0.807,0.434c-0.211-0.127-0.441-0.225-0.686-0.288h0.012l-0.266-0.884h-0.369h-0.036h-0.369 l-0.264,0.877c-0.245,0.061-0.476,0.156-0.688,0.281l0.008-0.008l-0.813-0.437l-0.261,0.261l-0.026,0.026L37.803,81.6 l0.434,0.807c-0.127,0.211-0.225,0.441-0.288,0.686v-0.012L37.064,83.346z M39.05,83.752c0-0.788,0.639-1.426,1.426-1.426 c0.788,0,1.426,0.639,1.426,1.426c0,0.788-0.639,1.426-1.426,1.426C39.689,85.178,39.05,84.54,39.05,83.752z'/%3E%3Cpath id='XMLID_132_' style='fill:%23DAE6E8;' d='M26.54,60.916v0.211v0.021v0.211l0.501,0.151c0.035,0.14,0.089,0.272,0.16,0.393 l-0.005-0.005l-0.25,0.465l0.149,0.149l0.015,0.015l0.149,0.149l0.461-0.248c0.121,0.073,0.252,0.128,0.392,0.165h-0.007 l0.152,0.505h0.211h0.021h0.211l0.151-0.501c0.14-0.035,0.272-0.089,0.393-0.16L29.24,62.44l0.465,0.25l0.149-0.149l0.015-0.015 l0.149-0.149l-0.248-0.461c0.073-0.121,0.128-0.252,0.165-0.392v0.007l0.505-0.152v-0.211v-0.021v-0.211l-0.501-0.151 c-0.035-0.14-0.089-0.272-0.16-0.393l0.005,0.005l0.25-0.465l-0.149-0.149l-0.015-0.015l-0.149-0.149l-0.461,0.248 c-0.121-0.073-0.252-0.128-0.392-0.165h0.007l-0.152-0.505H28.51H28.49h-0.211l-0.151,0.501c-0.14,0.035-0.272,0.089-0.393,0.16 l0.005-0.005l-0.465-0.25l-0.149,0.149l-0.015,0.015l-0.149,0.149l0.248,0.461c-0.073,0.121-0.128,0.252-0.165,0.392v-0.007 L26.54,60.916z M27.675,61.147c0-0.45,0.365-0.815,0.815-0.815s0.815,0.365,0.815,0.815s-0.365,0.815-0.815,0.815 S27.675,61.598,27.675,61.147z'/%3E%3Cpath id='XMLID_129_' style='fill:%232887C2;' d='M32.026,56.261v0.317v0.031v0.317l0.753,0.226 c0.052,0.21,0.134,0.409,0.241,0.591l-0.007-0.007l-0.376,0.698l0.224,0.224l0.022,0.022l0.224,0.224l0.693-0.373 c0.181,0.109,0.379,0.193,0.589,0.248h-0.011l0.228,0.759h0.317h0.031h0.317l0.226-0.753c0.21-0.052,0.409-0.134,0.591-0.241 l-0.007,0.007l0.698,0.376l0.224-0.224l0.022-0.022l0.224-0.224l-0.373-0.693c0.109-0.181,0.193-0.379,0.248-0.589v0.011 l0.759-0.228v-0.317V56.61v-0.317l-0.753-0.226c-0.052-0.21-0.134-0.409-0.241-0.591l0.007,0.007l0.376-0.698L37.05,54.56 l-0.022-0.022l-0.224-0.224l-0.693,0.373c-0.181-0.109-0.379-0.193-0.589-0.248h0.011l-0.228-0.759h-0.317h-0.031h-0.317 l-0.226,0.753c-0.21,0.052-0.409,0.134-0.591,0.241l0.007-0.007l-0.698-0.376l-0.224,0.224l-0.022,0.022l-0.224,0.224 l0.373,0.693c-0.109,0.181-0.193,0.379-0.248,0.589v-0.011L32.026,56.261z M33.731,56.61c0-0.676,0.548-1.225,1.225-1.225 s1.225,0.548,1.225,1.225s-0.548,1.225-1.225,1.225S33.731,57.286,33.731,56.61z'/%3E%3Cpath id='XMLID_86_' style='fill:%23F3714E;' d='M21.377,59.346v0.211v0.021v0.211l0.501,0.151c0.035,0.14,0.089,0.272,0.16,0.393 l-0.005-0.005l-0.25,0.465l0.149,0.149l0.015,0.015l0.149,0.149l0.461-0.248c0.121,0.073,0.252,0.128,0.392,0.165h-0.007 l0.152,0.505h0.211h0.021h0.211l0.151-0.501c0.14-0.035,0.272-0.089,0.393-0.16l-0.005,0.005l0.465,0.25l0.149-0.149l0.015-0.015 l0.149-0.149l-0.248-0.461c0.073-0.121,0.128-0.252,0.165-0.392v0.007l0.505-0.152v-0.211v-0.021v-0.211l-0.501-0.151 c-0.035-0.14-0.089-0.272-0.16-0.393l0.005,0.005l0.25-0.465l-0.149-0.149l-0.015-0.015l-0.149-0.149l-0.461,0.248 c-0.121-0.073-0.252-0.128-0.392-0.165h0.007l-0.152-0.505h-0.211h-0.021h-0.211l-0.151,0.501 c-0.14,0.035-0.272,0.089-0.393,0.16l0.005-0.005l-0.465-0.25l-0.149,0.149l-0.015,0.015l-0.149,0.149l0.248,0.461 c-0.073,0.121-0.128,0.252-0.165,0.392v-0.007L21.377,59.346z M22.511,59.578c0-0.45,0.365-0.815,0.815-0.815 c0.45,0,0.815,0.365,0.815,0.815s-0.365,0.815-0.815,0.815C22.876,60.393,22.511,60.028,22.511,59.578z'/%3E%3Cpath id='XMLID_83_' style='fill:%23DAE6E8;' d='M48.672,73.353v0.2v0.02v0.2l0.476,0.143c0.033,0.133,0.085,0.258,0.152,0.373 l-0.004-0.004l-0.237,0.441l0.141,0.141l0.014,0.014l0.141,0.141l0.437-0.235c0.114,0.069,0.239,0.122,0.372,0.156h-0.007 l0.144,0.479h0.2h0.02h0.2l0.143-0.476c0.133-0.033,0.258-0.085,0.373-0.152l-0.004,0.004l0.441,0.237l0.141-0.141l0.014-0.014 l0.141-0.141l-0.235-0.437c0.069-0.114,0.122-0.239,0.156-0.372v0.007l0.479-0.144v-0.2v-0.02v-0.2l-0.476-0.143 c-0.033-0.133-0.085-0.258-0.152-0.373l0.004,0.004l0.237-0.441l-0.141-0.141l-0.014-0.014l-0.141-0.141l-0.437,0.235 c-0.114-0.069-0.239-0.122-0.372-0.156h0.007l-0.144-0.479h-0.2h-0.02h-0.2l-0.143,0.476c-0.133,0.033-0.258,0.085-0.373,0.152 l0.004-0.004l-0.441-0.237l-0.141,0.141l-0.014,0.014l-0.141,0.141l0.235,0.437c-0.069,0.114-0.122,0.239-0.156,0.372v-0.007 L48.672,73.353z M49.749,73.573c0-0.427,0.346-0.773,0.773-0.773c0.427,0,0.773,0.346,0.773,0.773 c0,0.427-0.346,0.773-0.773,0.773C50.095,74.346,49.749,74,49.749,73.573z'/%3E%3Cpath id='XMLID_80_' style='fill:%23F3714E;' d='M29.596,67.603v1.132v0.112v1.132l2.691,0.809c0.187,0.751,0.478,1.46,0.86,2.11 l-0.025-0.025l-1.341,2.493l0.8,0.8l0.079,0.079l0.8,0.8l2.475-1.331c0.648,0.39,1.353,0.689,2.103,0.884h-0.038l0.815,2.711 h1.132h0.112h1.132l0.809-2.691c0.751-0.187,1.46-0.478,2.11-0.86l-0.025,0.025l2.493,1.341l0.8-0.8l0.079-0.079l0.8-0.8 l-1.331-2.475c0.39-0.648,0.689-1.353,0.884-2.103v0.038l2.711-0.815v-1.132v-0.112v-1.132l-2.691-0.809 c-0.187-0.751-0.478-1.46-0.86-2.11l0.025,0.025l1.341-2.493l-0.8-0.8l-0.079-0.079l-0.8-0.8l-2.475,1.331 c-0.648-0.39-1.353-0.689-2.103-0.884h0.038l-0.815-2.711h-1.132h-0.112h-1.132l-0.809,2.691c-0.751,0.187-1.46,0.478-2.11,0.86 l0.025-0.025l-2.493-1.341l-0.8,0.8l-0.079,0.079l-0.8,0.8l1.331,2.475c-0.39,0.648-0.689,1.353-0.884,2.103v-0.038 L29.596,67.603z M35.685,68.846c0-2.416,1.958-4.374,4.374-4.374s4.374,1.958,4.374,4.374s-1.958,4.374-4.374,4.374 S35.685,71.262,35.685,68.846z'/%3E%3Cpath id='XMLID_77_' style='fill:%232887C2;' d='M12.08,69.306v0.86v0.085v0.86l2.044,0.614c0.142,0.571,0.363,1.109,0.654,1.603 l-0.019-0.019l-1.019,1.894l0.608,0.608l0.06,0.06l0.608,0.608l1.88-1.011c0.492,0.296,1.028,0.523,1.598,0.672h-0.029 l0.619,2.059h0.86h0.085h0.86l0.614-2.044c0.571-0.142,1.109-0.363,1.603-0.654l-0.019,0.019l1.894,1.019l0.608-0.608l0.06-0.06 l0.608-0.608l-1.011-1.88c0.296-0.492,0.523-1.028,0.672-1.598v0.029l2.059-0.619v-0.86V70.25v-0.86l-2.044-0.614 c-0.142-0.571-0.363-1.109-0.654-1.603l0.019,0.019l1.019-1.894l-0.608-0.608l-0.06-0.06l-0.608-0.608l-1.88,1.011 c-0.492-0.296-1.028-0.523-1.598-0.672h0.029l-0.619-2.059h-0.86h-0.085h-0.86l-0.614,2.044 c-0.571,0.142-1.109,0.363-1.603,0.654l0.019-0.019l-1.894-1.019l-0.608,0.608l-0.06,0.06L13.8,65.238l1.011,1.88 c-0.296,0.492-0.523,1.028-0.672,1.598v-0.029L12.08,69.306z M16.705,70.25c0-1.835,1.488-3.322,3.322-3.322 s3.322,1.488,3.322,3.322s-1.488,3.322-3.322,3.322S16.705,72.085,16.705,70.25z'/%3E%3Cpath id='XMLID_74_' style='fill:%23DAE6E8;' d='M24.236,81.872v0.58v0.057v0.58l1.378,0.414c0.096,0.385,0.245,0.748,0.441,1.081 l-0.013-0.013l-0.687,1.277l0.41,0.41l0.04,0.04l0.41,0.41l1.268-0.682c0.332,0.2,0.693,0.353,1.077,0.453h-0.019l0.417,1.389 h0.58h0.057h0.58l0.414-1.378c0.385-0.096,0.748-0.245,1.081-0.441l-0.013,0.013l1.277,0.687l0.41-0.41l0.04-0.04l0.41-0.41 l-0.682-1.268c0.2-0.332,0.353-0.693,0.453-1.077v0.019l1.389-0.417v-0.58v-0.057v-0.58l-1.378-0.414 c-0.096-0.385-0.245-0.748-0.441-1.081l0.013,0.013l0.687-1.277l-0.41-0.41l-0.04-0.04l-0.41-0.41l-1.268,0.682 c-0.332-0.2-0.693-0.353-1.077-0.453h0.019l-0.417-1.389h-0.58h-0.057h-0.58l-0.414,1.378c-0.385,0.096-0.748,0.245-1.081,0.441 l0.013-0.013l-1.277-0.687l-0.41,0.41l-0.04,0.04l-0.41,0.41l0.682,1.268c-0.2,0.332-0.353,0.693-0.453,1.077v-0.019 L24.236,81.872z M27.355,82.509c0-1.237,1.003-2.241,2.241-2.241c1.237,0,2.241,1.003,2.241,2.241 c0,1.237-1.003,2.241-2.241,2.241C28.358,84.75,27.355,83.746,27.355,82.509z'/%3E%3C/g%3E%3Cg id='XMLID_70_'%3E%3Cpath id='XMLID_72_' style='fill:none;stroke:%230A486A;stroke-width:2;stroke-miterlimit:10;' d='M145.9,125.206 c-4.513-4.054-8.757-9.048-11.551-14.673c-1.712-3.447-2.969-7.55-2.007-11.474c0.593-2.419,1.881-4.047,3.534-5.69 c8.678-8.629,13.642-21.194,7.513-33.776c-3.484-7.153-9.428-12.404-16.609-14.441c-1.657-0.47-3.35-0.788-5.055-0.958 c-5.66-0.563-11.959,0.467-17.171,2.98c-9.067,4.371-11.91,14.151-13.579,24.054c-0.18,1.067-0.934,3.557-0.541,4.972 c0.147,0.53,0.07,1.094-0.235,1.537c-1.745,2.531-6.685,9.845-6.288,10.972c0.482,1.367,5.393,3.05,4.815,4.943 c0,0-2.315,2.716-0.796,4.701c0.16,0.209,0.155,0.519-0.001,0.732c-0.524,0.72-1.335,2.279,0.62,3.163 c0.323,0.146,0.47,0.554,0.299,0.887c-0.791,1.542-2.406,5.452,0.312,7.456c0.636,0.469,1.403,0.673,2.169,0.704 c2.539,0.104,9.887,0.62,11.986,3.13l5.971,10.308'/%3E%3Cpath id='XMLID_71_' style='fill:none;stroke:%230A486A;stroke-width:2;stroke-miterlimit:10;' d='M4.1,125.206 c4.513-4.054,8.757-9.048,11.551-14.673c1.712-3.447,2.969-7.55,2.007-11.474c-0.593-2.419-1.881-4.047-3.534-5.69 C5.445,84.739,0.482,72.174,6.611,59.593c3.484-7.153,9.429-12.404,16.609-14.441c1.657-0.47,3.35-0.788,5.055-0.958 c5.66-0.563,11.959,0.467,17.171,2.98c9.067,4.371,11.91,14.151,13.579,24.054c0.18,1.067,0.934,3.557,0.541,4.972 c-0.147,0.53-0.07,1.094,0.235,1.537c1.745,2.531,6.685,9.845,6.288,10.972c-0.482,1.367-5.393,3.05-4.815,4.943 c0,0,2.315,2.716,0.796,4.701c-0.16,0.209-0.155,0.519,0.001,0.732c0.524,0.72,1.335,2.279-0.62,3.163 c-0.323,0.146-0.47,0.554-0.299,0.887c0.791,1.542,2.406,5.452-0.312,7.456c-0.636,0.469-1.403,0.673-2.169,0.704 c-2.539,0.104-9.887,0.62-11.986,3.13l-5.971,10.308'/%3E%3C/g%3E%3C/g%3E%3Cg id='XMLID_68_'%3E%3Cg id='XMLID_16_'%3E%3Cpath id='XMLID_19_' style='fill:none;stroke:%23F3714E;stroke-width:2;stroke-miterlimit:10;' d='M115.546,93.047 c-0.381,0.743-0.781,1.474-1.2,2.193'/%3E%3Cpath id='XMLID_18_' style='fill:none;stroke:%23F3714E;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:4.9996,4.9996;' d=' M111.593,99.411c-8.295,11.186-21.597,18.436-36.593,18.436c-15.892,0-29.882-8.142-38.025-20.483'/%3E%3Cpath id='XMLID_17_' style='fill:none;stroke:%23F3714E;stroke-width:2;stroke-miterlimit:10;' d='M35.654,95.239 c-0.419-0.719-0.82-1.45-1.2-2.193'/%3E%3C/g%3E%3C/g%3E%3Cg id='XMLID_67_'%3E%3Cg id='XMLID_11_'%3E%3Cpath id='XMLID_14_' style='fill:none;stroke:%23F3714E;stroke-width:2;stroke-miterlimit:10;' d='M35.824,49.115 c0.426-0.717,0.871-1.422,1.334-2.114'/%3E%3Cpath id='XMLID_13_' style='fill:none;stroke:%23F3714E;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:5.2498,5.2498;' d=' M40.325,42.819C48.675,33.013,61.111,26.794,75,26.794c14.804,0,27.958,7.066,36.273,18.01'/%3E%3Cpath id='XMLID_12_' style='fill:none;stroke:%23F3714E;stroke-width:2;stroke-miterlimit:10;' d='M112.796,46.933 c0.465,0.691,0.911,1.394,1.338,2.111'/%3E%3C/g%3E%3C/g%3E%3Cpolygon id='XMLID_66_' style='fill:%23F3714E;' points='117.672,88.138 118.632,98.055 109.564,93.928 '/%3E%3Cpolygon id='XMLID_65_' style='fill:%232887C2;' points='33.225,99.854 32.817,89.9 41.642,94.523 '/%3E%3Cpolygon id='XMLID_64_' style='fill:%232887C2;' points='42.699,49.001 33.082,51.602 35.638,41.972 '/%3E%3Cpolygon id='XMLID_63_' style='fill:%23F3714E;' points='115.919,42.576 114.881,52.485 106.819,46.631 '/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100px;
}

.emdrSvg {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI4OCA4MGMtNjUuMiAwLTExOC44IDI5LjYtMTU5LjkgNjcuN0M4OS42IDE4My41IDYzIDIyNiA0OS40IDI1NmMxMy42IDMwIDQwLjIgNzIuNSA3OC42IDEwOC4zQzE2OS4yIDQwMi40IDIyMi44IDQzMiAyODggNDMyczExOC44LTI5LjYgMTU5LjktNjcuN0M0ODYuNCAzMjguNSA1MTMgMjg2IDUyNi42IDI1NmMtMTMuNi0zMC00MC4yLTcyLjUtNzguNi0xMDguM0M0MDYuOCAxMDkuNiAzNTMuMiA4MCAyODggODB6TTk1LjQgMTEyLjZDMTQyLjUgNjguOCAyMDcuMiAzMiAyODggMzJzMTQ1LjUgMzYuOCAxOTIuNiA4MC42YzQ2LjggNDMuNSA3OC4xIDk1LjQgOTMgMTMxLjFjMy4zIDcuOSAzLjMgMTYuNyAwIDI0LjZjLTE0LjkgMzUuNy00Ni4yIDg3LjctOTMgMTMxLjFDNDMzLjUgNDQzLjIgMzY4LjggNDgwIDI4OCA0ODBzLTE0NS41LTM2LjgtMTkyLjYtODAuNkM0OC42IDM1NiAxNy4zIDMwNCAyLjUgMjY4LjNjLTMuMy03LjktMy4zLTE2LjcgMC0yNC42QzE3LjMgMjA4IDQ4LjYgMTU2IDk1LjQgMTEyLjZ6TTI4OCAzMzZjNDQuMiAwIDgwLTM1LjggODAtODBzLTM1LjgtODAtODAtODBjLS43IDAtMS4zIDAtMiAwYzEuMyA1LjEgMiAxMC41IDIgMTZjMCAzNS4zLTI4LjcgNjQtNjQgNjRjLTUuNSAwLTEwLjktLjctMTYtMmMwIC43IDAgMS4zIDAgMmMwIDQ0LjIgMzUuOCA4MCA4MCA4MHptMC0yMDhhMTI4IDEyOCAwIDEgMSAwIDI1NiAxMjggMTI4IDAgMSAxIDAtMjU2eiIvPjwvc3ZnPg==");
  background-size: 90px;
}

#pageBackground {
  z-index: -1;
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:font-medium {
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }
}
