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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/* ==========================================================================
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 {
  scroll-behavior: smooth;
}

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

/* Website background color and default font styles */
body {
  background: #fff;
  color: #828282;
  font-family: DM Sans, Sans-Serif;
  font-size: 16.5px;
  line-height: 1.515;
  font-weight: 400;
}
.icon-Union::before {
    content: "\e907";
}
/**
* 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; }*/
.hs-button.primary, 
input[type=text], 
input[type=email], 
input[type=password], 
input[type=number], 
select, 
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
/*   outline: none; */
  box-shadow: none;
}
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #828282;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #828282;
  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: 1250px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}

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

label {
  display: block;
  color: #34302F;
  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 #BDBDBD;
  color: #828282;
  font: 500 13px/13px "DM 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;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282;
  opacity: 1; /* Firefox */
}

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: 500 13px/13px "DM Sans", Arial;
  height: 52px;
  padding: 17px 25px;
  border: 1px solid #BDBDBD;
  color: #073C56;
  position: relative;
}
select:invalid {
   color: #828282;
}
.hs-fieldtype-select .input{
  position: relative;
}
.hs-fieldtype-select .input:after {
  position: absolute;
  content: '>';
  width: 10px;
  display: block;
  color: #828282;
  transform: rotate(84deg);
  color: #828282;
  transform: rotate(90deg);
  top: calc(50% - 10px);
  right: 20px;
}


 input.hs-button.primary.large:hover {
    background: rgb(171 108 39);
    color: rgb(255,255,255);
   cursor: pointer;
}
 form a:hover{
  color: #bc762a;
}
.form-col p a:hover{
  color: #bc762a;
}
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 29px;
}
.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;
}
/* .hoverLearnMore:hover{
  opacity: 0.8;
  color: #ff8603;
} */

.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;
}
.hs-button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; 
  -webkit-box-shadow: none;
  
}
.nice-select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border-radius: 5px;
  transition: .15s ease-in-out;
  transition-property: all;
  transition-property: box-shadow,border-color,color;
  box-shadow: none;
  outline: none !important;
  width: 100% !important;
  position: relative;
  background: #fff;
  cursor: default;
  border: 1px solid #bdbdbd;
  border-top-color: rgb(189, 189, 189);
  border-right-color: rgb(189, 189, 189);
  border-bottom-color: rgb(189, 189, 189);
  border-left-color: rgb(189, 189, 189);
  color: #828282;
  font: 700 13px/16px 'DM Sans',sans-serif;
  height: 50px;
  padding: 16px 50px 17px 25px;
}


.nice-select:after {
  top: 39%;
  right: 20px;
  transform: translateY(-50%);
  border: solid transparent;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  height: 0;
  width: 0;  
  margin-top: 0;
  position: absolute;
/*   pointer-events: none;
  border-color: rgba(130, 130, 130, 0);
  border-top-color: #828282;
  border-width: 7px;
  margin-left: -7px;
  transform-origin: 0 0; */
  transition: all .25s ease-in-out;
}
.nice-select .current {
  display: block;
}
.nice-select.open:after {
  transform:  translateY(-50%) rotateX(-180deg) ; 
  margin-top: 0px;
  top: 61%;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0 !important;
  border-radius: 0 0 5px 5px;
  max-width:308px !important;
  left: -1px;
  right: -1px;
  background: #fff;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  border: 0.65px solid #BDBDBD;
  box-sizing: border-box;
  padding: 10px 17px 10px;
  font: 600 13px/16px "Nunito Sans";
/*   box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1); */
  border-radius: 0px 0px 3px 3px;
 -webkit-box-shadow: rgba(0,0,0,0.1) 3px 6px 8px 2px;
     -khtml-box-shadow: rgba(0,0,0,0.1) 3px 6px 8px 2px;
       -moz-box-shadow: rgba(0,0,0,0.1) 3px 6px 8px 2px;
            box-shadow: rgba(0,0,0,0.1) 3px 6px 8px 2px;
}

.nice-select .disabled {
  border-color: #ededed;
  color: #999;
  display: none;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
    padding: 13px 0;
    border-bottom: 1px solid #bdbdbd;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    font-size: 13px;
    line-height: 17px;
    font-family: 'DM Sans';
    font-weight: 700;
}
.nice-select .option:last-child{
    border-bottom: none;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: #828282;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}


.detail-post-body h2 {
  color: #34302F;
  font-size: 23px;
  line-height: 1.49;
  margin: 0 0 15px;
}
.detail-post-body h2:last-child {
  margin: 0;
}
.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 29px;
}
.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;
}
.home-page .header-container-wrapper .main-nav ul > li > a{
  color:#fff;
}

