/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  display: block;  
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
	*zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%;
	}
}
.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}
.relative{position:relative}
.align-items-center, .align-item-center{align-items:center}
.text-center{text-align:center}
.headingBx h3 {
    text-align: center;
}
 
.absolute{position:absolute}
.right-0{right:0}
.left-0{left:0}
.ml-auto{margin-left:auto}
.mr-auto{margin-right:auto}
.m-auto{margin:auto}
.link-button {padding: 30px 0px;}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.mb-10{margin-bottom:10px} 
 
 /* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

 
  
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
 
/* 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;
  }
}
.horizentail-line{
    width: 2px;
    height: 50px;
    margin-bottom: 20px;
    background: #b8d3f1;
    margin-left: 40px;
}

/* template css */
.blog-header {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
   
}
.blog-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  z-index: -1;  
}

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

.blog-header__title {
  color: #fff;
  margin: 0;
  text-align:center;
}

.blog-header__form {
  margin: 0 1rem;
}
.blog-filter-tags select{
width:250px;
}
.blog-recent-posts h2{
   text-align:center;
}
.blog-footer {
  height: 450px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  
}
.blog-footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  z-index: -1;  
}

.blog-footer__inner {
  width: 100%;
  max-width: 1200px;
  display:flex;
  align-items:center;
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-footer__title {
  color: #fff;
}
.blog-footer__inner .footer-content_col1 {
  color: #fff;
}
.blog-footer__inner .footer-content_col1,
.blog-footer__inner .footer-content_col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.blog-footer__inner .footer-content_col2 img {
  width: 296px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(255,255,255,0.5);  
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}

.blog-footer__inner .footer-content {
  color: #fff;
}
.blog-footer__inner .footer-content p {
  text-align: center;
}
.blog-footer__inner .footer-content form {
  margin: 0 auto;
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}


.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap:20px;
}


.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.blog-index__tag-header {
  padding: 1rem 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align:center;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
  color:#f9f9f9;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
  color:#ffffff;
}
 

.blog-index__post-image {
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 63%;
  background-image: url('https://4016590.fs1.hubspotusercontent-na1.net/hub/4016590/hubfs/javier-allegue-barros-i5Kx0P8A0d4-unsplash.png');
}

.blog-index__post-content h2 {
  font-size: 23px;
  line-height:1.45;
  font-weight: 900;
  margin: .5rem 0;
}
.recent-blogs{
background:#f9f9f9;
}
.blog--post__image h1{
 color:#ffffff;
  text-align:center;
}
.blog-index a.author, .post-meta a.author{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 1rem 0;
}
.blog-index__post {
    padding-bottom: 20px;
    border: solid 1px #ddd;
}
.blog-index__post-content {
    padding: 10px 20px;
}
.blog-index .avatar-image {
    border-radius: 50%;
    margin-right: 1rem;
}
.blog-index__post .avatar-image {
    border-radius: 50%;
    margin-right: 1rem;
}
.blog-index img {
    max-width: 100%;
    height: auto;
}
.blog-index__post-content .post-meta {
  font-size: 12px;
  color: rgba(0,0,0,0.63); 
   
}
.blog-index__post-content  .border-row {
  background: #393333;
  width: 60px;
  height: 3px;
  margin: 12px 0;
}
.blog-index__post-content p {
  font-family: Alata;
  font-size: 16px;
  font-style: normal;
 	font-weight: 400;  
  color: #494A52;  
}

