*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/*==== Home ====*/

.cm-home-sec1 {
  position: relative;
  padding: 110px 0px 415px 0px;
  margin-bottom: -246px;
}
.cm-home-sec1:before {
  content: "";
  background-image: url(https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Image/pattern-1.png);
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cm-home-sec1 .page-center{
  padding:0 15px;
}
.cm-home-sec1 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.cm-home-sec1 .cm-home-sec1-inner{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-align: center;
  align-items: center;
}
.cm-home-sec1-left,
.cm-home-sec1-right{
  padding: 0 15px;
  width: 50%;
  margin-left: 000;
}
.cm-home-sec1-right-inner {
  margin-left: -30px;
}

.cm-home-sec1 h6 {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.cm-home-sec1 h2 {
  font-size: 48px;
  line-height: 57px;
  color: #222222;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.cm-home-sec1 h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.cm-home-sec1 p {
  font-size: 15px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #555555;
  margin: 0px;
}
.cm-home-sec1 .hs-button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  border-radius: 2px;
  padding:14px 36px 16px;
  z-index: 1;
  background: #ec4e4f;
  margin-top: 31px;
}
.cm-home-sec1 .hs-button:after {
  font-family: Flaticon;
  font-style: normal;
  content: "\f106";
  position: relative;
  margin-left: 6px;
  font-size: 16px;
  margin-right: 0;
  transition: none;
  background: 0;
  transform-origin: initial;
}
.cm-home-sec1 .hs-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #162e40;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  padding: 0;
  width: 100%;
  margin: 0;
}
.cm-home-sec1 .hs-button:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cm-home-sec2 .page-center {
  margin: 0 auto;
  padding: 0 15px;
}
.cm-home-sec2 .cm-home-sec2-inner{
  margin:0 -15px;
}
.cm-home-sec2 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.cm-home-sec2 .dnd-section>.row-fluid .span4.dnd-column {
  width: 33.33%;
  margin: 0;
  padding: 0 15px;
}
.cm-home-sec2 .md-feature-block-one {
  margin-bottom: 0 !important;
}
.cm-home-sec3 .dnd-section {
  margin-top: -94px;
}
.cm-home-sec3 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-home-sec3 .md-left-border, 
.cm-home-sec3 .md-right-border {
  top: 10px;
  margin: 0;
  padding: 0;
}
.cm-home-sec4Topsec6-inner {
  padding: 10px;
}
.cm-home-sec4 p {
  font-size: 12px;
  line-height: 20px;
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.cm-home-sec4 h2 {
  font-size: 48px;
  line-height: 57px;
  font-family: Roboto, sans-serif;
  margin-bottom: 14px;
  font-weight: 600;
}
.cm-home-sec4 .md-right-border {
  margin-bottom: 70px;
  padding-bottom: 45px;
  width: 58px;
  margin: 0 auto 70px;
}
.cm-home-sec5 .md-service-block-two {
  margin: 0 0 50px;
}
.cm-home-sec5 .md-service-block-two .inner-box .lower-content .link a i {
  color: #ec4e4f;
}
.cm-home-sec6 {
  border-top: 1px solid #d2dbe4;
}
.cm-home-sec4Topsec6-grp .page-center {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
}
.cm-home-sec4Topsec6-grp .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.cm-home-sec4Topsec6-grp .page-center {
  padding-left: 0;
  padding-right: 0;
  max-width:1140px;
}
.cm-home-sec5 .span4.dnd-column {
  width: 33.33%;
  margin-left: 0;
  padding: 0 15px;
}
.cm-home-sec6 h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Cabin', sans-serif;
}
.cm-home-sec6 h3 a {
  display: inline-block;
  color: #222;
}
.cm-home-sec6 h3 a span {
  color: #ec4e4f;
  border-bottom: 1px solid #ec4e4f;
  display: inline-block;
  line-height: 24px;
  transition: all 500ms ease;
}
.cm-home-sec6 h3 a:hover span {
  color: #2d5883;
  border-color: #2d5883;
}
.cm-home-sec6 h3 a i {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  color: #2d5883;
}
/*==== Home End ====*/