.home-page .header-container-wrapper{
  background: none;
  box-shadow: none;
  padding:50px 80px;
}
.home-page .header-container-wrapper .logo-normal{
  display:block;
}
.home-page .header-container-wrapper .logo-fixed {
  display: none;
}
/** header-style **/
.header-container-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-container-wrapper,
.header-container-wrapper.fixed-position{
  background: #fff;
  box-shadow: 0 0 0px 1px rgba(189,189,189,0.5);
  padding:12px 80px;
}
.header-container-wrapper .logo-normal,
.header-container-wrapper.fixed-position .logo-normal {
  display: none;
}
.header-container-wrapper .logo-fixed ,
.header-container-wrapper.fixed-position .logo-fixed {
  display: block;
}

.header-container-wrapper.fixed-position .main-nav ul > li > a,
.header-container-wrapper .main-nav ul > li > a{
  color: #828282;
}
.header-container-wrapper.fixed-position .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2 a,
.header-container-wrapper .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2 a{
  color:#34302f !important;
}
.header-container-wrapper.fixed-position .main-nav ul > li > a:hover,
.header-container-wrapper .main-nav ul > li > a:hover{
  color: #BC762A;
}
.header-container-wrapper {
  padding: 12px 80px;
  transition: linear 0.3s;
}
.header-container-wrapper .logo-box{
  width: 130px;
}
.header-container-wrapper .logo-normal{
  display: none;
  width: 100%;
}
.header-container-wrapper .logo-fixed {
  display: block;
  width: 100%;
}
/* .btn-holder {
  margin-left: 18px !important;
} */
.header-container-wrapper .cta_button{
  margin: 6px 0 0;
}
.main-nav {
  padding: 18px 0 0;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  /*text-transform: capitalize;*/
  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;
  justify-content: flex-end;
}
.main-nav ul > li {
  padding: 0 18px;
  position: relative;
}
.main-nav ul > li.hs-item-has-children:after{
  position: absolute;
  content: '>';
  width: 10px;
  display: block;
  color: #828282;
  transform: rotate(84deg);
  color: #828282;
  transform: rotate(90deg);
  top: 2px;
  right: 4px;
}
.home-page .header-container-wrapper .main-nav ul > li:after{
  color:#fff;
}
.home-page .header-container-wrapper .main-nav ul > li ul li:after{
  display:none;
}

