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

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



/* ==========================================================================
Index:         
1. BASE STYLES 
- Fonts
- Variables
- Macros
- Base
- Typography
========================================================================== */

/* ==========================================================================
1. BASE STYLES                                             
========================================================================== */

/* ==========================================================================
Fonts                                               
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'icomoon'; 
  src:  url('https://6879283.fs1.hubspotusercontent-na1.net/hubfs/6879283/icomoon.eot?vnltc');
  src:  url('https://6879283.fs1.hubspotusercontent-na1.net/hubfs/6879283/icomoon.eot?vnltc#iefix') format('embedded-opentype'),
    url('https://6879283.fs1.hubspotusercontent-na1.net/hubfs/6879283/icomoon.ttf?vnltc') format('truetype'),
    url('https://6879283.fs1.hubspotusercontent-na1.net/hubfs/6879283/icomoon.woff?vnltc') format('woff'),
    url('https://6879283.fs1.hubspotusercontent-na1.net/hubfs/6879283/icomoon.svg?vnltc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\e90a";
}
.icon-caret-down:before {
  content: "\e908";
}
.icon-home:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e907";
}
.icon-arrow-next:before {
  content: "\e905";
}
.icon-arrow-prev:before {
  content: "\e906";
}
.icon-quote:before {
  content: "\e903";
}
.icon-tick:before {
  content: "\e904";
}
.icon-star:before {
  content: "\e902";
}
.icon-user:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-location:before {
  content: "\e947";
}


/* ==========================================================================
Variables                                               
========================================================================== */


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
  
   




 






/* Typography */
  

 


/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */



/* ==========================================================================
Base                                                    
========================================================================== */


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #4F4F4F;
  font-family: Nunito Sans, Arial, Sans-Serif;
  font-size: 18px;
  line-height: 1.389;
}

/**
* Page Center
*
* Apply .page-center to full-width modules.
*/
.row-fluid [class*="span"] {
  min-height: 1px;
}
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
}
a { color: #10CAE8; text-decoration: underline;}
/*a:hover, a:focus { text-decoration: none; }*/

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #4F4F4F;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #4F4F4F;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}
a, button, input[type="submit"] {
  transition: .25s ease-in-out;
  transition-property: opacity, visibility, border, box-shadow, color, background;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}

.text-hide {
  font-size: 0;
  line-height: 0;
}
.page-center {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.page-center.center-small {
  max-width: 1080px;
}
.page-center .center-small {
  max-width: 1080px;
  margin: 0 auto;
}

/* forms reset */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

label {
  display: block;
  color: #35393F;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.667;
  margin: 0;
  margin: 0 0 13px;
  
}
label span:empty {
  display: none !important;
}
label .hs-form-required {
  color: #FF5C5C;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, 
.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border-radius: 5px;
  transition: .15s ease-in-out;
  transition-property: box-shadow, border-color, color;
  box-shadow: none;
  width: 100% !important;
  background: #fff;
   border: 1px solid rgba(1, 87, 131, 0.4);
  color: #828282;
  font: 400 13px/16px "Nunito Sans", Arial;
  height: 52px;
  padding: 17px 25px;
}
input::-webkit-input-placeholder {
  color: #828282;
}

input::-moz-placeholder {
  opacity: 1;
  color: #828282;
}

input:-moz-placeholder {
  color: #828282;
}

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


input:not(type="submit"):focus, textarea:focus, select:focus {
  box-shadow: 5px 5px 40px rgba(1, 87, 131, 0.4);
}
input.invalid, input.error, textarea.error, textarea.invalid, select.invalid, select.error {
  border-color: #FF5C5C;
}
select {  
  box-sizing: border-box;
  border-radius: 5px;
  transition: .3s ease-in-out;
  transition-property: border-color, color;
  box-shadow: none;
  width: 100% !important;
  background: #fff;
  font: 600 13px/16px "Work Sans", Arial;
  height: 52px;
  padding: 17px 25px;
   border: 1px solid rgba(1, 87, 131, 0.4);
  color: #073C56;
}

textarea {
  resize: vertical;
  vertical-align: top;
}
.hs-custom-form .input {
  margin: 0 !important;
}
.hs-custom-form fieldset {
  display: block;
  position: relative;
  margin: 0 -14px !important;
  max-width: inherit !important;
}
.hs-custom-form .hs-form-field {
  padding-bottom: 29px;
}
.hs-custom-form fieldset .hs-form-field {
  padding: 0 14px 29px;
  margin: 0 !important;
}

.hs-custom-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_error_rollup {
  margin: 0 0 20px;
}
.hs-error-msgs label{
  font-size: 12px;
  color: #EF5248 !important;
  line-height: 12px;
  padding: 7px 0 0;
}
.hs-custom-form .inputs-list li {
  padding: 0 0 17px;
}
.hs-custom-form .inputs-list li:last-child {
  padding: 0;
}
.hs-custom-form .inputs-list li label {
  margin: 0;
}
.hs-custom-form .hs-form-booleancheckbox-display > span{
  position: relative;
  display: block;
  padding: 0 0 0 39px;
}
.hs-custom-form .hs-form-booleancheckbox-display > span:before {
  position: absolute;
  left: 0;
  top: 4px;
  background: #fff;
  border: 1px solid #BDBDBD;
  width: 16px;
  border-radius: 2px;
  content: "";
  height: 16px;
}
.hs-custom-form .hs-form-booleancheckbox-display > span:after {
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  content: "";
  height: 8px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  background: #7BC678;
  transition: all .15s ease-in-out;
}
.hs-custom-form .hs-form-booleancheckbox-display input[type="checkbox"] {
  display: none;
}
.hs-custom-form .hs-form-booleancheckbox-display input[type="checkbox"]:checked + span:after {
  opacity: 1;
  visibility: visible;
}

/* custom select styles */

.jcf-select {
  box-sizing: border-box;
  border-radius: 5px; 
  transition: .3s ease-in-out;
  transition-property: border-color, color;
  box-shadow: none;
  width: 100% !important;
  background: #fff;
  display: block;
  position: relative;  
  font: 400 13px/16px "Nunito Sans", Arial;
  height: 52px;
  padding: 17px 35px 17px 25px;
  z-index: 1000;
  border: 1px solid rgba(1, 87, 131, 0.4);
  color: #828282;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: left;
  width: 30px;
  font-size: 16px;
  line-height: 20px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -10px 0 0;
  content: "\e908";
  color: #808080;
  font-family: 'icomoon' !important;
  transition: all .15s ease-in-out;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after {
  transform: rotate(180deg);
}
.jcf-select.jcf-drop-active{
  box-shadow: 5px 5px 40px rgba(53, 57, 63, 0.1);
}
.jcf-select.jcf-drop-active:not(.jcf-drop-flipped) {

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.jcf-select.jcf-drop-active.jcf-drop-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body>.jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 999;
}

body>.jcf-select-drop.jcf-drop-flipped .jcf-list{
  margin: 1px 0 0;
  border-radius: 3px 3px 0 0;
  box-shadow: -5px -5px 25px rgba(0, 0, 0, 0.1);
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}


/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #BDBDBD;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #BDBDBD;
  background: #fff;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 5px 17px;
  font-size: 13px;
  line-height: 15px;
  border-radius: 0 0 3px 3px;
  color: #828282;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list ul li .jcf-disabled {
  display: none;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #BDBDBD;
}
.jcf-list ul li:last-child .jcf-option{
  border: 0;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  text-decoration: underline;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}


/* animation elements */

[data-aos="rotate-anim"] {
  transform: rotate(0);
} 

.aos-init[data-aos="rotate-anim"] {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); 
}

/* buttons */
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; 
  cursor: pointer;
}

