





/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.wavy-border {
  --mask:
    radial-gradient(178.39px at calc(100% - 252.00px) 50%,#000 99%,#0000 101%) 0 calc(50% - 240px)/100% 480px,
    radial-gradient(178.39px at calc(100% + 132.00px) 50%,#0000 99%,#000 101%) calc(100% - 120px) 50%/100% 480px repeat-y;
  -webkit-mask: var(--mask);
          mask: var(--mask);
  background-color: #fff;
      padding: 30px 80px;
    padding-left: 0px;
}
.header-text h5{
  font-size: 20px;
  font-family: Manrope;
  font-weight: 600;
  color: #B7B7B7;
  letter-spacing: 5px;
  margin: 0px;
}
.header-text h1{
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  margin: 0px;
  font-size: 90px;
  line-height: 0.88;
  width: 80%;
}

.header-text p{
font-size: 18px;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
      width: 80%;
    line-height: 1.6;
}
.gray-20{
font-size: 20px;
  color: #b7b7b7;
  letter-spacing: 5px;
  font-family: Manrope;
}
.h2-60-blue{
font-size: 60px;
  color:#3A3B60;
  font-family: Open Sans;
  font-weight: 600;
}
.dargray-18{
font-size: 18px;
  color: #707070;
  font-family: Open Sans;
      line-height: 1.4;
}
.hr-left{
  background-color: #85ACD2;
   width: 128px;
    height: 3px;
    border: none;
  margin: 25px auto;
  margin-left: 0px;
}
.hr-center{
  background-color: #85ACD2;
   width: 128px;
    height: 3px;
    border: none;
  margin: 25px auto;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
width: 100%;
}
.p-30-blue{
font-size: 30px; 
  font-family: Manrope; 
  color: #3a3b60; 
  letter-spacing: 1.5px; 
  margin-top: 0px;
  width: 65%; 
  margin-left: auto;
  margin-right: auto;

}
.warranty-imp-text h4{
  font-size: 30px; 
  font-family: Manrope; 
  color: #3a3b60;
  text-transform: uppercase;
  margin: 0px;
}
.warranty-imp-text .condition{
  font-size: 20px;
  color: #707070;
  font-family: Helvetica Neue;
  margin: 0px;
  line-height: 1.8;
}
.warranty-imp-text .p-18{
  font-size: 18px;
  color: #707070;
  font-family: Open Sans;
  line-height: 1.8;
}
ul.p-18{
margin: 30px 0px;
}
.p-18 li{
  font-style: italic;
  margin: 3px 0px;
}
.blog-index__post--card{
width: 48% !important;
}
.blog-index__post-button--card{
display: block;
    width: fit-content;
    margin: auto;
  background-color: #3A3B60;
  font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}
.blog-index__post-title a{
font-size: 30px !important;
  font-family: Manrope, sans-serif !important;
}
.home-head-subtitle{
font-size: 20px;
    font-family: Manrope;
    color: #b7b7b7;
    font-weight: 600;
    letter-spacing: 4px;
}
.home-head-h1{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 0.8;
}
.home-head-btm{
color: #fff;
    font-size: 16px;
    background-color: #3a3b60;
    padding: 15px 20px;
    border-radius: 7px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.home-head-btm:hover {
border: 1px solid #3a3b60;
  background-color: #fff;
}
.home-head-wave-img{
bottom: -6px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: -32%;
    z-index: 1;
}
.p-18-blue{
font-size: 18px;
  color: #3A3B60;
  font-family: 'Open Sans', sans-serif;
}
.hs-button {
border-radius: 4px;
}
.oembed_container_iframe{
border-radius: 7px;
}
.background-image-line{
  background-image: url('https://44373659.fs1.hubspotusercontent-na1.net/hubfs/44373659/Group%20116.svg');
  background-position: bottom;
  padding: 15px 0px;
  background-repeat: no-repeat;
  background-size: contain;
}
.hs-button{
letter-spacing: 2px;
}
.home-cover-section{
margin-left: -30px;
}
.liner-brochure{
    display: block;
    padding: 16px 35px;
    color: #fff;
    background-color: #3a3b60;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
    font-family: 'Manrope';
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 7px;
    margin-top: 40px;
}
@media only screen and (max-width: 768px){
  .home-cover-section{
  margin-left: 0px !important;
  }
}
*, *: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;
  }



/* 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;
	padding: 0 20px;
  }

  .dnd-section > .row-fluid {
	margin-left: auto;
	margin-right: auto;
  }

  .dnd-section .dnd-column {
	padding-left: 20px;
	padding-right: 20px;
  }

  @media (max-width: 767px) {
	.dnd-section .dnd-column {
	  padding-left: 0;
	  padding-right: 0;
	}
  }




/* Missing Template at Path: \'symetric-base-theme-liner-werx\/css\/elements\/_typography.css\' */
/* Missing Template at Path: \'symetric-base-theme-liner-werx\/css\/elements\/_buttons.css\' */
/* Missing Template at Path: \'symetric-base-theme-liner-werx\/css\/elements\/_forms.css\' */
/* Missing Template at Path: \'symetric-base-theme-liner-werx\/css\/elements\/_tables.css\' */



/* Header Container */

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

  .header.active {
	  background: #fff;
  }
  .header__container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 1.5rem 20px;
	position: relative;
  }

  .header--landing-page .header__container {
	justify-content: center;
  }

  .navigation-primary.secondary-nav ul.submenu  {
  float: right;

  }
  /* .navigation-primary.secondary-nav ul.submenu > li:last-child {
  margin-right: 0px;

  } */
  .navigation-primary.secondary-nav ul.submenu > li {
  margin-right: 0px;

  }

  .navigation-primary.secondary-nav>ul.submenu>li>a{
	margin: 0px 10px;
	font-size: 16px !important;
  }


  .secondary-nav ul.submenu > li {
  margin-right: 10px;

  }

  .navigation-primary.secondary-nav ul.submenu > li > a{
  background: none;
	  color: #231F20 !important;
	font-family: Helvetica, sans-serif !important;
	font-weight: 300;
  }
  .navigation-primary ul.submenu > li > a{
  font-size: 20px !important;
/* 	font-family: Helvetica, sans-serif !important; */
  }
  .navigation-primary.secondary-nav ul.submenu > li:last-child > a{
  background: none;
	  color: #231F20 !important;
	  padding: 15px 10px;
	  border-radius: 4px;

  }

  .navigation-primary.secondary-nav ul.submenu > li:last-child > a:before{
	content: '';
	border-left: 3px solid #d7d7d7;
	margin-right:10px;
  }

  .navigation-primary.secondary-nav ul.submenu > li:last-child > a:after{
	content: '';
	background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Image%2012.png);
	padding: 0px 15px;
	margin-left: 10px;
	background-repeat: no-repeat;
  }

  .navigation-primary.secondary-nav ul.submenu > li:nth-child(2) > a:before{
	content: '';
	border-left: 3px solid #d7d7d7;
	margin-right: 10px;
  }

  .navigation-primary.secondary-nav ul.submenu > li:nth-child(2) > a:after{
	content: '';
    background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Mask%20Group%2016-1.png);
	padding: 0px 15px;
	margin-left: 10px;
	margin-right: -40px;
	background-repeat: no-repeat;
  }

  .navigation-primary.secondary-nav ul.submenu > li:nth-child(1) > a:after{
	content: '';
    background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Icon%20ionic-ios-people.png);
	padding: 0px 15px;
	margin-left: 10px;
	margin-right: -20px;
	background-repeat: no-repeat;
  }

  @media only screen and (max-width: 1540px) {

	.navigation-primary.secondary-nav ul.submenu > li:last-child > a:before{
		content: '';
		border-left: none;
		margin-right:0px;
	}

	.navigation-primary.secondary-nav ul.submenu > li:last-child > a:after{
		content: '';
	    /* background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Image%2012.png);
		padding: 0px 15px;
		margin-left: 10px;
		background-repeat: no-repeat; */
		background-image: none;
	}

	.navigation-primary.secondary-nav ul.submenu > li:last-child > a:before{
		content: '';
	    background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Image%2012.png);
		padding: 0px 15px;
		margin-left: 0px;
		margin-right: 10px;
		background-repeat: no-repeat;
	}

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(2) > a:after{
		content: '';
	  /* background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Mask%20Group%2016-1.png);
			padding: 0px 15px;
			margin-left: 10px;
			margin-right: -40px;
		  background-repeat: no-repeat; */
		  background-image: none;
	  }

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(2) > a:before{
		content: '';
	    background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Mask%20Group%2016-1.png);
		padding: 0px 15px;
		margin-left: 0px;
		margin-right: 10px;
	    background-repeat: no-repeat;
	  }

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(1) > a{
		margin-left: 0px;
		padding-left: 30px;
	}

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(2) > a{
		margin-left: 0px;
		padding-left: 30px;
    }

	.navigation-primary.secondary-nav ul.submenu > li:last-child > a{
		margin-left: 0px;
		padding: 0px;
		padding-left: 30px;
    }

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(1) > a:after{
		content: '';
	    /* background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Icon%20ionic-ios-people.png);
		padding: 0px 15px;
		margin-left: 10px;
		margin-right: 0px;
		background-repeat: no-repeat; */
		background-image: none;
	}

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(1) > a:before{
		content: '';
	    background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Icon%20ionic-ios-people.png);
		padding: 0px 15px;
		margin-left: 0px;
		margin-right: 10px;
		background-repeat: no-repeat;
	}

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(2) > a:before{
		content: '';
		border-left: none;
		margin-right: 10px;
	}

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(1) > a:after{
		content: '';
	    /* background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Icon%20ionic-ios-people.png);
		padding: 0px 15px;
		margin-left: 10px;
		margin-right: 0px;
		background-repeat: no-repeat; */
		background-image: none;
	}

	.navigation-primary.secondary-nav ul.submenu > li:nth-child(1) > a:before{
		content: '';
	    background-image: url(https://21060404.fs1.hubspotusercontent-na1.net/hubfs/21060404/Icon%20ionic-ios-people.png);
		padding: 0px 15px;
		margin-left: 0px;
		margin-right: 10px;
		background-repeat: no-repeat;
	}
  }

  .navigation-primary ul.submenu > li:last-child > a{
  background: #3A3B60;
	  color: #fff !important;
	  padding: 15px 25px;
	  border-radius: 4px;
    font-family: 'Manrope';
    font-weight: 600;
    letter-spacing: 1.8px;
  }
  .navigation-primary .submenu.level-2 .menu-link {
	  display: block;
	  padding: 10px;
	  transition: background-color .3s;
	  color: #2A4979 !important;
	  background: #fff !important;
	font-size: 17px !important;
	line-height: 25px;

  }

  .navigation-primary .submenu.level-2 .menu-link:hover {
	color: #85ACD2 !important;
    font-family: verdana, geneva !important;
    font-weight: 400 !important;
    
  }
