/* @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    */
/*****************************************/
.header {transition: all 0.4s ease; }
.header.header-sticky { background: #ffffff;  -webkit-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);  
  -moz-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1); box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1); position: fixed; width: 100%; z-index:9999;}
.subscribe-btn {
        position: relative;
        z-index: 9999;
        font-size: 14px;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        border-radius: 3px;
        background-color: #fff;
        border: solid 2px #000;
        letter-spacing: normal;
        font-weight: 800;
        padding: 14px 30px;
    }
.subscribe-btn:hover { background-color:#000; color:#ffffff!important;}
.ucHeaderContactPop { position: absolute; min-width: 450px; height: 100vh; top: 0;  padding: 70px 50px 20px;  max-width: 50%;  right: 0;  z-index: 999;  right: 0;  opacity: 0;
    visibility: hidden;  transition: opacity .5s ease;  font-size: 2vh;  width: 23em;  background-color: #fff;  overflow: scroll;}
.ucHeaderContactPopOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9; display:none;
}
.ucHeaderContactPopOverlay:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    background-color:rgba(0,0,0,.5);
    z-index: -1;
    transition: opacity .5s ease .2s;
    opacity: 0;
    pointer-events: none;
}
body.subscribep-open {
    overflow: hidden;
}

.ucHeaderContactPop.spopup-open, .subscribep-open .ucHeaderContactPopOverlay:before {  opacity: 1;  visibility: visible;}
.subscribep-open .ucHeaderContactPopOverlay{ display:block;}
.ucHeaderContactPop h3.form-title { color: #000; font-size: 24px; font-size: 1.35em; font-style: normal; font-weight: 600; letter-spacing: 0; line-height: normal; margin: 0;
    text-transform: none; top: 15px; transition: all .3s ease 1.5s;  background: transparent;  text-align: left !important;  padding: 0 0 10px 0 !important;}
body .ucHeaderContactPop input[type="text"], body .ucHeaderContactPop input[type="password"], body .ucHeaderContactPop input[type="datetime"], body .ucHeaderContactPop input[type="datetime-local"], body .ucHeaderContactPop input[type="date"], body .ucHeaderContactPop input[type="month"], body .ucHeaderContactPop input[type="time"], body .ucHeaderContactPop input[type="week"], body .ucHeaderContactPop input[type="number"], body .ucHeaderContactPop input[type="email"], body .ucHeaderContactPop input[type="url"], body .ucHeaderContactPop input[type="search"], body .ucHeaderContactPop input[type="tel"], body .ucHeaderContactPop input[type="color"], body .ucHeaderContactPop input[type="file"], body .ucHeaderContactPop textarea, body .ucHeaderContactPop select {
    border-bottom: solid 2px #979797; letter-spacing: 0; border-radius: 0;  color: #000;  font-family: 'Open Sans', sans-serif;  outline: 0;  padding-left: 0;  font-size: .8em;  margin-bottom: .8em;
    padding: .5em .5em .5em 0;  background: transparent;  height: auto;}
