/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

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

/**
* Add the correct box sizing in Firefox.
*/

hr {
	box-sizing: content-box;
	height: 0;
}

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

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
* Remove the inheritance of text transform in Edge and Firefox.
* 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;
}

/**
* Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
*/

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

.life_overlay blockquote:before ,
.dnd_blocquote blockquote:before{
	left: 1px;
	top: 7px;
	width: 38px;
}
.dnd_blocquote blockquote,
p.p-21{
	font-size:21px;
	line-height:1.8;
	color:#686868;
}
.dnd_right_max-width p{
	margin-bottom:30px;
}

.dnd_right_max-width .with-border h2::after,
.dnd_iframe_conatiner .with-border h2::after{
	margin: 24px 0 20px;
}

.dnd_iframe_conatiner {
	max-width: 750px;
	margin: 0 auto;
}
.dnd_iframe_conatiner iframe {
    width: 100%;
    height: 810px;
    padding-top: 5px;
    margin-bottom: 64px !important;
}
.dnd_blocquote blockquote {
    margin: 34px 0 40px;
}
@media(min-width:768px){
	.dnd_right_max-width {
		max-width: 528px;
		margin-left: auto;
	}
}

@media(max-width:767px){
	.dnd_right_max-width .h2-42 h2,
	.dnd_iframe_conatiner .h2-42 h2{
		font-size: 30px;
		line-height: 39.35px;
		font-weight: 400;
	}
	.dnd_right_max-width .with-border h2::after,
	.dnd_iframe_conatiner .with-border h2::after{
		margin: 14px 0 20px;
	}
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}


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

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/




/* Variable Declaration */


/* Spacing and Wrapper */




/* Colors */











/* Font family */





/* Heading and Paragraph Tags */

















































































































/* Forms */





















/* Buttons */

/* Simple Normal CTA */







/* Simple White CTA */






/* Solid Primary CTA */





/* Solid Secondary CTA */





/* Solid Tertiary CTA */





/* Gradient Primary CTA */





/* Gradient Secondary CTA */





/* Gradient Tertiary CTA */





/* White Primary CTA */





/* White Secondary CTA */





/* White Tertiary CTA */





/* Other Round CTA */





/* Other Boxed CTA */





/* 1f. Tables */