.navigation-primary .submenu.level-2>li:last-child>a{
letter-spacing: normal !important;
  font-family: verdana, geneva !important;
  font-weight: 400 !important;
}
.navigation-primary .submenu.level-2>li:last-child>a:hover{
font-family: verdana, geneva !important;
}

  .navigation-primary.secondary-nav .submenu.level-2 .menu-link {
	  display: block;
	  padding: 10px;
	  transition: background-color .3s;
	  color: #7C7C7C !important;
	  background: #fff !important;
	  font-size: 15px !important;
	  margin: 0px;
	  line-height: 25px;

  }

  .navigation-primary.secondary-nav .submenu.level-2 .menu-link:hover{
  font-weight: 300 !important;
	color: #369856 !important;

  }

  .navigation-primary.secondary-nav .submenu.level-2 .menu-link:before {
  content: "" !important;
		background-image:none !important;
	  padding: 0px !important;

  }

  @media screen and (max-width: 1540px) {
  /*   .navigation-primary .submenu.level-2 .menu-link {
	  margin: 0px;
	} */
	.header__container {
	  padding: 20px;
	}
	ul.submenu.level-1{
  background: #fff !important;
  }

  .submenu.level-1>li>a{
  color: #000 !important;
  }
  }

  /* Logo */

  .header__logo {
	margin-right: 20px;
	max-width: 380px;
  }

  @media screen and (max-width: 1080px) {
	.header__logo {
	margin-right: 20px;
   max-width: 300px;
  }

  }
  @media screen and (max-width: 1000px) {
	.header__logo {
	margin-right: 20px;
   max-width: 250px;
  }

  }

  .header__logo .logo-company-name {
	font-size: 28px;
	margin-bottom: 0;
  }

  /* Navigation Menu */

  .header__menu {
	margin-left: auto;
  }