.blog-index__post-content span.readmore {
  position: relative;
  font-family: Alata;
  width: 150px;
  height: 34px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(48, 106, 158,1.0);
  border: 1px solid #306a9e;
  color: rgba(255, 255, 255,1.0);
  padding-right: 5px;
   display:flex;
  align-items:center;
  justify-content:center;
}
.blog-index__post-content span.readmore:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
.blog-index__post-content a {
  color: rgba(26, 93, 165,1.0);
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

/* pagination */

.blog-numeric-pagination {margin: 30px 0 !important;}
ul.numeric-pagination {
    list-style: none;
    padding: 0;
    margin: 0 auto;
   display:flex;
   justify-content:center;
  align-items:center;
}
ul.numeric-pagination li {
    float: left;
    padding: 5px 20px;
    border: 1px solid #ccc;
    background: #fff;
}
ul.numeric-pagination li a {color: inherit;}
ul.numeric-pagination li.disabled {
    pointer-events: none;
    visibility: hidden;
}
ul.numeric-pagination li:first-child, ul.numeric-pagination li:last-child {
    border: 0;
    background: transparent !important;
}
ul.numeric-pagination>li>a, ul.numeric-pagination>li>span {
    position: relative;
    float: none !important;
    padding: 0 !important;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
    margin-left: -1px;
}
ul.numeric-pagination .active {
  background: rgba(48, 106, 158,1.0);
}
ul.numeric-pagination .active a {
    background-color: transparent !important;
    color: rgba(255, 255, 255,1.0);
    border: none !important;
}
ul.numeric-pagination li a svg {
    height: 10px;
    width: 15px;
    margin-top: 0;  
}



.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 50%;
  box-shadow: 2px 6px 20px rgba(255,255,255,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: ;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper-listing {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.blog-search .hs-search-field__bar>form{
margin: 0;
}



/* listing V2 - One post per row */
/* content on the left - image on the right */

.blog-index-list {
  display: block;
}
.blog-index-list .blog-index__post {
   margin-bottom: 30px;
 }
.blog-index-list .blog-index__post .blog-index__post-content {
  padding: 30px;
}
 
form.blog-filter-tags {
    text-align: left;
    padding-top: 0;
}
.blogs-tag {
    padding: 30px 0;
    background: #024f9f;
  margin-bottom:50px
}
/* single post */


.blog-header.header-single-post {
  height: 400px;
}


.blog-single {
   display:flex;
   
  justify-content:space-between;
  max-width: 1200px;
  margin: 0 auto;
   
}

.blog-content-wrapper {
  padding: 0;
  margin: 0;
  flex-basis:60%;
}



.blog-post-header {
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.blog-post-header .blog-post__meta {
  font-family: ;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-post-header .blog-post__meta .meta-content {
   display:flex;
  align-items:center;
   margin-bottom: 20px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar {
  max-width: 43px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar img {
  max-width: 100%;
  border-radius: 100%;
}
.blog-post-header .blog-post__meta .meta-content .content-meta {
  display:flex;
  flex-flow: column wrap;
  padding-left: 20px;
}



.blog-post__image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://4016590.fs1.hubspotusercontent-na1.net/hub/4016590/hubfs/javier-allegue-barros-i5Kx0P8A0d4-unsplash.png');
}

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



.blog-post__body {
  margin-top: 30px;
}
.blog-post__body p {
  font-family: Alata;
}

.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}


.about-author-sec {
 margin: 40px 0; 
}

.about-author-sec h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.about-author-sec h3 a.author-link {
  color: #000;
}

ul.social-share {
    padding: 0;
    display:flex;
    list-style: none;
    align-items: center;
}
ul.social-share li {
  margin: 0 5px;
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
ul.social-share li a {
  color: #fff;
}



/* single V2 */

.blog-post__image_v2 {
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%;
  background-image: url('https://4016590.fs1.hubspotusercontent-na1.net/hub/4016590/hubfs/javier-allegue-barros-i5Kx0P8A0d4-unsplash.png');
}

.blog-sidebar_v2 {
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    margin-top: 0;
}

.blog-post-header .blog-post__meta .meta-content_v2 {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom: 20px;
}

.blog-post-header .blog-post__meta .meta-content_v2 {
   display:flex;
  align-items:center;
    margin-bottom: 20px;
}
.blog-post-header .blog-post__meta .meta-content_v2 .hs-author-avatar {
  max-width: 43px;
}
.blog-post-header .blog-post__meta .meta-content_v2 .hs-author-avatar img {
  max-width: 100%;
  border-radius: 100%;
}
.blog-post-header .blog-post__meta .meta-content_v2 .content-meta {
  display:flex;
  flex-flow: column wrap;
  padding-left: 20px;
}


/* blog sidebar */
 
.blog-sidebar {
 flex-basis:100%;
  margin-top: 0;
}
.blog-sidebar .hs-search-field__bar>form{
    margin: 0rem 0 1rem;
}
.blog-sidebar h3 {
  margin-bottom: 30px;
  position: relative;
  font-size:18px
}
.blog-sidebar h3:after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  background: #393333;
  width: 55px;
  height: 4px;
  border-radius: 2px;
}
.blog-sidebar .widget-type-rss_listing,
.blog-sidebar .widget-type-post_filter {
  margin-top: 60px;
}
.blog-sidebar .widget-type-post_filter ul {
  padding: 0;
}
.blog-sidebar .widget-type-post_filter li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.blog-sidebar .widget-type-post_filter li a {
  color: #888282;
}
.blog-sidebar .widget-type-post_filter li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.blog-sidebar .blog-index__post-iner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: .3rem;
  overflow: hidden;
  line-height:0;
}

.blog-sidebar .blog-index__post-image {
  padding: 0;
  height: 10rem;
  width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}
.blog-sidebar_v2 {
    padding: 0 0 3rem;
    box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
}
.blog-sidebar .blog-index__post-content {
  padding: 0;
  padding-left: 1rem;
  width:65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-top:0;
}

.blog-sidebar .blog-index__post a.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom:16px;
  margin-top:25px;
}
.blog-recent-posts__list.row .col-md-4{
 display:flex;
}
.blog-recent-posts__list .blog-index__post{
 margin-bottom:20px;
  padding-bottom:0px;
  background:#ffffff;
}
.blog-index__post-content h2{
 text-align:left;
}
.blog-sidebar .blog-recent-posts__list h3 {
  font-size: ;
  margin-bottom: .5rem;
  line-height:28px;
}


.blog-sidebar .hs-rss-item {
    display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
}
.blog-sidebar .hs-rss-item .hs-rss-item-text {
  padding-left: 20px;
}








.blog-recent-posts {
  max-width: 1200px;
  margin:60px auto 0;
  background-color: ;
  padding: 2rem 0;
  
}



.blog-recent-posts__list  {
/*   display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px; */
}

.blog-recent-posts__post {
  display: block;
  flex-basis:100%;
  color: ;
  padding: 1rem;
}


.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  margin: 0;
}
.blog-comments form,
.blog-comments fieldset {
  max-width: 100% !important;
}

.blog-comments .hs-button {
  background-color: rgba(102, 0, 0,1.0);
  border: 2px solid rgba(102, 0, 0,1.0);
  color: #660000;
}
.blog-comments .hs-button:hover {
  background-color:;
  color:;
  border: 2px solid ;
}
.blog-comments .comment-from h4 {
  font-size: 19px;
  font-weight: 700;
  color: #00626C;
}
.blog-comments .comment-reply-to {
  border: 0 none;
  background-color: transparent;
  font-family: ;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: rgba(0,0,0,0.63);
}
.blog-comments h3 {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.blog-comments h3:after {
  content: "";
  position: absolute;
  background: #393333;
  width: 74px;
  height: 5px;
  left: 0;
  bottom: -15px;
}

.blog-comments .comment.depth-0,
.blog-comments .comment.depth-1 {
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment.depth-1 {
  margin: 10px 0;
}

/* media query */

@media (max-width: 1200px) {
  .blog-header__inner,
  .blog-index__tag-header,
  .content-wrapper-listing,
  .blog-single,
  .blog-footer__inner,
  .blog-recent-posts {
    padding-left: 20px;
    padding-right: 20px;    
  }
}


@media screen and (max-width: 960px) {
.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
   
}

@media (max-width: 767px) {
  
 .blog-single {
   flex-direction: column;
  }
    .blog-footer {
      height: 100% !important;
  }
  .blog-footer .blog-footer__inner {
    display: block;
    height: 100%;    
  }
.blog-footer__inner .footer-content_col1, .blog-footer__inner .footer-content_col2 {
  padding: 30px;
  }
.blog-footer__inner .footer-content_col2 img {
  width: 150px !important;
  }
}

@media screen and (max-width: 480px) {
.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  padding-top: 90px;
}
.blog-index-list .blog-index__post {
  display: block;
  }
  
.blog-recent-posts__list {
/*   display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px; */
}  
} 

/* Blog Row CSS */ 
 
/* other_css */
@media (min-width: 768px) {
	.hs-search-results__listing li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.hs-search-results__listing li > a, .hs-search-results__listing li > p{
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
}
.hs-search-results__listing li {
	padding-top: 8rem;
}
.hs-search-field__bar > form {
    padding: 0;
    margin: 4rem 0;
}
.hs-search-field__input {
	border: 1px solid rgba(0,0,0,0.1);
	padding: .5rem 2.55rem !important;
	position: relative;
	border-radius: 1px;
}
a.hs-search-results__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
    color: #313439;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.hs-search-highlight, .hs-search-field__input {
	color: var(--primary)
}
.hs-search-field__bar form:before {
	position: absolute;
	left: 1rem;
	bottom: 50%;
	transform: translateY(50%);
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
	color: #ccc;
	z-index: 1;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:0;outline:0;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:0;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'\f053';font-family:FontAwesome}[dir='rtl'] .slick-prev:before{content:'\f054';font-family:FontAwesome}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'\f054';font-family:FontAwesome}[dir='rtl'] .slick-next:before{content:'\f053';font-family:FontAwesome}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-50px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{display: block;width: 16px;height: 8px;padding: 0;border: none;border-radius: 10px; text-indent: -9999px;-webkit-transition: all ease-in-out .2s;-o-transition: all ease-in-out .2s;transition: all ease-in-out .2s;margin: 4px;box-shadow: 0 0 0 4px transparent;background: #0C63FF;background: var(--primary);}.slick-dots li button:hover,.slick-dots li button:focus{outline:0}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'â€¢';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button{background:#000}.slick-dots li.slick-active button:before{opacity:1;color:black}


 






 




 



 
 
















:root { 
	
	--primary: #306a9e;
	
	--secondary: #f5f7f9;
	
	--tertiary: #36525c;
	
	--success: #28a745;
	
	--info: #17a2b8;
	
	--warning: #ffc107;
	
	--danger: #dc3545;
	
	--light: #F5F5F5;
	
	--dark: #343a40;
	
	--white: #ffffff;
	
	--black: #000000;
	
	--borders: #3D85C6;
	
	--body_bg: #ffffff;
	
	--body_color: #171b25;
	
	--link_color: #1a5da5;
	
	--link_hover_color: #4a8e2e;
	
}
.btn-wrapper:hover .cta_button, .actions:hover .hs-button {
    transform: translateY(-3px);
}
.block { display: table; }
.circle { border-radius: 100%; }
.divider {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0 0 13px 0;
	margin: 0 0 40px;
}
.text-center-mobile { text-align: center; }
.max-responsive { max-width: 100%; height: auto !important; }
.antialiased { -webkit-font-smoothing: antialiased; }

.no-bullets ul,
.no-bullets ol {
	list-style: none;
	padding-left: 0;
}

.animated {
	
transition: all .3s ease-in-out;
animation-timing-function: ease-in-out;

}

.animated-fast {
	
transition: all .15s ease-in-out;
animation-timing-function: ease-in-out;

}

.tf-line-top { border-top: 1px solid #3D85C6; }
.tf-line-bottom { border-bottom: 1px solid #3D85C6; }

/* ----------------------------------------------------------------------------------- */
/*  Typography */
/* ----------------------------------------------------------------------------------- */
   
body {
	line-height: 1.8em;
	
	font-family: Alata, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	
	font-size: 16px;
	color: #171b25;
	background-color: #ffffff;
}


.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1230px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1170px;
  }
}

@media screen and (min-width: 2561px) {
	.container {
		max-width: 1680px;
	}
}

.container-fluid {
	max-width: 2560px
}

body > .container-fluid, .tf-tabs-split-screen > .container-fluid {
	width: auto;
	max-width: none;
	padding: 0;
}

body > .body-container-wrapper > .body-container.container-fluid {
	padding: 0;
	max-width: none;
}

.container-fluid:before, .container-fluid:after {
	display: none;
}

h1,
.h1 {
	
	font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
	
	line-height: 3.375rem;
	
}

h2,
.h2 {
	
	font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 1.875rem;
	margin-bottom: 0.9375rem;
	
	line-height: 2.53125rem;
	
}

h3,
.h3 {
	
	font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 1.75rem;
	margin-bottom: 0.875rem;
	
	line-height: 2.3625000000000003rem;
	
}

h4,
.h4 {
	
	font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
	
	line-height: 2.0250000000000004rem;
	
}

h5,
.h5 {
	
	font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 1.25rem;
	margin-bottom: 0.625rem;
	
	line-height: 1.6875rem;
	
}

h6,
.h6 {
	
	font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 1.125rem;
	margin-bottom: 0.5625rem;
	
	line-height: 1.51875rem;
	
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #16565a;
}

h1 br, h2 br, h3 br, h4 br, h5 br, h6 br { display: none; }
@media (min-width:992px) {
	h1 br, h2 br, h3 br, h4 br, h5 br, h6 br { display: initial; }
}

.display-1 {
	
	font-family: Alata; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 5.625rem;
	margin-bottom: 2.8125rem;
	
	
	
	
}

.display-2 {
	
	font-family: Alata; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 4.6875rem;
	margin-bottom: 2.34375rem;
	
	line-height: 6.328125rem;
	
}

.display-3 {
	
	font-family: Alata; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 3.75rem;
	margin-bottom: 1.875rem;
	
	line-height: 5.0625rem;
	
}

.display-4 {
	
	font-family: Alata; font-style: normal; font-weight: 600; text-decoration: none;
	
	font-size: 3.75rem;
	margin-bottom: 1.875rem;
	
	line-height: 5.0625rem;
	
}

@media(max-width: 991px) {
                        
  h1, .h1 {            
    font-size: 30px;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 1.1;
  }
  h3 , .h3 {
    font-size: 25px;
    line-height: 1.1;
  }  
  h4, .h4 {
    font-size: 22px;
    line-height: 1.1;
  } 
   h5, .h5 {
    font-size: 20px;
    line-height: 1.1;
  } 
  h6, .h6 {
    font-size: 18px;
    line-height: 1.1;
  } 
}

@media(max-width:576px) {
  h1, .h1 {
    font-size: 25px;
    line-height: 1.1;
  }
  h2, .h2 {
     font-size: 25px;
    line-height: 1.1;
  }
  h3, .h3 {
    font-size: 22px;
    line-height: 1.1;
  }   
  h4, .h4 {
    font-size: 20px;
    line-height: 1.1;
  } 
   h5, .h5 {
    font-size: 20px;
    line-height: 1.1;
  }
  h6, .h6 {
    font-size: 18px;
    line-height: 1.1;
  }
}

@media(max-width: 991px) {
                   
  .display-1 {            
    font-size: 55px !important;
    line-height: 1.2;
  }
 
  .display-2 {
    font-size: 45px !important;
    line-height: 1.1;
  }
  .display-3 {
    font-size: 35px !important;
    line-height: 1.1;
  }  
  .display-4 {
    font-size: 40px !important;
    line-height: 1.1;
  } 
  
   
}

@media(min-width:300px) and (max-width:576px) {
  .display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
  .display-2 {
     font-size: 40px !important;
    line-height: 1.2;
  }
  .display-3 {
    font-size: 30px !important;
    line-height: 1.2;
  }   
  .display-4 {
    font-size: 30px !important;
    line-height: 1.1;
  } 
 
}

p {
	margin-top: 0;
	margin-bottom: 1.25rem;
}

p.lead, p.large {
	
	font-family: Alata; font-style: normal; font-weight: 300; text-decoration: none;
	
	margin-bottom: 0.625rem;
	font-size: 1.25rem;
	
	line-height: 1.6875rem;
	
}
ul,
ol {
    padding-left: 2rem;
}
i.fa, i.fas{
        font-family: FontAwesome;
    }
ul,
ol,
ul li,
ol li {
	
	font-family: Alata; font-style: normal; font-weight: normal; text-decoration: none;
	
	font-size: 1.0rem;
	
	line-height: 1.35rem;
	
   
}





p.small, .small, small, .font-small * {
	font-size: 0.8125rem;
	line-height: 1.096875rem;
}

blockquote {
	
	font-family: Alata; font-style: normal; font-weight: normal; text-decoration: none;
	
	font-size: 1.25rem;
	margin-bottom: 0.625rem;
	
	line-height: 1.6875rem;
	
}




a {
	color: #1a5da5;
	text-decoration: none;
}

a:hover, a:hover:not(.btn) {
	color: #4a8e2e;
	text-decoration: none;
}

a.media {
	color: #171b25;
	text-decoration: none;
}

p,
p:hover, {
	color: red !important;
	text-decoration: none;
}

p a {
	border-bottom: 1px solid #1a5da5;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

p a:hover {
	color: #4a8e2e;
	border-bottom: 1px solid #4a8e2e;
}

.blog p a {
	color: #1a5da5;
	font-weight: bold;
}

.blog p a:hover {
	color: #4a8e2e;
}

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

a[href="javascript:;"],
a[href="javascript:;"]:hover {
  cursor: default
}

.unstyle-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.unstyle-list ul li {
    margin-bottom: 0.5rem;
}

/* ----------------------------------------------------------------------------------- */
/* Responsive Typography */
/* ----------------------------------------------------------------------------------- */

html {
	font-size: 14px;
}
@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
}
@media (min-width: 2561px) {
	html {
		font-size: 18px;
	}
}


.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

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

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-auto {
  background-size: auto !important;
}

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

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

/* ----------------------------------------------------------------------------------- */
/*  Buttons & Inputs */
/* ----------------------------------------------------------------------------------- */

.btn,
.btn-wrapper .cta_button,
.btn-wrapper input[type="submit"],
.btn-wrapper input[type="button"],
input[type="submit"],
input[type="button"]  {
	

transition: all .15s ease-in-out;
animation-timing-function: ease-in-out;


font-family: Alata, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
font-size: 0.875rem;
line-height: 1.1812500000000001rem;

border-radius: 3px;
height: 3.5rem;

text-align: center;
padding: 0 2.8125rem ;
border: 1px solid;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;

}

/* ----------------------------------------------------------------------------------- */
/*  Standard Padding */
/* ----------------------------------------------------------------------------------- */

.tf-padding-zero {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tf-padding-half {
	padding-top: 3.125rem !important;
	padding-bottom: 3.125rem !important;
}
.tf-padding-full {
	padding-top: 6.25rem !important;
	padding-bottom: 6.25rem !important;
}

/* ----------------------------------------------------------------------------------- */
/*  Standard Spacers */
/* ----------------------------------------------------------------------------------- */

.spacer-25 {
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}
.spacer-top-25 {
	padding-top: 1.5625rem;
}
.spacer-bottom-25 {
	padding-bottom: 1.5625rem;
}

.spacer-50 {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.spacer-top-50 {
	padding-top: 3.125rem;
}
.spacer-bottom-50 {
	padding-bottom: 3.125rem;
}

.spacer-75 {
	padding-top: 4.6875rem;
	padding-bottom: 4.6875rem;
}
.spacer-top-75 {
	padding-top: 4.6875rem;
}
.spacer-bottom-75 {
	padding-bottom: 4.6875rem;
}

.spacer-100 {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}
.spacer-top-100 {
	padding-top: 6.25rem;
}
.spacer-bottom-100 {
	padding-bottom: 6.25rem;
}
 
.email-prefs .item .item-inner * {
    color: inherit;
}

.close {
    text-shadow: none;
}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-primary {
	
color: #fff;
background-color: #306a9e !important;
border-color: #306a9e !important;

}

.btn-primary:hover {
	color: #fff;
	background-color: #306a9e;
	filter: brightness(110%);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #306a9e;
    filter: brightness(90%);
}

.btn-wrapper.btn-primary-wrapper .cta_button,
input[type=submit].hs-button.primary,
.btn-wrapper.btn-primary-wrapper input[type="submit"],
.btn-wrapper.btn-primary-wrapper input[type="button"],
input[type=submit].hs-button.btn-primary {
	
color: #fff;
background-color: #306a9e !important;
border-color: #306a9e !important;

}

.btn-wrapper.btn-primary-wrapper .cta_button:hover,
input[type=submit].hs-button.primary:hover,
.btn-wrapper.btn-primary-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-primary-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-primary:hover {
	color: #fff;
	background-color: #306a9e;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-primary {
	
color: #306a9e;
background-color: transparent;
border-color: #306a9e !important;

}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #306a9e;
}

.btn-wrapper.btn-outline-primary-wrapper .cta_button,
.btn-wrapper.btn-outline-primary-wrapper input[type="submit"],
.btn-wrapper.btn-outline-primary-wrapper input[type="button"] {
	
color: #306a9e;
background-color: transparent;
border-color: #306a9e !important;

}

.btn-wrapper.btn-outline-primary-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-primary-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-primary-wrapper input[type="button"]:hover {
	
color: #306a9e;
background-color: transparent;
border-color: #306a9e !important;

	color: #fff;
	background-color: #306a9e;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-primary {
	
color: #306a9e !important;

}

.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-primary {
	
background-color: #306a9e !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-primary {
	
border-color: #306a9e !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-secondary {
	
color: #fff;
background-color: #f5f7f9 !important;
border-color: #f5f7f9 !important;

}

.btn-secondary:hover {
	color: #fff;
	background-color: #f5f7f9;
	filter: brightness(110%);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #f5f7f9;
    filter: brightness(90%);
}

.btn-wrapper.btn-secondary-wrapper .cta_button,
input[type=submit].hs-button.secondary,
.btn-wrapper.btn-secondary-wrapper input[type="submit"],
.btn-wrapper.btn-secondary-wrapper input[type="button"],
input[type=submit].hs-button.btn-secondary {
	
color: #fff;
background-color: #f5f7f9 !important;
border-color: #f5f7f9 !important;

}

.btn-wrapper.btn-secondary-wrapper .cta_button:hover,
input[type=submit].hs-button.secondary:hover,
.btn-wrapper.btn-secondary-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-secondary-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-secondary:hover {
	color: #fff;
	background-color: #f5f7f9;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-secondary {
	
color: #f5f7f9;
background-color: transparent;
border-color: #f5f7f9 !important;

}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #f5f7f9;
}

.btn-wrapper.btn-outline-secondary-wrapper .cta_button,
.btn-wrapper.btn-outline-secondary-wrapper input[type="submit"],
.btn-wrapper.btn-outline-secondary-wrapper input[type="button"] {
	
color: #f5f7f9;
background-color: transparent;
border-color: #f5f7f9 !important;

}

.btn-wrapper.btn-outline-secondary-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-secondary-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-secondary-wrapper input[type="button"]:hover {
	
color: #f5f7f9;
background-color: transparent;
border-color: #f5f7f9 !important;

	color: #fff;
	background-color: #f5f7f9;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-secondary {
	
color: #f5f7f9 !important;

}

.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-secondary {
	
background-color: #f5f7f9 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-secondary {
	
border-color: #f5f7f9 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-tertiary {
	
color: #fff;
background-color: #36525c !important;
border-color: #36525c !important;

}

.btn-tertiary:hover {
	color: #fff;
	background-color: #36525c;
	filter: brightness(110%);
}

.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show>.btn-tertiary.dropdown-toggle,
.btn-tertiary.focus,
.btn-tertiary:focus {
    background-color: #36525c;
    filter: brightness(90%);
}

.btn-wrapper.btn-tertiary-wrapper .cta_button,
input[type=submit].hs-button.tertiary,
.btn-wrapper.btn-tertiary-wrapper input[type="submit"],
.btn-wrapper.btn-tertiary-wrapper input[type="button"],
input[type=submit].hs-button.btn-tertiary {
	
color: #fff;
background-color: #36525c !important;
border-color: #36525c !important;

}

.btn-wrapper.btn-tertiary-wrapper .cta_button:hover,
input[type=submit].hs-button.tertiary:hover,
.btn-wrapper.btn-tertiary-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-tertiary-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-tertiary:hover {
	color: #fff;
	background-color: #36525c;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-tertiary {
	
color: #36525c;
background-color: transparent;
border-color: #36525c !important;

}

.btn-outline-tertiary:hover {
	color: #fff;
	background-color: #36525c;
}

.btn-wrapper.btn-outline-tertiary-wrapper .cta_button,
.btn-wrapper.btn-outline-tertiary-wrapper input[type="submit"],
.btn-wrapper.btn-outline-tertiary-wrapper input[type="button"] {
	
color: #36525c;
background-color: transparent;
border-color: #36525c !important;

}

.btn-wrapper.btn-outline-tertiary-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-tertiary-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-tertiary-wrapper input[type="button"]:hover {
	
color: #36525c;
background-color: transparent;
border-color: #36525c !important;

	color: #fff;
	background-color: #36525c;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-tertiary {
	
color: #36525c !important;

}

.text-tertiary h1,
.text-tertiary h2,
.text-tertiary h3,
.text-tertiary h4,
.text-tertiary h5,
.text-tertiary h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-tertiary {
	
background-color: #36525c !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-tertiary {
	
border-color: #36525c !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-success {
	
color: #fff;
background-color: #28a745 !important;
border-color: #28a745 !important;

}

.btn-success:hover {
	color: #fff;
	background-color: #28a745;
	filter: brightness(110%);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle,
.btn-success.focus,
.btn-success:focus {
    background-color: #28a745;
    filter: brightness(90%);
}

.btn-wrapper.btn-success-wrapper .cta_button,
input[type=submit].hs-button.success,
.btn-wrapper.btn-success-wrapper input[type="submit"],
.btn-wrapper.btn-success-wrapper input[type="button"],
input[type=submit].hs-button.btn-success {
	
color: #fff;
background-color: #28a745 !important;
border-color: #28a745 !important;

}

.btn-wrapper.btn-success-wrapper .cta_button:hover,
input[type=submit].hs-button.success:hover,
.btn-wrapper.btn-success-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-success-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-success:hover {
	color: #fff;
	background-color: #28a745;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-success {
	
color: #28a745;
background-color: transparent;
border-color: #28a745 !important;

}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
}

.btn-wrapper.btn-outline-success-wrapper .cta_button,
.btn-wrapper.btn-outline-success-wrapper input[type="submit"],
.btn-wrapper.btn-outline-success-wrapper input[type="button"] {
	
color: #28a745;
background-color: transparent;
border-color: #28a745 !important;

}

.btn-wrapper.btn-outline-success-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-success-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-success-wrapper input[type="button"]:hover {
	
color: #28a745;
background-color: transparent;
border-color: #28a745 !important;

	color: #fff;
	background-color: #28a745;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-success {
	
color: #28a745 !important;

}

.text-success h1,
.text-success h2,
.text-success h3,
.text-success h4,
.text-success h5,
.text-success h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-success {
	
background-color: #28a745 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-success {
	
border-color: #28a745 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-info {
	
color: #fff;
background-color: #17a2b8 !important;
border-color: #17a2b8 !important;

}

.btn-info:hover {
	color: #fff;
	background-color: #17a2b8;
	filter: brightness(110%);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle,
.btn-info.focus,
.btn-info:focus {
    background-color: #17a2b8;
    filter: brightness(90%);
}

.btn-wrapper.btn-info-wrapper .cta_button,
input[type=submit].hs-button.info,
.btn-wrapper.btn-info-wrapper input[type="submit"],
.btn-wrapper.btn-info-wrapper input[type="button"],
input[type=submit].hs-button.btn-info {
	
color: #fff;
background-color: #17a2b8 !important;
border-color: #17a2b8 !important;

}

.btn-wrapper.btn-info-wrapper .cta_button:hover,
input[type=submit].hs-button.info:hover,
.btn-wrapper.btn-info-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-info-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-info:hover {
	color: #fff;
	background-color: #17a2b8;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-info {
	
color: #17a2b8;
background-color: transparent;
border-color: #17a2b8 !important;

}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
}

.btn-wrapper.btn-outline-info-wrapper .cta_button,
.btn-wrapper.btn-outline-info-wrapper input[type="submit"],
.btn-wrapper.btn-outline-info-wrapper input[type="button"] {
	
color: #17a2b8;
background-color: transparent;
border-color: #17a2b8 !important;

}

.btn-wrapper.btn-outline-info-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-info-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-info-wrapper input[type="button"]:hover {
	
color: #17a2b8;
background-color: transparent;
border-color: #17a2b8 !important;

	color: #fff;
	background-color: #17a2b8;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-info {
	
color: #17a2b8 !important;

}

.text-info h1,
.text-info h2,
.text-info h3,
.text-info h4,
.text-info h5,
.text-info h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-info {
	
background-color: #17a2b8 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-info {
	
border-color: #17a2b8 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-warning {
	
color: #fff;
background-color: #ffc107 !important;
border-color: #ffc107 !important;

}

.btn-warning:hover {
	color: #fff;
	background-color: #ffc107;
	filter: brightness(110%);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle,
.btn-warning.focus,
.btn-warning:focus {
    background-color: #ffc107;
    filter: brightness(90%);
}

.btn-wrapper.btn-warning-wrapper .cta_button,
input[type=submit].hs-button.warning,
.btn-wrapper.btn-warning-wrapper input[type="submit"],
.btn-wrapper.btn-warning-wrapper input[type="button"],
input[type=submit].hs-button.btn-warning {
	
color: #fff;
background-color: #ffc107 !important;
border-color: #ffc107 !important;

}

.btn-wrapper.btn-warning-wrapper .cta_button:hover,
input[type=submit].hs-button.warning:hover,
.btn-wrapper.btn-warning-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-warning-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-warning:hover {
	color: #fff;
	background-color: #ffc107;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-warning {
	
color: #ffc107;
background-color: transparent;
border-color: #ffc107 !important;

}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ffc107;
}

.btn-wrapper.btn-outline-warning-wrapper .cta_button,
.btn-wrapper.btn-outline-warning-wrapper input[type="submit"],
.btn-wrapper.btn-outline-warning-wrapper input[type="button"] {
	
color: #ffc107;
background-color: transparent;
border-color: #ffc107 !important;

}

.btn-wrapper.btn-outline-warning-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-warning-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-warning-wrapper input[type="button"]:hover {
	
color: #ffc107;
background-color: transparent;
border-color: #ffc107 !important;

	color: #fff;
	background-color: #ffc107;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-warning {
	
color: #ffc107 !important;

}

.text-warning h1,
.text-warning h2,
.text-warning h3,
.text-warning h4,
.text-warning h5,
.text-warning h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-warning {
	
background-color: #ffc107 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-warning {
	
border-color: #ffc107 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-danger {
	
color: #fff;
background-color: #dc3545 !important;
border-color: #dc3545 !important;

}

.btn-danger:hover {
	color: #fff;
	background-color: #dc3545;
	filter: brightness(110%);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.btn-danger.focus,
.btn-danger:focus {
    background-color: #dc3545;
    filter: brightness(90%);
}

.btn-wrapper.btn-danger-wrapper .cta_button,
input[type=submit].hs-button.danger,
.btn-wrapper.btn-danger-wrapper input[type="submit"],
.btn-wrapper.btn-danger-wrapper input[type="button"],
input[type=submit].hs-button.btn-danger {
	
color: #fff;
background-color: #dc3545 !important;
border-color: #dc3545 !important;

}

.btn-wrapper.btn-danger-wrapper .cta_button:hover,
input[type=submit].hs-button.danger:hover,
.btn-wrapper.btn-danger-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-danger-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-danger:hover {
	color: #fff;
	background-color: #dc3545;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-danger {
	
color: #dc3545;
background-color: transparent;
border-color: #dc3545 !important;

}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
}

.btn-wrapper.btn-outline-danger-wrapper .cta_button,
.btn-wrapper.btn-outline-danger-wrapper input[type="submit"],
.btn-wrapper.btn-outline-danger-wrapper input[type="button"] {
	
color: #dc3545;
background-color: transparent;
border-color: #dc3545 !important;

}

.btn-wrapper.btn-outline-danger-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-danger-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-danger-wrapper input[type="button"]:hover {
	
color: #dc3545;
background-color: transparent;
border-color: #dc3545 !important;

	color: #fff;
	background-color: #dc3545;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-danger {
	
color: #dc3545 !important;

}

.text-danger h1,
.text-danger h2,
.text-danger h3,
.text-danger h4,
.text-danger h5,
.text-danger h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-danger {
	
background-color: #dc3545 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-danger {
	
border-color: #dc3545 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-light {
	
color: #fff;
background-color: #F5F5F5 !important;
border-color: #F5F5F5 !important;

}

.btn-light:hover {
	color: #fff;
	background-color: #F5F5F5;
	filter: brightness(110%);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
.btn-light.focus,
.btn-light:focus {
    background-color: #F5F5F5;
    filter: brightness(90%);
}

.btn-wrapper.btn-light-wrapper .cta_button,
input[type=submit].hs-button.light,
.btn-wrapper.btn-light-wrapper input[type="submit"],
.btn-wrapper.btn-light-wrapper input[type="button"],
input[type=submit].hs-button.btn-light {
	
color: #fff;
background-color: #F5F5F5 !important;
border-color: #F5F5F5 !important;

}

.btn-wrapper.btn-light-wrapper .cta_button:hover,
input[type=submit].hs-button.light:hover,
.btn-wrapper.btn-light-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-light-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-light:hover {
	color: #fff;
	background-color: #F5F5F5;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-light {
	
color: #F5F5F5;
background-color: transparent;
border-color: #F5F5F5 !important;

}

.btn-outline-light:hover {
	color: #fff;
	background-color: #F5F5F5;
}

.btn-wrapper.btn-outline-light-wrapper .cta_button,
.btn-wrapper.btn-outline-light-wrapper input[type="submit"],
.btn-wrapper.btn-outline-light-wrapper input[type="button"] {
	
color: #F5F5F5;
background-color: transparent;
border-color: #F5F5F5 !important;

}

.btn-wrapper.btn-outline-light-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-light-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-light-wrapper input[type="button"]:hover {
	
color: #F5F5F5;
background-color: transparent;
border-color: #F5F5F5 !important;

	color: #fff;
	background-color: #F5F5F5;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-light {
	
color: #F5F5F5 !important;

}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-light {
	
background-color: #F5F5F5 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-light {
	
border-color: #F5F5F5 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-dark {
	
color: #fff;
background-color: #343a40 !important;
border-color: #343a40 !important;

}

.btn-dark:hover {
	color: #fff;
	background-color: #343a40;
	filter: brightness(110%);
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle,
.btn-dark.focus,
.btn-dark:focus {
    background-color: #343a40;
    filter: brightness(90%);
}

.btn-wrapper.btn-dark-wrapper .cta_button,
input[type=submit].hs-button.dark,
.btn-wrapper.btn-dark-wrapper input[type="submit"],
.btn-wrapper.btn-dark-wrapper input[type="button"],
input[type=submit].hs-button.btn-dark {
	
color: #fff;
background-color: #343a40 !important;
border-color: #343a40 !important;

}

.btn-wrapper.btn-dark-wrapper .cta_button:hover,
input[type=submit].hs-button.dark:hover,
.btn-wrapper.btn-dark-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-dark-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-dark:hover {
	color: #fff;
	background-color: #343a40;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-dark {
	
color: #343a40;
background-color: transparent;
border-color: #343a40 !important;

}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
}

.btn-wrapper.btn-outline-dark-wrapper .cta_button,
.btn-wrapper.btn-outline-dark-wrapper input[type="submit"],
.btn-wrapper.btn-outline-dark-wrapper input[type="button"] {
	
color: #343a40;
background-color: transparent;
border-color: #343a40 !important;

}

.btn-wrapper.btn-outline-dark-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-dark-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-dark-wrapper input[type="button"]:hover {
	
color: #343a40;
background-color: transparent;
border-color: #343a40 !important;

	color: #fff;
	background-color: #343a40;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-dark {
	
color: #343a40 !important;

}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-dark {
	
background-color: #343a40 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-dark {
	
border-color: #343a40 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-white {
	
color: #fff;
background-color: #ffffff !important;
border-color: #ffffff !important;

}

.btn-white:hover {
	color: #fff;
	background-color: #ffffff;
	filter: brightness(110%);
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle,
.btn-white.focus,
.btn-white:focus {
    background-color: #ffffff;
    filter: brightness(90%);
}

.btn-wrapper.btn-white-wrapper .cta_button,
input[type=submit].hs-button.white,
.btn-wrapper.btn-white-wrapper input[type="submit"],
.btn-wrapper.btn-white-wrapper input[type="button"],
input[type=submit].hs-button.btn-white {
	
color: #fff;
background-color: #ffffff !important;
border-color: #ffffff !important;

}

.btn-wrapper.btn-white-wrapper .cta_button:hover,
input[type=submit].hs-button.white:hover,
.btn-wrapper.btn-white-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-white-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-white:hover {
	color: #fff;
	background-color: #ffffff;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-white {
	
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

}

.btn-outline-white:hover {
	color: #fff;
	background-color: #ffffff;
}

.btn-wrapper.btn-outline-white-wrapper .cta_button,
.btn-wrapper.btn-outline-white-wrapper input[type="submit"],
.btn-wrapper.btn-outline-white-wrapper input[type="button"] {
	
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

}

.btn-wrapper.btn-outline-white-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-white-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-white-wrapper input[type="button"]:hover {
	
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

	color: #fff;
	background-color: #ffffff;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-white {
	
color: #ffffff !important;

}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-white {
	
background-color: #ffffff !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-white {
	
border-color: #ffffff !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-black {
	
color: #fff;
background-color: #000000 !important;
border-color: #000000 !important;

}

.btn-black:hover {
	color: #fff;
	background-color: #000000;
	filter: brightness(110%);
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show>.btn-black.dropdown-toggle,
.btn-black.focus,
.btn-black:focus {
    background-color: #000000;
    filter: brightness(90%);
}

.btn-wrapper.btn-black-wrapper .cta_button,
input[type=submit].hs-button.black,
.btn-wrapper.btn-black-wrapper input[type="submit"],
.btn-wrapper.btn-black-wrapper input[type="button"],
input[type=submit].hs-button.btn-black {
	
color: #fff;
background-color: #000000 !important;
border-color: #000000 !important;

}

.btn-wrapper.btn-black-wrapper .cta_button:hover,
input[type=submit].hs-button.black:hover,
.btn-wrapper.btn-black-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-black-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-black:hover {
	color: #fff;
	background-color: #000000;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-black {
	
color: #000000;
background-color: transparent;
border-color: #000000 !important;

}

.btn-outline-black:hover {
	color: #fff;
	background-color: #000000;
}

.btn-wrapper.btn-outline-black-wrapper .cta_button,
.btn-wrapper.btn-outline-black-wrapper input[type="submit"],
.btn-wrapper.btn-outline-black-wrapper input[type="button"] {
	
color: #000000;
background-color: transparent;
border-color: #000000 !important;

}

.btn-wrapper.btn-outline-black-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-black-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-black-wrapper input[type="button"]:hover {
	
color: #000000;
background-color: transparent;
border-color: #000000 !important;

	color: #fff;
	background-color: #000000;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-black {
	
color: #000000 !important;

}

.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-black {
	
background-color: #000000 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-black {
	
border-color: #000000 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-borders {
	
color: #fff;
background-color: #3D85C6 !important;
border-color: #3D85C6 !important;

}

.btn-borders:hover {
	color: #fff;
	background-color: #3D85C6;
	filter: brightness(110%);
}

.btn-borders:not(:disabled):not(.disabled).active,
.btn-borders:not(:disabled):not(.disabled):active,
.show>.btn-borders.dropdown-toggle,
.btn-borders.focus,
.btn-borders:focus {
    background-color: #3D85C6;
    filter: brightness(90%);
}

.btn-wrapper.btn-borders-wrapper .cta_button,
input[type=submit].hs-button.borders,
.btn-wrapper.btn-borders-wrapper input[type="submit"],
.btn-wrapper.btn-borders-wrapper input[type="button"],
input[type=submit].hs-button.btn-borders {
	
color: #fff;
background-color: #3D85C6 !important;
border-color: #3D85C6 !important;

}

.btn-wrapper.btn-borders-wrapper .cta_button:hover,
input[type=submit].hs-button.borders:hover,
.btn-wrapper.btn-borders-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-borders-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-borders:hover {
	color: #fff;
	background-color: #3D85C6;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-borders {
	
color: #3D85C6;
background-color: transparent;
border-color: #3D85C6 !important;

}

.btn-outline-borders:hover {
	color: #fff;
	background-color: #3D85C6;
}

.btn-wrapper.btn-outline-borders-wrapper .cta_button,
.btn-wrapper.btn-outline-borders-wrapper input[type="submit"],
.btn-wrapper.btn-outline-borders-wrapper input[type="button"] {
	
color: #3D85C6;
background-color: transparent;
border-color: #3D85C6 !important;

}

.btn-wrapper.btn-outline-borders-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-borders-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-borders-wrapper input[type="button"]:hover {
	
color: #3D85C6;
background-color: transparent;
border-color: #3D85C6 !important;

	color: #fff;
	background-color: #3D85C6;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-borders {
	
color: #3D85C6 !important;

}

.text-borders h1,
.text-borders h2,
.text-borders h3,
.text-borders h4,
.text-borders h5,
.text-borders h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-borders {
	
background-color: #3D85C6 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-borders {
	
border-color: #3D85C6 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-body_bg {
	
color: #fff;
background-color: #ffffff !important;
border-color: #ffffff !important;

}

.btn-body_bg:hover {
	color: #fff;
	background-color: #ffffff;
	filter: brightness(110%);
}

.btn-body_bg:not(:disabled):not(.disabled).active,
.btn-body_bg:not(:disabled):not(.disabled):active,
.show>.btn-body_bg.dropdown-toggle,
.btn-body_bg.focus,
.btn-body_bg:focus {
    background-color: #ffffff;
    filter: brightness(90%);
}

.btn-wrapper.btn-body_bg-wrapper .cta_button,
input[type=submit].hs-button.body_bg,
.btn-wrapper.btn-body_bg-wrapper input[type="submit"],
.btn-wrapper.btn-body_bg-wrapper input[type="button"],
input[type=submit].hs-button.btn-body_bg {
	
color: #fff;
background-color: #ffffff !important;
border-color: #ffffff !important;

}

.btn-wrapper.btn-body_bg-wrapper .cta_button:hover,
input[type=submit].hs-button.body_bg:hover,
.btn-wrapper.btn-body_bg-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-body_bg-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-body_bg:hover {
	color: #fff;
	background-color: #ffffff;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-body_bg {
	
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

}

.btn-outline-body_bg:hover {
	color: #fff;
	background-color: #ffffff;
}

.btn-wrapper.btn-outline-body_bg-wrapper .cta_button,
.btn-wrapper.btn-outline-body_bg-wrapper input[type="submit"],
.btn-wrapper.btn-outline-body_bg-wrapper input[type="button"] {
	
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

}

.btn-wrapper.btn-outline-body_bg-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-body_bg-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-body_bg-wrapper input[type="button"]:hover {
	
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

	color: #fff;
	background-color: #ffffff;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-body_bg {
	
color: #ffffff !important;

}

.text-body_bg h1,
.text-body_bg h2,
.text-body_bg h3,
.text-body_bg h4,
.text-body_bg h5,
.text-body_bg h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-body_bg {
	
background-color: #ffffff !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-body_bg {
	
border-color: #ffffff !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-body_color {
	
color: #fff;
background-color: #171b25 !important;
border-color: #171b25 !important;

}

.btn-body_color:hover {
	color: #fff;
	background-color: #171b25;
	filter: brightness(110%);
}

.btn-body_color:not(:disabled):not(.disabled).active,
.btn-body_color:not(:disabled):not(.disabled):active,
.show>.btn-body_color.dropdown-toggle,
.btn-body_color.focus,
.btn-body_color:focus {
    background-color: #171b25;
    filter: brightness(90%);
}

.btn-wrapper.btn-body_color-wrapper .cta_button,
input[type=submit].hs-button.body_color,
.btn-wrapper.btn-body_color-wrapper input[type="submit"],
.btn-wrapper.btn-body_color-wrapper input[type="button"],
input[type=submit].hs-button.btn-body_color {
	
color: #fff;
background-color: #171b25 !important;
border-color: #171b25 !important;

}

.btn-wrapper.btn-body_color-wrapper .cta_button:hover,
input[type=submit].hs-button.body_color:hover,
.btn-wrapper.btn-body_color-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-body_color-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-body_color:hover {
	color: #fff;
	background-color: #171b25;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-body_color {
	
color: #171b25;
background-color: transparent;
border-color: #171b25 !important;

}

.btn-outline-body_color:hover {
	color: #fff;
	background-color: #171b25;
}

.btn-wrapper.btn-outline-body_color-wrapper .cta_button,
.btn-wrapper.btn-outline-body_color-wrapper input[type="submit"],
.btn-wrapper.btn-outline-body_color-wrapper input[type="button"] {
	
color: #171b25;
background-color: transparent;
border-color: #171b25 !important;

}

.btn-wrapper.btn-outline-body_color-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-body_color-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-body_color-wrapper input[type="button"]:hover {
	
color: #171b25;
background-color: transparent;
border-color: #171b25 !important;

	color: #fff;
	background-color: #171b25;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-body_color {
	
color: #171b25 !important;

}

.text-body_color h1,
.text-body_color h2,
.text-body_color h3,
.text-body_color h4,
.text-body_color h5,
.text-body_color h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-body_color {
	
background-color: #171b25 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-body_color {
	
border-color: #171b25 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-link_color {
	
color: #fff;
background-color: #1a5da5 !important;
border-color: #1a5da5 !important;

}

.btn-link_color:hover {
	color: #fff;
	background-color: #1a5da5;
	filter: brightness(110%);
}

.btn-link_color:not(:disabled):not(.disabled).active,
.btn-link_color:not(:disabled):not(.disabled):active,
.show>.btn-link_color.dropdown-toggle,
.btn-link_color.focus,
.btn-link_color:focus {
    background-color: #1a5da5;
    filter: brightness(90%);
}

.btn-wrapper.btn-link_color-wrapper .cta_button,
input[type=submit].hs-button.link_color,
.btn-wrapper.btn-link_color-wrapper input[type="submit"],
.btn-wrapper.btn-link_color-wrapper input[type="button"],
input[type=submit].hs-button.btn-link_color {
	
color: #fff;
background-color: #1a5da5 !important;
border-color: #1a5da5 !important;

}

.btn-wrapper.btn-link_color-wrapper .cta_button:hover,
input[type=submit].hs-button.link_color:hover,
.btn-wrapper.btn-link_color-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-link_color-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-link_color:hover {
	color: #fff;
	background-color: #1a5da5;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-link_color {
	
color: #1a5da5;
background-color: transparent;
border-color: #1a5da5 !important;

}

.btn-outline-link_color:hover {
	color: #fff;
	background-color: #1a5da5;
}

.btn-wrapper.btn-outline-link_color-wrapper .cta_button,
.btn-wrapper.btn-outline-link_color-wrapper input[type="submit"],
.btn-wrapper.btn-outline-link_color-wrapper input[type="button"] {
	
color: #1a5da5;
background-color: transparent;
border-color: #1a5da5 !important;

}

.btn-wrapper.btn-outline-link_color-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-link_color-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-link_color-wrapper input[type="button"]:hover {
	
color: #1a5da5;
background-color: transparent;
border-color: #1a5da5 !important;

	color: #fff;
	background-color: #1a5da5;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-link_color {
	
color: #1a5da5 !important;

}

.text-link_color h1,
.text-link_color h2,
.text-link_color h3,
.text-link_color h4,
.text-link_color h5,
.text-link_color h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-link_color {
	
background-color: #1a5da5 !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-link_color {
	
border-color: #1a5da5 !important;

}



/* ----------------------------------------------------------------------------------- */
/* Button color classes */
/* ----------------------------------------------------------------------------------- */





.btn-link_hover_color {
	
color: #fff;
background-color: #4a8e2e !important;
border-color: #4a8e2e !important;

}

.btn-link_hover_color:hover {
	color: #fff;
	background-color: #4a8e2e;
	filter: brightness(110%);
}

.btn-link_hover_color:not(:disabled):not(.disabled).active,
.btn-link_hover_color:not(:disabled):not(.disabled):active,
.show>.btn-link_hover_color.dropdown-toggle,
.btn-link_hover_color.focus,
.btn-link_hover_color:focus {
    background-color: #4a8e2e;
    filter: brightness(90%);
}

.btn-wrapper.btn-link_hover_color-wrapper .cta_button,
input[type=submit].hs-button.link_hover_color,
.btn-wrapper.btn-link_hover_color-wrapper input[type="submit"],
.btn-wrapper.btn-link_hover_color-wrapper input[type="button"],
input[type=submit].hs-button.btn-link_hover_color {
	
color: #fff;
background-color: #4a8e2e !important;
border-color: #4a8e2e !important;

}

.btn-wrapper.btn-link_hover_color-wrapper .cta_button:hover,
input[type=submit].hs-button.link_hover_color:hover,
.btn-wrapper.btn-link_hover_color-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-link_hover_color-wrapper input[type="button"]:hover,
input[type=submit].hs-button.btn-link_hover_color:hover {
	color: #fff;
	background-color: #4a8e2e;
	filter: brightness(110%);
	text-decoration: none;
}

.btn-outline-link_hover_color {
	
color: #4a8e2e;
background-color: transparent;
border-color: #4a8e2e !important;

}

.btn-outline-link_hover_color:hover {
	color: #fff;
	background-color: #4a8e2e;
}

.btn-wrapper.btn-outline-link_hover_color-wrapper .cta_button,
.btn-wrapper.btn-outline-link_hover_color-wrapper input[type="submit"],
.btn-wrapper.btn-outline-link_hover_color-wrapper input[type="button"] {
	
color: #4a8e2e;
background-color: transparent;
border-color: #4a8e2e !important;

}

.btn-wrapper.btn-outline-link_hover_color-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-link_hover_color-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-link_hover_color-wrapper input[type="button"]:hover {
	
color: #4a8e2e;
background-color: transparent;
border-color: #4a8e2e !important;

	color: #fff;
	background-color: #4a8e2e;
}

/* ----------------------------------------------------------------------------------- */
/* Text color classes */
/* ----------------------------------------------------------------------------------- */



.text-link_hover_color {
	
color: #4a8e2e !important;

}

.text-link_hover_color h1,
.text-link_hover_color h2,
.text-link_hover_color h3,
.text-link_hover_color h4,
.text-link_hover_color h5,
.text-link_hover_color h6 {
	color: inherit;
}

/* ----------------------------------------------------------------------------------- */
/* Background color classes */
/* ----------------------------------------------------------------------------------- */




.bg-link_hover_color {
	
background-color: #4a8e2e !important;

}

/* ----------------------------------------------------------------------------------- */
/* Border color classes */
/* ----------------------------------------------------------------------------------- */



.border-link_hover_color {
	
border-color: #4a8e2e !important;

}



.btn-wrapper.btn-outline-white-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-white-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-outline-white-wrapper input[type="button"]:hover,
.btn-wrapper.btn-white-wrapper .cta_button,
.btn-wrapper.btn-white-wrapper input[type="submit"],
.btn-wrapper.btn-white-wrapper input[type="button"],
.btn-white,
.btn-outline-white:hover {
	color: #000 !important;
}

.btn-wrapper.btn-white-wrapper .cta_button:hover,
.btn-wrapper.btn-white-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-white-wrapper input[type="button"]:hover,
.btn-wrapper.btn-black-wrapper .cta_button:hover,
.btn-wrapper.btn-black-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-black-wrapper input[type="button"]:hover,
.btn-white:hover {
	background: #306a9e;
	border-color: #306a9e ;
}

.btn-wrapper.btn-none-wrapper .cta_button {
	padding: 0;
	height: auto;
	border: none;
	font-weight: inherit;
	position: relative;
}

.btn-wrapper.btn-none-wrapper .cta_button:before {
	transition: width 250ms ease-in-out;
	position: absolute;
	bottom: -2px;
	width: 0;
	border-bottom: 1px solid #1264a3;
	content: "";
}

.btn-wrapper.btn-none-wrapper .cta_button:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-left: 7px;
}

.btn-wrapper.btn-none-wrapper .cta_button:hover:before {
	width: 100%;
}

.btn.btn-sm,
.btn-wrapper.btn-wrapper-sm .cta_button,
.btn.btn-sm:hover,
.btn-wrapper.btn-wrapper-lg .cta_button:hover {
	height: 2.875rem !important;
	padding: 0 1.125rem !important;
	font-size: 0.75rem !important;
}

.btn.btn-md,
.btn-wrapper.btn-wrapper-md .cta_button,
.btn.btn-md:hover,
.btn-wrapper.btn-wrapper-md .cta_button:hover {
	height: 3.5rem;
	padding: 0 2.8125rem  !important;
	font-size: 0.875rem !important;
}
.btn.btn-lg,
.btn-wrapper.btn-wrapper-lg .cta_button,
.btn.btn-lg:hover,
.btn-wrapper.btn-wrapper-lg .cta_button:hover {
	height: 3.875rem !important;
	padding: 0 1.875rem  !important;
	font-size: 1.25rem !important;
}

/* Override for primary button */

.btn-wrapper.btn-primary-wrapper .cta_button,
.btn-wrapper.btn-primary-wrapper .hs-form input[type="submit"],
.btn-wrapper.btn-primary-wrapper .hs-form input[type="button"],
input[type=submit].hs-button.primary,
.btn-primary {
	background-color:#660000!important;
	border-color:#660000!important;
	color:#ffffff!important;
}

.btn-wrapper.btn-primary-wrapper .cta_button:hover,
.btn-wrapper.btn-primary-wrapper .hs-form input[type="submit"]:hover,
.btn-wrapper.btn-primary-wrapper .hs-form input[type="button"]:hover,
input[type=submit].hs-button.primary:hover,
.btn-primary:hover {
	background-color:#660000!important;
	color:#ffffff!important;
}
.btn-wrapper.btn-outline-primary-wrapper .cta_button,
.btn-wrapper.btn-outline-primary-wrapper .hs-form input[type="submit"],
.btn-wrapper.btn-outline-primary-wrapper .hs-form input[type="button"] {
	border-color:#660000!important;
	color:#660000!important;
} 
.btn-wrapper.btn-outline-primary-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-primary-wrapper .hs-form input[type="submit"]:hover,
.btn-wrapper.btn-outline-primary-wrapper .hs-form input[type="button"]:hover {
	background-color:#660000!important;
	color:#ffffff!important;
}


/* Override for secondary button */

.btn-wrapper.btn-secondary-wrapper .cta_button,
.btn-wrapper.btn-secondary-wrapper .hs-form input[type="submit"],
.btn-wrapper.btn-secondary-wrapper .hs-form input[type="button"],
input[type=submit].hs-button.secondary,
.btn-secondary {
	background-color:#FAFAFA!important;
	border-color:#FAFAFA!important;
	color:#343a40!important;
}

.btn-wrapper.btn-secondary-wrapper .cta_button:hover,
.btn-wrapper.btn-secondary-wrapper .hs-form input[type="submit"]:hover,
.btn-wrapper.btn-secondary-wrapper .hs-form input[type="button"]:hover,
input[type=submit].hs-button.secondary:hover,
.btn-secondary:hover {
	background-color:#FAFAFA!important;
	color:#343a40!important;
}
.btn-wrapper.btn-outline-secondary-wrapper .cta_button,
.btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="submit"],
.btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="button"] {
	border-color:#FAFAFA!important;
	color:#FAFAFA!important;
}
.btn-wrapper.btn-outline-secondary-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="submit"]:hover,
.btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="button"]:hover {
	color:#343a40!important;
}


/* Override for tertiary button */


/* ----------------------------------------------------------------------------------- */
/*  HubSpot Forms */
/* ----------------------------------------------------------------------------------- */

fieldset {
	font-size: 1rem;
	padding: 0.25rem 0;
	max-width: none !important;
}
fieldset > div .input {
	margin: 0 !important;
}
fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]),
fieldset div {
	width: 100% !important
}
@media only screen and (min-width: 992px) {
	fieldset {
		display: flex;
		gap: 24px;
	}
	fieldset div {
		flex: 1;

	}
}