/*.main-nav ul > li.hs-item-has-children:hover:after{*/
.main-nav ul > li.hs-item-has-children.active:after{
  transform: rotate(270deg);
}
.main-nav ul > li.hs-item-has-children:hover:after,
.main-nav ul > li.hs-item-has-children:hover a,
.header-container-wrapper.fixed-position .main-nav ul > li.hs-item-has-children:hover:after{
  color:#bc762a;
  transition: .25s ease-in-out;
  transition-property: opacity, visibility, border, box-shadow, color, background;

}
.header-container-wrapper.fixed-position .main-nav ul > li.hs-item-has-children:after{
  color: #828282;
}
.main-nav ul > li > a {
  text-decoration: none;
  color: #fff;
  position: relative;
  padding:0 0 32px;
}
.main-nav ul > li:hover a{
  color: #BC762A;
}
.main-nav ul > li > div .hs-menu-children-wrapper li:hover a{
  color: #BC762A !important;
}
/* .main-nav ul > li:first-child:hover div .hs-menu-children-wrapper { */
.main-nav ul > li:first-child.active div .hs-menu-children-wrapper { 
  visibility: visible;
  opacity: 1;
}
.main-nav ul > li > div .hs-menu-children-wrapper > li{ 
  position:static;
}
.main-nav ul > li:first-child div .hs-menu-children-wrapper,
.main-nav ul > li:nth-child(3) div .hs-menu-children-wrapper{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top:51px;
  left: 0;
  width: 240px;
  padding: 15px 30px;
  background: #fff;
  transition:0,5s;
  box-shadow: 0 0 1px 0 rgba(130,130,130,0.5);
}
.main-nav ul > li > .dropdown{
  visibility:hidden;
  opacity:0;
  position: absolute;
  top:51px;
  left: 0;
  min-width: 1080px;
  padding: 60px 80px;
  background: #fff;
  transform: translateX(-44%);
  min-height:400px;
  box-shadow: 0 0 1px 0 rgba(130,130,130,0.5);
}
/*.main-nav ul > li:hover .dropdown{
  visibility:visible;
  opacity:1;
}*/
.main-nav ul li .dropdown .hs-menu-children-wrapper{
  display:block;
  width:275px;
  position:relative;
  padding:0;
  float:left;
  margin:-19px 0 0;
  padding-bottom: 20px
}
.main-nav ul > li > .dropdown > .hs-menu-children-wrapper > li:hover .inner-dropdown{
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:100%;
  padding:0 30px;
  background:#fff;
}
.main-nav ul li .dropdown .hs-menu-children-wrapper li .inner-dropdown li.hs-menu-depth-3 > a{
  color:#828282 !important;
  font-weight:400;
  padding: 19px 0px !important;
}
.inner-dropdown li.hs-menu-depth-3:hover a{
  color:#bc762a !important;
}
.sticky-wrap-header-container-wrapper.fixed-position .main-nav ul  li .dropdown .hs-menu-children-wrapper li a{
  color:#34302F;
  font-weight:400;
}
.main-nav ul li .dropdown .hs-menu-children-wrapper li .inner-dropdown li:hover a{
  color:#bc762a !important;
}
.main-nav ul li .dropdown .hs-menu-children-wrapper li .inner-dropdown li a{
  border:none !important;
}
.main-nav ul li .dropdown .hs-menu-children-wrapper li .inner-dropdown li a .icon-image {
    width: 13px;
  max-width:13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.header-container-wrapper .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2.open-list ul.inner-dropdown li a .icon-image {
    width: 13px;
    max-width: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.main-nav ul li .hs-menu-children-wrapper li {
  padding: 0;
  margin: 0;
  display:block;
  text-align: left;
  width: 100%;
  position:relative;
}
/*.main-nav ul li .hs-menu-children-wrapper li.hs-menu-depth-3{
  border: 0;
}*/
.main-nav ul li .hs-menu-children-wrapper li a {
  color: #34302F !important;
  border-top: 0;
  padding: 19px 0 !important;
  max-width: 210px !important;
  display: block;
}
.main-nav ul li .dropdown .hs-menu-children-wrapper li .inner-dropdown{
  display:none;
  margin:0 !important;
  
  overflow: hidden;
  height: 360px;
}
.main-nav ul li .dropdown .hs-menu-children-wrapper li:after{
  display:none;
}
.info-nav .active-branch{border:none;}

/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#BC762A;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#BC762A;
}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  padding: 0 0 32px;
}


/*.main-nav ul li:hover .dropdown .hs-menu-depth-2:first-child .inner-dropdown {*/

.main-nav ul li .dropdown.active .hs-menu-depth-2:first-child .inner-dropdown {
  display: block !important;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  padding: 0 20px;
  background: #fff;
  box-shadow: none;
}
.back-navigation {
  display: none;
}
.footer-container-wrapper .contact-box address {
  width: 150px;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}
.custom-menu-primary ul:first-child li:first-child ul .column-box {
  display: none;
}
.custom-menu-primary ul li .inner-dropdown .column-box {
  display: none;
}
.navigation-toggle{
  position:fixed !important;
}