.hs-button.primary, .hs-button.primary.border {
  -webkit-appearance: none;
  color: #fff;
  outline: none !important;
  display: inline-block;
  border-radius: 30px;
  padding: 18px 15px;
  text-align: center;
  min-width: 241px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
   background: #10CAE8;
  font: 500 16px/1.1875 Work Sans, Helvetica, Arial, Sans-serif;
  box-shadow: 0px 10px 30px rgba(16, 202, 232, 0.2);
  border: 2px solid #10CAE8;
}
.hs-button i {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.hs-button.primary.border:not(:hover):not(:focus) {
  background: none;
  color: #10CAE8;
  box-shadow: none; 
}

.hs-button.primary:hover, .hs-button.primary:focus {
  background: #0db1cb;
  border-color: #0db1cb;
}

.hs-button.primary.border:hover, .hs-button.primary.border:focus {
  border-color: #10CAE8;
  background: #10CAE8;
  color: #fff;
}
.hs-button-text {
  font: 500 16px/1.25 Work Sans, Helvetica, Arial, Sans-serif;
  display: inline-flex;
  vertical-align: top;
  border: 0;
  background: none;
  align-items: center;
  text-decoration: none;
  color: #35393F;
}
.hs-button-text.green {
  color: #7BC678;
}
.hs-button-text.solidblue {
  color: #10CAE8;
}

.hs-button-text .text-holder {
  width: 100%;
  align-items: center;
  display: flex;
}

.hs-button-text span {
  display: block;
}
.hs-button-text i {
  margin: 0 0 0 10px;
  flex-shrink: 0;
  color: #10CAE8;
  transition: all .25s ease-in-out;
}
.hs-button-text i:first-child {
  margin: 0 10px 0 0;
}
.hs-button-text:hover i:last-child, .hs-button-text:focus i:last-child {
  transform: translateX(10px);
}
.hs-button-text.green:hover span, .hs-button-text.green:focus span{
  text-decoration: underline; 
}
.learn-more {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  color: #073C56;
  padding: 0 20px 0 0;
  font: 500 16px/1.25 Work Sans, Helvetica, Arial, Sans-serif;
}
.learn-more:after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "\e901";
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 1;
  color: #7BC678;
  transition: all .25s ease-in-out;
}
a.cta_button {
  box-sizing: border-box !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Work Sans, Helvetica, Arial, Sans-serif
}
h1 {
  color: #015783;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 20px;

}
h2 {
  color: #015783;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 20px;
}
h1 strong, h2 strong {
  font-weight: 700
}
h3 {
  font-size: 18px;
  line-height: 1.667;
  margin: 0 0 18px;
  font-weight: 500;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 25px;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
@media (max-width: 767px){
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  input[type='url'],
  input[type='date'],
  textarea, 
  .form-control, select, .jcf-select {
    height: 40px;
    padding: 11px 19px;
  }
  .jcf-select .jcf-select-opener {
    font-size: 14px;
  }
  label {
    margin: 0 0 5px;
  }
  .hs-custom-form .hs-form-field {
    padding-bottom: 25px;
  }
  .hs-custom-form fieldset .hs-form-field {
    width: 100% !important;
    padding-bottom: 25px;
  }
  .hs-custom-form .hs-form-booleancheckbox-display > span {
    padding-left: 33px;
  }
  blockquote {
    padding-left: 25px;
    margin: 0 0 37px;
  }
}
hr {
  border: 0;
  border-bottom: 1px solid rgba(1,87,131,.4);
  margin: 0 0 32px;
  display: block;
  background: none;
}
.block-bordered h1 + div > hr:first-child {
  margin-top: -32px;
}

/* ==========================================================================
Header                                                    
========================================================================== */
.header-container-wrapper {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  width: 100%;
  background: #F9FAF8;
  background: linear-gradient(to right, #ffffff 0%,#f9faf8 100%);
  padding: 17px 0;
  transition: box-shadow .25s ease-in-out;
}

.header-container-wrapper.fixed {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
}

.header-container-wrapper .container-fluid .row-fluid .page-center {
  max-width: 1364px;
  position: relative;
}
.header-container-wrapper .page-center > div > .row-fluid {
  display: flex;
  align-items: center;
}
.header-container-wrapper .page-center > div > .row-fluid > div {
  width: auto !important;
  margin: 0;
  padding: 0 !important;
}

.header-container-wrapper .page-center > div > .row-fluid:after, 
.header-container-wrapper .page-center > div > .row-fluid:before {
  display: none;
}
.header-container-wrapper .logo-area {
  width: 110px !important;
  margin: 0 40px 0 0 !important; 
  position: relative;
  z-index: 500;

}
.header-container-wrapper .nav-column {
  flex-grow: 1;
}
.header-container-wrapper .hs-button.primary {
  min-width: 195px;
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
}
/* ==========================================================================
Section Head                                                  
========================================================================== */
.section-head{
  margin: 0 auto 108px;
  max-width: 960px;
  text-align: center;
  position: relative;
  z-index: 51;
}
.section-head:last-child {
  margin-bottom: 0;
}
.section-head h2:last-child {
  margin-bottom: 0;
}

.section-head p:last-child {
  margin-bottom: 0;
}
.section-head.has-border {
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(1,87,131,.4);  
  max-width: 100%; 
}
.section-head.has-border .holder {
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-head {
    margin-bottom: 78px;
  }
}

.section-head:last-child {
  margin-bottom: 0;
}

.section-head h2 {
  margin: 0 0 26px;
  padding: 0 12%; 
}

@media (max-width: 1023px) {
  .section-head h2 {
    padding: 0;
  }
  .section-head.has-border {

    padding-bottom: 43px;
  }
}
/* ==========================================================================
Footer                                                    
========================================================================== */
.footer-container-wrapper {
  background: linear-gradient(236.57deg, #187FAF -13.94%, #0E6188 74.56%);
  padding: 80px 0;
  overflow: hidden;
  color: #fff;
  position: relative;
  font-family: "Work Sans", Arial;
}
.footer-container-wrapper .container-fluid .row-fluid .page-center {
  max-width: 1364px;
}
.footer-nav {
  position: relative;
  font-size: 15px;
  line-height: 1.2;

}
.footer-nav .hs-menu-wrapper > ul {
  margin: 0;
  margin: -32px -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.footer-nav .hs-menu-wrapper > ul > li {
  width: 25%;  
  padding: 32px 15px;
}
.footer-nav .hs-menu-wrapper > ul > li > a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 0 0 26px;
  cursor: auto;
  display: block;
  text-transform: uppercase; 
  font-size: 14px;
  font-weight: 700;
}
.footer-nav .hs-menu-wrapper > ul ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav .hs-menu-wrapper > ul ul li {
  padding: 0 0 26px;
}
.footer-nav .hs-menu-wrapper > ul ul li:last-child {
  padding: 0;
}
.footer-nav .hs-menu-wrapper > ul ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-nav .hs-menu-wrapper > ul ul li a:hover {
  color: #A2B7C5;
  text-decoration: underline;
}
.footer-info {
  text-align: right;
  font-size: 11px;
  line-height: 1.27;
  position: relative;
  
}
.footer-info .logo-area {
  margin: 0 0 20px;
  display: inline-block;
  vertical-align: top;
  float: none;
  max-width: 160px;
}
.footer-info .text-box {
  margin: 0 0 24px; 
}
.footer-info .text-box:last-child {
  margin 0; 
}
.footer-info p {
  margin: 0 0 10px;
  font-weight: 500;
}
.footer-info p a {
  color: #fff;
}
.footer-info p a:hover {
  text-decoration: none;
}
.social-networks {
  display: flex;
  align-items: center;
  margin: -17px;
  font-size: 24px;
  line-height: 1;
  padding: 0; 
  list-style: none;
  justify-content: flex-end;;
}
.social-networks li {
  padding: 17px;
}
.social-networks li a {
  color: #ffffff;
  text-decoration: none;
}
.social-networks li a:hover, 
.social-networks li a:focus {
  color: #7193ab;
}
.header-container-wrapper .shadow {
  display: none;
}

.body-container-wrapper {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px){
  .body-container-wrapper {
    padding: 63px 0 0;
  }
  .header-container-wrapper .shadow {
    position: absolute;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 100; 
    display: block;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -17px; 
  }
  .header-container-wrapper {
    padding: 17px 0; 
  }
  .header-container-wrapper .logo-area {
    width: 110px !important;
    margin: 0 15px 0 0 !important; 
  }
  .header-container-wrapper .hs-button.primary {
    min-width: 275px;
  }
  .footer-container-wrapper {
    padding: 46px 0;
  }
}
@media (max-width: 767px){
  .header-container-wrapper .logo-area {
    width: 110px !important;
  }
  .hs-button {
    min-width: 324px !important;
  }
  .page-center {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer-nav {
    float: none !important;
    width: 100%;
  }
  .footer-nav .hs-menu-wrapper > ul {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-nav .hs-menu-wrapper > ul > li {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;  
    position: relative;
    border-bottom: 1px solid #5b93b0; 
  }
  .footer-nav .hs-menu-wrapper > ul > li:nth-child(3),
  .footer-nav .hs-menu-wrapper > ul > li:nth-child(4){
    width: 50%;
  }
  .footer-info {
    text-align: center;
    width: 100% !important;
    float: none !important;
    clear: both;
    padding: 45px 0 0;
  }
  .social-networks {
    justify-content: center;
  }
  .learn-more {
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 18px 15px;
    text-align: center;
    min-width: 320px;
    margin: 0;
    text-decoration: none;
    vertical-align: top; 
    background: #10CAE8;
    font: 500 16px/1.1875 Work Sans, Helvetica, Arial, Sans-serif;
    box-shadow: 0px 10px 30px rgba(16, 202, 232, 0.2);
    border: 2px solid #10CAE8;
  }
  .learn-more:after {
    display: none; 
  }
  .learn-more:hover, .learn-more:focus {
    background: #0db1cb;
    border-color: #0db1cb;
    color: #fff;
  }
}
.learn-more:hover:after, .learn-more:focus:after {
  transform: translateX(12px);
}
@media (max-width: 374px){
  .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-button {
    min-width: 320px !important;
  }
  .hs-button, .learn-more {
    min-width: 100% !important;
  }
}


/* ==========================================================================
Blog Posts                                                    
========================================================================== */
.blog-content-cover {
  padding:40px 0 0;
}
.blog-content-cover h1 {
  /*color: #14709B;*/
  color: #015783;
  margin: 0 0 20px;
}
.blog-section .blog-listing-wrapper {
  border-top: 1px solid #BDBDBD;
  padding-top: 55px;
  padding-bottom: 75px;
}
.post-listing,
.post-listing2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -65px;
  padding: 0 0 65px;
}
.post-listing:last-child,
.post-listing2:last-child {
  padding-bottom: 0;
}
.post-listing .shadow,
.post-listing2 .shadow {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
  z-index: 5;
  height: 473px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
}
.post-listing:hover .shadow,
.post-listing2:hover .shadow {
  z-index:-1;
}
.post-listing .post-item,
.post-listing2 .post-item {
  width: 33.33%;
  padding: 0 30px 20px;
  margin: 0 0 65px;
  position: relative;
}
.post-listing .post-item .detail-featured-image, .post-listing .post-item .post-body img,
.post-listing2 .post-item .detail-featured-image, .post-listing2 .post-item .post-body img{
  display: none !important;
}
.post-item .post-body h2 {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.389;
}
.post-item p {
  margin: 0 0 5px;
}
.post-item p em {
  font-style: normal;
}
.post-item p u {
  text-decoration: none;
}
.post-item p b, .post-item p strong {
  font-weight: 400;
}
.post-listing .post-item:hover,
.post-listing2 .post-item:hover {
  z-index: 10;
}
.post-item:hover .featured-image .has-image, .post-item:hover .featured-logo img {
  transform: scale(1.1);
}
.post-listing .post-item:hover .featured-image .featured-img-div,
.post-listing2 .post-item:hover .featured-image  .featured-img-div {
  transform: scale(1.1);
}

.featured-image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 27px;
}
.featured-image .has-image {
  transition: .3s ease-in-out;
}
.featured-img-div {
  width: 100%;
  height: 165px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: .3s ease-in-out;
}
.post-item.postWhite .featured-img-div{
  background-position: 50% -60px;
}
.featured-logo {
  overflow: hidden;
  position: relative;
  margin-bottom: 27px;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background: #F9FAF8;
  display: table;
  width: 100%;
}

.featured-logo > a {
  display: table-cell;
  vertical-align: middle; 
  height: 135px;
}
.blog-post-wrapper .detail-post-body {
  padding: 0 0 20px;
}
.featured-logo img {
  max-height: 100%;
  width: auto;
  max-width: 72%;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}
.post-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #10CAE8;
  color: #fff;
  width: 64px;
  height: 64px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 10px 0 0;
}
.post-icon img {
  max-width: 23px;
  transform: none !important;
}
.post-item {
  box-sizing: border-box;
}
.post-item h3 {
  text-transform: uppercase;
  color: #015783;
}
.post-item h3 a {
  color: inherit;
  text-decoration: none;
}
.post-item h3 a:hover {
  color: #7BC678;
}
.post-item .post-header {
  overflow: hidden;
}
.post-item .post-body {
  color: #4F4F4F;
  font-family: "Work Sans", Arial;
}
.post-item .post-body p {
  margin-bottom: 23px;
}
.post-item .more-link {
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.post-item .more-link i {
  font-size: 9px;
  color: #10CAE8;
}
.post-item .more-link:hover {
  color: #7BC678;
}

ul.publish-data {
  margin: 0 -8px 14px -11px;
  padding: 0;
  color: #a2b7c5;
  font: 700 13px/1.3 "Work Sans", Arial;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  text-transform: uppercase;
}

ul.publish-data li {
  padding: 0 8px 0 11px;
  position: relative;
  margin: 0 0 3px;
}
ul.publish-data li:before {
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #a2b7c5;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  content: "";
}
ul.publish-data li a {
  color: #7BC678;
  text-decoration: underline;
  display: flex;
  align-items: start;
}
ul.publish-data li a:hover {
  text-decoration: none;
}
.load-more-btn-area {
  text-align: center;
  position: relative;
  z-index: 100;
}

@media (max-width: 1023px){
  .blog-content-cover {
    padding: 18px 0 0;
  }
  .post-listing,
  .post-listing2 {
    margin: 0 -10px -48px; 
    padding-bottom: 48px;
  }
  .post-listing .post-item, .post-listing2 .post-item {
    padding: 0 10px;
    margin: 0 0 48px;
  }
} 
@media (max-width: 767px){
  .blog-section .blog-listing-wrapper {
    padding: 0 0 66px;
    border: 0;
  }
  .post-listing,
  .post-listing2 {
    justify-content: center;
  }
  .post-listing .post-item, .post-listing2 .post-item {
    width: 100%;
    max-width: 360px;
  }
  .post-item .learn-more:after {
    display:inline-block;
    vertical-align: middle;
    position: static;
    margin: 0 0 0 12px;

  }
  .post-item .learn-more:hover:after , .post-item .learn-more:focus:after  {
    color: #fff;
  }
  .load-more-btn-area {
    padding-top: 27px;
  }
  .post-icon img {
    max-width: 28px;
  }
}




@media (min-width: 768px){
  .post-item .learn-more {
    position: absolute;
    left: 10px;
    bottom: 0;
    max-width: 90%;
    white-space: nowrap; 
  }
}
@media (min-width: 1024px){

  .post-item .learn-more {
    left: 30px;  
  }
}
@media (max-width: 767px){
  .post-item {
    width: 100%;
    max-width: 360px;
  }
  .post-item .learn-more:not(:hover):not(:focus){
    background: none;
    color: #35393F;
    box-shadow: none;
  }
  ul.publish-data {
    font-size: 13px;
  }
  .jcf-list .jcf-option {
    padding: 21px 0;
  }
} 


/* load more styles */
.load-more-btn-area {
  text-align: center;
}

/* breadcrumb styles */
/*
.page-header .hs-breadcrumb-menu {
margin: 0 -10px;
padding: 0;
list-style: none;
display: flex;
color: #A2B7C5;
align-items: center;
flex-flow: row wrap;
text-transform: uppercase;
font: 500 13px/16px "Work Sans", Arial;
}
.page-header .hs-breadcrumb-menu > li:before {
padding: 0 10px;
content: ""; 
color: #A2B7C5;
line-height: 1;
display: inline-block;
vertical-align: middle;
font-family: 'icomoon' !important;
}
.page-header .hs-breadcrumb-menu > li + li:before {
content: "\e90a"; 
}
.page-header .hs-breadcrumb-menu > li > a{
color: inherit;
text-decoration: none;
}
.page-header .hs-breadcrumb-menu i {
font-size: 10px;
display: block;
line-height: 1;
}
.page-header .hs-breadcrumb-menu > li > a:hover{
color: #35393F;
}
.page-header .hs-breadcrumb-menu > li:last-child {
color: #35393F;
}
@media (max-width: 767px){
.page-header .hs-breadcrumb-menu {
font-size: 10px;
margin: 0 -7px;
}
.page-header .hs-breadcrumb-menu > li:before {
padding: 0 7px;
}
}
*/

/* blog breadcrumb */
ul.hs-breadcrumb-menu {
  overflow: hidden;
  margin: 0 -8px 30px;
  display: flex;
  flex-flow: row wrap;
}
ul.hs-breadcrumb-menu .text-hide {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  display: inline-block;
}
ul.hs-breadcrumb-menu li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
ul.hs-breadcrumb-menu li i {
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0;
}

ul.hs-breadcrumb-menu li:first-child {
  background:none !important;
}

ul.hs-breadcrumb-menu li:before {
  padding: 0 8px;
  margin-top: 1px;
  content: "";
  color: #a2b7c5;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  font-family: 'icomoon' !important;
}
ul.hs-breadcrumb-menu li + li:before {
  content: "\e90a";
}
ul.hs-breadcrumb-menu li {
  font-family: 'Work Sans',sans-serif;
  font-size: 13px;
  color: #A2B7C5;
  font-weight:500;
  text-transform: uppercase;

}
ul.hs-breadcrumb-menu a:hover, ul.hs-breadcrumb-menu a:focus {
  color: #35393F;
}

ul.hs-breadcrumb-menu li:last-child {
  color: #35393F;
}
ul.hs-breadcrumb-menu a {
  color: #A2B7C5;
  text-decoration: none;
}
ul.hs-breadcrumb-menu a i.icon-home {
  color: #A2B7C5;
}
.page-header.dark ul.hs-breadcrumb-menu li i.icon-home,
.page-header.has-bg ul.hs-breadcrumb-menu li i.icon-home{
  color: #fff ;
}
ul.hs-breadcrumb-menu li span.hs-breadcrumb-label {
  color: #35393F;
}
ul.hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  padding-left: 13px;
}

@media (max-width: 767px){
  ul.hs-breadcrumb-menu {

    margin: 0 -5px 10px;
  }
  .blog-content-cover h1 {
    margin: 0 0 20px;
  }
  ul.hs-breadcrumb-menu li {
    font-size: 10px;
  }
  ul.hs-breadcrumb-menu li::before {
    margin: 0;
    font-size: 13px; 
    padding: 0 5px;
  }
  ul.hs-breadcrumb-menu li i {
    margin-top: 1px;
  }
}

.post-tag {
  margin: 0 -10px 0 -12px;
  padding: 0;
  list-style: none;
  display: flex; 
  flex-flow: row wrap;
}
.post-tag li {
  padding: 0 10px 0 12px;
  position: relative;
}
.post-tag li + li:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  content: "";
  margin: -1px 0 0;
}
.post-tag i {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
  padding-top: 3px;
  margin-right: 7px;
}
.post-tag,
.post-tag a {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.post-tag span {
  margin-left:3px;
}
.post-tag a:hover,
.post-tag a:hover i {
  text-decoration: underline;
}
.hs-author-profile {
  display: flex;
  align-items: center;
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
  margin: 0 0 25px;
}
.hs-author-profile h3 {
  margin: 0 0 0 20px;
  flex-grow: 1;
  overflow: hidden;
}
.hs-author-profile .hs-author-avatar {
  width: 58px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}


/* blog detail page */

.hs-blog-post .blog-content-cover {
  padding:40px 0 75px;
} 

.hs-blog-post .detail-post-header ul.publish-data {
  margin-bottom:35px;
}
.detail-post-header {
  position: relative;
  overflow: hidden;
}
.publish-data .icon {
  display: inline-block;
  margin-right: 11px;
  vertical-align: middle;
  max-width: 19px;
}

.blog-detail-cover {
  border-top: 1px solid #BDBDBD;
  padding: 50px 0;
}
.detail-featured-image {
  margin: 0 0 45px;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.postWhite .detail-featured-image {
  background-position: 50% -170px;
}
.detail-author-name .hs-author-avatar {
  display: inline-block;
  margin-right: 20px;
}
.detail-author-name .hs-author-avatar img {
  border-radius: 50%;
}
.detail-author-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.detail-author-name a {
  color: #A2B7C5;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.detail-post-body {
  color: #636363;
}
.detail-post-body blockquote {
  color: #015783;
  font-style: italic;
  font-weight: 600;
  border-left: 3px solid #015783;
  padding-left: 40px;
  margin: 50px 0 60px; 
  display: inline-block;
  vertical-align: top;
  width: 100%; 
}
.detail-post-body .hs-embed-wrapper {
  margin-bottom: 60px !important;
  display: block;
}
.detail-post-body h2 {
  color: #35393f;
  margin-bottom: 10px;
}
.detail-post-body p {
  margin-bottom: 28px;
}

.detail-post-body h2:last-child {
  margin-bottom: 0;
}
.detail-post-body h3 {
  color: #35393F;
}

.detail-post-body ul {
  font-size: 16px;
  color: #828282;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 40px;
}
.detail-post-body ul li {
  padding-left: 10px;
  margin-bottom: 20px;
}
.detail-post-body img {
  width:100%;
  margin:70px 0px 50px;
}
.detail-post-body p:first-child img {
  margin-top: 0;
}
.detail-post-body .img-bottom-caption {
  margin: -46px 0 28px;
}
.blog-sharing-col {
  margin-bottom:34px;
}
.blog-sharing-col:last-child {
  margin-bottom: 0;
}
.blog-sharing-col a {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  color: #10CAE8;
  font-size: 18px;
  border: 2px solid #10CAE8;
  border-radius: 50%;
  margin-right:12px;
}
.blog-sharing-col a:hover,
.blog-sharing-col a:focus {
  background:#10CAE8;
  color: #fff;
}
.bottom-topic-div {
  margin-bottom:30px;
}
.bottom-topic-div:last-child {
  margin-bottom: 0;
}
.bottom-topic-div a.topic-link {
  display: inline-block;
  background: #f5f5f5; 
  min-width: 145px;
  color: #14709B;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  padding: 6px 20px;
  margin-right: 4px;
  margin-bottom: 10px;
}

.sidebar {
  max-width: 242px;
  flex-shrink: 0;
  margin: 61px 0 0 78px !important;
}

.page-results .sidebar, .content-two-cols .sidebar {
  margin-top: 0 !important;
}

.topic-sidebar {
  border: 1px solid #BDBDBD;
  padding: 0;
  position: relative;
}
.topic-sidebar h3 {
  background: #F9FAF8;
  font-family: Nunito Sans,Arial,Sans-Serif;
  color: #35393F;
  font-size: 13px;
  font-weight: 700;
  padding: 18px 40px;
  margin:0px;
}
.topic-sidebar h3 i {
  font-size: 11px;
  margin: 0 0 0 5px;
}
.topic-sidebar .widget-module {
  margin: 0px;
  padding: 0px 40px 22px;
}
.topic-sidebar .widget-module ul {
  margin: 0px;
  padding: 15px 0px 0;
  list-style: none;
}
.topic-sidebar .widget-module ul li a, .topic-sidebar .filter-expand-link {
  display: block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #BDBDBD;
  font-family: Nunito Sans,Arial,Sans-Serif;
  color: #35393F;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: .25s ease-in-out;
  padding: 20px 0px 17px 17px;
}
.topic-sidebar .filter-expand-link {
  border: 0;
}
.topic-sidebar .widget-module ul li a:before, .topic-sidebar .filter-expand-link:before {
  content:'';
  position: absolute;
  top: 25px;
  left: 0px;
  width:5px;
  height:5px;
  border: 1.5px solid #7BC678;
  border-top: 0px;
  border-right: 0px;
  transform: matrix(-0.71, -0.7, 0.72, -0.71, 0, 0);
}
.topic-sidebar .widget-module ul li.active a {
  color:#7BC678;
  text-decoration: underline;
  pointer-events: none;
}
.topic-sidebar .widget-module ul li a span {
  display:none;
}
.topic-sidebar .widget-module ul li:last-child a {
  border:0px;
}
.topic-sidebar .widget-module ul li a:hover, .topic-sidebar .widget-module ul li a:focus,
.topic-sidebar .filter-expand-link:hover, .topic-sidebar .filter-expand-link:focus{
  color:#7BC678;
  text-decoration: underline;
}

.blog-detail-cover .row-fluid {
  display: flex;
  align-items: flex-start;
}
.blog-detail-cover .row-fluid:after,.blog-detail-cover .row-fluid:before {
  display: none;
}
.blog-detail-cover .blog-detail-left-area {
  flex-grow: 1;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs-blog-post .section-posts {
  position: relative;
  background: none;
  padding: 0 0 80px;
}
.hs-blog-post .section-posts .section-head {
  border-bottom: 0;
  padding: 50px 0 0;
  margin: 0 0 35px;
  border-top: 1px solid #BDBDBD;

}
.hs-blog-post .section-posts .section-head h2 {
  color: #333333;
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
  text-align: left;
  padding: 0;
}
.post-icon {
  -ms-flex-align: center;
  align-items: center;
}
.download-free-guide-form .submitted-message {
  margin: 0 0 15px;
  text-align: center;
}

@media screen and (max-width: 1199px) {  
  .sidebar {
    margin-left: 30px !important;
  }
  .topic-sidebar .widget-module {
    padding: 0 30px 22px;
  }
}

@media screen and (max-width: 1023px) { 
  .hs-blog-post .blog-content-cover {
    padding:40px 0;
  }
  .blog-detail-cover .row-fluid {
    display: block; 
  }
  .blog-detail-cover .blog-detail-left-area {
    width: 100% !important;
  }
  .hs-blog-post .blog-detail-cover {
    padding: 40px 0 0;
  }
  .sidebar {
    float: none !important;
    overflow: hidden;
    width: 100% !important;
    max-width: 500px;
    margin: 38px auto 0 !important;
  }
  .page-results .sidebar, .content-two-cols .sidebar {
    margin-top: 38px !important;
  }
  .request-demo-banner h3 {
    padding-right: 20px;
  }
  .newsletter-area {
    padding: 50px 0px 55px;
  }
  .newsletter-area .page-center {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter-left-text {
    margin: 0 auto;
    text-align: center;
  }
  .newsletter-form {
    margin: 0 auto;
  }
  .hs-blog-post .section-posts {
    padding-bottom: 70px;
  }
  .hs-blog-post .section-posts .section-head {
    padding-top: 27px;
    margin-bottom: 25px;
  }
  .detail-post-body blockquote {
    margin: 10px 0 40px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) { 
  .download-free-guide-form {
    max-width: 100%;
  }
  .request-demo-banner {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 45px 40px;
  }
  .request-demo-banner h3 {
    max-width: 100%;
    padding-right: 0px;
    margin: 0px 0px 30px;
  }
  .newsletter-form .hs-button.primary.large {
    min-width: 200px !important;
  }
  .detail-post-body br {
    display: block;
  }
}


@media screen and (max-width: 620px) { 
  .download-free-guide-form {
    max-width: 680px;
    width: 100%;
    background: #f9faf8;
    padding: 30px 40px 50px;
    margin-bottom: 60px;
  }
  .download-free-guide-form .hs-button.primary.large {
    min-width: 100% !important;
  }
}

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

  .blog-content-cover li.hs-breadcrumb-menu-item {
    margin-bottom: 7px;
  }
  .download-free-guide-form {
    padding: 20px 20px 45px;
  }
  .bottom-topic-div a.topic-link {
    min-width: 138px;
  }
  .request-demo-banner {
    padding: 45px 20px;
  }
  .request-demo-banner .hs-button.primary {
    min-width: 240px !important;
  }
  .newsletter-form .hs-input {
    padding: 2px 30px 0px 58px;
  }
  .newsletter-form .hs_submit.hs-submit {
    position: static;
    margin-top: 10px;
  }
  .newsletter-form .hs-button.primary.large {
    min-width: 100% !important;
  }
}
/* post result listing page styles */
.post-listing .post-item .post-body h2{
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: 400;
}
.blog-results {
  position: relative;
}
.blog-results h3 {
  margin: 0 0 50px;
}

.page-results .blog-listing-wrapper {
  padding: 40px 0 0;
  border: 0;
}
.page-results .post-listing {
  margin: -20px -22px;
  padding: 0;
}

.page-results .post-listing .post-item {
  padding: 20px 22px;
  margin: 0;
}

.page-results .post-listing .post-item .hs-featured-image {
  margin: 0;
  float: none;
  max-width: 100%;
}

.page-results .post-listing .post-item .post-holder {
  background: #fff;
  box-shadow: 5px 5px 40px rgba(53, 57, 63, .1);
  border-radius: 5px;
  position: relative;
  min-height: 360px;
  display: block;
  text-decoration: none;
  padding: 72px 40px 90px;
  -webkit-transition: none;
  transition: none;
}

.page-results .post-listing .post-item .post-holder:hover {
  background: #14709B;
  background: linear-gradient(145.86deg, #0FBCD8 -48.76%, #14709B 137.73%);
}

.page-results .post-listing .post-item .post-holder:hover h3 {
  color: #fff;
}

.page-results .post-listing .post-item .post-holder:hover .more-link {
  color: #fff;
  background: #10cae8;
}

.page-results .post-listing .post-item .post-holder:hover .more-link i {
  color: #fff;
}

.page-results .post-listing .post-item .post-holder:hover .img-normal {
  display: none;
}

.page-results .post-listing .post-item .post-holder:hover .img-hover {
  display: block;
}

.page-results .post-listing .post-item .hs-featured-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  margin: 0 0 30px;
}

.page-results .post-listing .post-item .hs-featured-image-wrapper:last-child {
  margin-bottom: 0;
}

.page-results .post-listing .post-item h3 {
  margin: 0;
}

.page-results .post-listing .post-item h3 a {
  -webkit-transition: none;
  transition: none;
}

.page-results .post-listing .post-item h3 a:hover,
.page-results .post-listing .post-item h3 a:focus {
  color: #fff;
}

.page-results .post-listing .img-hover {
  display: none;
}

.page-results .post-listing .more-link {
  position: absolute;
  right: 52px;
  bottom: 45px;
  border-radius: 50%;
  border: 1px solid #10CAE8;
  width: 35px;
  color: #10CAE8;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 1199px) {
  .blog-results h3 {
    margin: 0 0 40px;
  }
}

@media (max-width: 1023px) {
  .page-results .blog-listing-wrapper {
    padding: 20px 0 0;
  }

  .blog-results h3 {
    margin: 0 0 23px;
  }

  .detail-post-body .hs-embed-wrapper {
    margin-bottom: 30px !important;
  }

  .page-results .post-listing .post-item .post-holder {
    padding: 40px 25px 90px;
    min-height: 329px;
  }

  .page-results .post-listing .post-item .hs-featured-image-wrapper {
    margin: 0 0 20px;
  }

  .page-results .post-listing .more-link {
    right: 25px;
  }
}

@media (max-width: 767px) {
  .page-results .post-listing {
    margin: -24px;
  }

  .page-results .post-listing .post-item {
    padding: 24px;
  }
}
/* page results blog detail styles */

.page-results.hs-blog-post .blog-detail-cover {
  padding: 80px 0 5px;
}
@media (max-width: 1023px){ 
  .page-results.hs-blog-listing .blog-detail-cover {
    padding: 25px 0 0;
  }
  .page-results.hs-blog-post .blog-detail-cover {
    padding: 40px 0 0;
  }
}

/* Content Two Columns */
.content-two-cols {
  position: relative;
  padding: 50px 0;
} 

.content-two-cols .content-main {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
@media(min-width: 1024px) {
  .content-two-cols {
    padding: 83px 0 120px;
  }
  .page-about .content-two-cols {
    padding-bottom: 60px;
  }
  .content-two-cols .content-main {
    flex-grow: 1; 
    margin: 0 !important; 
    width: 0 !important;
  }
  .content-two-cols > div > .row-fluid {
    display: flex;
    align-items: flex-start;
  }
  .content-two-cols > div > .row-fluid:after, 
  .content-two-cols > div > .row-fluid:before {
    display: none;
  }
}
/* bordered block generic styles */
.block-bordered {
  position: relative;
}
.block-bordered.has-top-padding {
  padding-top: 85px; 
}
.block-bordered.has-bottom-padding {
  padding-bottom: 90px;
}
.block-bordered.has-border {
  border-top: 1px solid rgba(1,87,131,.4);
}
.block-bordered > h1 {
  margin: 0 0 64px;
}
.block-bordered .hs-cta-wrapper {
  padding-top: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%; 
}
.block-bordered h3 {
  color: #14709B;
}
.block-bordered > .img-holder {
  margin: 0 0 60px;
  overflow: hidden;
  position: relative;
}
.block-bordered > .img-holder img {
  display: block;
  margin: 0 auto; 
}
.block-bordered > .img-holder.has-video:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .65;
  content: "";
}
.block-bordered > .img-holder.has-video .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 117px;
  height: 117px;
  z-index: 50;
  transform: translate(-50%, -50%);
  background: url("https://6879283.fs1.hubspotusercontent-na1.net/hubfs/6879283/images/btn-play.svg") no-repeat;
  background-size: 100% auto;
}
.block-bordered > h2 {
  margin: 0 0 15px;
}
.block-bordered>  p {
  margin: 0 0 17px;
}
.block-bordered >.img-holder:last-child, .block-bordered >h2:last-child, .block-bordered >p:last-child, .block-bordered > h1:last-child {
  margin-bottom: 0;
}
.block-bordered .section-head {
	margin: 0 0 49px;
	max-width: 100%;
	text-align: left;
}

.block-bordered .section-head h2 {
	margin: 0 0 8px;
	padding: 0;
}

.block-bordered .section-head h2:last-child {
	margin-bottom: 0;
}

.block-bordered .section-head p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1023px){
  .block-bordered.has-top-padding {
    padding-top: 50px; 
  }
  .block-bordered.has-bottom-padding {
    padding-bottom: 55px;
  }
  .block-bordered > h1 {
    margin: 0 0 35px;
  }
  .block-bordered > .img-holder {
    margin: 0 0 25px;
  }
}
.bullet-list {
  margin: 0;
  padding: 8px 0 70px;
  color: #A2B7C5;
  list-style: none;
  font-weight: 500;  
  font-family: "Work Sans", Arial;
}
.bullet-list:last-child {
  margin-bottom: 0;
}
.bullet-list li {
  margin: 0 0 18px;
  position: relative;
  padding: 1px 0 1px 44px;
  text-transform: uppercase;
}
.bullet-list li:before {
  position: absolute;
  left: 0;
  background: url(https://6879283.fs1.hubspotusercontent-na1.net/hubfs/6879283/images/icon-bullet.png) no-repeat;
  top: 0;
  background-size: 100% auto;
  width: 27px;
  height: 27px;
  content: "";
  
}
.bullet-list li:last-child {
  margin:0;
}
@media (max-width: 767px){
  .block-bordered > .img-holder.has-video .btn-play {
    width: 61px;
    height: 61px;
  }
}
.download-free-guide-form .hs_error_rollup {
  position: relative;
}
.download-free-guide-form .hs_error_rollup .hs-error-msgs {
  position: absolute;
  left: 0;
  top: -16px; 
}

/*Recaptcha Hidden*/
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
}
.logo-slider-home {
  display: none!important;
}
.section-intro .image-block {
    float: left;
}

@media (max-width:767px) {
.section-intro .image-block img {
      margin-left: 1px!important;
     
}
}
  
@media (max-width:767px) {
.intro-holder img.img-normal {
    display: block;
}
  
@media (max-width:767px) {
.sigma-home-graphic {
    display: none!important;
}