@media screen and (max-width: 1540px){
.header__navigation {
	  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
	  display: none;
	  margin: 10px 10px 0;
	  position: absolute;
	  right: 0;
	  top: 100%;
	  width: calc(100% - 20px);
	  z-index: 99;
	}
  .navigation-primary ul.submenu.level-1>li:last-child>a{
      width: fit-content;
    margin-left: 25px;
  }
}

  @media screen and (max-width: 1540px) {
	

	.header__menu {
	  margin-left: 0;
	  min-height: 0;
	  order: 3;
	}
  }

  /* Language Switcher */

  /* .header__language-switcher {
	cursor: pointer;
	margin-left: 50px;
  }

  .header__language-switcher .lang_switcher_class {
	position: static;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-top: 5px;
  }

  .header__language-switcher .lang_list_class {
	border-radius: 0 0 18px 18px;
	box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
	display: block;
	left: auto;
	min-width: 100%;
	opacity: 0;
	overflow: hidden;
	padding-top: 0;
	right: 0;
	text-align: left;
	top: 100%;
	transform: none;
	visibility: hidden;
  }

  .header__language-switcher:hover .lang_list_class {
	opacity: 1;
	visibility: visible;
  }

  .header__language-switcher .lang_list_class:after,
  .header__language-switcher .lang_list_class:before {
	content: none;
  }

  .header__language-switcher .lang_list_class li {
	background-color: transparent;
	border: none;
	line-height: 2;
	margin: 0;
	padding: 10px;
  }

  .header__language-switcher .lang_list_class li:first-child {
	border-top: none;
	padding-top: 10px;
  }

  .header__language-switcher .lang_list_class li:last-child {
	border-bottom: none;
  }

  .header__language-switcher .lang_list_class li:hover {
	transition: background-color 0.3s;
  }

  .header__language-switcher-label {
	align-items: center;
	display: flex;
	position: relative;
  }

  .header__language-switcher-label-current {
	align-items: center;
	display: flex;
	line-height: 2;
	margin-left: 10px;
  }

  .header__language-switcher-label-current:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid;
	content: '';
	display: block;
	height: 0;
	margin: 0 0 0 10px;
	width: 0;
  } */

  @media (max-width: 1540px) {
	.header__language-switcher {
	  margin-left: auto;
	  margin-right: 20px;
	  order: 2;
	}

	.header__language-switcher .lang_switcher_class .globe_class {
	  height: 24px;
	  margin-top: 0;
	  width: 24px;
	}

	.header__language-switcher .lang_list_class {
	  border-radius: 0 0 18px 18px;
	}

	.header__language-switcher:hover .lang_list_class {
	  opacity: 0;
	  visibility: hidden;
	}

	.header__language-switcher .lang_list_class li {
	  padding: 10px 30px;
	}

	.header__language-switcher-label {
	  position: static;
	}

	.header__language-switcher-label-current {
	  display: none;
	}

	.header__language-switcher.open .lang_list_class {
	  opacity: 1;
	  visibility: visible;
	}
  }