@media (max-width: 1199px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }
  .main-nav ul{height:calc(100vh) !important;}


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -50px;          /* Position Button at right of screen  */
    right: -25px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 28px 10px 8px 10px;
    background: #ffffff; /* Background color */
    /*border: 1px solid #000000;*/
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
    z-index:9999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#000000;
    background-color: #ffffff; 
    border-color: transparent;
  }
  .btn-contact{display:none !important;}

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000000;
    background-color: #ffffff; 
    border-color: transparent;
  }

  .mobile-open .mobile-trigger i {transform: rotate(45deg);-webkit-transition-duration: 1s;transition-duration: 1s;}
  .mobile-open .mobile-trigger i:before {transform: rotate(90deg);top: 8px;-webkit-transition-duration: 1s;transition-duration: 1s;}
  .mobile-open .mobile-trigger i:before {margin-top: -8px;}
  .mobile-open .mobile-trigger i:after {display: none;}

  .main-nav ul li:first-child div .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    position: relative;
    top:0px;
    left: 0;
    width: auto;
    padding: 0;
    background: #fff;
    transition:0,5s;
  }
  .active-branch ul .widget-type-cta {
    display: block !important;
    border: none !important;
    position: absolute !important;
    bottom: -100px !important;
    width:100% !important;
 }
  .active-branch ul .widget-type-cta .btn-contact{
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block !important;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(188,118,42);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 12px 20px;
    text-shadow: none;
    font-size: 24px;
    line-height: 1.5em;
    width: 300px !important;
    max-width: 300px !important;
    font: 700 15px/20px DM Sans,Sans-Serif;
    color: #fff !important;
    margin:0 auto;
  }
   .active-branch ul .widget-type-cta .btn-contact:hover a {
    background:  rgb(171 108 39);
    color: rgb(255,255,255) !important;
  }
  .btn-holder a:hover{
    background:  rgb(171 108 39) !important;
  }
  
  .btn-contact:hover{
    background:  rgb(171 108 39) !important;
  }
  
  #hs_cos_wrapper_module_1610636720972147 {
    float: none !important;
  }
  .column-box {
    margin: 50px auto;
    float:none !important;
  }

  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #000000; /* Icon color */
  }
  .mobile-open .active-branch{
    transform: none;
  }
  .active-branch {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: auto !important;
    transition: 0.5s;
    transform: translateX(100%);
    /*width: 250px !important;*/
    height: calc(100vh);
    overflow-y: scroll !important;
    padding-bottom: 100px !important;
    border-top: 1px solid #E4E9F1;
    padding:62px 0 0 !important;
    z-index:999;

  }
  .active-branch ul .widget-type-logo {
    position: fixed;
    top: 10px !important;
    content: '';
    left: 25px;
    width: 94px;
    display:block !important;
}
  .main-nav ul li ul .widget-type-rich_text .navigation-toggle{
    z-index: 9999;
    display:block;
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 50px !important;
    height: 50px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 15px 0 0 !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    float: right;
  }
  .child-trigger i::after {
    position: absolute;
    content: '';
    right: 0;
    background-image: url(https://2778894.fs1.hubspotusercontent-na1.net/hubfs/2778894/Rectangle%20280.png);
    width: 11px !important;
    height: 11px;
    background-repeat: no-repeat;
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px;
    /*height: 1px;
    background-color:#ffffff;*/
    display: block;
    color: #828282;

  }

  .child-trigger.child-open i:after{
    -webkit-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  
  .main-nav ul{
    margin:  30px 0 0 !important;
    border-top: 1px solid #E4E9F1 !important;
  }
  .custom-menu-primary.js-enabled{
    position: relative;
    /*padding-top: 44px; 
    margin: 10px 0 10px 0;*/
    padding-top: 0px; 
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    /*display: none;*/
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#ffffff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 15px; /* Font size of top level list items */
    line-height: 19px;
    overflow: visible;
    padding: 24px 0 !important;
    border-bottom: 1px solid #E4E9F1;
    margin:0 15px;
  }
  .main-nav ul li .hs-menu-children-wrapper li a{
    margin:0 auto !important;
    max-width:92% !important;
    position: relative;
    z-index: 9;
  }


  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    background: #fff !important;
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .home-page .custom-menu-primary .hs-menu-wrapper > ul li a{
    padding: 0 10px;
    color:#828282; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .home-page .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#bc762a !important; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

    font-size: 15px; /* Font size of child lists */
  }
  .open-list a{margin:0 !important;}

  /* Level 3 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .hs-item-has-children{
    transform:none;

  }
  .open-list {
    position: fixed !important;
    background: #fff !important;
    height: 100% !important;
    z-index: 999;
    top: -16px !important;
    padding: 17px 0 0 !important;
  }
  .open-list a,
  .header-container-wrapper.fixed-position .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2.open-list a,
  .header-container-wrapper .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2.open-list a{
    text-align: center !important;
    color: #bc762a !important;
  }

  .header-container-wrapper .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2.open-list ul.inner-dropdown li a{
    color:#828282 !important;
    text-align:left !important;
    border:none !important;
  }
  .header-container-wrapper .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2.open-list ul.inner-dropdown li a:hover{
    color: #bc762a !important;
  }
  .open-list ul li a,
  .hs-menu-depth-2.open-list ul li a{
    text-align: left !important;
  }
  .main-nav ul li .hs-menu-children-wrapper li{border:none !important;}

  .open-list  ul li .child-trigger{
    font-size: inherit;
    right:0 !important;
    left:auto;
    top:0;
    z-index: 9999;
  }
  .header-container-wrapper.fixed-position .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2 a,
  .header-container-wrapper .main-nav ul > li > .hs-menu-children-wrapper .hs-menu-depth-2 a{
    color:#828282 !important;
  }
  .navigation-toggle {
    font-size: inherit;
    right: 0 !important;
    left: auto;
    top: 0;
    z-index: 9;
    display: block;
    background: unset;
    border: 0;
    position: fixed !important;
    left: 25px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    background-image: url(https://2778894.fs1.hubspotusercontent-na1.net/hubfs/2778894/Rectangle%20281.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 68px;
    padding:0 !important;
    background-position:0 50%;
  }
  .back-navigation{display:block;}
  .header-container-wrapper {
    padding: 10px 15px;
    background: #fff !important;
  }
  .home-page .header-container-wrapper .logo-normal {
    display: none;
  }
  .home-page .header-container-wrapper .logo-fixed {
    display: block;
  }

  #hs_cos_wrapper_module_1610636720972147 {
    float: right;
  }
  .footer-nav #hs_cos_wrapper_module_1610636720972147{
    display:none;
  }

  .section-posts .page-center{
    padding-top:75px;
  }
  .section-posts .section-head h2{margin: 0 0 19px;}
  .header-container-wrapper .logo-fixed{width:94px;}
  .header-container-wrapper, .header-container-wrapper.fixed-position{
    padding: 10px 25px 15px !important;
  }
  .main-nav ul > li.hs-item-has-children:after{display:none;}
  .main-nav ul li .hs-menu-children-wrapper li{padding:0;}
  .main-nav ul li .inner-dropdown{margin:0 !important;}

}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* ==========================================================================
Footer                                                    
========================================================================== */
.footer-container-wrapper {
  padding: 95px 80px 36px;
  overflow: hidden;
  color: #828282;
  position: relative;
  background: #fff;
  border-top: 1px solid #e4e9f1;
}
.footer-container-wrapper:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 738px;
  height: 447px;
  background: url(https://2778894.fs1.hubspotusercontent-na1.net/hubfs/2778894/bg-footer-img.svg) no-repeat;
  background-size: 100%;
}
.footer-container-wrapper .span12.widget-type-global_group {
  /*position: relative;
  z-index: 1;*/
}
.footer-container-wrapper .container-fluid .row-fluid .page-center {
  /*max-width: 1364px;*/
}
.footer-nav {
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.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: 43%;  
  padding: 32px 15px;
}
.footer-nav .hs-menu-wrapper > ul > li > a {
  color: #828282;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 0 0 26px;
  cursor: auto;
  display: block;
  text-transform: capitalize; 
  font-size: 15px;
  font-weight: 700;
  color: #34302F;
}
.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: #828282;
  text-decoration: none;
}
.footer-nav .hs-menu-wrapper > ul ul li a:hover {
  color: #BC762A;
  transition: .25s ease-in-out;
  text-decoration: underline;
}
.footer-container-wrapper .footer-info {
  float: right;
  width: 320px;
  position: relative;
  z-index: 2;
}
.footer-container-wrapper .footer-info .heading {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 24px;
  color: #34302F;
}
.footer-container-wrapper .footer-info .btn-contact {

}
.footer-container-wrapper .footer-info p a {
  color: #828282;
}
.footer-container-wrapper .footer-info p a:hover {
  text-decoration: none;
}
.footer-container-wrapper .contact-box {
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.footer-container-wrapper .contact-box h3 {
  font-size: 15px;
  color: #34302F;
  margin: 0 0 26px;
}
.footer-container-wrapper .contact-box address {
  padding: 0;
  margin: 0;
  font-style: normal;
  color: #828282;
}
.footer-container-wrapper .contact-box p a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color:#BC762A;
}
.bottom-footer {
  font-size: 11px;
  line-height: 14px;
  color: #34302F;
  padding-top: 39px;
  margin-top: 57px;
  border-top: 1px solid #e4e9f1;
}
.bottom-footer .info-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
  position: relative;
}
.bottom-footer .info-nav ul > li {
  padding: 0 5px;
}
.bottom-footer .info-nav ul > li > a {
  display: block;
  color: #34302F;
}
.active-branch ul .widget-type-logo,
.active-branch ul .widget-type-cta{display:none;}
.footer-container-wrapper .active-branch ul .widget-type-cta {
    display: none !important;
}