/*==== Services ====*/
.page-center{
  margin:0 auto;
}
.cm-services-sec1-grp {
  padding: 110px 0;
}
.cm-services-sec1-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-services-sec1-grp .page-center {
  padding: 0 15px;
}
.cm-services-sec1-grp .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-services-sec1 .page-center{
  padding:0 15px; 
}
/* Service Left Column */
.categories-menu li{
  position: relative;
  display: block;
}
.categories-menu li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Cabin',sans-serif;
    font-weight: 500;
    color: #222;
    padding: 21px 80px 21px 40px;
    background: #e7ecf2;
    z-index: 1;
}
.categories-menu li a:after {
    position: absolute;
    content: '';
    background: #d2dbe4;
    width: 1px;
    height: 74%;
    top: 13%;
    right: 74px;
    transition: all 500ms ease;
}
.categories-menu li a i:before {
    position: absolute;
    top: 50%;
    line-height: 1;
    margin-top: -4px;
}

.categories-menu li a.active:after,
.categories-menu li a:hover:after{
  background: rgba(255,255,255,0.2);
}
.categories-menu li a.active,
.categories-menu li a:hover{
  color: #fff;
}
.categories-menu li a:before{
  position: absolute;
  content: '';
  background: #2d5883;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.categories-menu li a.active:before,
.categories-menu li a:hover:before{
  width: 100%;
  left: 0px;
}
.categories-menu  li a.active i,  
.categories-menu  li a:hover i {
  color: #fff;
}
.categories-menu li:nth-child(2n+1) a{
  background: #eff2f5;
}
.categories-menu li a i {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    float: right;
    color: #c8d1db;
    transition: all 500ms ease;
    height: 100%;
    right: 0;
    width: 50px;
    top: 0;
}
/* Service Right Column */
.cm-services-sec1-right-column h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}
.cm-services-sec1-right-column .md-right-border {
  padding-bottom: 17px;
  margin-bottom: 27px;
}
.cm-services-sec1-right-column h3 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-weight: 500;
  margin-bottom: 15px;
}
.cm-services-sec1-right-column p:last-child {
  margin-bottom: 0;
}
.cm-services-sec2-right-column .span4.dnd-column {
  width: 33.33%;
  margin-left: 0;
}
.cm-services-sec2-right-column .md-singleItem-wrp h4 {
  line-height: 24px;
  margin-bottom: 16px;
}
.cm-services-sec2-right-column h3 {
  margin-bottom: 15px;
}
.cm-services-sec2-right-column p:last-child {
  margin-bottom: 0;
}
.cm-services-sec3-right-column1 .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 15px;
  font-family: 'Roboto';
}
.cm-services-sec3-right-column1 p:last-child {
  margin-bottom: 0;
}
/*==== Services End ====*/


/*==== about ====*/

/*==== Website End ====*/

@media (min-width: 576px){
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px){
  .col-md-12,
  .col-md-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px){
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media(max-width:1200px){

  .cm-home-sec1 .custom_imageWith_text_box #image_block_1 .image-box {
    margin-right: 0;
  }
  .cm-home-sec4Topsec6-grp .page-center {
    padding-left: 0;
    padding-right: 0;
  }

}