@font-face {
	font-family: 'Verdana';
	src: url('https://resources.contegix.com/hubfs/contegix-2023/Verdana.woff2') format('woff2'),
		url('https://resources.contegix.com/hubfs/contegix-2023/Verdana-1.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Verdana Italic';
	src: url('https://resources.contegix.com/hubfs/contegix-2023/Verdana-BoldItalic.woff2') format('woff2'),
		url('https://resources.contegix.com/hubfs/contegix-2023/Verdana-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Verdana Bold';
	src: url('https://resources.contegix.com/hubfs/contegix-2023/Verdana-Bold.woff2') format('woff2'),
		url('https://resources.contegix.com/hubfs/contegix-2023/Verdana-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Calibri';
	src: url('https://resources.contegix.com/hubfs/contegix-2023/Calibri.woff2') format('woff2'),
		url('https://resources.contegix.com/hubfs/contegix-2023/Calibri.woff.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Calibri Bold';
	src: url('https://resources.contegix.com/hubfs/contegix-2023/Calibri-Bold.woff2') format('woff2'),
		url('https://resources.contegix.com/hubfs/contegix-2023/Calibri-Bold.woff.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Calibri Light';
	src: url('https://resources.contegix.com/hubfs/contegix-2023/Calibri-Light.woff2') format('woff2'),
		url('https://resources.contegix.com/hubfs/contegix-2023/Calibri-Light.woff.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}









body,html{
	margin:0;
	overflow-x:hidden;
	scroll-behavior: smooth;
}
body{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	font-size: 17px;
	text-transform:none;
	line-height:30.6px;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6  {
	margin-top: 0;
	margin-bottom: 1rem;
	word-break: break-word;
}
p{
	margin-top:0px;
}

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



.dnd-section > .row-fluid,
.content-wrapper {
	max-width: 1380px;
}

.content-wrapper{
	padding:0 30px;
	float:none;
	margin:0 auto;
}

.dnd-section > .row-fluid{
	padding:0 30px;
}

[class*="-force-full-width-section"] > .row-fluid{
	padding:0px !important;
}

.dnd-section,
.content-wrapper--vertical-spacing {
	padding: 80px 30px;
}
@media(max-width:1439px){
	body [class*="-force-full-width-section"].dnd-section > .row-fluid{
		max-width: 100% !important;
	}
	body .dnd-section > .row-fluid,
	.content-wrapper {
		max-width: 1200px !important;
	}
	.dnd-section{
		padding-left:0px !important;
		padding-right:0px !important;
	}
}


.all-text-white h1, 
.all-text-white h2, 
.all-text-white h3,
.all-text-white h4, 
.all-text-white h5, 
.all-text-white h6, 
.all-text-white p {
	color: #fff !important;
}

h1 {
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 62px;
	line-height:1.2;
	text-transform: none;
	margin-bottom: 20px;
}

h2 {
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 24px;
	line-height:1.3125;
	text-transform: none;
}

h3 {
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 20px;
	line-height:1.447368421;
	text-transform: none;
}

h4 {
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 20px;
	line-height:1.3125;
	text-transform: none;
}

h5 {
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 18px;
	line-height:1.416666667;
	text-transform: none;
}

h6 {
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 18px;
	line-height:1.416666667;
	text-transform: none;
}

p{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 17px;
	line-height:1.8;
	text-transform: none;
	margin-bottom:24px;
}

a{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #0087b8;
	font-size: 17px;
	line-height:1.8;
	text-transform: none;
	cursor:pointer;
	display:inline-block;
}
a:hover{
	color:#115a8c;
}
a.hover-underline:hover{
	text-decoration:underline;
}
ul{
	padding-left:20px;
}
ul li,
ol li{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 17px;
	line-height:1.8;
	text-transform: none;
}

em{
	font-weight:300;
}

ol {
	padding-left: 19px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
}
ol li{
	margin:12px 0;
	font-size:17px;
	line-height:26.4444px;
	font-weight:500;
}

.li-21 li{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 21px;
	line-height:1.8;
	text-transform: none;
}

blockquote{
	margin: 40px 0;
	padding-left: 60px;
	position: relative;
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 20px;
	line-height:1.6;
	text-transform: none;
}

blockquote::before{
	content: "";
	background: url('https://resources.contegix.com/hubfs/contegix-2023/quote.svg');
	background-size:contain;
	background-repeat:no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
	width: 40px;
	height: 40px;
}

.bq-21 blockquote{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 21px;
	line-height:1.8;
	text-transform: none;	
}

.bq-18 blockquote{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 18px;
	line-height:2.1;
	text-transform: none;	
}

.bq-17 blockquote{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 17px;
	line-height:1.8;
	text-transform: none;	
}

blockquote span{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}






@media(min-width:768px) and (max-width:1024px){
	
	h1{
		font-size: 55px;
	}
	

	
	h2{
		font-size: 24px;
	}
	

	
	h3{
		font-size: 20px;
	}
	

	
	h4{
		font-size: 20px;
	}
	

	
	h5{
		font-size: 18px;
	}
	

	
	h6{
		font-size: 18px;
	}
	
	
	p{
		font-size: 17px;
	}
	
	
	a{
		font-size: 17px;
	}
	

	

	
	.li-21 li{
		font-size: 21px;
	}
	

	
	blockquote{
		font-size: 20px;
	}
		
	
	.bq-21 blockquote{
		font-size: 21px;
	}
		
	
	.bq-18 blockquote{
		font-size: 18px;
	}
		
	
	.bq-17 blockquote{
		font-size: 17px;
	}
		
}





@media(max-width:767px){
	
	h1{
		font-size: 40px;
	}
	

	
	h2{
		font-size: 24px;
	}
	

	
	h3{
		font-size: 20px;	
	}
	

	
	h4{
		font-size: 20px;
	}
	

	
	h5{
		font-size: 18px;
	}
	

	
	h6{
		font-size: 18px;
	}
	
	
	p{
		font-size: 17px;
	}
	
	
	a{
		font-size: 17px;
	}
	
	

	
	.li-21 li{
		font-size: 21px;
	}
	

	
	blockquote{
		font-size: 20px;
	}
			
	
	.bq-21 blockquote{
		font-size: 21px;
	}
		
	
	.bq-18 blockquote{
		font-size: 18px;
	}
		
	
	.bq-17 blockquote{
		font-size: 17px;
	}
		
}





.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white li,
.all-text-white span,
.all-text-white blockquote{
	color:#fff !important;
}

.all-text-black,
.all-text-black h1,
.all-text-black h2,
.all-text-black h3,
.all-text-black h4,
.all-text-black h5,
.all-text-black h6,
.all-text-black p,
.all-text-black li,
.all-text-black span,
.all-text-black a,
.all-text-black blockquote{
	color:#000 !important;
}

.text-margin-zero,
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero a,
.text-margin-zero span,
.text-margin-zero li,
.text-margin-zero blockquote{
	margin:0 !important;
}

.margin-zero-auto{
	margin:0 auto !important;
}

.margin-zero{
	margin:0 !important;
}

hr{
	background: #f6f7fb;
	margin: 0;
	height: 2px;
	border: none;
}

.dnd-section {
	position: relative;
/* 	z-index: 1; */
}

.overlay{
	position:relative;
	z-index:1;
}

.overlay:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:rgba(43, 43, 43, 0.4);
	z-index: -1;
}

.no-list-style li:before{
	display:none;
}

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

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

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

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

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

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

.fw-3{
	font-weight:300 !important;
}

.fw-4{
	font-weight:400 !important;
}

.fw-5{
	font-weight:500 !important;
}

.fw-6{
	font-weight:600 !important;
}

.fw-7{
	font-weight:700 !important;
}

.fw-8{
	font-weight:800 !important;
}

.mx-750{
	max-width:750px;
	margin:0 auto;
	float:none;
}

.flex{
	display:flex;
	flex-wrap:wrap;
}

.flex-center{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}

.flex-between-center{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.with-border h1::after,
.with-border h2::after,
.with-border h3::after,
.with-border h4::after,
.with-border h5::after,
.with-border h6::after{
	content: "";
	width: 66px;
	height: 5px;
	background: #a9cd39;
	margin: 14px 0 0;
	display: block;
}

.without-border h1::after,
.without-border h2::after,
.without-border h3::after,
.without-border h4::after,
.without-border h5::after,
.without-border h6::after{
	display: none !important;
}

.with-border-t24 h1::after,
.with-border-t24 h2::after,
.with-border-t24 h3::after,
.with-border-t24 h4::after,
.with-border-t24 h5::after,
.with-border-t24 h6::after{
	content: "";
	width: 66px;
	height: 5px;
	background: #a9cd39;
	margin: 24px 0 0;
	display: block;
}





@media(max-width:767px){
	.with-border-t24 h1::after,
	.with-border-t24 h2::after,
	.with-border-t24 h3::after,
	.with-border-t24 h4::after,
	.with-border-t24 h5::after,
	.with-border-t24 h6::after{
		margin-top:14px;
	}
}





.center-align.with-border-t24 h1::after,
.center-align.with-border-t24 h2::after,
.center-align.with-border-t24 h3::after,
.center-align.with-border-t24 h4::after,
.center-align.with-border-t24 h5::after,
.center-align.with-border-t24 h6::after{
	margin: 24px auto 0;
}

.center-align.with-border h1::after,
.center-align.with-border h2::after,
.center-align.with-border h3::after,
.center-align.with-border h4::after,
.center-align.with-border h5::after,
.center-align.with-border h6::after{
	margin:14px auto 0;
}

.p-21 p{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	text-transform: none;
}

.p-21 p,
.p-21 p a{
	font-size: 21px;
	line-height:1.8;
}

.p-20 p{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	text-transform: none;
	margin: 20px 0 24px;
}

.p-20 p,
.p-20 p a{
	font-size: 20px;
	line-height:1.6;
}

.p-19 p{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 19px;
	line-height:1.6;
	text-transform: none;
}

.p-18 p{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	font-size: 18px;
	line-height:2.1;
	letter-spacing: 0.59px;
	text-transform: none;
}

.p-15 p{
	font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #686868;
	text-transform: none;	
}

.p-15 p,
.p-15 p > a{
	font-size: 15px;
	line-height:21px;
}

.h2-62 h2{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 62px;
	line-height:1.3125;
	text-transform: none;
}

.h2-52 h2{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 52px;
	line-height: 1.3125;
	letter-spacing:-0.94px;
	text-transform: none;
}

.h2-42 h2{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 42px;
	line-height:1.3125;
	text-transform: none;
}

.h2-34 h2{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 34px;
	line-height:1.5;
	letter-spacing: -0.62px;
	text-transform: none;
}

.h2-30 h2{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #555555;
	font-size: 30px;
	line-height:1.4;
	text-transform: none;
}

.h3-34 h3{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 34px;
	line-height:1.447368421;
	text-transform: none;
}

.h3-28 h3{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #343434;
	font-size: 28px;
	line-height:1.3125;
	text-transform: none;
}


@media(min-width:768px) and (max-width:1024px){
	
	.h2-62 h2{
		font-size: 52px;
	}
	
	
	.h2-52 h2{
		font-size: 40px;
	}
	
	
	.h2-42 h2{
		font-size: 42px;
	}
	
	
	.h2-34 h2{
		font-size: 34px;
	}
	
	
	.h2-30 h2{
		font-size: 30px;
	}
	
	
	.h3-34 h3{
		font-size: 28px;
	}
	
	
	.h3-28 h3{
		font-size: 28px;
	}
	
	
	.p-21 p,
	.p-21 p a{
		font-size: 21px;
	}
	
	
	.p-20 p,
	.p-20 p a{
		font-size: 20px;
	}
	
	
	.p-19 p{
		font-size: 19px;
	}
	
	
	.p-18 p{
		font-size: 18px;
	}
	
	
	.p-15 p,
	.p-15 p > a{
		font-size: 15px;
	}
	
}

@media(max-width:767px){
	
	.h2-62 h2{
		font-size: 38px;
	}
	
	
	.h2-52 h2{
		font-size: 40px;
	}
	
	
	.h2-42 h2{
		font-size: 30px;
	}
	
	
	.h2-34 h2{
		font-size: 28px;
	}
	
	
	.h2-30 h2{
		font-size: 30px;
	}
	
	
	.h3-34 h3{
		font-size: 28px;
	}
	
	
	.h3-28 h3{
		font-size: 28px;
	}
	
	
	.p-21 p,
	.p-21 p a{
		font-size: 21px;
	}
	
	
	.p-20 p,
	.p-20 p a{
		font-size: 20px;
	}
	
	
	.p-19 p{
		font-size: 19px;
	}
	
	
	.p-18 p{
		font-size: 18px;
	}
	
	
	.p-15 p,
	.p-15 p > a{
		font-size: 15px;
	}
	
	.left-margin,
	.right-margin{
		margin:0 auto !important;
	}
	.left-align,
	.right-align{
		text-align:center !important;
	}
	.mob-left-align{
		text-align:left !important;
	}
}







form{
	background:rgba(255, 255, 255 , 0.0);
	padding: 0px;
;
	border: 1px none #f6f7fb;
;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

form label{
	font-weight: 500; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
	color: #0090cc;
	font-size: 15px;
	line-height:20px;
	text-transform: none;
}

.form-title{
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #33475b;
	font-size: 28px;
	line-height:34px;
	text-transform: none;
	background:rgba(148, 185, 54 , 0.0);
	padding: 0px;
;
	border: 1px none #94b936;
;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

form input[type=submit],
form .hs-button{
	font-weight: 700; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
	color: #ffffff;
	font-size: 16px;
	line-height:16px;
	text-transform: none;
	background:rgba(236, 0, 140 , 1.0);
	padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
;
	border: 1px none #EC008C;
;
	border-radius:3px;
	width:auto !important;
	display:inline-block;
}

form input[type=submit]:hover,
form .hs-button:hover{
	color:rgba(255, 255, 255 , 1.0);
	background:rgba(236, 0, 140 , 1.0);
	border: 1px none #EC008C;
;
}

.hs-error-msg{
	font-weight: 400; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
	color: #f2545b !important;
	font-size: 12px;
	line-height:18px;
	text-transform: none;
	position:absolute;
	bottom: -20px;
	left:0;
}

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

.hs-message .hs-error-msg{
	bottom:-7px;
}
@media(min-width:767px) and (max-width:1024px){
	.hs-error-msg{
		font-size:9px;
	}
}

@media(max-width:767px){
	.hs-error-msg{
		font-size:10px;
	}
}


ul.no-list.hs-error-msgs.inputs-list{
	margin:0px;
}

form input,
form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea{
	font-weight: 400; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
	color: #686868;
	font-size: 16px;
	line-height:22px;
	text-transform: none;
	background:rgba(255, 255, 255 , 1.0);
	padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
;
	border: 1px solid #cbd6e2;
;
	border-radius:3px;
	height:40px;
	width:100% !important;
}

form textarea{
	min-height:66px;
	height:auto !important;
}

::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
{
	color:rgba(104, 104, 104 , 0.8);
}

form .field.hs-form-field{
	position:relative;
	margin-bottom:12px;
}
form .inputs-list > li{
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
	margin:0 !important;
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}


body .row-fluid form select:focus,
body .row-fluid form textarea.hs-input:focus,
body .row-fluid input.hs-input:focus{
	outline:none !important;
}

body form fieldset{
	max-width:100% !important;
	margin-bottom:15px !important;
}

.hs-form-field input[type=text]{
	width:100% !important;
}

@media(max-width:767px){
	form{
		width:100%;
	}
}




/* Table */

table {
	border: 1px solid #0090cc;
;
	background:rgba(246, 247, 251 , 1.0);
}

/* Table cells */

td,
th {
	border: 1px solid #0090cc;
;
	padding-top: 16px;
padding-right: 30px;
padding-bottom: 16px;
padding-left: 30px;
;
}

/* Table header */

thead th {
	font-weight: 700; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
	background:rgba(0, 144, 204 , 1.0);
}

/* Table footer */

tfoot td {
	background:rgba(246, 247, 251 , 1.0);
	font-weight: 700; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
}







/* Simple Normal CTA */

.cta-container.simple-cta.normal a.cta_button{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #0090cc;
	font-size: 14px;
	line-height:14px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.cta-container.simple-cta.normal a.cta_button:hover{
	color: #115a8c;
}

/* Simple White CTA */

.cta-container.simple-cta.white a.cta_button{
	font-weight: 700; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 19px;
	line-height:34.2px;
	text-transform: uppercase;
}

/* Solid Primary CTA */

.cta-container.solid-cta.primary a.cta_button{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 24px;
	line-height:36px;
	text-transform:capitalize;
	background:rgba(0, 144, 204 , 1.0);
	padding-top: 6px;
padding-right: 18px;
padding-bottom: 6px;
padding-left: 18px;
;
	border: 1px none #0090cc;
;
	border-radius:6px;
	font-family:Verdana;
}
.cta-container.solid-cta.primary a.cta_button:hover{
	color:rgba(255, 255, 255 , 1.0);
	background:rgba(0, 144, 204 , 1.0);
	border: 1px none #0090cc;
;
	border-radius:6px;
}

/* Solid Secondary CTA */

.cta-container.solid-cta.secondary a.cta_button{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 24px;
	line-height:36px;
	text-transform:capitalize;
	background:rgba(148, 185, 54 , 1.0);
	padding-top: 6px;
padding-right: 18px;
padding-bottom: 6px;
padding-left: 18px;
;
	border: 1px none #94b936;
;
	border-radius:6px;
}
.cta-container.solid-cta.secondary a.cta_button:hover{
	color:rgba(255, 255, 255 , 1.0);
	background:rgba(148, 185, 54 , 1.0);
	border: 1px none #94b936;
;
	border-radius:6px;
}

/* Solid Tertiary CTA */

.cta-container.solid-cta.tertiary a.cta_button{
	font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 24px;
	line-height:36px;
	text-transform:capitalize;
	background:rgba(216, 19, 125 , 1.0);
	padding-top: 6px;
padding-right: 18px;
padding-bottom: 6px;
padding-left: 18px;
;
	border: 1px none #D8137D;
;
	border-radius:6px;
}
.cta-container.solid-cta.tertiary a.cta_button:hover{
	color:rgba(255, 255, 255 , 1.0);
	background:rgba(216, 19, 125 , 1.0);
	border: 1px none #D8137D;
;
	border-radius:6px;
}


/* Gradient Primary CTA */


.cta-container.gradient-cta.primary a.cta_button{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 14px;
	line-height:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	background:rgba(124, 210, 242 , 1.0);
	background-image: linear-gradient(to right, rgba(124, 210, 242 , 1.0) 0%, rgba(17, 90, 140 , 1.0) 51%, rgba(124, 210, 242 , 1.0) 100%);
	background-size:200% auto;
	padding-top: 16px;
padding-right: 30px;
padding-bottom: 16px;
padding-left: 30px;
;
	border: 1px none #0090cc;
;
	border-radius:4px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.cta-container.gradient-cta.primary a.cta_button:hover{
	color:#ffffff;
	/* 	background-image: linear-gradient(90deg, rgba(124, 210, 242 , 1.0) 0%, rgba(17, 90, 140 , 1.0) 100%); */
	background-position: right center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

/* Gradient Secondary CTA */

.cta-container.gradient-cta.secondary a.cta_button{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 14px;
	line-height:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	background:rgba(135, 177, 61 , 1.0);
	background-image: linear-gradient(to right, rgba(135, 177, 61 , 1.0) 0%, rgba(66, 147, 33 , 1.0) 51%, rgba(135, 177, 61 , 1.0) 100%);
	background-size:200% auto;
	padding-top: 14px;
padding-right: 30.5px;
padding-bottom: 14px;
padding-left: 30.5px;
;
	border: 1px none #94b936;
;
	border-radius:4px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.cta-container.gradient-cta.secondary a.cta_button:hover{
	color:#ffffff;
	/* 	background-image: linear-gradient(90deg, rgba(135, 177, 61 , 1.0) 0%, rgba(66, 147, 33 , 1.0) 100%); */
	-webkit-transition: all .25s ease;
	background-position: right center;
	transition: all .25s ease;
}

/* Gradient Tertiary CTA */

.cta-container.gradient-cta.tertiary a.cta_button{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 14px;
	line-height:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	background:rgba(216, 19, 125 , 1.0);
	background-image: linear-gradient(90deg, rgba(216, 19, 125 , 1.0) 0%, rgba(109, 29, 67 , 1.0) 51%, rgba(216, 19, 125 , 1.0) 100%);
	background-size:200% auto;
	padding-top: 16px;
padding-right: 30px;
padding-bottom: 16px;
padding-left: 30px;
;
	border: 1px none #D8137D;
;
	border-radius:4px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.cta-container.gradient-cta.tertiary a.cta_button:hover{
	color:#ffffff;
	/* 	background-image: linear-gradient(90deg, rgba(216, 19, 125 , 1.0) 0%, rgba(109, 29, 67 , 1.0) 100%); */
	background-position: right center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}


/* White Primary CTA */

.cta-container.white-cta.primary a.cta_button{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #0090cc;
	font-size: 14px;
	line-height:14px;
	text-transform:uppercase;
	background-image:linear-gradient(to right, #fff 0%, #fff 30%, rgba(124, 210, 242 , 1.0) 60%, rgba(17, 90, 140 , 1.0) 100%);
	background-size:300% auto;
	padding-top: 16px;
padding-right: 30px;
padding-bottom: 16px;
padding-left: 30px;
;
	border: 1px none #0090cc;
;
	border-radius:4px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.cta-container.white-cta.primary a.cta_button:hover{
	color:#ffffff;
	/* 	background-image: linear-gradient(90deg, rgba(17, 90, 140 , 1.0) 0%, rgba(255, 255, 255 , 1.0) 51%, rgba(17, 90, 140 , 1.0) 100%); */
	background-position:right center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}


/* White Scondary CTA */

.cta-container.white-cta.secondary a.cta_button{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #94b936;
	font-size: 14px;
	line-height:14px;
	text-transform:uppercase;
	/* 	background-image:linear-gradient(to right,  0%,  30%, rgba(255, 255, 255 , 1.0) 60%, rgba(66, 147, 33 , 1.0) 100%); */
	background-image:linear-gradient(to right, #fff 0%, #fff 30%, rgba(135, 177, 61 , 1.0) 60%, rgba(66, 147, 33 , 1.0) 100%);
	background-size:300% auto;
	padding-top: 16px;
padding-right: 30px;
padding-bottom: 16px;
padding-left: 30px;
;
	border: 1px none #94b936;
;
	border-radius:4px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.cta-container.white-cta.secondary a.cta_button:hover{
	color:#ffffff;
	/* 	background-image: linear-gradient(90deg, rgba(66, 147, 33 , 1.0) 0%, rgba(255, 255, 255 , 1.0) 51%, rgba(66, 147, 33 , 1.0) 100%); */
	background-position:right center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}


/* White Tertiary CTA */

.cta-container.white-cta.tertiary a.cta_button{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #721B45;
	font-size: 14px;
	line-height:14px;
	text-transform:uppercase;
	/* 	background-image:linear-gradient(to right,  0%,  30%, rgba(255, 255, 255 , 1.0) 60%, rgba(109, 29, 67 , 1.0) 100%); */
	background-image:linear-gradient(to right, #fff 0%, #fff 30%, rgba(216, 19, 125 , 1.0) 60%, rgba(109, 29, 67 , 1.0) 100%);
	background-size:300% auto;
	padding-top: 16px;
padding-right: 30px;
padding-bottom: 16px;
padding-left: 30px;
;
	border: 1px none #D8137D;
;
	border-radius:4px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.cta-container.white-cta.tertiary a.cta_button:hover{
	color:#ffffff;
	/* 	background-image: linear-gradient(90deg, rgba(109, 29, 67 , 1.0) 0%, rgba(255, 255, 255 , 1.0) 51%, rgba(109, 29, 67 , 1.0) 100%); */
	background-position:right center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}


/* Round Primary CTA */

.cta-container.other-cta.round a.cta_button{
	font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 24px;
	line-height:36px;
	text-transform:none;
	background:rgba(0, 144, 204 , 1.0);
	background-image: -webkit-linear-gradient(top, rgba(0, 144, 204 , 1.0), rgba(0, 108, 153 , 1.0)) !important;
	padding-top: 6px;
padding-right: 18px;
padding-bottom: 6px;
padding-left: 18px;
;
	border: 2px solid #004866;
;
	border-radius:999px;
	box-shadow:inset 0px 5px rgba(255, 255, 255, 0.06), inset 0px -25px rgba(0, 0, 0, 0.13), inset 0px 1px rgb(0,180,255) !important;
	-webkit-box-shadow:inset 0px 5px rgba(255, 255, 255, 0.06), inset 0px -25px rgba(0, 0, 0, 0.13), inset 0px 1px rgb(0,180,255) !important;
	text-shadow:0px -1px rgb(0,43,61) !important;
	-webkit-transition: all .125s ease;
	transition: all .125s ease;
}
.cta-container.other-cta.round a.cta_button:hover{
	color:#ffffff;
	background-image:-webkit-linear-gradient(top, rgb(0,158,224), rgb(0,108,153)) !important;
	background-position: right center;
	box-shadow:inset 0px 5px rgba(255, 255, 255, 0.06), inset 0px -25px rgba(0, 0, 0, 0.08), inset 0px 1px rgb(0,194,255), 0px 1px 8px rgba(0, 0, 0, 0.3) !important;
	-webkit-transition: all .125s ease;
	transition: all .125s ease;
}

/* Boxed Primary CTA */

.cta-container.other-cta.boxed a.cta_button{
	font-weight: 700; text-decoration: none; font-family: sans-serif, sans-serif; font-style: normal;
	color: #ffffff;
	font-size: 24px;
	line-height:36px;
	text-transform:none;
	background:rgba(0, 144, 204 , 1.0);
	background-image: -webkit-linear-gradient(top, rgba(0, 144, 204 , 1.0), rgba(0, 108, 153 , 1.0)) !important;
	padding-top: 6px;
padding-right: 18px;
padding-bottom: 6px;
padding-left: 18px;
;
	border-top: 2px solid #004866;
border-right: 2px solid #004866;
border-bottom: 8px solid #004866;
border-left: 2px solid #004866;
;
	border-radius:8px;
	box-shadow:inset 0px 5px rgba(255, 255, 255, 0.06), inset 0px -25px rgba(0, 0, 0, 0.13), inset 0px 1px rgb(0,180,255) !important;
	-webkit-box-shadow:inset 0px 5px rgba(255, 255, 255, 0.06), inset 0px -25px rgba(0, 0, 0, 0.13), inset 0px 1px rgb(0,180,255) !important;
	text-shadow:0px -1px rgb(0,43,61) !important;
	-webkit-transition: all .125s ease;
	transition: all .125s ease;
}
.cta-container.other-cta.boxed a.cta_button:hover{
	color:#ffffff;
	background-image:-webkit-linear-gradient(top, rgb(0,158,224), rgb(0,108,153)) !important;
	background-position: right center;
	box-shadow:inset 0px 5px rgba(255, 255, 255, 0.06), inset 0px -25px rgba(0, 0, 0, 0.08), inset 0px 1px rgb(0,194,255), 0px 1px 8px rgba(0, 0, 0, 0.3) !important;
	-webkit-transition: all .125s ease;
	transition: all .125s ease;
}




/* Equal-height-container */

.equal-height-container > .row-fluid-wrapper > .row-fluid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
body .row-fluid .vertical-center{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-ms-flex-pack: space-between;
	-webkit-justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media(max-width:767px){
	.equal-height-container > .row-fluid-wrapper > .row-fluid {
		display: block;
		display: -webkit-block;
	}
	body .row-fluid .vertical-center{
		display: block;
		display: -webkit-block;
		display: -ms-block ;
	}
}



/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;-
	webkit-box-align:stretch;
	-moz-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	flex-wrap:wrap;
	-wevkit-flex-wrap:wrap;
	flex-direction:row;
	-webkit-flex-direction:row;
	margin-right:0%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-basis:48%;
	-webkit-flex-basis:49.1%;
	float:left;
	margin-right:1.8%;
	margin-top:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
body .row-fluid .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
	margin-right:0;
}
@media(max-width:767px){

	body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
		display:block;
		width:100%;
		margin:20px auto 0;
		float:none
	}

	body .container-fluid .row-fluid .two-col-adjust>span{
		display:block;
		margin-right:0;
	}

}

/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span,
body .row-fluid .three-col-adjust>span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-wevkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin-right: 0%;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
	margin-right:0px;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 31%;
	-webkit-flex-basis: 31%;
	float: left;
	margin-right: 3.5%;
	margin-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	flex-direction: column;
	-webkit-flex-direction: column;
}

@media (max-width:767px){

	body .container-fluid .row-fluid .three-col-adjust>span {
		display: block;
		margin-right: 0;
	}

	body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
		display: block;
		width: 100%;
		margin: 20px auto 0;
		float: none;
	}   

}

/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-wevkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin-right: 0%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 23.1%;
	-webkit-flex-basis: 23.1%;
	float: left;
	margin-right: 2.5%;
	margin-top: 2.43%;
	box-sizing:border-box;
	position:relative;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(4n){
	margin-right:0px;
}

@media(min-width:768px) and (max-width:1024px){
	body .row-fluid .four-col-adjust span>.hs_cos_wrapper{
		flex-basis: 31.5%;
		-webkit-flex-basis: 31.5%;
		margin-right:2.5% !important;
	}
	body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(3n){
		margin-right:0px !important;
	}
}

@media (max-width:767px){

	body .container-fluid .row-fluid .four-col-adjust>span {
		display: block;
		margin-right: 0;
	}

	body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
		display: block;
		width:100%;
		margin-top: 20px;
	}   
}

/*==================================================
Five Col Adjust
==================================================*/

body .row-fluid .five-col-adjust>span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-wevkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 17.5%;
	-webkit-flex-basis: 17.5%;
	float: left;
	margin-right: 2.5%;
	margin-top: 2.43%;
	box-sizing: border-box;
	position: relative;
}

@media (max-width:767px) {
	body .row-fluid .five-col-adjust>span {
		display: block;
		margin-right: 0;
	}
	body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
		display: block;
		flex-basis: 100%;
		width: 100%;
		-webkit-flex-basis: 100%;
		margin: 0;
		margin-top: 30px;
	}
}

/*==================================================
Six Col Adjust
==================================================*/

body .row-fluid .six-col-adjust>span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-wevkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 14%;
	-webkit-flex-basis: 14%;
	float: left;
	margin-right: 2.5%;
	margin-top: 2.43%;
	box-sizing:border-box;
	position:relative;
}

@media (max-width:767px){

	body .row-fluid .six-col-adjust>span {
		display: block;
		margin-right: 0;
	}

	body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
		display: block;
		flex-basis: 100%;
		width:100%;
		-webkit-flex-basis: 100%;
		margin:0;
		margin-top: 30px;
	}
}

.cta-container a.cta_button{
	text-align:center;
}
.cta-container.arrow a.cta_button::after{
	content: "\f178";
	font-family: Font Awesome\ 5 Free;
	margin-left: 15px;
	font-size: 19px;
	font-weight: 600;
	text-decoration:none;
	display:inline-block;
	position:relative;
	top:1px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.cta-container.arrow.white_cta_with_different_hover a.cta_button:after{
	top:2px;
}
.cta-container.simple-cta.normal.arrow a.cta_button:hover::after{
	margin-left:5px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

@media(max-width:1400px){
	.dnd-section > .row-fluid {
		max-width:1200px !important;
	}
}



p > a{
	display:inline;
}


.cta-container.other-cta.arrow.white_cta_with_different_hover a.cta_button{
	font-weight: 700;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-style: normal;
	color: #115a8c !important;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #fff 0%, #fff 30%, rgba(135, 177, 61 , 1.0) 60%, rgba(66, 147, 33 , 1.0) 100%);
	background-size: 300% auto;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	border: 1px none #94b936;
	border-radius: 4px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.cta-container.other-cta.arrow.white_cta_with_different_hover a.cta_button:hover{
	color: #ffffff !important;
	background-position: right center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}


@media(max-width:767px){
	.cta-container.other-cta.arrow.white_cta_with_different_hover a.cta_button{
		font-size:12px;
	}
	.show-br-mob br{
		display:block;
	}
	br{
		display:none;
	}
}

ul.no_marker.text-margin-zero{
	margin: 20px 0 30px !important;
}

ul.no_marker{
	padding-left: 0px;
}	

ul.no_marker li{
	list-style-type:none ;
}

.mg-left--14{
	margin-left:-14px;
}

.mb-30 p{
	margin-bottom:30px;
}

.mt-36 h3{
	margin-top: 36px;
	margin-bottom: 25px;
}
.m-26 h4{
	margin-top: 26px;
	margin-bottom: 26px;
}

@media(max-width: 767px){
	.mg-left--14{
		margin-left:0 ;
	}
}

ul.small li ul{
	padding-left:10px;
}
ul.small li{
	position: relative;
	list-style-type: none;
	margin-top:12px;
}

ul.small li:before {
	content: "";
	position: absolute;
	left: -14px;
	top: 13px;
	width: 2px;
	height: 2px;
	background: #625e5e;
	border-radius: 100%;
}

/************** Custom H3 *************/

.pink h3{
	color:#b0136a;
}

/********** Multi Color Table *************/

.multi-color-table{
	margin-bottom: 30px;
}
.multi-color-table table {
	width: 100%;
	overflow-wrap: break-word;
}
.multi-color-table table,
.multi-color-table th,
.multi-color-table td{
	border: 1px solid #000000;
	border-collapse: collapse;
}

.multi-color-table th:first-child p{
	text-align: left;
}

.multi-color-table th,
.multi-color-table td{
	padding: 7px;
}

.multi-color-table th p,
.multi-color-table td p{
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-variant: normal;
  white-space: pre-wrap;
	font-size: 16px;
	line-height: 1.8;
	margin:30px 0;
}
.multi-color-table th:first-child {
  background-color: #C0DC9C;
	width: 160px;
}
.multi-color-table th:nth-child(2) {
  background-color: #D6D6D6;
	width: 325px;
}
.multi-color-table th:last-child {
  background-color: #A8D5FA;
	width: 313px;
}
.multi-color-table td:first-child {
  background-color: #D0EEAD;
	width: 160px;
}
.multi-color-table td:nth-child(2) {
  background-color: #EBEBEB;
	width: 325px;
}
.multi-color-table td:last-child {
  background-color: #C2EAFF;
	width: 313px;
}

@media (max-width: 767px){
	.multi-color-table table {
			display: block;
/* 			overflow-x: auto; */
			padding: 0;
			white-space: nowrap;
			width: 116%;
	}
	.multi-color-table table td{
		width: 33.33%;
	}
	.multi-color-table{
		overflow-x: auto;
	}
}

/*************** Jenkins Table ******************/

.jenkins-table table{
  margin-bottom: 30px;
}

.jenkins-table table th{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #0090CC;
	color: white;
}
.jenkins-table table,
.jenkins-table th,
.jenkins-table td{
  border: 1px solid #ddd;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
}

.jenkins-table th,
.jenkins-table td{
  padding: 8px;
  vertical-align: middle;
}

.jenkins-table td{
	color: #686868;
	font-size: 15px;
	line-height: 21px;
}
.jenkins-table td a{
  font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	display: inline-block;
}
.jenkins-table td strong a{
	font-weight: bold;
}

.jenkins-table tr:nth-child(even){
	background: #ffffff;
}

.jenkins-table tr:nth-child(odd){
	background: #f2f2f2;
}

@media (max-width: 840px){
	.jenkins-table table {
			display: block;
			padding: 0;
			white-space: nowrap;
			width: 100%;
	}
	.jenkins-table table td{
		width: 33.33%;
	}
	.jenkins-table{
		overflow-x: auto;
	}
}


/******************* Separator *****************/

.hr-separator{
	padding: 21px 0;
}

.hr-separator hr{
	border-top: 1px solid #666;
}

/*=================================================
            Form Styling for Blog Post 
=================================================*/

.body-container--blog-post .blog-post__body form label{
	color:#0090cc;
	font-weight: 500;
}
.body-container--blog-post .blog-post__body form .hs-form-required{
	color: #ff0000;
}
.body-container--blog-post .blog-post__body form  .hs-input:not([type=file]) {
    background-color: #f5f8fa;
}
.body-container--blog-post .blog-post__body form .form-columns-2 .input,
.body-container--blog-post .blog-post__body form .form-columns-1 .input{
	margin-right: 0px;
}


@media(min-width: 401px){
.body-container--blog-post .blog-post__body form .form-columns-2 .hs_firstname .input{
	margin-right: 17.5px;
}
.body-container--blog-post .blog-post__body form .form-columns-2 .hs_lastname .input,
.body-container--blog-post .blog-post__body form .form-columns-2 .hs_lastname label{
	margin-left: 17.5px;
}
}


/* 	.selected {
			background: #E9D2FD;
		} */
/* button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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


.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
} */
/* Fields */

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

/* Labels */

/* form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
} */

/* Form Title */
/* .form-title {
  margin-bottom: 0;
} */

/* Help text */

/* form legend {
  font-size: 0.875rem;
} */

/* Inputs */

/* form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
} */

/* form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
} */

/* Inputs - date picker */

/* .hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
} */

/* Inputs - file picker */

/* form input[type=file] {
  background-color: transparent;
  border: 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;
} */

/* GDPR */

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

/* Validation */

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

.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 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
} */

/* Captcha */

/* .grecaptcha-badge {
  margin: 0 auto;
}
 */
/* 
  
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }
 */
/* Table */

table {
	border-collapse: collapse;
	margin-bottom: 1.4rem;
	overflow-wrap: break-word;
}

/* Table cells */

td,
th {
	vertical-align: top;
}

/* Table header */

thead th {
	vertical-align: bottom;
}


.table table{
	border: none;
	background: transparent;
}
.table table td{
	padding: 10px 20px;
	vertical-align: middle;
	border: none;
	border-right: 1px solid #d3d8eb;
}
.table table td:last-child{
	border:none;
}
.table table td p{
	margin:0;
}

/*  Blog Tables       jira_even_odd_table       */

.body-container--blog-post div.jira_even_odd_table table{
	border: none;
	background: none;
	border-collapse: collapse;
	margin: 21px auto;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}
.body-container--blog-post div.jira_even_odd_table th:first-child,
.body-container--blog-post div.jira_even_odd_table tbody td:first-child{
	border: 0 !important;
}
.body-container--blog-post div.jira_even_odd_table th {
	background: #f6f7fb;
	color: #343434;
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
	border-left: 1px solid #d3d8eb !important;
	vertical-align: middle;
}
.body-container--blog-post div.jira_even_odd_table th, td {
	border:none;
	padding: 10px 20px;
}
.body-container--blog-post div.jira_even_odd_table tbody td {
	border-left: 1px solid #d3d8eb !important;
	font-weight: 500;
	color: #686868;
	vertical-align: middle;
}
.body-container--blog-post div.jira_even_odd_table td {
	font-size: 15px;
	line-height: 21px;
}
.body-container--blog-post div.jira_even_odd_table tbody tr:nth-child(even) {
	background: #f6f7fb;
}
.body-container--blog-post div.jira_even_odd_table,
.body-container--blog-post .feature_table,
.body-container--blog-post .two_column_table,
.body-container--blog-post .feature_table_2{
	overflow-x: auto;
	margin-bottom: 40px;
}

/* feature_table */

.body-container--blog-post .feature_table table,
.body-container--blog-post .feature_table_2 table{
	border: none; 
	border-collapse: collapse;
	width: 100%;
}
.body-container--blog-post .feature_table td,
.body-container--blog-post .feature_table_2 td{
	border: 1px solid #000000;
	vertical-align: top;
	padding: 7px 7px 7px 7px;
	text-align: center;
}
.body-container--blog-post .feature_table td:first-child,
.body-container--blog-post .feature_table_2 td:first-child{
	text-align: left;
}
.body-container--blog-post .feature_table tr:first-child,
.body-container--blog-post .feature_table_2 tr:first-child{
	background-color: #cfe2f3 !important;
}
.body-container--blog-post .feature_table tr:first-child p,
.body-container--blog-post .feature_table_2 tr:first-child p{
	font-weight: 700;
}
.body-container--blog-post .feature_table tr:nth-child(even),
.body-container--blog-post .feature_table_2 tr:nth-child(even){
	background-color: #f6f7fb;
}
.body-container--blog-post .feature_table tr:nth-child(odd),
.body-container--blog-post .feature_table_2 tr:nth-child(odd){
	background: #fff;
}
.body-container--blog-post .feature_table td:first-child p,
.body-container--blog-post .feature_table_2 td:first-child p{
	justify-content: start;
}
.body-container--blog-post .feature_table td p,
.body-container--blog-post .feature_table_2 td p{
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-family: Oxygen,sans-serif;
	color: #000000;
	font-size: 14.67px;
	font-variant: normal;
	white-space: pre-wrap;
	line-height: 1.2;
	margin-bottom: 0;
	min-height: 80px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}
.body-container--blog-post .feature_table td p a,
.body-container--blog-post .feature_table_2 td p a{
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-family: Oxygen,sans-serif;
	color: #1155cc;
	font-size: 14.67px;
	font-variant: normal;
	white-space: pre-wrap;
	line-height: 31px;
}
.body-container--blog-post p.key_container{
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-family: Oxygen,sans-serif;
	color: #000000;
	font-size: 14.67px;
	font-variant: normal;
	white-space: pre-wrap;
	line-height: 1.2;
	margin-top: 30px;
	text-align: right;
	min-width: 300px;
}
.body-container--blog-post .feature_table div.list-style ul,
.body-container--blog-post .feature_table_2 div.list-style ul{
	list-style: none;
}
.body-container--blog-post .feature_table div.list-style ul p,
.body-container--blog-post .feature_table_2 div.list-style ul p{
	min-height: auto;
}
.body-container--blog-post .feature_table div.list-style ul li,
.body-container--blog-post .feature_table_2 div.list-style ul li{
	margin-bottom: 15px;
}
@media(max-width: 767px){
	.body-container--blog-post .feature_table td p,
	.body-container--blog-post .feature_table_2 td p{
		min-height: 40px;
		min-width: 120px;
	}
}

/* two_column_table */

.body-container--blog-post .two_column_table table{
	border: none;
	border-collapse: collapse;
	width: 100%
}
.body-container--blog-post .two_column_table td{
	border: 1px solid rgb(0, 0, 0);
	vertical-align: top;
	padding: 7px;
	text-align: left; 
	min-width: 598px;
}

.body-container--blog-post .two_column_table tr:first-child{
	background-color: rgb(207, 226, 243) !important;
}
.body-container--blog-post .two_column_table td:first-child{
	min-width: 148px;
} 
.body-container--blog-post .two_column_table td p{
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-family: Oxygen,sans-serif;
	color: #000000;
	font-size: 14.67px;
	font-variant: normal;
	white-space: pre-wrap;
	line-height: 31px;
	margin: 20px 0 30px;
}
.body-container--blog-post .two_column_table td p a{
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-family: Oxygen,sans-serif;
	color: #1155cc;
	font-size: 14.67px;
	font-variant: normal;
	white-space: pre-wrap;
	line-height: 31px;
}
.body-container--blog-post .two_column_table tr:first-child p{
	font-weight: 700;
}
.body-container--blog-post .two_column_table tr:nth-child(even) {
	background: #f6f7fb;
}
.body-container--blog-post .two_column_table tr:nth-child(odd) {
	background: #fff;
}
.body-container--blog-post .two_column_table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media(max-width: 767px){
	.body-container--blog-post .two_column_table td p,
	.body-container--blog-post .two_column_table td p a{
		line-height: normal;
		margin: 10px 0;
	}
	.body-container--blog-post .two_column_table td{
		min-width: 400px;
	}
	.body-container--blog-post .two_column_table tr td:first-child{
		min-width: 150px !important;
	}
}

.body-container--blog-post .three_col_table table{
	border-collapse: collapse;
	border: none;
	width: 700px;
}
.body-container--blog-post .three_col_table td p{
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	font-family: "Calibri",sans-serif;
	color: #000;
	margin: 12px 0;
}
.body-container--blog-post .three_col_table td p a{
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	font-family: "Calibri",sans-serif;
}
.body-container--blog-post .three_col_table td{
	padding: 7px;
	background-color: #efefef;
	border: 3px solid black;
}
.body-container--blog-post .three_col_table tr:first-child td{
	background-color: #017ebd !important;
	text-align: center;
}
.body-container--blog-post .three_col_table tr:first-child td p{
	color: #ffffff;
}
.body-container--blog-post .three_col_table tr td:first-child{
	background-color: #c1dd9d;
	text-align: center;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

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

.header__row-1 {
	padding-top: 1rem;
}

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

@media (max-width: 1150px) and (min-width: 767px) {
	.header__column {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.header__container {
		flex-direction: column;
		padding: 1rem 0 0;
	}

	.header__column {
		position: relative;
	}

	.header__row-1 {
		padding-top: 0;
	}

	.header__row-2 {
		justify-content: center;
		padding: 1.05rem;
	}
}

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
	align-items: center;
	display: flex;
	height: auto;
	margin-right: auto;
	max-width: 300px;
	margin-left: 0px;
}
.header__logo a{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.header__logo a:hover,
.header__logo a:focus{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
@media (max-width: 767px) {
	.header__logo {
		margin: 0 auto;
		width: 100%;
	}
}

.header__logo img {
	max-width: 100%;
}

.header__logo .logo-company-name {
	font-size: 1.167rem;
	margin-top: 0.7rem;
}

.header__logo--main {
	padding-top: 1rem;
}

/* Search bar */

.header__search {
	padding: 0 1rem;
	width: auto;
}



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

.header__search .hs-search-field__label {
	flex-basis: auto;
}



.header__search .hs-search-field__input {
	
	height: 45px;
	padding: 0 0.7rem;
}



.header__search .hs-search-field__button {
	padding: 0;
	fill: #000;
	background-color: transparent;
	border: none;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.header__search .hs-search-field__button svg {
	height: 25px;
}


.header__search .hs-search-field--open .hs-search-field__input {
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
	background-color: #FFF;
	border: 2px solid #D1D6DC;
	border-radius: 0 0 6px 6px;
	border-top-width: 1px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.header__search .hs-search-field__suggestions li {
	border-top: 1px solid #D1D6DC;
	font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
	color: #494A52;
	padding: 0.35rem 0.7rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
	display: none;
}

@media (min-width: 767px) {
	.header__search form {
		align-items: center;
		display: flex;
		flex-direction: row;
	}

	.header__search label {
		margin: 0 1rem 0 0;
	}

	.header__search .hs-search-field__input {
		width: auto;
	}
}

@media (max-width: 767px) {
	.header__search {
		border-top: 2px solid #CED4DB;
		order: 1;
		padding: 1.05rem;
	}
}

/* Language switcher */

.header__language-switcher {
	cursor: pointer;
	padding-right: 1.4rem;
}

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

.header__language-switcher .lang_list_class {
	border: 2px solid;
	border-radius: 3px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
	display: block;
	left: calc(100% - 24px);
	opacity: 0;
	min-width: 100px;
	padding-top: 0;
	text-align: left;
	top: 100%;
	transition: opacity 0.3s;
	visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
	opacity: 1;
	transition: opacity 0.3s;
	visibility: visible;
}

.header__language-switcher .lang_list_class:before {
	left: 70%;
	top: -25px;
}

.header__language-switcher .lang_list_class:after {
	left: 70%;
	top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
	top: -22px;
	transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
	border: none;
	font-size: 18px;
	padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
	border-radius: 6px 6px 0 0;
	border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}

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

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

.header__language-switcher--label-current {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	margin-bottom: 0.175rem;
	margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #494A52;
	content: "";
	display: block;
	height: 0px;
	margin-left: 0.7rem;
	margin-top: 0.175rem;
	width: 0px;
}

@media (max-width: 767px) {
	.header__language-switcher {
		border-top: 2px solid #CED4DB;
		padding-left: 1.05rem;
		padding-right: 0;
	}

	.header__language-switcher .lang_list_class {
		border: none;
		box-shadow: unset;
		display: block;
		left: 30px;
		opacity: 1;
		padding: 0 1.05rem;
		top: 0;
		visibility: visible;
	}

	.header__language-switcher .lang_list_class li {
		background-color: inherit;
		font-size: 0.917rem;
	}

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

	.header__language-switcher .globe_class {
		background-image: none;
	}

	.header__language-switcher .lang_list_class li:hover{
		background-color: inherit;
	}

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

/* Navigation */

#nav-toggle {
	display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
	.header__navigation,
	.header__search,
	.header__language-switcher {
		display: none;
		width: 100%;
	}

	.header__navigation.open,
	.header__search.open,
	.header__language-switcher.open {
		background-color: #F8FAFC;
		display: block;
		left: 0;
		min-height: calc(100vh - 115px);
		position: absolute;
		right: 0;
		top: 75px;
		z-index: 2;
	}

	.header__navigation--toggle,
	.header__search--toggle,
	.header__language-switcher--toggle,
	.header__close--toggle {
		cursor: pointer;
		margin: 0 5vw;
		position: relative;
	}

	.header__navigation--toggle.hide,
	.header__search--toggle.hide,
	.header__language-switcher--toggle.hide {
		display: none;
	}

	.header__navigation--toggle.open,
	.header__search--toggle.open,
	.header__language-switcher--toggle.open {
		display: block;
		margin-left: 0;
		margin-right: auto;
	}

	.header__navigation--toggle:after,
	.header__search--toggle:after,
	.header__language-switcher--toggle:after {
		display: none;
		font-size: 1.083rem;
		font-weight: 600;
		position: absolute;
		left: 40px;
		text-transform: uppercase;
		top: -10px;
	}

	.header__navigation--toggle.open:after,
	.header__search--toggle.open:after,
	.header__language-switcher--toggle.open:after {
		display: block;
		word-break: normal;
	}

	.header__navigation--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
		background-size: cover;
		height: 25px;
		width: 25px;
	}

	.header__navigation--toggle:after {
		content: "Menu";
	}

	.header__language-switcher--toggle {
		background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
		background-size: cover;
		height: 25px;
		width: 25px;
	}

	.header__language-switcher--toggle:after {
		content: "Language";
	}

	.header__search--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
		background-size: cover;
		height: 25px;
		width: 25px;
	}

	.header__search--toggle:after {
		content: "Search";
	}

	.header__close--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
		background-repeat: no-repeat;
		background-size: 110%;
		display: none;
		height: 25px;
		margin-right: 0;
		width: 25px;
	}

	.header__close--toggle.show {
		display: block;
	}
}


.header .hs-menu-wrapper ul:hover li.hs-item-has-children a {
	opacity: 0.5;
}
.header .hs-menu-wrapper ul:hover li.hs-item-has-children:hover a {
	opacity: 1;
}
.header .hs-menu-wrapper ul li.hs-item-has-children a:hover {
	color:#115a8c;
}

/* Header search */
.header .header_search_mobile{
	display:none;
}
.header div#myOverlay {
	opacity: 0;
	width: 0;
	height: 0;
}
.header #myOverlay.overlay-header.open-popup {
	opacity: 1;
	width: auto;
	height: auto;
}
#myOverlay.open-popup {
	top: 0px;
	bottom: 0px;
	background: #ffffff;
	pointer-events: auto;
	opacity: 1;
	transition: all .5s ease-in-out;
	z-index: 3;
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#myOverlay .closebtn {
	width: 100%;
	max-width: max-content; 
	position: absolute;
	right: 22px;
	top: 12px;
	z-index: 11;
	cursor: pointer;
	padding: 12px;
	text-align: center;
}
.popup-overlay .text-container {
	margin: 0 auto;
	float: none;
	position: relative;
	top: 35%;
	z-index: 1;
	max-width: 728px;
}
.popup-overlay .text-container button.hs-search-field__button.hs-search-field__button--labelled {
	position: absolute;
	left: 0;
	right: 0;
	cursor:pointer;
	top: 135px;
	background: #87b13d;
	background-image: linear-gradient(90deg,#87b13d 0,#429321 51%,#87b13d);
	background-size: 200% auto;
	border: 1px #94b936;
	border-radius: 4px;
	color: #fff;
	font-family: Montserrat,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 14px;
	padding: 14px 30.5px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	width: 100%;
	max-width: max-content;
	text-align: center;
	margin: 0 auto;
}
.popup-overlay .text-container button.hs-search-field__button.hs-search-field__button--labelled:hover{
	background-position: 100%;
	color: #fff;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.popup-overlay .text-container form input:focus-visible{
	outline:none;
}
.header__logo--main{
	padding:0;
}
.header__column.span9{
	overflow:visible !important;
}
.popup-overlay .text-container form .hs-search-field__input {
	color: #44535f;
	font-family: "Montserrat", sans-serif;
	font-size: 3.5em;
	font-weight: 500;
	text-align: center;
	background: none;
	border: none;
	border-bottom: 2px solid #d9dee4;
	margin: 0;
	display: block;
	transition: all .25s ease;
	padding-bottom: 18px;
	border-radius: 0;
	height: auto;
	width:100%;
}
.popup-overlay .text-container form .hs-search-field__input:focus{
	border-color: #D8137D;
}
.header .search_button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 5px 8px;
	cursor: pointer;
	position:relative;
}
.header__logo .hs_cos_wrapper_type_logo img {
	min-height: 31px !important;
}
.header.white_header{
	border-bottom: 3px solid transparent;
	background:transparent;
}
header.header.white_header.sticky{
	border-bottom: 3px solid #e5e4e4;
}
.header {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	padding-top: 15px;
padding-right: 0px;
padding-bottom: 19px;
padding-left: 0px;
;
	background: rgba(255, 255, 255, 1.0);
	z-index:9;
	border-bottom: 3px solid #e5e4e4;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.header .hs-menu-wrapper ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.header li.hs-menu-item {
	display: inline-block;
}

.header__column .row_fluid {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 23px;
}
.header__container .row-fluid {
	align-items: center;
}
header.header.white_header .hs-menu-wrapper.flyouts .hs-menu-item a{
	color:#ffffff;
}
header.header.white_header .search_button svg path {
	fill: #ffffff !important;
}
body.sticky_header header.header.white_header .search_button svg path{
	fill:#0087b8 !important;
}
body.sticky_header header.header.white_header .hs-menu-wrapper.flyouts .hs-menu-item a{
	color : #343434;
}
body.sticky_header header.header.white_header .hs-menu-wrapper.flyouts .hs-menu-item li.hs-menu-item a{
	color:#115a8c;
}
header .hs-menu-wrapper.flyouts .hs-menu-item a{
	color: #343434;font-size: 18px;font-weight: 500; font-family: Montserrat, sans-serif;;
	line-height:21px;
	letter-spacing:-0.39px;
	text-transform:none;
}
header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item a{
	color: #115a8c;font-size: 17px;font-weight: 500; font-family: Montserrat, sans-serif;;
	line-height:21px;
	text-transform:none;
}
header .hs-menu-wrapper.flyouts .hs-item-has-children ul.hs-menu-children-wrapper {
	min-width: 250px;
	background:  rgba(246, 247, 251, 1.0);
	padding-top: 13px;
padding-right: 30px;
padding-bottom: 20px;
padding-left: 30px;
;
	box-shadow: 0 14px 14px rgba(0, 0, 0, 0.1);
	border-radius: 0 6px 6px;
	margin: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
	overflow: hidden;
	left:13px;
	top:118%;
	opacity:0;
	box-sizing: content-box;
}
header .hs-menu-wrapper.flyouts .hs-item-has-children:hover ul.hs-menu-children-wrapper{
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index:9999;
	left:13px !important;
	top:118% !important;
}
header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item:first-child{
	border:none;
}
header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item {
	display: block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border-top: 2px solid #e5e4e4;
	padding: 20px 0;
}
.header li.hs-menu-item.hs-menu-depth-1 a{
	padding: 12px 0 8px;
	position:relative;
}
.header .search_button:before,
.header li.hs-menu-item.hs-menu-depth-1 a:before {
	content: "";
	position: absolute;
	left: -2px;
	bottom: -7px;
	width: 0;
	height: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#87b13d), color-stop(51%, #429321), to(#87b13d));
	background: linear-gradient(to right, #87b13d 0%, #429321 51%, #87b13d 100%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.header .search_button:hover:before,
.header li.hs-menu-item.hs-menu-depth-1:hover a:before {
	width: 100%;
}
header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item a{
	padding:10px 0;
}
.header li.hs-menu-item.hs-menu-depth-1:hover ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:before {
	width: 0;
}
.header li.hs-menu-item.hs-menu-depth-1:hover ul.nav__list li.nav__item a:before {
	width: 0;
}
.header .nav__list .nav__mega .container .row-fluid {
	align-items: start;
	gap: 40px;
}
header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item ul li.hs-menu-item.hs-menu-depth-2 {
	border: none;
	padding:0;
}
header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item ul li.hs-menu-item.hs-menu-depth-2 a{
	padding: 5px 0;
	color: #115a8c;font-size: 15px;font-weight: 500; font-family: Montserrat, sans-serif;;
	line-height:21px;
	text-transform:none;
}
/*  Sticky Header */

header.header.sticky {
	position: fixed;
	left: 0;
	right: 0;
	padding-top: 10px;
padding-right: 0px;
padding-bottom: 13px;
padding-left: 0px;
;
	background: rgba(255, 255, 255, 1.0);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

header.header .header_sticky_logo_box {
	display: none;
	transition:all 0.2s ease-in-out;
}
header.header.sticky .header_sticky_logo_box {
	display: block;
	transition:all 0.2s ease-in-out;
}
header.header .header_logo_box {
	display: block;
	transition:all 0.2s ease-in-out;
}
header.header.sticky .header_logo_box {
	display: none;
	transition:all 0.2s ease-in-out;
}
.child-trigger {
	display: none;
}
header .desktop_nevigation{
	display:none;
}
header .haburger_nevigation{
	display:none;
}
.popup-overlay .text-container form .hs-search-field__input::placeholder{
	color:#d9dee4;
	font-size:56px;
	font-weight: 500;
	text-align: center;
}
.popup-overlay .text-container form .hs-search-field__input::placeholder{
	color:#d9dee4;
	font-size:56px;
	font-weight: 500;
	text-align: center;
}
header a.cta_button{
	padding: 16px 15px !important;
}
header .hs-menu-wrapper.flyouts .hs-menu-item{
	padding: 0 12.5px;
}
header .hs-menu-wrapper.flyouts .hs-menu-item:last-child{
	padding-right:0;
}
header ul.nav__list li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
	padding-right: 0px;
}
header ul.nav__list li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {
	box-shadow: none;
	padding: 0;
}
header ul.nav__list li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li{
	display:block;
}
header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper:hover{
	left: 0;
	opacity: 1;
	top: 100%;
}
header .hs-menu-wrapper.flyouts .hs-item-has-children li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
	padding-right: 0;
	display: block;
}
header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item ul {
	padding-top: 5px;
}
header  .sub_menu_conta .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > a {
	padding: 5px 0px !important;
}
.header__logo a{
	display: flex;
}
@media(max-width:1199px) and (min-width:1025px){
	header .hs-menu-wrapper.flyouts .hs-menu-item{
		padding:0 6px;
	}

	.header{
		padding-bottom:12px;
	}
	header.header.sticky{
		padding-bottom:6px;
	}
	.header__logo .hs_cos_wrapper_type_logo img{
		min-height:24px !important;
	}
	.header__logo{
		max-width:183px;
	}
	.header__column .row_fluid{
		gap:13px;
	}
}
@media(max-width:1024px){
	/* Hamburger	 */
	.header__logo .hs_cos_wrapper_type_logo img{
		min-height:24px !important;
	}
	.header .search_button:hover:before, 
	.header li.hs-menu-item.hs-menu-depth-1:hover a:before{
		bottom:0px;
	}
	body.mobile-open .header{
		overflow:auto;
		height:100vh;
		background: #f6f7fb;
	}
	.header .header_menu .hs-menu-wrapper.flyouts .hs-item-has-children.list-back ul.hs-menu-children-wrapper {
		opacity: 1;
	}
	.header .hs-menu-wrapper ul:hover li.hs-item-has-children .hs-menu-depth-2 a {
		opacity: 1;
	}
	.header__logo{
		max-width:183px;
	}
	header .desktop_nevigation{
		display:none !important;
	}
	header .haburger_nevigation{
		display:block;
		padding-right:30px;
	}
	.header .mobile-trigger i {
		height: 2px;
		position: relative;
		display: block;
		background: #429321;
		width: 18px;
		transition: all .2s linear;
	}
	.header .mobile-trigger i::before {
		height: 2px;
		position: absolute;
		display: block;
		background: #429321;
		width: 18px;
		content: '';
		top: -7px;
		transition: all .2s linear;
	}
	body.mobile-open header.header.white_header .header_sticky_logo_box {
		display: block;
	}
	body.mobile-open header.header.white_header .header_logo_box {
		display: none;
	}
	.header .mobile-trigger i::after {
		height: 2px;
		position: absolute;
		display: block;
		background: #429321;
		width: 18px;
		content: '';
		top: 7px;
		transition: all .2s linear;
	}
	header.header.white_header .hs-menu-wrapper.flyouts .hs-menu-item a {
		color : #343434;
	}
	body.mobile-open .mobile-trigger i::after {
		transform: rotate(-136deg);
		top: 0px;
		width: 24px;
		transition: all .2s linear;
	}
	body.mobile-open .mobile-trigger i::before {
		transform: rotate(136deg);
		top: 0px;
		width: 24px;
		transition: all .2s linear;
	}
	body.mobile-open .mobile-trigger i {
		background: 0;
		transition: all .2s linear;
	}
	.header .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;
	}
	.header .mobile-trigger {
		padding: 11px 10px;
		cursor: pointer;
	}
	.header .header__container .row-fluid{
		display:block;
	}
	.header__logo.header__logo--main.span3{
		width:100%;
	}
	.header .header__column.span9{
		width:100%;
		display:none !important;
		opacity:0;
	}
	.header .header_menu .hs-menu-wrapper.flyouts .hs-item-has-children {
		display: block;
		overflow: hidden;
	}
	.header .header_menu li.hs-menu-item {
		display: block;
	}
	.header .header__column .row_fluid{
		display: block;
	}
	.header .header__logo{
		align-items: center;
		text-align: left;
		display: flex;
		padding: 0;
		margin: 0;
		max-width: 100%;
		width:100%;
		justify-content: space-between;
	}
	.header .header__logo a{
		display:flex;
	}	
	.header .header_logo_box,
	.header .header__logo .header_sticky_logo_box{
		max-width:200px;
	}
	.header .header_search{
		display:none;
	}
	.header .header_search_mobile{
		display:block;
	}
	.header .child-trigger {
		display: block;
	}
	header .hs-menu-wrapper.flyouts .hs-item-has-children{
		padding-right:0;
	}
	.header li.hs-menu-item {
		display: block;
		padding: 30px 0px;
		color: #343434;
		letter-spacing: -.39px;
		position: relative;
	}
	.header .child-trigger {
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 28px 36px;
		border: 0;
		background: #f2f4f9;
		cursor:pointer;
	}
	header .hs-menu-wrapper.flyouts .hs-item-has-children ul.hs-menu-children-wrapper {
		min-width: 0;
		padding-top: 0;
		padding-right: 25px;
		background:#ffffff;
		padding-bottom: 10px;
		padding-left: 25px;
		box-shadow: none;
		border-radius: 0;
		margin: 0;
		left:0;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
/* 		opacity:1; */
	}
	.child-trigger.child-open < li {
		background-color: #ffffff;
	}
	.header.white_header .header__logo.header__logo--main.span3 {
		background: transparent;
	}
	body.mobile-open .header.white_header .header__logo.header__logo--main.span3 {
		background: #ffffff;
	}
	body.mobile-open .header .header__column.span9 {
		padding-bottom:50px;
		overflow:visible !important;
		transition: all 0.2s ease-in-out;
		opacity:1;
		display:block !important;
	}
	header.header.sticky.header .header__column.span9 {
		background: transparent;
	}
	.header,
	header.header.sticky{
		padding:0;
	}
	body.mobile-open header.header.sticky.header{
		padding:0;
		top: 0;
		bottom: 0;
		overflow:auto;
	}
	.header__logo.header__logo--main.span3{
		padding:23px 15px 23px 26px;
		background:#ffffff;
	}
	.header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
		display: block !important;
		left: 0;
		padding:10px 0px 0;
		opacity: 1;
	}
	header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item li.hs-menu-item.hs-menu-depth-3 {
		border: none;
		padding:8px 0;
	}
	header .hs-menu-wrapper.flyouts .hs-menu-item a{
		display:block;
	}
	.header_search_mobile #hs_cos_wrapper_search_mobile .hs-search-field__bar>form>.hs-search-field__input {
		background-color: #fff;
		padding: 10px 15px;
		position:relative;
		z-index:999;
	}
	.header_search_mobile #hs_cos_wrapper_search_mobile .hs-search-field__bar>form{
		border: 1px solid #e5e4e4;
	}
	.header_search_mobile .hs-search-field__input:focus {
		outline-style: none;
	}
	.header_search_mobile button.hs-search-field__button {
		width: 45px;
		cursor: pointer;
	}
	.header_search_mobile button.hs-search-field__button svg{
		height:18px;
	}
	.header .child-trigger i.fa-solid.fa-caret-down {
		color: #87B13D;
		font-size: 14px;
		line-height: normal;
	}
	header.header .header__column.span9 .header_search_mobile {
		padding: 20px 15px;
	}
	header.header .header__column.span9 .header_button {
		padding: 0 25px 50px;
		margin-top:2px;
	}
	.header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
		border-bottom: 2px solid #e5e4e4;
		padding: 0;
	}
	.header li.hs-menu-item.hs-menu-depth-1 a {
		padding: 28px 25px;
		position: relative;
	}
	header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item{
		padding:20px 0;
	}
	header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item li.hs-menu-item a{
		line-height: 21px;
		font-size:15px;
	}
	.header li.hs-menu-item{
		padding:0;
	}
	.header_button a.cta_button {
		display: block;
		text-align: center;
	}

	.header__container.content-wrapper{
		padding:0;
	}
	.header__logo .hs_cos_wrapper_type_logo img {
		height: 24px !important;
		max-width:183px;
	}
	body.mobile-open {
		position: fixed;
	}
	header.header.white_header .mobile-trigger i::before,
	header.header.white_header .mobile-trigger i::after,
	header.header.white_header .mobile-trigger i{
		background:#ffffff;
	}
	body.mobile-open header.header.white_header .mobile-trigger i::before,
	body.mobile-open header.header.white_header .mobile-trigger i::after{
		background:#429321;
	}
	header.header.white_header.sticky .mobile-trigger i::before,
	header.header.white_header.sticky .mobile-trigger i::after,
	header.header.white_header.sticky .mobile-trigger i{
		background:#429321;
	}
	.child-trigger i.fa-solid.fa-caret-down {
		-webkit-transition: -webkit-transform .125s ease-in-out;
		transition: -webkit-transform .125s ease-in-out;
		transition: transform .125s ease-in-out;
		transition: transform .125s ease-in-out, -webkit-transform .125s ease-in-out;
	}
	.child-trigger.child-open i.fa-solid.fa-caret-down {
		transform: rotate(180deg);
	}
	header .hs-menu-wrapper.flyouts .hs-item-has-children:hover ul.hs-menu-children-wrapper{
		left:0 !important;
	}
	header a.cta_button {
		padding: 23px 15px !important;
	}
	li.list-back {
		background-color: #ffffff;
	}
	header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item a{
		line-height: 21px;
		font-size: 15px;
		padding:0px;
	}
	header .hs-menu-wrapper.flyouts .hs-menu-item:last-child{
		padding-left:0px;
	}
	header .hs-menu-wrapper.flyouts .hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item ul{
		padding-top:15px;
	}
	header.header.simple_header .header__column.span9 .header_button {
		margin-top: 30px;
	}
	.header li.hs-menu-item.hs-menu-depth-1:last-child{
		border-color:transparent;
	}
	header.header.simple_header .hs-menu-wrapper.hs-menu-flow-horizontal ul{
		padding-right:20px;
	}
}



form.hs-search-field__form{
	display:none;
}
.open-popup form.hs-search-field__form{
	display:block;
}
#myOverlay .closebtn{
	display:none;
}
.open-popup#myOverlay .closebtn{
	display:block;
}


@media(max-width:1024px){
	header .hs-menu-wrapper.flyouts .hs-item-has-children ul.hs-menu-children-wrapper{
		display:none;
	}
	.header.white_header{
		height:0vh;
		transition:all .4s linear;
	}
	body.mobile-open .header{
		overflow-y:scroll;
	}
	body form.hs-search-field__form{
		display:flex;
	}
	body header.header.sticky{
		height: initial;
		transition: all .4s linear;
	}
	header .hs-menu-wrapper.flyouts .hs-item-has-children ul.hs-menu-children-wrapper.open-menu-list{
		display:none !important;
	}
}
/* 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;
	}
}

/* CTA, logo, and rich text images */
/* img{
width:100%;
} */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
	height: auto;
	max-width: 100%;
}




/* Custom CSS */

.p-14 p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}

.post_content_section .light em{
	font-weight:300;
}
em a{
	font-weight:300;
	font-style:italic;
	display:block;
}
figure{
	margin:0px;
}
figure figcaption{
	color: #2f2f2f;
	font-size: 16px;
	line-height:21px;
	font-weight:300;
	font-style: italic;
	padding: 1em 0;
	border-bottom: 1px solid #d6d6d6;
}

@media(max-width:767px){
	.mob-break br{
		display:block;
	}
}


div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{
	bottom: 0 !important;
	top: auto;
	right: 0;
	width: 100%;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
	padding:10px !important;
	background:#000 !important;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:12px;
	border-radius:0px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
	margin-bottom:0px !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
	font-size:12px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area{
	margin-top:0px !important;
	margin-right:0px !important;
	gap:10px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area button{
	background-color: #144b9c !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	color: #fff !important;
	display: inline-block !important;
	line-height: normal !important;
	padding: 4px 10px 2px !important;
	vertical-align: bottom;
	font-weight: 700;
	min-width: auto !important;
	height: auto !important;
	border: none !important;
	text-decoration:none !important;
	margin:0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area button:first-child{
	order:3;
}
div#hs-eu-cookie-confirmation{
	overflow-y:auto !important;
	border-radius:0px !important;
}

@media(min-width:768px) and (max-width:1200px){
	div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording{
		width:50% !important;
	}
}
@media(max-width:767px){
	body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
		display:block;
	}
}


.search-result-container form.hs-search-field__form{
	display:block;
}

.cta-container.other-cta.boxed a.cta_button:active {
	background-color: rgb(0,108,153) !important;
	box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;
	-webkit-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;
	color: rgb(244,244,244) !important;
	margin-top: 6px !important;
	border-bottom: 2px solid rgb(0,72,102) !important;
}


.hs-error-msgs label.hs-main-font-element {
	display:none;
}

.form-conta .hs-form-field label span{
	color:#666666;
}

.fitvid {
	min-height: 420px !important;
}

@media(max-width:767px){
	.fitvid {
		min-height: auto !important;
		height:46vw !important;
	}
	body .cookie-alert.show:after{
		transform: translate(40vw, -370%);
	}
}

.ebook-post li,
.ebook-post p {
	font-weight: 300;
}
.webinar_blog_content p{
	line-height:1.5;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.webinar-form-container .form-title{
	text-align:center;
}
body .body-container--blog-post .speaker_top_heading h4{
	color:#005082;
}
.cookie-alert.show:after {
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	background: transparent;
	content: '';
	transform: translate(320px, -370%);
	cursor: pointer
}

@media(min-width:768px){
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
		display: block !important;
	}
}




.h1-42 h1{
	font-weight: 400;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-style: normal;
	color: #343434;
	font-size: 42px;
	line-height: 1.3125;
	text-transform: none;
	margin-bottom:16px;
}

@media(max-width:767px){
	.h1-42 h1{
		font-size:30px;
	}
}

@media(min-width:768px) and (max-width:1024px){
	.h1-42 h1{
		font-size:42px;
	}
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}