@media (max-width: 1439px) {
  .footer-container-wrapper {
    padding: 65px 20px 36px;
  }
  .footer-nav .hs-menu-wrapper > ul > li {
    width: 45%;  
  }
  .footer-container-wrapper:after {
    width: 600px;
    height: 350px;
  }  
}
@media (max-width:1199px) {
  #my-header .menu-box,
  #my-header .menu-box .span10{
    width:98.5%;
  }
  .footer-container-wrapper .footer-info {
    width: 260px;
  }
  .footer-nav .hs-menu-wrapper > ul > li {
    width: 50%; 
    float:left;
  }
  .footer-nav .hs-menu-wrapper > ul ul li {
    padding: 0 0 20px;
  }
  .footer-container-wrapper .footer-info .heading {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1023px) {
  .active-branch ul .widget-type-cta {
    display: block !important;
    border: none !important;
    position: absolute !important;
    bottom: 100px !important;
  }
  .active-branch ul .widget-type-cta .btn-contact{width:90%;}
  .footer-container-wrapper .footer-info {
    padding-top: 0 !important;
    width: 220px;
  }
  .footer-nav .hs-menu-wrapper > ul {
    padding: 0 0 0 40px;
  }
  .footer-nav .hs-menu-wrapper > ul > li {
    width: 50%;  
  }
  .footer-nav .hs-menu-wrapper > ul ul li {
    padding: 0 0 20px;
  }
  .footer-container-wrapper .footer-info .heading {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 18px;
  }
}