@media(max-width:991px){
  .cm-services-sec1.cm-services-sec1-right {
    margin-top: 40px;
  }
  .cm-services-sec1-right-column .widget-type-linked_image {
    width: 100%;
    display: block;
  }
  .cm-services-sec1-right-column .hs_cos_wrapper_type_linked_image img {
    width: 100% !important;
  }
  .cm-services-sec2-right-column .span4.dnd-column {
    width: 50%;
  }
  .cm-home-sec1 .dnd-section>.row-fluid .span6.dnd-column {
    width: 100%;
  }
  .cm-home-sec1 .dnd-column > div > .row-fluid {
    display: block !important;
  }
  .cm-home-sec1-left,
  .cm-home-sec1-right {
    width: 100%;
  }
  .cm-home-sec1-right-inner {
    margin-left: 0;
  }
  .cm-home-sec1 {
    padding-bottom: 370px;
  }
  .cm-home-sec2 .dnd-section>.row-fluid .span4.dnd-column,
  .cm-home-sec5 .span4.dnd-column{
    width: 50%;
  }
  .cm-home-sec2 .md-feature-block-one {
    margin-bottom: 30px !important;
  }
}
@media(max-width:767px){
  .cm-services-sec1-grp {
    padding: 70px 0px;
  }

  .cm-website-sec1 .dnd-section,
  .body-container--about .dnd-section{
    padding: 70px 0px !important;
  }
  .cm-services-sec1-right-column h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .cm-services-sec2-right-column .span4.dnd-column {
    width: 100%;
  }
  .cm-home-sec2 .dnd-section>.row-fluid .span4.dnd-column,
  .cm-home-sec5 .span4.dnd-column{
    width: 100%;
  }
  .cm-home-sec3 .dnd-section {
    padding: 120px 0px 70px 0px !important;
  }
  .cm-home-sec4 .dnd-section .dnd-column {
    padding-top: 65px !important;
  }
  .cm-home-sec4 h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .cm-home-sec1 {
    padding: 70px 0px 300px 0px;
  }
  .cm-home-sec1 h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 320px){
  .cm-website-sec1 .dnd-section .dnd-column {
    padding: 20px;
  }
}
@media(max-width:499px){
  .cm-home-sec1 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media(max-width:479px){
  blockquote {
    padding: 40px 30px;
  }
  .cm-home-sec4 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 399px){
  .cm-home-sec1 h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .cm-home-sec2 .md-feature-block-one .inner-box .text h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

/* 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: 1px;
  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: 1px;
    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: 1px;
    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 ;
  }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0;
}

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

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
   font-family: 'Font Awesome 5 Brands';
   font-style: normal;
   font-weight: normal;
   src: url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400%20%281%29.eot#iefix") format("embedded-opentype"),
   url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff2") format("woff2"),
   url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff") format("woff"),
   url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.ttf") format("truetype");
 }

.fab {
  font-family: 'Font Awesome 5 Brands';
 }
@font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 400;
   src: url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Free%20-%20Normal/fa-regular-400.eot#iefix") format("embedded-opentype"),
   url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Free%20-%20Normal/fa-regular-400.woff2") format("woff2"),
   url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Free%20-%20Normal/fa-regular-400.woff") format("woff"),
   url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Free%20-%20Normal/fa-regular-400.ttf") format("truetype");
 }

.far {
   font-family: 'Font Awesome 5 Free';
   font-weight: 400;
 }
@font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
   src: url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Free%20-%20Bold/fa-solid-900%20%281%29.eot#iefix") format("embedded-opentype"),
     url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Free%20-%20Bold/fa-solid-900%20%281%29.woff2") format("woff2"),
     url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Free%20-%20Bold/fa-solid-900%20%281%29.woff") format("woff"),
     url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Font%20Awesome%205%20Free%20-%20Bold/fa-solid-900%20%281%29.ttf") format("truetype");
}  

@font-face {
   font-family: "Flaticon";
   src: url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Flaticon/Flaticon.eot#iefix") format("embedded-opentype"),
        url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Flaticon/Flaticon.woff2") format("woff2"),
        url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Flaticon/Flaticon.woff") format("woff"),
        url("https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Fonts/Flaticon/Flaticon.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}

html {}



body {
  color: #555555;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 28px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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


/* Paragraphs */

p {
  margin: 0 0 22px;
}

strong {
  font-weight: 700;
}

figure {
    margin:0;
}

/* Anchors */

a {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}

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

a:hover {
    color: #0056b3;
}

img {
    vertical-align: middle;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  color: #222222;
  line-height: 1.2;
  margin: 0px;
  transition: all 500ms ease;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
  font-size: 26px;
  line-height: 32px;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   position: relative;
   display: block;
   background: #eff2f5;
   padding: 38px 70px 43px 65px;
   margin: 40px 0px 37px 0px;
   border-left: 3px solid #6699ff;
}
blockquote p {
   font-size: 19px;
   line-height: 30px;
   font-weight: 400;
   margin-bottom: 20px;
}
blockquote p:last-child {
   margin-bottom: 0px;
}

.icon-box svg {
    fill: #2d5883;
    height: 70px;
}

.list li {
    position: relative;
    display: block;
    font-weight: 400;
      padding-left: 25px;
    margin-bottom: 4px;
}
.list li:last-child {
    margin-bottom: 0px;
}
.list li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 14px;
    left: 0px;
    top: 1px;
    color: #6699ff;
}

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

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

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

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-home-1:before { content: "\f100"; }
.flaticon-home:before { content: "\f101"; }
.flaticon-open-email-message:before { content: "\f102"; }
.flaticon-email:before { content: "\f103"; }
.flaticon-clock:before { content: "\f104"; }
.flaticon-clock-1:before { content: "\f105"; }
.flaticon-send:before { content: "\f106"; }
.flaticon-search:before { content: "\f107"; }
.flaticon-loupe:before { content: "\f108"; }
.flaticon-search-1:before { content: "\f109"; }
.flaticon-air-freight:before { content: "\f10a"; }
.flaticon-report:before { content: "\f10b"; }
.flaticon-signature:before { content: "\f10c"; }
.flaticon-letter:before { content: "\f10d"; }
.flaticon-call:before { content: "\f10e"; }
.flaticon-manager:before { content: "\f10f"; }
.flaticon-management:before { content: "\f110"; }
.flaticon-tie:before { content: "\f111"; }
.flaticon-idea:before { content: "\f112"; }
.flaticon-payment-method:before { content: "\f113"; }
.flaticon-bill:before { content: "\f114"; }
.flaticon-bank:before { content: "\f115"; }
.flaticon-work:before { content: "\f116"; }
.flaticon-employee:before { content: "\f117"; }
.flaticon-flight:before { content: "\f118"; }
.flaticon-accept:before { content: "\f119"; }
.flaticon-form:before { content: "\f11a"; }
.flaticon-document:before { content: "\f11b"; }
.flaticon-copy:before { content: "\f11c"; }
.flaticon-group-of-users-silhouette:before { content: "\f11d"; }
.flaticon-globe:before { content: "\f11e"; }
.flaticon-plane:before { content: "\f11f"; }
.flaticon-visa:before { content: "\f120"; }
.flaticon-geography:before { content: "\f121"; }
.flaticon-flight-1:before { content: "\f122"; }
.flaticon-airport:before { content: "\f123"; }
.flaticon-flight-2:before { content: "\f124"; }
.flaticon-bus-stop:before { content: "\f125"; }
.flaticon-bus:before { content: "\f126"; }
.flaticon-bus-1:before { content: "\f127"; }
.flaticon-london:before { content: "\f128"; }
.flaticon-bus-2:before { content: "\f129"; }
.flaticon-visa-1:before { content: "\f12a"; }
.flaticon-files:before { content: "\f12b"; }
.flaticon-elearning:before { content: "\f12c"; }
.flaticon-online-class:before { content: "\f12d"; }
.flaticon-class:before { content: "\f12e"; }
.flaticon-conversation:before { content: "\f12f"; }
.flaticon-negociation:before { content: "\f130"; }
.flaticon-boss:before { content: "\f131"; }
.flaticon-seminar:before { content: "\f132"; }
.flaticon-quote:before { content: "\f133"; }
.flaticon-phone:before { content: "\f134"; }
.flaticon-pin:before { content: "\f135"; }
.flaticon-email-1:before { content: "\f136"; }
.flaticon-email-2:before { content: "\f137"; }
.flaticon-envelope:before { content: "\f138"; }
.flaticon-checked:before { content: "\f139"; }
.flaticon-tick:before { content: "\f13a"; }
.flaticon-home-2:before { content: "\f13b"; }
.flaticon-long-arrow-pointing-to-the-right:before { content: "\f13c"; }
.flaticon-long-right-arrow:before { content: "\f13d"; }

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa-star:before {
    content: "\f005";
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, 
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, 
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, 
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, 
.col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, 
.col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.centred {
    text-align: center;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}


@media (min-width: 576px) {
  .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .offset-xl-2 {
      margin-left: 16.666667%;
  }
}

@media(max-width:479px){
 blockquote {
   padding: 40px 30px;
 }
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom:30px;
}

/* Labels */

form label {
  color: #555;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  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: #FFF;
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 13px 20px;
  font-size: 15px;
  line-height: inherit;
  font-weight: 400;
  color: #222;
  transition: all 500ms ease;
}

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:0;
}
textarea {
  height: 132px;
  resize: none;
}


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;
  color: #555;
}