fieldset .field {
	margin: 0 0 0.625rem;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #171b25;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #171b25;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #171b25;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #171b25;
}

::placeholder {
	/* Most modern browsers support this now. */
	color: #171b25;;
}

.hs-field-desc {
	font-size: .8em;
	margin: 0 0 .5em;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]),
textarea,
select,
input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
	-webkit-appearance: none;
	color: #171b25;
	background: rgba(255, 255, 255, 1.0);
	font-size: 0.875rem;
	padding: .75rem .75rem;
	border-color: #3D85C6;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):focus:not([type="button"]):focus,
textarea:focus,
select:focus,
input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="button"]):focus:not([type="submit"]):focus {
	border-color: #B4B5B4;
	box-shadow: none;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 2px;
}

select {
	background-image: url("https://4016590.fs1.hubspotusercontent-na1.net/hubfs/4016590/icon-select.png");
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	line-height: 1;
	height: auto;
}

.inputs-list {
	margin: 0;
	padding: 0;
}

.inputs-list li {
	list-style: none;
}

.hs-error-msgs {
	font-size: .8rem;
	color: #dc3545;
	margin: .5rem 0 0;
}

.hs_submit {
	margin-top: 1rem;
}

.form-input-lg input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), .form-control-lg {
	height: 3.875rem;
	font-size: 1.25rem
	padding: 0 15px;
}