@media (max-width: 1199px) {
  .header-container-wrapper{
    padding: 10px 15px;
  }
  .footer-container-wrapper {
    padding: 50px 25px 36px;
  }
  .footer-nav .hs-menu-wrapper {
    display: block !important;
    transform: none !important;
    position: static !important;
    top: auto !important;
    overflow-y: inherit !important;
    height: auto !important;
    padding: 0 !important;
    border:none;
  }
  .footer-nav .hs-menu-wrapper > ul {
    display: block;
    margin: 0; 
  }
  .footer-nav .hs-menu-wrapper > ul > li {
    padding:0px;
  }
  .footer-nav .hs-menu-wrapper > ul ul li {
    padding: 0 0 20px;
  }
  .footer-container-wrapper .footer-info {
    padding-top: 30px;
  }
  .footer-container-wrapper .footer-info .heading {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 22px;
  }
  .footer-container-wrapper .btn-contact {
    display: block !important;
    width: auto !important; 
    font-size: 16px !important; 
    padding: 19px 15px !important;
  }  
  .bottom-footer {
    margin-top: 50px;
    padding-top 33px;
    text-align: center;
  }
  .bottom-footer .copyright {
    margin-bottom: 22px;
  }
  .bottom-footer .info-nav .hs-menu-wrapper {
    display: block !important;
    transform: none !important;
    position: static !important;
    height: auto !important;
    padding: 0 !important;
  }
  .bottom-footer .info-nav ul {
    justify-content: center;
  }
  .bottom-footer .info-nav ul li {
    padding: 0 8px 5px;
  }
  .footer-container-wrapper:after {
    width: 600px;
    height: 350px;
  }
  .info-nav strong {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-container-wrapper .btn-contact{
    max-width: 100% !important;
  }
  .footer-container-wrapper .footer-info .heading {
    text-align: center;
  }
  .header-container-wrapper{background:#fff;}
  .home-page .header-container-wrapper{background:#fff;}
  .header-container-wrapper .logo-normal {display:none !important;}
  .header-container-wrapper.fixed-position .logo-fixed, .header-container-wrapper .logo-fixed {display:block !important;}
  
  .footer-nav .hs-menu-wrapper>ul {
    padding: 0;
  }
  .footer-container-wrapper .footer-info {
    padding-top: 30px !important;
  }
}

/* Blog Post Item General styles*/
.post-item .post-body h2 {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.515;
}
.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, .post-item:hover .featured-image .img-holder {
  transform: scale(1.1);
}
.post-item:hover .featured-image .featured-img-div,
.post-item:hover .featured-image  .featured-img-div {
  transform: scale(1.1);
}

.featured-image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 27px;
}
.featured-image .has-image {
  transition: .3s ease-in-out;
}
.featured-img-div {
  width: 100%;
  height: 186px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 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: 5px 5px 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;
}
.vidyard-player-container {
  margin: 20px 0 50px !important;
}
.vidyard-player-container:first-child {
  margin-top: 0 !important;
}
.post-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  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;
}
.post-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  content: "";
  z-index: -1;
  opacity: .9;
}
.post-icon img {
  max-width: 23px;
  transform: none !important;
}
.post-item {
  box-sizing: border-box;
}
.post-item h3 {
  font-size: 20px;
  line-height: 1.25;
  color: #333;
  margin: 0 0 15px;
}
.post-item h3 a {
  color: inherit;
  text-decoration: none;
}
.post-item h3 a:hover {
  color: #BC762A; 
}
.post-item .post-header {
  overflow: hidden;
}
.post-item .post-body h3, .post-item .post-body h3 span{
  font-size: 16px !important;
  color: #828282 !important;
  line-height: 1.515;
  margin: 0 0 5px;
  font-weight: 400 !important;
}
.post-item .post-body strong {
  font-weight: 400;
}
.post-item .post-body h3 span {
  margin: 0;
}
.post-item .post-body p {
  margin-bottom: 20px;
}
.post-item .more-link {
  text-decoration: none;
  color: #BC762A;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.post-item .more-link i {
  font-size: 9px;
  color: #BC762A;
}
.post-item .more-link:hover {
  color: #BC762A;
}