/* Footer Container */
.footer{
/* 	margin: 0px 0px; */
  margin-top: 30px;
  }
  .footer .dnd-section {
	padding: 0;
  }

  .footer__container {
	margin: 0 auto;
	padding: 0px;
  }

  /* Footer Rows */

  .footer__row {
	display: flex;
	justify-content: space-between;
  }

  .footer__navigation {
	width: 22%;
  }

  .footer .hs-menu-wrapper ul {
	list-style: none;
	margin: 0.5rem 0 2rem;
	padding-left: 0;
  }

  .footer .hs-menu-wrapper li {
	margin: 0.7rem 0;
  }

  .footer .hs-menu-wrapper li a:hover {
	text-decoration: none;
  }

  .footer__form {
	width: 25%;
  }

  @media (max-width: 767px) {
	.footer__row {
	  flex-wrap: wrap;
	}

	.footer__navigation,
	.footer__form,
	.footer__follow-me,
	.footer .widget-type-header,
	.footer .widget-type-simple_menu,
	.footer .social-links {
	  text-align: center;
	  width: 100%;
	}
  }

  /* Footer Form */

  .footer--site-page .footer__form form,
  .footer--site-page .widget-type-form form {
	margin-bottom: 1.5rem;
	padding: 0;
  }

  /* Landing Page Footer */

  .footer--landing-page {
	border-top: 2px solid #eff7ff;
  }

  .footer--landing-page .footer__container {
	padding: 2.8rem 0 1.5rem;
  }

  /* Footer Form */

  .footer--site-page form {
	background-color: transparent;
	border: none;
	padding: 0;
  }

  .footer--site-page .footer__form .form-title {
	background-color: transparent;
	font-size: 1rem;
	padding: 0 0 1rem;
	text-align: left;
  }

  @media (max-width: 980px) {
	.footer--site-page .footer__form {
	  clear: both;
	  float: none;
	  margin: 0 auto;
	  padding: 0.75rem 0 0;
	  width: 75%;
	}

	.footer--site-page .footer__form .form-title {
	  text-align: center;
	}
  }

  @media (max-width: 767px) {
	.footer--site-page .widget-type-form {
	  margin: 0 auto;
	  width: 75%;
	}
  }
.footer_dnd-row-0-background-image{
background-size: 45% !important;
}
.footer  {
margin-top: 0px;
}
/* Menu and simple menu */

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

  /* Horizontal menu */

  .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
	flex-direction: column;
  }

  @media (max-width: 767px) {
	.hs-menu-wrapper.hs-menu-flow-horizontal ul {
	  flex-direction: column;
	}
  }

  /* Vertical menu */

  .hs-menu-wrapper.hs-menu-flow-vertical ul {
	flex-direction: column;
  }

  /* Flyouts */

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

  @media (max-width: 767px) {
	.hs-menu-wrapper.hs-menu-flow-vertical ul {
	  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;
	}
  }

  /* Language switcher */

  .body-container-wrapper .lang_switcher_class {
	width: 100%;
  }

  .body-container-wrapper .lang_list_class {
	left: 10px;
  }

  .body-container-wrapper .lang_list_class li {
	margin: 0;
  }

/* Blog Header */

header{
      top: 0px !important;
}
.blog-search {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 300px;
  padding: 0;
}

.blog-post__title{
  font-size: 60px !important;
  font-family: Roboto, sans-serif !important;
  font-weight: 500;
  margin: 0px;
}

.blog-date-year{
  font-size: 30px !important;
  font-family: Roboto, sans-serif !important;
text-transform: uppercase;
}

.blog-post__author-name{
display: none;
}


  .blog-post__image-wrapper {
    height: 420px;
/*     margin-top: 400px; */
}

.blog-search form {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: flex;
  flex-direction: row;
  padding: 0;
}