body .ucHeaderContactPop form { border: none;  padding: 0;  background-color: transparent;  border-radius: 0px;}
.ucHeaderContactPop .hs-form-field>label {  display: none;}
.legal-consent-container {font-size: 12px;}
.ucHeaderContactPop form .legal-consent-container, .ucHeaderContactPop  form .legal-consent-container .hs-richtext, .ucHeaderContactPop form .legal-consent-container .hs-richtext p,
.ucHeaderContactPop form label.hs-form-booleancheckbox-display{font-size:0.8em;}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-color: #fff;
    max-width: 100%;
    width: 100%;
    line-height: 22px;
    background-color: #3e638b;
    border-color: #3e638b;
    color: #fff;
    outline: 0;
}
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {background:#000; border-color:#000;}
.hs_labor_and_employment_hml.field.hs-form-field {  margin-bottom: 0;}
button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .hs-button:hover, .hs-button:focus, .hs-button:active {
  border-width: 2px; background-color: #3e638b;}
button.accordion:hover:after, button.accordion.active:after {  color: #fff;}
.moduleBottomForm h3{color:#dcddde;}
.moduleBottomForm {  color: #fff;}
.moduleBottomForm .noBgStyle {  border-radius: 3px; background-color: #fff; padding: 15px;}
body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    width: 100%;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    background: #f5f5f5;
    border: 0;
    border-bottom: 2px solid #1b3c5c;
    outline: 0;
    color: #1b3c5c;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 8px 0;
    line-height: 21px;
    transition: border .3sease;
}
.moduleBottomForm form { border: transparent;  padding: 0;}
.moduleBottomForm .form-title {  border: none;  padding: 0;}
.moduleBottomForm form label {  display: none;}


.page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-center.width1440 {
    max-width: 1440px !important;
}
/* ==========================================================================
Blog1 - Post
========================================================================== */


.postHeaderWrapper {
  padding-bottom: 15px;
}
.postHeaderWrapper .readTime {
  color: #757264;
  margin-bottom: 25px;
  line-height: normal;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.postHeaderWrapper h1 {
    text-transform: inherit;
    font-weight: bold;
}
.pTb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.postHeaderWrapper .authorAvatar {
  width: 60px;
  height: 60px;
  background-size: 100%;
  border-radius: 50%;
  border: 2px solid ;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.authorProfile {
  padding: 20px 0;
  display:none;
}
.authorName {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: ;
  width: calc(100% - 100px);
}
.postHeaderWrapper .leftWrapper {
  padding-top: 35px;
  padding-bottom: 25px;
}
.postFeatureImageWrapper img {
  width: 100%;
}

.ucHeaderTop-right .subscribe-btn,
.ucHeaderTop-right .contact-btn{
  display:none;
}
.ucHeaderTop-right .contact-btn,
 .ucHeaderTop-right .subscribe-btn{
  display:initial;
}
 div#overlay-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  animation: leadinModal-fadein 0.5s;
  -webkit-animation: leadinModal-fadein 0.5s;
  -moz-animation: leadinModal-fadein 0.5s;
  -ms-animation: leadinModal-fadein 0.5s;
  -o-animation: leadinModal-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0,0,0,0.4);
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-color: rgba(0,0,0,0.7);
  z-index: 2000;
}

.ucPostContent .ucBlogPostBody{
  padding-bottom: 100px;
}

.image-wrapper {
  position: relative;
}   

.stickySocial {
  margin-bottom: 0;
}

.stickySocial {
  transition: 0.3s;
  position: fixed;
  left: 300px;
  top: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  background-color: transparent;
  margin-left: -30%;
  width:25px;
}

.stickySocial ul {
  position: absolute;
  left: -22.52%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}

.stickySocial ul a {
  margin-bottom: 12px;
  display: block;
  position: relative;
  top: 0;
}
.stickySocial .social-sharing {
    width: 25px;
}
.stickySocial ul a:hover {
  top: -5px;
}
.relatedPost {
  border-top: 1px solid #d8d8d8;
  padding-top: 35px;
  padding-bottom: 60px;
}

.relatedPostItem {
  margin-bottom: 30px;
}
.relatedPost .title {
  padding-bottom: 20px;
}
.relatedPost h3 {
  text-align: center;
  margin: 30px 0;
  font-weight: 800;
  color: ;
}
.relatedPost h3 .fa {
  display: block;
  font-size: inherit;
  font-weight: bold;
  margin-top: 20px;
}

.relatedPost .post-inner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
  position: relative;
}

.relatedPost .post-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.12);
}

.relatedPost a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.relatedPost .feature-image-bg {
  height: 160px;
  background-size: cover;
  background-position: center center;
  display:none;
}

.relatedPostItem h2, .relatedPostItem h2 a {
  line-height: normal;
  padding: 0;
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

.relatedPostItem h2:after {
  display: none;
}

.relatedPost #hubspot-topic_data {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  text-transform: capitalize;
  /* color: ; */
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.relatedPost em.time-to-read {
  font-size: 12px;
  color: #7d7d7d;
  margin-top: 15px;
  display: block;
}

.relatedPost .post-item-content {
  padding: 12px 10px 120px;
  margin-bottom: 0;
}
.blog-subscribe-wrap {
    background: #000;
    padding: 100px 0;
}
@media (max-width: 767px){
  .stickySocial {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    transform: none;
    line-height: 30px;
  }

  .stickySocial ul {
    left: 0;
    bottom: 0;
    position: static;
    display: block;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding-top: 0;
  }

  .stickySocial li {
    width: 33.33%;
    display: inline-block;
    margin: 0 -2px;
  }

  .stickySocial ul a {
    margin: 0;
    padding: 10px;
    top: 0 !important;
  }

  .stickySocial ul a:hover {
    background: #fff;
  }
}
@media(max-width:767px){
  
  .postHeaderWrapper .authorAvatar {
    width: 60px;
    height: 60px;
  }
}

/* ==========================================================================
Blog1 - Post
========================================================================== */

ul.footerSocial {
    margin: 0;
    padding: 0;
}
ul.footerSocial li {
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
}

ul.footerSocial a {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    transition: none;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #39464e;
    font-size: 19px;
    line-height: 40px;
    color: #39464e;
}
ul.footerSocial a i {
    position: relative;
    top: 0;
    transition: top .5sease;
    display: block;
    line-height: 36px;
}
ul.footerSocial a:hover i {
    top: -36px;
}
.social-follow a {
    border: 2px solid #000;
    border-radius: 50px;
}
ul.footerContactInfo, footer .hs-menu-wrapper ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 20px;
  
}

ul.footerContactInfo li a, footer .hs-menu-wrapper ul a {
    color: #39464e!important;
}
.footer-column-5-vertical-alignment .span12.widget-span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.footerContactInfo li{margin:0px;}
.cell_1740201054554-vertical-alignment > div {flex-shrink: 0 !important;     flex-shrink: inherit !important;    }
.footer-column-5-vertical-alignment .span12.widget-span { width: 100%;  display: flex;  align-items: center;  justify-content: space-between !important;  flex-direction: row !important;  gap: 20px;}
.footer .hs-menu-wrapper a{font-size:14px!important;}


@media only screen and (min-width: 220px) and (max-width: 1600px){
  .stickySocial { margin-left: -14%;}
  @media only screen and (max-width : 1400px){
  footer .hs-menu-wrapper ul, ul.footerContactInfo{flex-wrap: wrap; gap:10px;}
  footer .hs-menu-wrapper ul{max-width: 199px;}
  @media only screen and (max-width : 1100px){
  ul.footerContactInfo {  max-width: 440px;  justify-content: center;}
  }
  @media only screen and (max-width : 900px){
    .footer-column-5-vertical-alignment .span12.widget-span {   flex-direction: column !important;}
    
  }
    @media only screen and (max-width : 767px){
      .stickySocial { margin-left: 0; width: 100%; bottom: 0; background: rgba(255, 255, 255, 0.95);   padding:10px 0 0 0;    }
      .stickySocial .social-sharing {   width: 100%; justify-content: space-evenly;}
      .stickySocial .social-sharing__link  {  margin-bottom: 0 !important;  margin-right: 0 !important;}
      footer .hs-menu-wrapper ul li{margin-bottom:0px; padding-bottom:20px;}
      .ucPostContent .ucBlogPostBody {  padding-bottom: 40px;}
      .postHeaderWrapper h1{margin-bottom: 0;}
      .blog-subscribe-wrap {   padding: 60px 0;}
      .span5.leftWrapper {  padding: 0px;}
      .header__wrapper{padding:0 10px!important;}
      .smptz {  padding-top: 0;}
      h1{font-size:32px;}
      .relatedPost {padding-bottom: 0;}
    }
}