ul.publish-data {
  margin: 0 -8px 14px -11px;
  padding: 0;
  font: 700 13px/1.3 "DM 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: #828282;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  content: "";
}
ul.publish-data li a {
  color: #BC762A;
  text-decoration: underline;
  display: flex;
  align-items: start;
}
ul.publish-data li a:hover{
   text-decoration: underline;
}
.postInsights ul.publish-data li a {
  color: #2D6F9E;
}
.postEbook ul.publish-data li a {
  color: #F5AC4B;
}
.postVideo ul.publish-data li a {
  color: #7CB593;
}
.postInsights .post-icon:before {
  background: #2D6F9E;
}
.postEbook .post-icon:before {
  background: #F5AC4B;
}
.postVideo .post-icon:before {
  background: #7CB593;
}
.load-more-btn-area {
  text-align: center;
  z-index: 100;
}
.post-item .learn-more {
  color: #BC762A;
  font-weight: 700;
  text-decoration: underline;
}
.post-item .learn-more:hover {
  text-decoration: underline;
}
.img-book {
  position: relative;
  display: table;
  width: 100%;
  background: #34302f;
  align-items: flex-end;
  justify-content: center;
}
.img-book .img-frame {
  display: block;
  vertical-align: bottom;
  padding: 0;
  height: 186px;
}
.img-book .img-frame img {
  max-height: 100%;
  width: auto;
  transition: all .25s ease-in-out;
  margin: 0 auto;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1023px){
  .nice-select.open .list {
  max-width:  100% !important;

}
  .vidyard-player-container {
    margin: 10px 0 30px !important;
  }
  .blog-content-cover {
    padding-top: 24px;
  }
  .blog-content-cover h1 {
    margin: 0 0 30px;
  }
  .post-listing,
  .post-listing2 {
    margin: 0 -10px -50px; 
    padding-bottom: 0;
  }
  .post-listing .post-item, .post-listing2 .post-item {
    padding: 0 10px;
    margin: 0 0 50px;
  }
} 