.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;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,
.blog-comments .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 2px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  height: auto;
  margin: 0;
  padding: 14.5px 36px;
  position: relative;
  z-index: 1;  
  text-align: center;
  font-family: 'Cabin', sans-serif;
  
  text-decoration: none;
  transition: all 0.15s linear;
  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,
.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  
  color: #FFF;
}
.hs-button:before {
  font-family: Flaticon;
  font-style: normal;
  content: "\f106";
  position: relative;
  margin-left: 10px;
  font-size: 16px;
  margin-right: 10px;
}

.hs-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #162e40;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hs-button:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}
form.hs-form fieldset, form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
  max-width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

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

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items:center;
  max-width: 90%!important;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

header.header {
    background: #030638;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .globe_class {
    background-image: url(https://6894771.fs1.hubspotusercontent-na1.net/hubfs/6894771/Desjardins_Lawyer_December_2020/Image/globe.png);
}
.header .globe_class:hover .lang_list_class {
    width: 132px;
    background: transparent;
}



.header__logo.header__logo--main img {
    max-width: 230px;
    padding-right: 20px;
    
}

.header__logo.header__logo--main {
    width: 200px;
  
}

.header__language-switcher.header--element {
    width: 200px;
    text-align: right;
}

.header__column {
    width:100%;
}
.footer * {
  color: #fff;
}
.footer__container {
  margin: 0 auto;
  padding: 0px 15px;
}
.footer-topInner-sec .footer-widget {
  padding:105px 0px 84px 0px;
}
.footer-topInner-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.footer-col1 .footer-col1-inner {
  position: relative;
  margin-right: -35px;
  margin-top: 5px;
}
.footer-col1 figure {
  margin: 0;
}
.footer-col1 figure img {
  vertical-align: middle;
}
.footer-col1 p {
  line-height: 26px;
  margin-bottom: 26px;
}
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.social-links li a {
  display: inline-block;
  font-size: 15px;
  color: #7b8a9a;
}
.social-links li a i {
  color: #fff;
}
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.footer-topInner-sec .footer-left-menu{
  padding-left: 60px;
}
.footer-topInner-sec .footer-right-menu {
  padding-left: 25px;
}
.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding-bottom: 23px;
  display: inline-block;
  font-family: 'Roboto';
  vertical-align: middle;
}
.footer-menu .hs-menu-wrapper > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  opacity: 1 !important;
  position: static !important;
}
.footer-menu .hs-menu-wrapper > ul ul > li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.footer-menu .hs-menu-wrapper>ul ul>li:last-child {
  margin-bottom: 0;
}
.footer-menu .hs-menu-wrapper > ul ul  li > a {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 25px;
  white-space: normal !important;
  display: inline-block !important;
  vertical-align: top;
}
.footer-menu .hs-menu-wrapper > ul ul > li > a:before {
  position: absolute;
  content: "\f106";
  font-family: 'Flaticon';
  font-size: 14px;
  font-weight: 600;
  left: 0px;
  top: 1px;
  color: #7b8a9a;
  transition: all 500ms ease;
}
.footer-menu .hs-menu-wrapper>ul ul li>a:hover:before {
  color: #fff;
}
.footer-menu .hs-menu-wrapper > ul  ul > li > a:hover {
  color: #fff;
}
.footer-form-grp .newsletter-signup form {
  position: relative;
  margin: 0px;
}
.footer-form-grp .footer-form-inner {
  margin-left: -10px;
}
.footer-form-grp .form-conent p {
  line-height: 26px;
  margin-bottom: 22px;
}
.footer-form-grp  .form-conent h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding-bottom: 22px;
  display: inline-block;
  font-family: 'Roboto';
  vertical-align: middle;
}
.footer-form-grp  .newsletter-signup input[type='email'] {
  position: relative;
  width: 100%;
  height: 56px;
  background: #2a3c4e;
  border: 1px solid #2a3c4e;
  font-size: 15px;
  font-weight: 400;
  color: #abb0b5;
  border-radius: 2px;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
}
.newsletter-signup form input[type=submit], 
.newsletter-signup form .hs-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  font-weight: 600;
  color: #fff;
  border-radius: 0px 2px 2px 0px;
  text-align: center;
  background: #6699ff;
  font-size: 0;
  min-width: auto;
  max-width: none;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
}
.newsletter-signup .actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
.newsletter-signup form .actions:after {
  content: "\f106";
  font-family: Flaticon;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  display: block;
  z-index: 1411;
  position: absolute;
  line-height: 56px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
}