.blog-search form label {
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.blog-search form button {
  margin-bottom: 0;
  padding: 12px 20px;
}

@media (max-width: 767px) {
  .blog-tag-filter,
  .blog-search {
    margin: 0 auto 1.5rem;
  }
}

/* Blog Author/Tag Content */

.blog-subheader {
  margin: 3rem 0;
}

.blog-subheader__author-links {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.blog-subheader__author-links a {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  position: relative;
  width: 40px;
}

.blog-subheader__author-links a:first-of-type {
  margin-left: 0;
}

.blog-subheader__author-links a svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog Listing */

.blog-index__post-post-summary{
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #707070;
    line-height: 30px;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 90px 0px;
/*   justify-content: space-between; */
}

.blog-index__post {
/*   border: 2px solid #eff7fe; */
  margin-bottom: 2.8rem;
}

.blog-index__post--card {
  width: calc(33% - 1.5rem);
      margin: 10px 20px;
    max-width: 600px;
}

.blog-index__post--list {
  display: flex;
  padding: 1.5rem 0;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-index__post--card {
    width: 100%;
  }

  .blog-index__post--list {
    padding: 0 0 1.5rem;
  }
}

.blog-index__post-image--card {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 14px;
}

.blog-index__post-content--card {
  padding: 1.5rem 0rem;
/*   padding-top: 0px; */
}

.blog-index__post-image-wrapper--list,
.blog-index__post-content--list {
  width: 50%;
}

@media (max-width: 767px) {
  .blog-index__post-content--list {
    padding: 1.5rem 0rem ;
  }
}

.blog-index__post-content--full-width--list.blog-index__post-content--full-width {
  width: 100%;
}

.blog-index__post-image-wrapper--list {
  align-items: center;
  display: flex;
  margin: 0 30px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .blog-index__post-image-wrapper--list {
    margin: 0;
    width: 100%;
  }
}

.blog-index__post-image--list {
  height: auto;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-index__post-image--list {
    position: static;
  }
}

.blog-index__post-content {
  margin: 0 0px;
  text-align: center !important;
}


.blog-index__post-button{
    padding: 12px 24px !important;
}
.blog-index__post-title a {
    color: #555555;
    font-size: 32px;
    font-family: Roboto, sans-serif;
    font-weight: inherit;
    text-transform:uppercase;
  letter-spacing: 1.5px !important;
  font-weight: 600  !important;
}

.blog-index__post-title {
    margin-top: 0px !important;
}


.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
    color: #555555;
    font-size: 32px;
    font-family: Roboto, sans-serif;
    font-weight: inherit;
    text-transform:uppercase;
}

.blog-index__post-tags {
  border-bottom: 2px solid #eff7fe;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  display: none;
}

.blog-index__post-tag-link,
.blog-index__post-tag-link:hover {
  font-weight: 300;
}

@media (max-width: 767px) {
  .blog-index__post--list {
    flex-wrap: wrap;
  }

  .blog-index__post-content--list {
    margin-left: 0;
    width: 100%;
  }
}

.blog-index__post-author-image-wrapper,
.blog-post__author-image-wrapper {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  vertical-align: middle;
  width: 45px;
}

.blog-index__post-author-image,
.blog-post__author-image {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-index__post-author-image-wrapper,
  .blog-index__post-author-image,
  .blog-post__author-image-wrapper,
  .blog-post__author-image {
    height: auto;
  }
}

.blog-index__post-author,
.blog-post__author,
.blog-index__post-date {
  display: block;
  margin-bottom: 1.5rem;
}

/* Blog Pagination */

.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.8rem;
  text-align: center;
}

.blog-pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-radius: 50%;
}

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

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

.blog-post__image-wrapper {
    height: 420px !important;
/*     margin-top: 200px; */
}

.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 {
  cursor: default;
  pointer-events: none;
}

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

/* Blog Post */

.blog-post {
/*   margin-top: 60px; */
  position: relative;
      margin-top: 0px;
  margin: 0px 20px;
}

.blog-post__header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1.5rem;
  margin-top: 0px;
  padding: 140px 80px 20px 20px;
  margin-top: -46px;
}

.blog-post__tags {
  margin-bottom: 0.7rem;
}

.blog-post__tag-link {
  display: inline-block;
  margin-right: 30px;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus,
.blog-post__tag-link:active {
  text-decoration: none;
}

.blog-post__meta {
  margin-bottom: 1.5rem;
}

.blog-post__date {
  border-right: 2px solid;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}

.blog-post__social-sharing .social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-post__social-sharing .social-links__icon {
  display: inline-block;
  margin: 0 0.7rem 0.35rem 0;
  padding: 0.7rem;
}

.blog-post__social-sharing .social-links svg {
  height: 15px;
  width: auto;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }
  .blog-post__social-sharing {
    left: -7rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }
}