@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){
  
  .blog-section .blog-listing-wrapper {
    padding: 0 0 52px; 
    border: 0;
  }
  .post-listing,
  .post-listing2 {
    display: block;
  }
  .post-listing .post-item, .post-listing2 .post-item {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .load-more-btn-area {
    padding-top: 23px;
  }
  .post-icon img {
    max-width: 28px;
  }
  .post-item .learn-more {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    padding: 12px 15px 13px;
    background: #BC762A !important;
  }
  .post-item .post-item .learn-more:focus {
    background: rgb(171, 108, 39)!important; 
  }
  .load-more-btn-area .hs-button.primary {
    background: none;
    color: #BC762A;
    padding: 17px;
    display: block;
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #BC762A;
  }
  .load-more-btn-area .hs-button.primary:hover, 
  .load-more-btn-area .hs-button.primary:focus {
    background: #BC762A;
    color: #fff;
  }
  .post-item {
    width: 100%;
    max-width: 360px;
  }
  ul.publish-data {
    font-size: 13px;
  }
  .jcf-list .jcf-option {
    padding: 21px 0;
  }
} 

@media (max-width:767px){

  .main-nav ul  {height:830px !important;}
  .custom-menu-primary ul.hs-menu-children-wrapper.inner-dropdown {
    height: calc(100vh) !important;
    position: relative !important;
    overflow-y: scroll;
    z-index: 99999;
    background: #fff;
  }
  .active-branch ul .widget-type-cta {
    display: block !important;
    border: none !important;
    position: absolute !important;
    bottom: 150px !important;
    width: 97% !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
  }
  .active-branch ul .widget-type-cta .btn-contact{
    max-width:90% !important;
    width:90% !important;
  }
  .blog-section .blog-listing-wrapper {
    padding: 0 0 52px; 
    border: 0;
  }
  .post-listing,
  .post-listing2 {
    display: block;
  }
  .post-listing .post-item, .post-listing2 .post-item {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-box {
    width: 100% !important;
  }
  .row-fluid .span6 {
    width: 100% !important;
    margin: 0 0 15px;
  }
  .footer-container-wrapper .footer-info {
    width: 100%;
  }
  .footer-nav .hs-menu-wrapper > ul > li {
    width: 100%;
    padding: 30px 0 0;
  }
  .footer-nav .hs-menu-wrapper > ul > li .footer-nav .hs-menu-wrapper{
    display:block;
  }
} 
@media (max-width:479px){
  .active-branch ul .widget-type-cta{
    display: block !important;
    border: none !important;
    position: absolute !important;
    bottom: 150px !important;
  }
  .active-branch ul .widget-type-cta .btn-contact{
    max-width:86% !important;
    width:86% !important; 
  }

}

#particles-js-footer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper{
  display: none !important;
}
.custom-menu-primary .hs-menu-wrapper.show-this{
  display: block !important;
}


/* new footer css */

.footer-nav h3 {
    color: #828282;
    text-decoration: none;
/*     letter-spacing: 1px; */
    margin: 0 0 26px;
    cursor: auto;
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    color: #34302f;
}
.men-icon-image{
  width: 13px;
    max-width: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.footer-nav  ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav  ul li {
    padding: 0 0 26px;
}
.footer-nav  ul li a {
    color: #828282;
    text-decoration: none;
}

.footer-nav  ul li a:hover {
    color: #bc762a;
    transition: .25s ease-in-out;
    text-decoration: underline;
}
.fter-sec ul {
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}
.fter-sec ul li a {
    padding: 0px 7px;
    font-size: 11px;
    line-height: 14px;
    color: #34302f;
    cursor: pointer;
    z-index: 9;
    position: relative;
}
@media(max-width: 767px){
  .fter-sec ul {
    flex-direction: column;
  }
  .fter-sec ul li{
    margin-bottom: 10px; 
  }
  .fter-sec ul li a {
    padding: 0px;
    font-size: 12px;
  }
}


#maxWidthPartner {
    /* width: 839px; */
    padding-right: 53px;
}

.maxWidthPartner {
    /* width: 839px; */
    padding-right: 53px;
}
.pointer-none{
  pointer-events: none;
}
@media screen and (min-width: 1400px) {

div#my-header {
    max-width: 1250px;
    margin: 0 auto;
    float: none;
    padding: 0px 25px;
  }

}
@media screen and (max-width: 1023px) {
 
#maxWidthPartner {
    /* width: 839px; */
    padding-right: 0px;
}
  .maxWidthPartner {
    /* width: 839px; */
    padding-right: 0px;
}
}
@media screen and (max-width: 1023px) {

}

.terms-conditions-text a {
    color: #bc762a !important;
}
a#cta_button_7403865_777a8347-8e97-4726-ae6a-a4827bd24bdc:hover,
a#cta_button_7403865_4690c690-2203-475b-aa40-f7c940e6bc68:hover,
a#cta_button_7403865_7dc3d709-3548-48b3-bb00-a700ec6c345d:hover{
  background: rgb(171, 108, 39)!important;
}


.download-free-guide-form .nice-select .list {
  height: 200px;
    overflow-y: auto;
}

/** TY stuff **/
.styled-btn a {
  background-color: rgb(188,118,42);
  max-width: 223px;
  width: 100%;
  display: block;
  margin-top: 36px;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  font-family: 'DM Sans';
  font-weight: 700;
  text-decoration: none;
  color: #fff !important;
  padding: 24px;
}

.styled-btn a:hover {
  background-color: #ab6c27;
}

.content-wrapper.tc {
  text-align: center;
}

.content-wrapper.tc img {
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.tc .styled-btn a {
  margin-left: auto;
  margin-right: auto;
}


/** Header **/
.header {
  padding: 25px 0;
}

.header .progress-bar {
  width: 100%;
  height: 1px;
  position: relative;
  margin: 0 0 25px;
  background: #bdbdbd;
}
.header .progress-bar .bar {
  width: 80px;
  height: 4px;
  background: #bc762a;
  position: absolute;
  top: 0;
  left: 0;
}
.header .heading-holder h2 {
  font-size: 22px;
  line-height: 33px;
  margin: 0;
  color: #34302f;
}