.footer-bottom-sec .footer-bottom {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.copyright p {
  color: #ffffff;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 15px;
  margin: 0px;
  transition: all 500ms ease;
}
.copyright p a {
  color: #fff;
}
.copyright p a:hover{
  color: #6699ff;
}
.footer-nav ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-nav ul li {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  margin-right: 20px;
}
.footer-nav ul li:last-child {
  margin-right: 0;
}
.footer-nav ul li:before {
  position: absolute;
  content: '';
  background: #4c5b6c;
  width: 2px;
  height: 16px;
  top: 8px;
  right: -12px;
}
.footer-nav ul li:last-child:before {
  display:none;
}
.footer-nav ul li a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.footer-nav ul li a:hover {
  color: #6699ff;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 15px;
  font-size: 24px;
  z-index: 99;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: 1s ease;
  padding: 0;
}
.scroll-top {
  background: #6699ff;
}

.footer button:focus, 
.footer input:focus, 
.footer textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
.fa-arrow-up:before {
  content: "\f062";
}
.scroll-top:hover {
  background: #0c2136 !important;
}
.scroll-top.open {
  bottom: 50px;
}
.scroll-top .fa.fa-arrow-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* loader */
.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(http://smartdemowp.com/visarzo/wp-content/themes/visarzo/assets/images/icons/preloader.png);
}
.preloader-close {
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}
.preloader-close {
  background: #6699ff;
}


@media (min-width: 768px){
  .footer-widget {
    width: 25%;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
  .footer-top-sec .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-widget {
    width: 50% !important;
  }
  .footer-form-grp .footer-form-inner {
    margin-left: 0;
  }
  .footer-col1 .footer-col1-inner{
    margin-right: 0;
    margin-top: 0;
  }
  .footer-topInner-sec .footer-right-menu {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px){
  .copyright {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    float: none;
  }
  .footer-nav {
    float: none;
    display: block;
    text-align: center;
  }
}

@media(max-width:767px){
  .footer-top-sec .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-topInner-sec {
    display: block;
  }
  .footer-form-grp .footer-form-inner {
    margin-left: 0;
  }
  .footer-topInner-sec .footer-widget {
    padding: 70px 0 69px;
  }
  .footer-col1 .footer-col1-inner{
    margin-right: 0;
    margin-top: 0;
  }
  .footer-topInner-sec .footer-right-menu {
    padding-left: 0;
  }
  .footer-form-grp.footer-widget {
    padding-bottom: 68px;
  }
}

@media only screen and (max-width: 600px) and (min-width: 320px){
  .footer-topInner-sec .footer-widget {
    padding:20px 0px 49px 0px;
  }
  .footer-form-grp.footer-widget {
    padding-bottom: 48px !important;
  }
}
@media only screen and (max-width: 399px){
  .footer-menu .hs-menu-wrapper>ul>li>a,
  .footer-form-grp .form-conent h3{
    font-size: 20px;
    line-height: 28px;
  }
}




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

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
  color: #fff !important;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  margin-top:10px;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
}
.blog-comments form .actions {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 14.5px 36px;
    z-index: 1;
    margin-top: 20px;
    background: #6699ff;
}
.blog-comments form .actions:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #162e40;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.blog-comments form .actions:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.blog-comments form .hs-button {
    padding: 0;
    background-color: transparent !important;
    border-radius: 0;
    margin: 0;
}
.blog-comments form .hs-button:before,
.blog-comments form .hs-button:after {
   display:none;
}
.blog-comments form .hs-input:focus {
    border-color: #2d5883;
}
.blog-comments .hs-submit {
    text-align: left;
}

.blog-comments form .grecaptcha-badge {
    margin: 0;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

.custom-news-section {
    padding: 110px 0px;
    position: relative;
}
.custom-news-section .content-wrapper {
    padding: 0px 15px;
}
.news-block-one {
    position: relative;
}
.news-block-one .inner-box {
    position: relative;
    display: block;
    transition: all 500ms ease;
}
.news-block-one .inner-box:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
.news-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.news-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}
.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 39px 30px 36px 35px;
    transition: .5s;
    background: #eff2f5;
}
.news-block-one .inner-box .lower-content .post-date {
    position: absolute;
    right: 30px;
    top: -58px;
    width: 78px;
    height: 78px;
    border-radius: 2px;
    text-align: center;
    padding: 12px 10px;
    z-index: 2;
    background: #6699ff;
}
.news-block-one .inner-box .lower-content .post-date h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.news-block-one .inner-box .lower-content .post-date span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.news-block-one .inner-box .lower-content h3 {
    margin-bottom: 12px;
}
.news-block-one .inner-box .lower-content h3 a {
    color: #222;
}
.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    padding-bottom: 14px;
    margin-bottom: 28px;
}
.news-block-one .inner-box .lower-content .post-info:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #6699ff;
}
.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    margin-right: 20px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin-right: 0px;
}
.news-block-one .inner-box .lower-content .post-info li:not(:last-child):before {
    position: absolute;
    content: '';
    background: #8a8b8c;
    width: 1px;
    height: 17px;
    top: 6px;
    right: -13px;
}
.news-block-one .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #555;
}
.news-block-one .inner-box .lower-content .post-info li a:hover {
    color: #6699ff;
}
.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #555555;
}
.news-block-one .inner-box .lower-content .link a:hover {
    color: #6699ff;
}
.news-block-one .inner-box .lower-content .link a i {
    position: relative;
    font-size: 16px;
    margin-left: 10px;
    color: #2d5883;
}
.news-block-one .inner-box .image-box img {
    width: 100%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}