.blog-post__author-name--bottom {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__author-name--bottom,
.blog-post__author-links--bottom {
  margin-bottom: 1rem;
}

.blog-post__author-links--bottom a:not(:last-of-type) {
  margin-right: 0.5rem;
}

.blog-post__author-links--bottom a:hover {
  text-decoration: none;
}

.blog-post__author-name--bottom:hover,
.blog-post__author-name--bottom:focus,
.blog-post__author-name--bottom:active {
  text-decoration: none;
}

.blog-post__image-wrapper {
  height: 200px;
/*   margin: 3rem 0; */
  position: relative;
  max-width: 700px;
  float: right;
  padding-left: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 786px) {

  .blog-post__image-wrapper {
    height: 420px;
/*     margin-top: 200px; */
}
}

.blog-post__image {
  border-radius: 0px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-post__image-wrapper,
  .blog-post__image {
    height: auto;
  }
}

.blog-post__comments-listing {
  margin-bottom: 5.6rem;
}

.comment {
  padding-top: 2em;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

.blog-post__author--bottom {
  display: flex;
  margin: 75px 0;
}

@media screen and (max-width: 1000px) {
  .blog-post__author--bottom {
    flex-direction: column;
    margin: 3rem 0;
  }
}

.blog-post__author-image--bottom {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 150px;
  margin-right: 10px;
  overflow: hidden;
  width: 150px;
}

.blog-post__author-image--bottom img {
  height: 100%;
  width: auto;
}

.blog-post__author-image--bottom ~ .blog-post__author-about {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author-image--bottom ~ .blog-post__author-about {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.grid {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr; /*base properties to be overwritten*/
	-ms-grid-columns:1fr 6rem 1fr; /*ie base properties to be overwritten*/
	grid-gap: 6rem;
	align-items: center;
	margin: 2rem 0;
}

.grid.top-align,
.grid.left-image.top-align,
.grid.right-image.top-align {
	align-items: start!important;
}

.grid.bottom-align,
.grid.left-image.bottom-align,
.grid.right-image.bottom-align {
	align-items: flex-end!important;
}

.grid.two {
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr;
	grid-gap: 6rem;
}

.grid.two-about-big-hearts {
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr;
	grid-gap: 6rem;
}


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

.grid.two.wide {
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr;
	grid-gap: 6rem;
}
.grid.two.wide-2 {
	grid-template-columns: 1fr 2fr;
	-ms-grid-columns:1fr 6rem 2fr;
	grid-gap: 3rem;
}

.grid.two.wide-right {
	grid-template-columns: 1fr 2fr;
	-ms-grid-columns:1fr 6rem 2fr;
	grid-gap: 3rem;
}

.grid.two.wide-left {
	grid-template-columns: 2fr 1fr;
	-ms-grid-columns:2fr 6rem 1fr;
	grid-gap: 3rem;
}
.grid.two.wide-3 {
	grid-template-columns: 1fr 3fr;
	-ms-grid-columns:1fr 6rem 2fr;
	grid-gap: 3rem;
}

.grid.two.cta-container {
	grid-template-columns: 2fr 1fr;
	-ms-grid-columns: 2fr 6rem 1fr;
	grid-gap: 6rem;
}

.grid.two.sidebar {
	grid-template-columns: 2fr 1fr;
	-ms-grid-columns: 2fr 6rem 1fr;
	grid-gap: 6rem;
}

.grid.two.testimonial {
	grid-template-columns: 300px 1fr;
	-ms-grid-columns: 300px 6rem 1fr;
	grid-gap: 6rem;
}

.grid.two.left-side-big {
	grid-template-columns: 1.5fr 1fr;
	-ms-grid-columns: 1.5fr 6rem 1fr;
	grid-gap: 10px;
}

.grid.two.team {
	grid-template-columns: 1fr 2fr;
	-ms-grid-columns: 1fr 6rem 2fr;
	grid-gap: 6rem;
}

.grid.three {
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr;
	grid-gap: 6rem;
}

.grid.three-about-us-cards {
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr;
	grid-gap: 2rem;
}

.grid.four {
	grid-template-columns: 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr 6rem 1fr; /*ie base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.five {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr 6rem 1fr 6rem 1fr; /*ie base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.six {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr 6rem 1fr 6rem 1fr 6rem 1fr; /*ie base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.two.right-image {
	grid-template-columns: 1fr 400px;
	-ms-grid-columns:1fr 6rem 400px;
	grid-gap: 0 6rem;
}

.grid.two.left-image {
	grid-template-columns: 400px 1fr;
	-ms-grid-columns:400px 6rem 1fr;
	grid-gap: 0 6rem;
}

.grid.three.right-image {
	grid-template-columns: 1fr 1fr 400px;
	-ms-grid-columns:1fr 6rem 1fr 6rem 400px;
	grid-gap: 0 6rem;
}

.grid.three.left-image {
	grid-template-columns: 400px 1fr 1fr;
	-ms-grid-columns:400px 6rem 1fr 6rem 1fr;
	grid-gap: 0 6rem;
}

.grid.two.right-image.large {
	grid-template-columns: 2fr 1fr;
	-ms-grid-columns: 2fr 6rem 1fr;
	grid-gap: 0 6rem;
}

.grid.two.left-image.large {
	grid-template-columns: 1fr 2fr;
	-ms-grid-columns: 1fr 6rem 2fr;
	grid-gap: 0 6rem;
}

.grid.three.right-image.large {
	grid-template-columns: 1fr 1fr 2fr;
	-ms-grid-columns: 1fr 6rem 1fr 6rem 2fr;
	grid-gap: 0 6rem;
}

.grid.three.left-image.large {
	grid-template-columns: 2fr 1fr 1fr;
	-ms-grid-columns: 2fr 6rem 1fr 6rem 1fr;
	grid-gap: 0 6rem;
}

.grid-item {
	position: relative;
}

.grid-item.center-text {
	position: relative;
	text-align: center;
}

.grid-item.left-text {
	position: relative;
	text-align: left;
}

.grid.two > .grid-item:nth-of-type(1),
.grid.two > div:nth-of-type(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.grid.two > .grid-item:nth-of-type(2),
.grid.two > div:nth-of-type(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.grid.two > .grid-item:nth-of-type(3),
.grid.two > div:nth-of-type(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.grid.two > .grid-item:nth-of-type(4),
.grid.two > div:nth-of-type(4) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.grid.two > .grid-item:nth-of-type(5),
.grid.two > div:nth-of-type(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.grid.two > .grid-item:nth-of-type(6),
.grid.two > div:nth-of-type(6) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}

/* if there is 3 columns*/

.grid.three > .grid-item:nth-of-type(1),
.grid.three > div:nth-of-type(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.grid.three > .grid-item:nth-of-type(2),
.grid.three > div:nth-of-type(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.grid.three > .grid-item:nth-of-type(3),
.grid.three > div:nth-of-type(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.grid.three > .grid-item:nth-of-type(4),
.grid.three > div:nth-of-type(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.grid.three > .grid-item:nth-of-type(5),
.grid.three > div:nth-of-type(5) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

.grid.three > .grid-item:nth-of-type(6),
.grid.three > div:nth-of-type(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 5;
}

.grid.three > .grid-item:nth-of-type(7),
.grid.three > div:nth-of-type(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.grid.three > .grid-item:nth-of-type(8),
.grid.three > div:nth-of-type(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.grid.three > .grid-item:nth-of-type(9),
.grid.three > div:nth-of-type(9) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

/* if there is 4 columns*/

.grid.four > .grid-item:nth-of-type(1),
.grid.four > div:nth-of-type(1),
.grid.image-list.four > .grid-item:nth-of-type(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.grid.four > .grid-item:nth-of-type(2)
.grid.four > div:nth-of-type(2),
.grid.image-list.four > .grid-item:nth-of-type(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.grid.four > .grid-item:nth-of-type(3)
.grid.four > div:nth-of-type(3),
.grid.image-list.four > .grid-item:nth-of-type(3) {
	-ms-grid-column: 5;
	-ms-grid-row: 1;
}

.grid.four > .grid-item:nth-of-type(4)
.grid.four > div:nth-of-type(4),
.grid.image-list.four > .grid-item:nth-of-type(4) {
	-ms-grid-column: 7;
	-ms-grid-row: 1;
}

.grid.four > .grid-item:nth-of-type(5)
.grid.four > div:nth-of-type(5),
.grid.image-list.four > .grid-item:nth-of-type(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.grid.four > .grid-item:nth-of-type(6)
.grid.four > div:nth-of-type(6),
.grid.image-list.four > .grid-item:nth-of-type(6) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.grid.four > .grid-item:nth-of-type(7)
.grid.four > div:nth-of-type(7),
.grid.image-list.four > .grid-item:nth-of-type(7) {
	-ms-grid-column: 5;
	-ms-grid-row: 2;
}

.grid.four > .grid-item:nth-of-type(8)
.grid.four > div:nth-of-type(8),
.grid.image-list.four > .grid-item:nth-of-type(8) {
	-ms-grid-column: 7;
	-ms-grid-row: 2;
}

/* if there is 6 columns*/

.grid.six > .grid-item:nth-of-type(1),
.grid.six > div:nth-of-type(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.grid.six > .grid-item:nth-of-type(2),
.grid.six > div:nth-of-type(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.grid.six > .grid-item:nth-of-type(3),
.grid.six > div:nth-of-type(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.grid.six > .grid-item:nth-of-type(4),
.grid.six > div:nth-of-type(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.grid.six > .grid-item:nth-of-type(5),
.grid.six > div:nth-of-type(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 9;
}

.grid.six > .grid-item:nth-of-type(6),
.grid.six > div:nth-of-type(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 12;
}

.grid.six > .grid-item:nth-of-type(7),
.grid.six > div:nth-of-type(7) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.grid.six > .grid-item:nth-of-type(8),
.grid.six > div:nth-of-type(8) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

.grid.six > .grid-item:nth-of-type(9),
.grid.six > div:nth-of-type(9) {
	-ms-grid-row: 2;
	-ms-grid-column: 5;
}

.grid.six > .grid-item:nth-of-type(10),
.grid.six > div:nth-of-type(10) {
	-ms-grid-row: 2;
	-ms-grid-column: 7;
}

.grid.six > .grid-item:nth-of-type(11),
.grid.six > div:nth-of-type(11) {
	-ms-grid-row: 2;
	-ms-grid-column: 9;
}

.grid.six > .grid-item:nth-of-type(12),
.grid.six > div:nth-of-type(12) {
	-ms-grid-row: 2;
	-ms-grid-column: 12;
}


/* MEDIA QUERIES */
@media all and (max-width: 1400px) {
  .grid.four {
	  grid-template-columns: 1fr 1fr 1fr; /*base properties to be overwritten*/
	  -ms-grid-columns:1fr 3rem 1fr 3rem 1fr; /*ie base properties to be overwritten*/
  	grid-gap: 3rem;
  }
}

@media all and (max-width: 1200px) {
  
  .grid.four {
	  grid-template-columns: 1fr 1fr; /*base properties to be overwritten*/
	  -ms-grid-columns:1fr 3rem 1fr; /*ie base properties to be overwritten*/
  	grid-gap: 3rem;
  }
  
	div.footer-item-container.grid.six {
		position: center;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}
	.grid.four.footer-item-container,
	.grid.five.footer-item-container {
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 4rem 1fr;
		grid-gap: 4rem;
		margin: 4rem 0;
	}
	div.footer-item-container.grid.six {
		position: center;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
		text-align: center;
	}
	.social-media-buttons{
		text-align: center;
	}
	.contact-flex-item{
		text-align: center;
		display: block;
	}
}

@media all and (max-width: 1090px) {
	.grid.two.wide-2 {
		grid-template-columns: 1fr;
		-ms-grid-columns:1fr;
		grid-gap: 3rem;
	}
	.grid.two.wide-3 {
		grid-template-columns: 1fr;
		-ms-grid-columns:1fr;
		grid-gap: 3rem;
	}
}

@media all and (max-width: 992px) {

	.grid.two.right-image {
		grid-template-columns: 1fr 300px;
		-ms-grid-columns:1fr 4rem 300px;
		grid-gap: 0 4rem;
	}

	.three-about-us-cards{
		grid-template-columns: 1fr !important;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}

	.grid.two.left-image {
		grid-template-columns: 300px 1fr;
		-ms-grid-columns: 300px 4rem 1fr;
		grid-gap: 0 4rem;
	}

	.grid.three.right-image {
		grid-template-columns: 1fr 1fr 300px;
		-ms-grid-columns:1fr 4rem 1fr 4rem 300px;
		grid-gap: 0 4rem;
	}

	.grid.three.left-image {
		grid-template-columns: 300px 1fr 1fr;
		-ms-grid-columns: 300px 4rem 1fr 4rem 1fr;
		grid-gap: 0 4rem;
	}

	.grid.four.footer-item-container,
	.grid.five.footer-item-container {
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 4rem 1fr;
		grid-gap: 4rem;
		margin: 4rem 0;
	}
	div.footer-item-container.grid.six {
		position: center;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
		text-align: center;
	}
	.social-media-buttons{
		text-align: center;
	}
	.contact-flex-item{
		text-align: center;
		display: block;
	}


}

@media all and (max-width: 768px) {

	.grid.two,
	.grid.two.sidebar,
	.grid.two.testimonial,
	.grid.two.cta-container,
	.grid.two.left-image,
	.grid.two.right-image,
  .grid.two.wide-left, 
  .grid.two.wide-right, 
	.grid.two-about-big-hearts,
	.grid.two.right-image.large,
	.grid.two.left-image.large,
	.grid.two.left-side-big,
	.grid.three,
	.grid.three-about-us-cards,
	.grid.three.right-image,
	.grid.three.left-image,
	.grid.four,
	.grid.five,
	.grid.six {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}

	.grid.four.footer-item-container,
	.grid.five.footer-item-container {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}


	.grid.two-about-big-hearts > .grid-item:nth-child(1){
		order: 2;
	}

	.grid.two-about-big-hearts > .grid-item:nth-child(2){
		order: 1;
	}


}
/* Error Pages */

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

.error-page:before {
  color: #f3f6f9;
  content: attr(data-error);
  font-size: 40vw;
  left: 50%;
  position: absolute;
  top: 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: 600px;
  padding: 3rem 20px;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  padding: 0.1rem 0.75rem;
}

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

form#email-prefs-form {
  max-width: none;
}

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

form#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

form#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

form#email-prefs-form input#submitbutton {
  line-height: 1.25rem;
  max-width: 400px;
  white-space: unset;
}

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

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

.hs-search-results__pagination a {
  color: #00326d;
}

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

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

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

/* Password Prompt */

.password-prompt input[type='password'] {
  height: auto !important;
}

/* Backup Unsubscribe */

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

/* Membership Pages */

#hs-membership-password-requirements ul {
  margin-bottom: 20px;
  padding-left: 0;
}

#hs-membership-password-requirements ul li {
  margin: 0;
  line-height: 1.5;
}

.systems-page .hs-login-widget-show-password,
.systems-page .hs-register-widget-show-password,
.systems-page .hs-reset-widget-show-password {
  display: block;
  margin-bottom: 0.5rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 3px;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.625rem;
}

