*, *:before, *:after {
  box-sizing: border-box;
}
/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Don't show items outside of body-wrapper */
/*.body-wrapper {
  overflow: hidden;
}*/


/* Images should not exceed 100% width */
img {
  max-width: 100%;
  height: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  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,
kbd,
samp {
  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.
 */

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

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

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

.peer-to-peer-signup-container {
/*   display:none; */
}
.peer-to-peer-signup-container-tgp-only {
/*   display:none; */
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}
.content-wrapper--vertical-spacing {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
  .content-wrapper.content-wrapper--vertical-spacing {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  border-radius: 6px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .content-wrapper--vertical-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
    font-family: 'Noteworthy';
    src: url('https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Noteworthy%20Font/Noteworthy-Light.eot');
    src: url('https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Noteworthy%20Font/Noteworthy-Light.eot') format('embedded-opentype'),
        url('https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Noteworthy%20Font/Noteworthy-Light.woff2') format('woff2'),
        url('https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Noteworthy%20Font/Noteworthy-Light.woff') format('woff'),
        url('https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Noteworthy%20Font/Noteworthy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
  font-size: 20px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px !important;
  }
}

body {
  color: #064a76;
  line-height: 1.728765;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #064a76;
  cursor: pointer;
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #064a76;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.4rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #064a76;
}

h1 {
  font-size: 2.1rem;
  font-weight: 500;
}

h2 {
  font-size: 1.7rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

h4 {
  font-size: 1.3rem;
  font-weight: 300;
}

h5 {
  font-size: 1.2rem;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.57142857143rem !important;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

ul.checklist {
  list-style: none;
  padding: 0;
}
ul.checklist > li {
  background: url("data:image/svg+xml,%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cg id='Group-8-Copy-3' transform='translate(0.5 0.5)'%3E%3Cpath d='M6.5 13C10.0899 13 13 10.0899 13 6.5C13 2.91015 10.0899 0 6.5 0C2.91015 0 0 2.91015 0 6.5C0 10.0899 2.91015 13 6.5 13Z' id='Oval-Copy-11' fill='%23A4D233' stroke='none' /%3E%3Cpath d='M0 2.5L2.33333 5L7 0' transform='translate(3 4)' id='Path-2' fill='none' stroke='%23FFFFFF' stroke-width='1' /%3E%3C/g%3E%3C/svg%3E") no-repeat 0 5px;
  padding: 0 0 0.25rem 23px;
}

ul.stars {
  list-style: none;
  padding: 0;
}
ul.stars > li {
  background: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cpath d='m12 1.2c-5.955 0-10.8 4.845-10.8 10.8s4.845 10.8 10.8 10.8 10.8-4.845 10.8-10.8-4.845-10.8-10.8-10.8z' fill='%23aed051'/%3E%3Cpath d='m18.307 11.042-2.722 2.79.644 3.947c.038.229-.059.46-.25.594-.104.074-.227.111-.35.111-.101 0-.202-.025-.294-.076l-3.335-1.844-3.336 1.844c-.204.114-.454.099-.644-.035s-.287-.365-.25-.594l.644-3.947-2.722-2.79c-.159-.163-.214-.401-.142-.617s.259-.373.484-.407l3.738-.572 1.677-3.573c.2-.426.899-.426 1.1 0l1.677 3.573 3.738.572c.225.034.412.191.484.407.073.215.018.454-.141.617z' fill='%23ffffff'/%3E%3Cpath d='m16.481 20c-.125 0-.25-.031-.363-.094l-4.118-2.276-4.118 2.276c-.251.14-.561.123-.795-.043-.235-.166-.354-.451-.308-.734l.795-4.873-3.36-3.444c-.196-.201-.264-.496-.175-.762.089-.267.32-.46.598-.503l4.614-.706 2.07-4.411c.247-.526 1.11-.526 1.357 0l2.07 4.411 4.614.706c.278.042.509.236.598.503s.021.561-.175.762l-3.36 3.444.795 4.873c.046.283-.073.568-.308.734-.128.091-.279.137-.431.137zm-4.481-3.977c.125 0 .25.031.363.094l3.129 1.729-.607-3.722c-.038-.235.037-.474.204-.645l2.605-2.67-3.567-.545c-.247-.038-.459-.196-.565-.422l-1.562-3.327-1.562 3.327c-.106.226-.318.385-.565.422l-3.567.546 2.605 2.67c.167.17.242.41.204.645l-.607 3.722 3.129-1.729c.113-.064.238-.095.363-.095z' fill='%23ffffff'/%3E%3Cpath d='m12 24c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5z' fill='%23aed051'/%3E%3C/svg%3E") no-repeat 0 5px;
  padding: 0 0 0.25rem 36px;
}


/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre-wrap;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: #a3cd39;
  outline-width: 2px;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Landing Page */

.lp-intro {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.lp-intro-header {
    font-weight: 500;
    text-decoration: none;
    font-family: Poppins;
    font-style: normal;
    color: #064a76;
    font-size: 2.0rem;
}

.large-circle-text {
  font-weight: 400 !important;
    text-decoration: none !important;
    font-family: Poppins !important;
    font-style: normal !important;
    color: #064a76 !important;
    font-size: 2.1rem !important;
}
button,
.button {
  background-color: #064a76;
  border: 1px solid #064a76;
  border-radius: 20px;
  box-sizing: border-box !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 8px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  vertical-align: middle;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

a.cta_button.button {
  box-sizing: border-box !important;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #00406c;
  border: 1px solid #00406c;
  color: #ffffff;
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

/* Blue Button */
button.button--blue,
.button.button--blue  {
  background-color: #064a76;
  border: 1px solid #064a76;
  color: #ffffff;
}
button.button--blue:hover,
button.button--blue:focus,
.button.button--blue:hover,
.button.button--blue:focus {
  background-color: #00406c;
  border: 1px solid #00406c;
  color: #ffffff;
}

/* Light Blue Button */
button.button--light-blue,
.button.button--light-blue {
  background-color: #7ac9e5;
  border: 1px solid #7ac9e5;
  color: #064a76;
}
button.button--light-blue:hover,
button.button--light-blue:focus,
.button.button--light-blue:hover,
.button.button--light-blue:focus {
  background-color: #70bfdb;
  border: 1px solid #70bfdb;
  color: #064a76;
}

/* Green Button */
button.button--green,
.button.button--green {
  background-color: #aed051;
  border: 1px solid #aed051;
  color: #064a76;
}
button.button--green:hover,
button.button--green:focus,
.button.button--green:hover,
.button.button--green:focus {
  background-color: #a4c647;
  border: 1px solid #a4c647;
  color: #00224e;
}

/* Button Large */
button.button--large,
.button.button--large {
  border-radius: 32px;
  font-size: 1rem;
  min-height: 60px;
  padding: 12px 40px;
}

/* Button Regular */
button.button--regular,
.button.button--regular {
  min-height: 40px;
  padding: 8px 32px;
}

/* Button Small */
button.button--small,
.button.button--small {
  font-size: 0.6rem;
  min-height: 30px;
  padding: 4px 16px;
}

/* Arrow Button */
button.button--arrow,
.button.button--arrow {
  color: #064a76;
  background: none;
  border: none;
  border-radius: 0;
  min-height: 0;
  padding: 0;
}
button.button--arrow:after,
.button.button--arrow:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.061' height='11.061' viewBox='0 0 21.061 11.061'%3E%3Cg id='Group_10' data-name='Group 10' transform='translate(0 0.53)'%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M20,.333H0' transform='translate(0 4.645)' fill='none' stroke='%23064a76' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath id='Stroke_5' data-name='Stroke 5' d='M0,0,5,5,0,10' transform='translate(15)' fill='none' stroke='%23064a76' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-left: 0.5rem;
  -webkit-transition: margin 0.15s;
  -o-transition: margin 0.15s;
  transition: margin 0.15s;
}
button.button--arrow:hover,
.button.button--arrow:hover {
  background: none;
  color: #064a76;
}
button.button--arrow:hover:after,
.button.button--arrow:hover:after {
  margin-left: 1rem;
}

/* Video Button */
button.button--video,
.button.button--video {
  background: none;
  border: none;
  border-radius: 0;
  color: #064a76;
  font-weight: 400;
  min-height: 0;
  padding: 1rem 50px 1rem 0;
  position: relative;
}
button.button--video:after,
.button.button--video:after {
  content: url("data:image/svg+xml,%3Csvg height='40' width='40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cg%3E%3Ccircle cx='20' cy='20' r='20' fill='%23a3cd39'/%3E%3Cpolygon points='14.5 28.4 14.5 11.6 29 20 14.5 28.4' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-left: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
button.button--video:hover,
button.button--video:focus,
.button.button--video:hover,
.button.button--video:focus {
  background: none;
  color: #064a76;
  text-decoration: underline;
}



@media screen and (min-width: 395px) {
  .cta-join-arrow {
  padding-bottom:85px;
  }

  .cta-join-arrow__wrapper {
    position:relative;
  }

  .cta-join-arrow__wrapper::after {
    content: url('https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Services/join-arrow.png');
    display:inline-block;
    position:absolute;
    right: -70px;
    bottom: -90px;
  }

  .cta-join-arrow__wrapper::before {
    content: "It only takes a \A minute to join";
    display:inline-block;
    position:absolute;
    bottom: -90px;
    right: -195px;
    white-space: pre;
    font-family: 'Noteworthy', sans-serif;
    line-height: 1;
  }
   .services-fr .cta-join-arrow__wrapper::before {
    content: "L’inscription ne \A prend qu’une minute";
    display:inline-block;
    position:absolute;
    bottom: -90px;
    right: -230px;
    white-space: pre;
    font-family: 'Noteworthy', sans-serif;
    line-height: 1;
  }
  .cta-join-arrow--white .cta-join-arrow__wrapper::after{
     content: url('https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Services/join-arrow-white.png');
  }
  
  .cta-join-arrow--white .cta-join-arrow__wrapper::before{
     color:white;
  }
  
}

@media screen and (min-width: 768px) {
  button,
  .button {}
}
/* Form */

form {}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #00263A;
  display: block;
  font-size: 0.66666666666rem;
  padding-top: 0;
  margin-bottom: 0.4rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #DEF5FA;
  border: 1px solid #DEF5FA;
  border-radius: 0;
  color: #6E6259;
  display: inline-block;
  font-family: Poppins;
  font-size: 0.66666666666rem;
  min-height: 50px;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

@media (min-width: 401px) {
  fieldset.form-columns-1 .hs-input {
    width: 100% !important;
  }
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #990000;
}

.hs-input.invalid.error {
  border-color: #990000;
}

.hs-error-msg {
  color: #990000;
  margin-top: 0.35rem;
}

/* Submit button */
form .actions {
  text-align: center;
}

form input[type=submit],
form .hs-button {
  background-color: #aed051;
  border: 1px solid #aed051;
  border-radius: 20px;
  box-sizing: border-box !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 0.5rem;
  min-width: 234px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  vertical-align: middle;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #aed051;
  border: 1px solid #aed051;
  color: #ffffff;
  text-decoration: none;
}

form input[type=submit]:active,
form .hs-button:active {
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* CUSTOM CHECKBOXES */
.inputs-list li.hs-form-booleancheckbox,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox {
  margin: 0.25rem 0;
}
.inputs-list li.hs-form-booleancheckbox label,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label {
  position: relative;
}
.inputs-list li.hs-form-booleancheckbox label span,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: calc(15px + 0.25rem); /* Width of the new radio select and any additional spacing on the left */
  margin-right: 0.25rem; /* Additional spacing on the right */
  min-height: 15px;
}
.legal-consent-container .inputs-list li.hs-form-booleancheckbox label span {
  margin-left: calc(15px + 0.5rem) !important;
  padding-top: 2px;
}
/* Hide the original checkbox */
.inputs-list li.hs-form-booleancheckbox label input,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label input {
  -webkit-appearance: none;
  height: 25px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 100%;
}
/* Add new checkbox */
.inputs-list li.hs-form-booleancheckbox label span::before,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label span::before {
  border: 1px solid #ace5f3;
  border-radius: 3px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 15px;
}
/* Style new checked item */
.inputs-list li.hs-form-booleancheckbox label span::after,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label span::after {
  content: "";
  border: 2px solid #00263a;
  border-left: 0;
  border-radius: 0;
  border-top: 0;
  height: 8px;
  left: 5.5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 4px;
}
/* Show when checked */
.inputs-list li.hs-form-booleancheckbox label input:checked + span::after,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label input:checked + span::after {
  opacity: 1;
}
/* Show focused element */
.inputs-list li.hs-form-booleancheckbox label input:hover + span:not(.hs-form-required)::before,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label input:hover + span:not(.hs-form-required)::before,
.inputs-list li.hs-form-booleancheckbox label input:focus + span:not(.hs-form-required)::before,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label input:focus + span:not(.hs-form-required)::before {
  box-shadow: 0 0 0 1px #00263a;
  outline: 1px solid transparent
}

/* CUSTOM RADIOS  */
.hs-fieldtype-radio ul.inputs-list li.hs-form-radio label {
  position: relative;
}
.hs-fieldtype-radio ul.inputs-list li.hs-form-radio label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: calc(15px + 0.25rem); /* Width of the new radio select and any additional spacing on the left */
  margin-right: 0.25rem; /* Additional spacing on the right */
  min-height: 15px;
}
/* Hide the original radio select */
.hs-fieldtype-radio ul.inputs-list li.hs-form-radio label input {
  -webkit-appearance: none;
  height: 15px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 100%;
}
/* Add new radio select */
.hs-fieldtype-radio ul.inputs-list li.hs-form-radio label span::before {
  border: 1px solid #ace5f3;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 15px;
}
/* Style new checked item */
.hs-fieldtype-radio ul.inputs-list li.hs-form-radio label span::after {
  content: "";
  opacity: 0;
  border: 4.5px solid #00263a;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 7px;
  transition: opacity 0.2s ease-in-out;
}
/* Show when checked */
.hs-fieldtype-radio ul.inputs-list li.hs-form-radio label input:checked + span::after {
  opacity: 1;
}
/* Show focused element */
.hs-fieldtype-radio ul.inputs-list li.hs-form-radio label input:hover + span:not(.hs-form-required)::before,
.hs-fieldtype-radio ul.inputs-list li.hs-form-radio label input:focus + span:not(.hs-form-required)::before {
  box-shadow: 0 0 0 1px #00263a;
  outline: 1px solid transparent
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/*** TOP BAR ***/
.header__top-bar {
  background-color: #e3f3fa;
  display: none;
  opacity: 0;
  padding: 10px 0;
  visibility: hidden;
}
.header__top-bar-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Mobile Only Content */
.header__navigation--mobile-only {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 20px 20px 20px;
}

/* Language Switcher */
.header .lang_switcher_class {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .globe_class {
  background-image: none;
  border-radius: 0;
  cursor: inherit;
  height: inherit;
  padding: 5px 20px;
  width: inherit;
}
.header .globe_class ul.lang_list_class {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  top: inherit;
  left: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
body .header__language-switcher .lang_list_class,
body .header .globe_class ul.lang_list_class li,
body .header .globe_class ul.lang_list_class li:hover,
body .header__language-switcher .lang_list_class li:hover {
  background-color: transparent !important;
}
.header .globe_class ul.lang_list_class li {
  background-color: transparent;
  border: 0;
  color: #064a76;
  font-size: .55;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}
.header .globe_class ul.lang_list_class li a {
  color: #064a76;
}
.header .globe_class ul.lang_list_class li a:hover,
.header .globe_class ul.lang_list_class li a:focus {
  color: #064a76;
}
.header.header--french .globe_class ul.lang_list_class li a[data-language="fr"],
.header.header--english .globe_class ul.lang_list_class li a[data-language="en"] {
  font-weight: 600;
}
.header .globe_class ul.lang_list_class li {
  margin-left: 0.15rem;
}
.header .globe_class ul.lang_list_class li:after {
  content: '|';
}
.header .globe_class ul.lang_list_class li:last-of-type:after {
  content: '';
}
.header .lang_list_class:after,
.header .lang_list_class:before {
  display: none;
}

/* Dynamic HubDB Pages Language Switcher */
ul.dynamic-page--language-switcher {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 20px 5px 20px;
}
ul.dynamic-page--language-switcher.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
ul.dynamic-page--language-switcher.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
ul.dynamic-page--language-switcher li {
  margin-left: .15rem;
}
ul.dynamic-page--language-switcher li:after {
  content: '|';
  font-size: 0.65rem;
}
ul.dynamic-page--language-switcher.row li:last-of-type:after {
  content: '';
}
ul.dynamic-page--language-switcher.row-reverse li:first-of-type:after {
  content: '';
}
ul.dynamic-page--language-switcher a {
  font-size: 0.65rem;
  text-decoration: none;
}
ul.dynamic-page--language-switcher.row li:first-of-type a {
  font-weight: 600;
}
ul.dynamic-page--language-switcher.row-reverse li:last-of-type a {
  font-weight: 600;
}

/* Search */

.header__signin.header__getstarted_desktop a.cta_button {
  line-height:2em;
}
/* Sign In */
.header__signin a.cta_button {
  background-color: #aed051;
  border: 1px solid #aed051;
  border-radius: 20px;
  box-sizing: border-box !important;
  color: #064a76;
  cursor: pointer;
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 0;
  min-height: 30px;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  vertical-align: middle;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

/*** MAIN BAR ***/
.header__main-bar {
  background-color: #ffffff;
  padding: 10px 0;
  position: relative;
  z-index: 10000;
}
.header__main-bar-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Header Logo */
.header__logo {}

/* Header Navigation */
.header__navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 992px) {
  .header__top-bar {
    display: block;
    opacity: 1;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 10001;
  }
  .header__main-bar {
    margin-top: 5px; /* Height of the top bar */
  }
  .header--no-navigation .header__main-bar {
    margin-top: 0;
  }
  /* Mobile Only Content */
  .header__navigation--mobile-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}


/* Languages - set using CSS as HubL will hide fields on the page */
.header--french .header__logo--en,
.header--french .header__navigation--en,
.header--french .header__search--en,
.header--french .header__signin--en,
.header--french .header__cta--en {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.header--english .header__logo--fr,
.header--english .header__navigation--fr,
.header--english .header__search--fr,
.header--english .header__signin--fr,
.header--english .header__cta--fr {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*** MOBILE MENU ***/

/* Hamburger Menu */
.header__hamburger-menu {
  display: none;
  opacity: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  visibility: hidden;
  z-index: 10001;
}
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-transform: none;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
}
.hamburger-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 36px;
}
.hamburger-box:before {
  border: 1px solid #064a76;
  border-radius: 50%;
  content: '';
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}
.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
  background-color: #004976;
  border-radius: 1px;
  height: 1px;
  position: absolute;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  width: 18px;
}
.hamburger-inner:after,.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -4.5px;
}
.hamburger-inner:after {
  bottom: -4.5px;
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}
.hamburger--squeeze.is-open .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-open .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}
.hamburger--squeeze.is-open .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-90deg);
}

.header__navigation__login {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .header__hamburger-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header__navigation {
    background-color: #ffffff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    left: 0;
    min-height: 100vh;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
  }
  .header__getstarted_desktop,
  .header__navigation__login {
    display:none;
  }
  .header__navigation.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header__language-switcher {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__signin {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .globe_class {
    padding: 5px 20px 5px 0;
  }
}
/* General */
.footer {
  background-color: #064a76;
  padding-bottom: 3.4rem;
  padding-top: 5.6rem;
}

/* Footer Top */
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.22222222222rem;
}

@media screen and (min-width: 992px) {
  .footer__top {
    margin-bottom: 3.8rem;
  }
}

/* Footer Logo */
.footer__logo {
  margin-bottom: 1rem;
  width: 75px;
}

@media screen and (min-width: 992px) {
  .footer__logo {
    width: 12%;
  }
}

/* Footer Content Blocks (On Footer with No Navigation) */
.footer__content-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.footer__content-block-1 {
  width: 100%;
}
.footer__content-block-1 *,
.footer__content-block-1 p {
  color: #7ac9e5;
  font-size: 0.65rem;
  line-height: 1.75;
}
.footer__content-block-1 p {
  margin-bottom: 10px;
}
.footer__content-block-2 {
  width: 100%;
}
.footer__content-block-2 *,
.footer__content-block-2 p {
  color: #7ac9e5;
  font-size: 0.65rem;
  line-height: 1.75;
}
.footer__content-block-2 p {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .footer__content-blocks {
    width: 88%;
  }
  .footer__content-block-1 {
    padding-right: 30px;
    width: 50%;
  }
  .footer__content-block-2 {
    padding-left: 30px;
    width: 50%;
  }
}

/* Footer Menus */
.footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2rem;
  padding-top: 2rem;
  width: calc(100% - 75px);
}
.footer__menu-header span {
  color: #7ac9e5 !important;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.footer__menu {
  margin-bottom: 1rem;
  padding-right: 2rem;
  width: 100%;
}
.footer__menu ul {
  width: 100%;
}
.footer__menu ul li a {
  display: block;
  font-family: Poppins;
  font-size: 0.7rem;
  line-height: 1.42857142857;
  margin-bottom: 0;
  text-decoration: none;
}
.footer__menu li.hs-menu-item.hs-menu-depth-1 {
  padding-bottom: 1rem;
}
.footer__menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
.footer__menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  position: relative;
  left: 0;
  opacity: 1;
  top: 0;
  visibility: 0;
}
.footer__menu ul.hs-menu-children-wrapper li a {
  color: #b3bec4;
  font-size: 0.61111111111rem;
  margin-bottom: 0.25rem;
  text-decoration: none;
}
.footer__menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  white-space: unset;
}

@media screen and (min-width: 768px) {
  .footer__menus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__menu {
    padding-right: 1.5rem;
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 992px) {
  .footer__menus {
    width: 64%;
    padding-left: 0;
    padding-top: 0;
  }
  .footer--no-navigation .footer__menus {
    width: 44%;
  }
}

/* Footer Disclaimer */
.footer__disclaimer-wrapper {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
}
.footer__disclaimer {
  margin-bottom: 2rem;
}
.footer__disclaimer *,
.footer__disclaimer p {
  color: #7ac9e5;
  font-size: 0.65rem;
  line-height: 1.75;
}
.footer__disclaimer p {
  margin-bottom: 10px;
}
.footer__disclaimer p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .footer__disclaimer-wrapper {
    width: 24%;
  }
  .footer--no-navigation .footer__disclaimer-wrapper {
    width: 44%;
  }
}

/* Footer Social */
.footer__social {
  margin-bottom: 2rem;
}

/* Footer Bottom */
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Footer Copyright */
.footer__copyright {
  color: #ffffff;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}
.footer .footer__copyright span {
  color: #ffffff;
  font-size: 0.7rem;
}

@media screen and (max-width: 992px) {
  .footer__copyright {
    display: block;
    margin: 0 auto 1rem auto;
  }
}

/* Footer Privacy */
.footer__privacy .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__privacy .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.footer__privacy .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  color: #ffffff;
  font-size: 0.7rem;
  margin-left: 1.5rem;
  text-decoration: none;
}
.footer__privacy .hs-menu-wrapper.hs-menu-flow-horizontal ul li:first-of-type a {
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .footer__privacy {
    display: block;
    margin: 0 auto 1rem auto;
  }
}

@media screen and (min-width: 992px) {
  .footer__privacy .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Multi-language */
.footer--french .footer__logo--en,
.footer--french .footer__menu-header--en,
.footer--french .footer__menu--en,
.footer--french .footer__disclaimer--en,
.footer--french .footer__copyright--en,
.footer--french .footer__gov-fund--en,
.footer--french .footer__privacy--en {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.footer--english .footer__logo--fr,
.footer--english .footer__menu-header--fr,
.footer--english .footer__menu--fr,
.footer--english .footer__disclaimer--fr,
.footer--english .footer__copyright--fr,
.footer--english .footer__gov-fund--fr,
.footer--english .footer__privacy--fr {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.hs-form-field .hs-error-msgs { color: #990000; }




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Breadcrumbs Menus */
.top-breadcrumbs,
.hs-breadcrumb-menu-wrapper {
  color: #275B92;
  font-family: Poppins;
  display: table;
  font-size: 0.55555555555rem;
  margin: auto;
  text-align: center;
}
.top-breadcrumbs {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.top-breadcrumbs .hs-breadcrumb-menu-item,
.hs-breadcrumb-menu-item {
  padding-left: 2px;
}
.top-breadcrumbs .hs-breadcrumb-menu-item a,
.hs-breadcrumb-menu-item a {
  text-decoration: none;
}
.top-breadcrumbs .hs-breadcrumb-menu-divider:before,
.hs-breadcrumb-menu-divider:before {
  content: '/';
  padding: 0 0 0 2px;
}
.top-breadcrumbs .hs-breadcrumb-menu-item.first-crumb:before,
.hs-breadcrumb-menu-item.first-crumb:before {
  content: 'MindBeacon / '
}
.top-breadcrumbs .hs-breadcrumb-menu-item.last-crumb,
.hs-breadcrumb-menu-item.last-crumb {
  font-weight: 700;
}

/* Main Pages - Header and Footer */
.main-page-top__wrapper {
  background-image: url(https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Background%20Images/background__large-circle-page-top_mobile.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-page-header {
  max-width: 850px;
  margin: auto;
  padding-top: 2.5rem;
}
.main-page-header h1 {
  font-size: 3.333333333rem;
}
.main-page-bottom__wrapper {
  background-image: url(https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Background%20Images/background__large-circle-page-bottom_mobile.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-page-footer {
  padding-top: 4.75rem;
}

@media screen and (min-width: 768px) {
  .main-page-top__wrapper {
    background-image: url(https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Background%20Images/background__large-circle-page-top.svg);
  }
  .main-page-header {
    padding-top: 6.88888888889rem;
  }
  .main-page-footer {
    padding-top: 7.44444444444rem;
  }
  .main-page-bottom__wrapper {
    background-image: url(https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/Background%20Images/background__large-circle-page-bottom_mobile.svg);
  }
}

/* Screen reader text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Hide */
.hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* No Scroll */
.no-scroll {
  overflow: hidden;
}

/* LEADIN POP-UPS */
.leadinModal {
  z-index: 10003 !important;
}
/* Set pop-up links to be white */
.leadinModal-description-body a,
.leadinModal-description-body a:hover,
.leadinModal-description-body a:focus {
  color: #ffffff;
}

/* CUSTOM ANIMATIONS */
/* Move item up slowly */
[data-aos="bubble-up"] {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  -o-transition: transform;
  transition: transform;
  transition: transform, -webkit-transform;
}
[data-aos="bubble-up"].aos-animate {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Move background up slowly */
[data-aos="move-bg-up"] {
  background-position: 50% 12px;
  -webkit-transition: background-position;
  -o-transition: background-position;
  transition: background-position;
}
[data-aos="move-bg-up"].aos-animate {
  background-position: 50% 0;
}

/* Fade In */
.fade-in {
  -webkit-animation: fadein 1s;
  animation: fadein 1s
}
@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-o-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
/*** HOME ***/
.icon-list {
  color:#ffffff; 
  padding-left: 0px; 
  list-style: none;
}
li.icon {
  background-position: 3px 10%;
  padding-left: 36px;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
ul.checkmarks {
  list-style: none;
  padding: 0;
}
ul.checkmarks>li {
  padding: 0 0 .25rem 36px;
background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23aed051;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M21,9,7.5,22.5,0,15V6l7.5,7.48L21,0Z'/%3E%3C/svg%3E");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 5px 7px;
}
.home_benefits_section img {
  margin-bottom: -33%; 
}
.services_benefits_section img {
  margin-bottom: -33%; 
}
html[lang="fr"] .homepage .home_therapists_section-row-4-background-image {
  display:none;
}
.home_benefits_section-column-3-vertical-alignment {
  z-index:1;
}
@media (min-width: 768px) {
  .homepage__benefits-list {
    font-size:14px;
  }
}
@media (min-width: 1140px) {
  .homepage__benefits-list {
    font-size:1em;
  }
}
@media (max-width: 768px) {
  .home_stats_section .statistic__wrapper {
    width:100%;
  }
  .home_stats_section .stat-position-top .statistic__number {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
    font-size:1.5em;
  }
  .home_stats_section .stat-position-top .statistic__image {
    display:none;
  }
  .home_stats_section .statistic {
    padding:20px 0px;
  }
  .services_benefits_section-column-1-vertical-alignment {
    display:none!important;
  }
  .home_benefits_section-column-3-vertical-alignment {
    display:none!important;
  }
  .home_therapists_section-column-8-vertical-alignment, .home_therapists_section-column-10-vertical-alignment {
    width:50%!important;
    float:left!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
  }
}
li.icon.icon-one-stop {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aed051' class='bi bi-globe' viewBox='0 0 16 16'%3E%3Cpath d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z'/%3E%3C/svg%3E");
}
li.icon.icon-newsletter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aed051' class='bi bi-newspaper' viewBox='0 0 16 16'%3E%3Cpath d='M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.654-.238.972h.738a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 1 1 0v9a1.5 1.5 0 0 1-1.5 1.5H1.497A1.497 1.497 0 0 1 0 13.5v-11zM12 14c.37 0 .654-.211.853-.441.092-.106.147-.279.147-.531V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v11c0 .278.223.5.497.5H12z'/%3E%3Cpath d='M2 3h10v2H2V3zm0 3h4v3H2V6zm0 4h4v1H2v-1zm0 2h4v1H2v-1zm5-6h2v1H7V6zm3 0h2v1h-2V6zM7 8h2v1H7V8zm3 0h2v1h-2V8zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1z'/%3E%3C/svg%3E");
  background-position: 3px 5px;
}
li.icon.icon-anytime {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aed051' class='bi bi-clock' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z'/%3E%3C/svg%3E");
  background-position: 3px 5px;
}
li.icon.icon-home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aed051' class='bi bi-house-door' viewBox='0 0 16 16'%3E%3Cpath d='M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4H2.5z'/%3E%3C/svg%3E");
  background-position: 3px 17%;
}
li.icon.icon-pricing {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aed051' class='bi bi-coin' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 9.511c.076.954.83 1.697 2.182 1.785V12h.6v-.709c1.4-.098 2.218-.846 2.218-1.932 0-.987-.626-1.496-1.745-1.76l-.473-.112V5.57c.6.068.982.396 1.074.85h1.052c-.076-.919-.864-1.638-2.126-1.716V4h-.6v.719c-1.195.117-2.01.836-2.01 1.853 0 .9.606 1.472 1.613 1.707l.397.098v2.034c-.615-.093-1.022-.43-1.114-.9H5.5zm2.177-2.166c-.59-.137-.91-.416-.91-.836 0-.47.345-.822.915-.925v1.76h-.005zm.692 1.193c.717.166 1.048.435 1.048.91 0 .542-.412.914-1.135.982V8.518l.087.02z'/%3E%3Cpath fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath fill-rule='evenodd' d='M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zm0 .5A6 6 0 1 0 8 2a6 6 0 0 0 0 12z'/%3E%3C/svg%3E");
}
li.icon.icon-save-money {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aed051' class='bi bi-piggy-bank' viewBox='0 0 16 16'%3E%3Cpath d='M5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm1.138-1.496A6.613 6.613 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 0 0 .286-.958A7.602 7.602 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962z'/%3E%3Cpath fill-rule='evenodd' d='M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.145-.007-.29-.02-.431.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.735.735 0 0 0-.375.562c-.024.243.082.48.32.654a2.112 2.112 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595zM2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359a6.558 6.558 0 0 1-2.157-.359.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.649 4.649 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393zm12.621-.857a.565.565 0 0 1-.098.21.704.704 0 0 1-.044-.025c-.146-.09-.157-.175-.152-.223a.236.236 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199z'/%3E%3C/svg%3E");
  background-position: 3px 5px;
}
/*** DYNAMIC LANDING PAGES ***/
.ehc-customers-tgp-only__custom-box-2,
.ehc-customers-both__custom-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.ehc-customers-tgp-only__custom-box-2 > div,
.ehc-customers-both__custom-box-2 > div {
  padding: 20px;
  width: 100%;
}

@media (min-width: 767px) {
  .ehc-customers-tgp-only__custom-box-2 > div,
  .ehc-customers-both__custom-box-2 > div {
    width: 50%;
  }
}


/***** FAQ *****/
.faq-background {
  background-color: #e3f3fa;
}

/***** THERAPISTS *****/
/* Therapists Main Page */
.therapists__wrapper {
  margin-bottom: 100px;
}
.therapists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.therapists__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Filters */
.therapists__filters {
  padding-top: .75rem;
  width: 100%;
}
.therapists__filters > p {
  padding-left: 30px;
  position: relative;
}
.therapists__filters > p:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 -0.69)'%3E%3Cpath id='Path' d='M18.694,1.206H12.565a1.538,1.538,0,0,0-3,0H.306a.3.3,0,1,0,0,.6H9.567a1.538,1.538,0,0,0,3,0h6.129a.3.3,0,1,0,0-.6Z' transform='translate(0 0.69)' fill='%23249abd'/%3E%3Cpath id='Path-2' data-name='Path' d='M18.694,1.206H6.435a1.538,1.538,0,0,0-3,0H.306a.3.3,0,1,0,0,.6H3.438a1.538,1.538,0,0,0,3,0H18.694a.3.3,0,1,0,0-.6Z' transform='translate(0 7.69)' fill='%23249abd'/%3E%3Cpath id='Path-3' data-name='Path' d='M18.694,1.206H12.565a1.538,1.538,0,0,0-3,0H.306a.3.3,0,1,0,0,.6H9.567a1.538,1.538,0,0,0,3,0h6.129a.3.3,0,1,0,0-.6Z' transform='translate(0 13.69)' fill='%23249abd'/%3E%3C/g%3E%3C/svg%3E%0A");
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
ul.filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.filters li span:before {}
ul.filters li {
  margin-bottom: 1rem;
}
.therapists__filter-label {
  color: #064a76;
  cursor: pointer;
  font-size: 0.77777777777rem;
  font-weight: 600;
  position: relative;
}

/* JP List Filters */
.therapists__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.therapist__filter-group-wrapper {
  width: 100%;
}
.therapist__filter-group {
  background-color: #e3f3fa;
  border-radius: 6px;
  margin: 10px;
  padding: 20px;
}
.therapist__filter-group-clear {
  background-color: transparent;
  padding: 0;
}
.therapist__filter-group-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.therapist__filter-group h6 {
  font-weight: 500;
}
.therapist__filter-group-filters label {
  display: block;
  font-size: 0.8rem;
  padding-right: 20px;
}

/* Directory */
.therapists {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: 100%;
}
.therapist__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 100%;
}
.therapist__image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  height: 275px;
  width: 275px;
}
.therapist__image-url {
  border-radius: 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.therapist {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  width: 100%;
}
.therapist__content {
  text-align: center;
  padding: 20px 0;
}
a.therapist__name {
  color: #aed051;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
span.therapist__title {
  display: block;
  font-family: Poppins;
  font-size: 0.6rem;
}
.therapist__job-title {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.therapist__therapy-types,
.therapist__community-experience {
  font-size: 0.6rem;
}

/* Pagination */
.therapists__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 96px 0;
}
.therapists__pagination button {
  background-color: transparent;
  border: 0;
  color: #064a76;
  padding: 20px;
}
.therapists__pagination button:active,
.therapists__pagination button:focus,
.therapists__pagination button:hover {
  background-color: transparent;
  color: #064a76;
  text-decoration: underline;
}
.therapists__pagination button.jplist-selected {
  color: #aed051;
}

/* Therapist Individual Page */
.therapist-header {
  background-color: #e3f3fa;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px 100px 20px;
}
.therapist-header__breadcrumbs {
  padding-bottom: 50px;
}
.therapist-header__content {
  text-align: center;
}
.therapist-header__title {
  font-family: Poppins;
  font-size: 0.88888888888rem;
}
.therapist-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
}
.therapist-main__sidebar {
  width: 100%;
}
.therapist-main__image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: auto;
  height: 275px;
  width: 275px;
}
.therapist-main__bio {
  width: 100%;
}
.therapist-main__quotation {
  margin-bottom: 60px;
}
.therapist-main__quotation blockquote {
  border: 0;
  color: #00263A;
  font-size: 1.16666666667rem;
  font-weight: 500;
  margin: 0;
  margin-top: 80px;
  padding: 0;
  position: relative;
}
.therapist-main__quotation blockquote:before {
  content: url("data:image/svg+xml,%3Csvg height='35' width='35' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.2 34.1'%3E%3Cpath d='M10.4,0h5.1L8.4,17.2h6.9V34.1H0V18.7ZM30.1,0h5.1L28.1,17.2H35V34.1H19.7V18.7Z' fill='%23064a76'/%3E%3C/svg%3E%0A");
  left: -30px;
  position: absolute;
  top: -85px;
}

/* CUSTOM CHECKMARKS */
/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: calc(15px + 0.5rem);
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkbox-checkmark {
  border: 1px solid #004976;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ffffff;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #004976;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* CUSTOM CHECKMARKS */
/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: calc(15px + 0.5rem);
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.radio-checkmark {
  border: 1px solid #004976;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
  background-color: #ffffff;
}
/* When the checkbox is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
  background-color: #004976;
}
/* Create the checkmark/indicator (hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.radio-container .radio-checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .therapist__filter-group-wrapper {
    width: 50%;
  }
  .therapists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .therapist__wrapper {
    width: 50%;
  }
}

@media (min-width: 1140px) {
  .therapist__wrapper {
    width: 33.333333333%;
  }

  .therapist-main__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 100px 20px;
  }
  .therapist-main__sidebar {
    padding-right: 125px;
    width: 41.6666666667%;
  }
  .therapist-main__image {
    height: 375px;
    margin-top: -200px;
    width: 375px;
  }
  .therapist-main__bio {
    width: 58.3333333333%;
  }
  
}

.cdp-page .button.button--green--regular  {
  color: #064a76 !important;
}

/* Customers Dynamic Pages - cdp*/
.cdp-intro-area  {
  padding: 40px 20px;
  max-width: 820px !important;
}

.cdp-intro-area  p {
  margin-bottom:unset;
}

.cdp-service-cards .widget-type-rich_text h2 {
  margin-bottom:60px;
}

.cdp-service-cards p,
.cdp-service-cards span {
  -webkit-text-decoration-color: red;
  text-decoration-color: red;
}

/* .cdp-provider {
  display: flex;
  justify-content: space-between;
} */

.cdp-provider span{
  display: inline-block;
  margin-right: 25px;
}

.cdp-benefits-area h2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.cdp-benefits-area .text-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.cdp-benefits-area .cdp-provider{
  text-align: center;
}

.cdp-section-button {
    position: relative;
    padding: 30px 30px 40px 30px;
    background-color: #064a76;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.cdp-section-button::after {
  content: " ";
  width:20px;
  height: 20px;
  background: url("https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/transparent-down-arrow-3.png");
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
}

.cdp-buttons-section {
  margin-top: 60px;
}

.cdp__nav-text p{
  margin-bottom: 10px;
}

/* Hide peer to peer slider */
.section-id-peer .row-fluid-wrapper:nth-child(2) {
/*   display: none; */
}
.hs-content-id-61304798783 .section-id-peer .row-fluid-wrapper:nth-child(2), .hs-content-id-61325404549 .section-id-peer .row-fluid-wrapper:nth-child(2){
  display: block;
}
/* html[lang='fr'] .hs-content-id-61304798783 .section-id-peer .row-fluid-wrapper:nth-child(2), html[lang='fr'] .hs-content-id-61325404549 .section-id-peer .row-fluid-wrapper:nth-child(2),
html[lang='fr'] .hs-content-id-61304798783 .section-id-peer .row-fluid-wrapper:nth-child(3), html[lang='fr'] .hs-content-id-61325404549 .section-id-peer .row-fluid-wrapper:nth-child(3){
  display: none;
} */
.scrollup__button {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	transition: 1s all;
	z-index: 9999999999;

  /* Hide text */
  line-height: 0; 
  font-size: 0;
  color: transparent; 

  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid rgba(6, 74, 118, 1);
}

.scrollup__button::after {
  content: " ";
  width:20px;
  height: 20px;
  background: url("https://3927801.fs1.hubspotusercontent-na1.net/hubfs/3927801/transparent-up-arrow-3.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
} 

.scrollup__button--show {
	transform: translateX(0);
  opacity: 1;
}
.scrollup__button--hide {
	transform: translateX(100px);
  opacity: 0;
}

/* Fix for /GP page to adjust slider dots size */
.hs-content-id-55666551833 .two_column-slider .slick-dots li button:before {
  font-size:16px;
}



.hs-content-id-55666551833 .service-cards__wrapper .service-cards:first-child {
  display:block;
}

@media screen and (min-width: 1024px) {
  .hs-content-id-55666551833 .service-cards__wrapper .service-cards {
    width: calc(50% - 30px)
  }
}

.hs-content-id-55917329010 .service-cards__wrapper .service-cards:first-child {
  display:block;
}

@media screen and (min-width: 1024px) {
  .hs-content-id-55917329010 .service-cards__wrapper .service-cards {
    width: calc(50% - 30px)
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #aed051;
  border-radius: 6px;
  color: #064a76;
  display: inline-block;
  font-weight: 700;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #064a76;
  font-family: Poppins, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #064a76;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Email Preferences */
.email-prefs .item {
  background-color: #e3f3fa;
  border-radius: 6px;
  font-size: 0.9rem;
  margin-bottom: 20px;
  padding: 20px;
}
.email-prefs .fakelabel span {
  font-weight: 500;
  padding-left: 5px;
}
.email-prefs .item p {
  padding-left: 25px;
}
.email-prefs .item p:last-of-type {
  margin-bottom: 0;
}

/*TOP DESK : HIGHER Z-INDEX*/
.td-native-chat {
  z-index: 99999;
}