.form-input-md input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), .form-control-md {
	height: 3.5rem;
	font-size: 0.875rem
	padding: 0 15px;
}

.form-input-sm input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), .form-control-md {
	height: 2.875rem;
	font-size: 0.75rem
	padding: 0 15px;
}

.field > label, .form-group label {
	margin: 0 0 0.3rem;
	color: #16565a;
	font-size: 0.875rem;
}

.form-control, input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]),
textarea,
select,
input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
	-webkit-appearance: none;
	height: auto;
	color: #171b25;
	height: 3.5rem;
	padding: 0 15px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	max-width: 100%;
	width: 100%;
}

.form-control:focus, input:focus:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]),
textarea:focus,
select:focus {
	border-color: #B4B5B4;
	box-shadow: none;
}

textarea {
    padding-top: .75rem;
    padding-bottom: .75rem;
    min-height: 75px;
}

.form-control-lg, .form-wrapper-lg input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
	height: 3.875rem;
	font-size: 1.25rem
	padding: 0 15px;
}

.form-control-md, .form-wrapper-md input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
	height: 3.5rem;
	font-size: 0.875rem
	padding: 0 15px;
}

.form-control-sm, .form-wrapper-sm input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
	height: 2.875rem;
	font-size: 0.75rem
	padding: 0 15px;
}