.hs-blog-listing .news-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
    opacity: 0.2;
}
.custom-news-section .news-block {
    margin-bottom: 30px;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.blog-header.hs-blog-banner {
    position: relative;
    display: block;
    padding: 220px 0px 120px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
}
.blog-header.hs-blog-banner:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
}
.blog-header.hs-blog-banner .content-wrapper {
    padding: 0px 15px;
}
.blog-header.hs-blog-banner .content-box .title-box {
    position: relative;
    display: block;
    margin-bottom: 31px;
    padding-bottom: 14px;
}
.blog-header.hs-blog-banner .content-box .title-box:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #6699ff;
}
.blog-header.hs-blog-banner .content-box .title-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    text-transform: capitalize;
}
.blog-header.hs-blog-banner .content-box .title-box .dotted-box .dotted {
    position: absolute;
    left: 44px;
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #6699ff;
}
.blog-header.hs-blog-banner .content-box .title-box .dotted-box .dotted:nth-child(2) {
    left: 50px;
}
.blog-header.hs-blog-banner .content-box .title-box .dotted-box .dotted:last-child {
    left: 56px;
}
.hs-blog-banner ul.bread-crumb {
    position: relative;
    color: #fff !important;
}
.hs-blog-banner ul.bread-crumb li {
    display: inline-block;
    vertical-align: top;
}
.hs-blog-banner ul.bread-crumb li:not(:last-child):after {
    content: " > ";
}
.hs-blog-post .blog-post__body img {
    max-width: 100%;
    height: auto;
}
.custom-blog-post-body-grp .news-block-one .inner-box {
    overflow: hidden;
    background: transparent;
    box-shadow: none !important;
    margin-bottom: 20px;
}
.custom-blog-post-body-grp .news-block-one .inner-box .image-box::before {
   display:none;
}
.custom-blog-post-body-grp .news-block-one .inner-box .lower-content {
    background: #fff;
    padding: 48px 0px 0px 0px;
}
.custom-blog-post-body-grp .news-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 33px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 12px;
}
.custom-blog-post-body-grp .news-block-one .inner-box .lower-content .post-date {
    right: inherit;
    left: 50px;
    top: -40px;
    width: 200px;
    height: 50px;
    padding: 15px 10px;
    border-radius: 2px;
}
.custom-blog-post-body-grp .news-block-one .inner-box .lower-content .post-date h5 {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.fa-mix:before {
    content: "\f3cb";
}
.custom-blog-post-body-grp .post-share-option {
    position: relative;
    display: block;
    background: #eff2f5;
    padding: 20.5px 35px;
    overflow: hidden;
    margin: 25px 0;
}
.custom-blog-post-body-grp .post-share-option ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #222;
}
.custom-blog-post-body-grp .post-share-option ul li:first-child {
    font-weight: 600;
    font-size: 16px;
}
.custom-blog-post-body-grp .post-share-option .tags li a {
    color: #222;
}
.custom-blog-post-body-grp .post-share-option ul li a:hover {
    color: #6699ff !important;
}
.custom-blog-post-body-grp .post-share-option .social-links li {
    margin-right: 25px;
}
.custom-blog-post-body-grp .post-share-option .social-links li:last-child {
    margin-right: 0;
}
.custom-blog-post-body-grp .post-share-option .social-links li:not(:last-child) > a:before {
    position: absolute;
    content: '';
    background: #d2dbe4;
    width: 1px;
    height: 22px;
    top: -2px;
    right: -13px;
}
.custom-blog-post-body-grp .post-share-option .social-links li a {
    position: relative;
    color: #2d5883;
    font-size: 14px;
    display: inline;
}
.custom-blog-post-body-grp .post-share-option .social-links li a:hover {
    color: #6699ff !important;
}
.hs-blog-post .news-block-one .inner-box .image-box img {
    height: auto;
}
.blog-comments form .hs-richtext.hs-main-font-element h3 {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 5px;
}
.blog-post__body blockquote {
    position: relative;
    display: block;
    background: #eff2f5;
    padding: 38px 70px 43px 65px;
    margin: 40px 0px 37px 0px;
    border-left: 3px solid #6699ff;
}
.blog-post__body blockquote i {
    position: absolute;
    right: 45px;
    bottom: 30px;
    font-size: 50px;
    line-height: 50px;
    color: #6699ff;
}
.blog-post__body blockquote p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.blog-post__body blockquote h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
.custom-post-sidebar-search form {
    position: relative;
}
.custom-post-sidebar-search form .hs-search-field__input {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #0c2136;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 10px 90px 10px 20px;
    transition: all 500ms ease;
}
.custom-post-sidebar-search form button {
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
    text-transform: none;
    margin: 0;
    color: #fff;
    padding: 0;
    line-height: 28px;
}
.custom-post-sidebar-search form button:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.2);
    width: 1px;
    height: 25px;
    left: -24px;
    top: 2px;
}
.custom-post-sidebar-search form button:after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.custom-post-sidebar-search form button svg {
    display: none !important;
}
.custom-post-sidebar-search form button:hover {
    color: #6699ff;
}
.custom-post-sidebar-search form .hs-search-field__input::placeholder {
    color: #ffffff;
}
.sidebar-side .sidebar.blog-sidebar > div {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-side .sidebar.blog-sidebar > div:last-of-type {
    margin-bottom: 0;
}
.sidebar-side .sidebar.blog-sidebar > div h3 {
    color: #2d5883;
    margin: 0px;
}
.sidebar-side .widget-title {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.sidebar-side .widget-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #6699ff;
}
.sidebar-side .widget-title .dotted-box .dotted {
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #6699ff;
}
.sidebar-side .widget-title .dotted-box .dotted:nth-child(2) {
    left: 49px;
}
.sidebar-side .widget-title .dotted-box .dotted:last-child {
    left: 55px;
}
.cm-recent-blog-sidebar-grp .recent-post-item {
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    border-left: 4px solid #6699ff;
    padding: 0px 15px;
    transition: all 500ms ease;
    background: #f9f9f9;
}
.cm-recent-blog-sidebar-grp .recent-post-item:last-child {
    margin-bottom: 0;
}
.sidebar.blog-sidebar {
    margin-left: 15px;
}
.custom-sidebar-form form .actions {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin',sans-serif;
    font-weight: 600;
    color: #555!important;
    text-align: center;
    border-radius: 2px;
    padding: 14.5px 27px;
    z-index: 1;
    margin-top: 5px;
    background: #6699ff;
    margin-bottom: 15px;
}
.custom-sidebar-form form .actions:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #162e40;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.custom-sidebar-form form .actions:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.custom-sidebar-form form .hs-button {
    padding: 0;
    background-color: transparent !important;
    border-radius: 0;
    margin: 0;
}
.custom-sidebar-form form .hs-button:before,
.custom-sidebar-form form .hs-button:after {
   display:none;
}
.custom-sidebar-form form .actions:before {
    font-family: Flaticon;
    font-style: normal;
    content: "\f106";
    position: relative;
    margin-left: 10px;
    font-size: 16px;
    margin-right: 10px;
}
.custom-sidebar-form {
    background: transparent;
    border: 1px solid #e0e6ed;
    padding: 33px 35px 40px 35px;
    position: relative;
}
.custom-sidebar-form .hs-form-field {
    margin-bottom: 15px;
    position: relative;
}
.custom-sidebar-form form .hs-input::placeholder {
    color: #222;
}