.form-control-lg input[type=submit].hs-button.primary,
.form-control-lg input[type=submit].hs-button.secondary,
.form-wrapper-lg input[type=submit].hs-button.primary,
.form-wrapper-lg input[type=submit].hs-button.secondary {
	height: 3.875rem;
	padding: 0 1.875rem !important;
	font-size: 1.25rem
}

.form-control-md input[type=submit].hs-button.primary,
.form-control-md input[type=submit].hs-button.secondary,
.form-wrapper-md input[type=submit].hs-button.primary,
.form-wrapper-md input[type=submit].hs-button.secondary {
	height: 3.5rem;
	padding: 0 2.8125rem  !important;
	font-size: 0.875rem
}

.form-control-sm input[type=submit].hs-button.primary,
.form-control-sm input[type=submit].hs-button.secondary,
.form-wrapper-sm input[type=submit].hs-button.primary,
.form-wrapper-sm input[type=submit].hs-button.secondary {
	height: 2.875rem;
	padding: 0 1.125rem  !important;
	font-size: 0.75rem
}

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

form#email-prefs-form input.email-edit.hs-input {
    width: 100% !important;
}

label.hs-error-msg {
    font-size: .75rem;
    line-height: 1.2;
}

input#hs-pwd-widget-password {
	width: 100%;
	height: initial !important;
	padding: .6rem;
	margin-bottom: 1rem;
	margin-top: 1rem !important;
}