@media only screen and (max-width: 991px) {
  .custom-news-section {
      padding-bottom: 80px;
  }
  .sidebar.blog-sidebar {
      margin-left: 0;
      margin-top: 40px;
  }
}


@media only screen and (max-width: 767px) {
  .blog-header.hs-blog-banner {
      padding: 180px 0px 100px 0px;
  }
  .blog-header.hs-blog-banner .content-box .title-box h1 {
      font-size: 40px;
      line-height: 48px;
  }
  .custom-news-section {
      padding: 70px 0px;
  }
  .custom-news-section .news-block-one {
      max-width: 400px;
      margin: 0 auto;
  }
  .custom-news-section .news-block-one {
      max-width: 100%;
  }
  .custom-blog-post-body-grp .post-share-option ul {
      float: none;
      display: block;
  }
  .custom-blog-post-body-grp .post-share-option ul.tags {
      margin-bottom: 10px;
  }

}

@media only screen and (max-width: 600px) {
  .custom-blog-post-body-grp .news-block-one .inner-box .lower-content {
      padding: 20px;
  }
  .custom-blog-post-body-grp .news-block-one .inner-box .lower-content h2 {
      font-size: 25px;
      margin-bottom: 0;
      margin-top: 10px;
  }
}

@media only screen and (max-width: 499px) {
  .blog-post__body blockquote {
      padding: 40px 30px;
  }
}

@media only screen and (max-width: 399px) {
  .news-block-one .inner-box .lower-content {
      padding-left: 30px;
  }
  .custom-sidebar-form {
      padding: 40px 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;
  }
}

/* System pages */

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

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  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: #494A52;
  font-family: Merriweather, 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: #0270E0;
}

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