.tf-multicol-media .responsive-video {
	height: 0;
	padding: 0 0 56.25%;
	position: relative;
}

.tf-multicol-media video {
	max-width: 100%;
	height: auto;
}

.tf-multicol-media iframe {
	max-width: 100%;
	height: 100%;
}

.tf-multicol-media .responsive-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.tf-multicol-media .section-heading {
	margin: 0 0 1.25rem;
	padding: 0;
}
.tf-multicol-media .section-description {
	margin: 0 0 1.25rem;
	padding: 0;
}
.tf-multicol-media .responsive-video-file {
	max-width: 100%;
}
.tf-multicol-media .responsive-image img {
	max-width: 100%;
	height: auto;
}
.tf-multicol-media .col-subheading { 
	font-size: 1rem;
	margin: 0 0 0.625rem;
}
.tf-multicol-media .col-heading {
  margin-top:15px;
	padding: 0;
}
.tf-multicol-media.tf-bg-image .tf-col {
	padding: 6.25rem 4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-right: solid 1px #f5f7f9;
	border-right: solid 1px var(--secondary);
}
.tf-multicol-media.tf-bg-image .tf-col:last-of-type {
	border-right: none;
}
.tf-multicol-media.tf-bg-image .tf-col .form-control {
	padding: 3.125rem 0 0;
}
.tf-multicol-media.tf-bg-image .tf-col::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.tf-multicol-media.tf-bg-image .tf-col .content-wrapper {
	position: relative;
	z-index: 2;
}
.tf-multicol-media.text-white .col-subheading,
.tf-multicol-media.text-white .col-heading,
.tf-multicol-media.text-white .col-content,
.tf-multicol-media.text-light .col-subheading,
.tf-multicol-media.text-light .col-heading,
.tf-multicol-media.text-light .col-content,
.tf-multicol-media.text-dark .col-subheading,
.tf-multicol-media.text-dark .col-heading,
.tf-multicol-media.text-dark .col-content,
.tf-multicol-media.text-primary .col-subheading,
.tf-multicol-media.text-primary .col-heading,
.tf-multicol-media.text-primary .col-content,
.tf-multicol-media.text-secondary .col-subheading,
.tf-multicol-media.text-secondary .col-heading,
.tf-multicol-media.text-secondary .col-content,
.tf-multicol-media.text-tertiary .col-subheading,
.tf-multicol-media.text-tertiary .col-heading,
.tf-multicol-media.text-tertiary .col-content  {
	color: inherit;
}
.tf-multicol-media .tf-valign-top {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.tf-multicol-media .tf-valign-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tf-multicol-media .tf-valign-bottom {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.tf-multicol-media .tf-valign-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media (max-width: 768px) {
	.tf-multicol-media .tf-col {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
ul.slick-dots,
footer ul,
.tf-two-col-07 .tf-feature-check {
    list-style-image: none;
}
.lang_switcher_class {
    display: block !important;
}
.lang_list_class {
    list-style: none;
}