.blog-logo {
  display: none !important
}
.o-blogNav.o-blogNav .container {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.landing-banner.sub .bg_el.bg_img {
  background-attachment: fixed;
  background-color: rgba(194, 0, 71, .86);
  background-blend-mode: multiply;
}

.landing-banner.sub .page-center {
  padding-right: 15px !important;
  padding-left: 15px !important;
  max-width: 1145px;
}


.landing-banner.sub .landing-banner-row .col6 {
  padding: 0;
}

.landing-banner.sub .landing-banner-row .col6 .landing-content {
  margin: 0;
  display: flex;
  column-gap: 50px;
}
.landing-banner.sub .landing-banner-row .col6 .landing-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 2.564102564%;
}

.landing-banner.sub .landing-banner-row .col6.right-content {
}

.landing-banner.sub .landing-banner-row {
  flex-wrap: nowrap;
}

.landing-banner.sub .landing-banner-row .col6.right-content .form-section {
  padding: 0;
  background-color: transparent;
  max-width: 100%;
  backdrop-filter: none;
}

.landing-banner.sub .landing-banner-row .col6.right-content .form-section form {
  display: flex;
  position: relative;
}

.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs-form-field {
  width: 53%;
  margin-right: 72px;
  position: relative;
  margin-bottom: 28px;
  display: table;
}

.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs-form-field .input {
  width: 100%;
}
.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs-form-field .input input[type='email'] {
  border-top: 0;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  color: #fff;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 12px;
  width: 100% !important;
  min-width: 288px;
}
.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs-form-field .hs-error-msgs.inputs-list {
  padding-top: 6px;
}
.landing-banner.sub  .col6.right-content .form-section form .hs-form-field .hs-error-msgs.inputs-list li,
.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs_error_rollup ul li{
  margin: 0;
}
.landing-banner.sub .col6.right-content .form-section form .hs-form-field .hs-error-msgs.inputs-list li > label,
.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs_error_rollup ul li > label{
  display: block !important;
  font-size: 14px;
  color: #C20047 !important;
  margin-bottom: 5px;
  margin-top: 6px;
}

.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs_submit input[type="submit"] {
  margin-top: 3px;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
  background-color: transparent;
}
.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs_submit input[type="submit"]:hover{
  color: #C20047!important;
  background-color: #fff!important;
}
.landing-banner.sub form .hs-submit {
  margin: 0;
}
.landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs_error_rollup {
  position: absolute;
  top: auto;
  bottom: 0;
}
.landing-banner.sub .landing-banner-row .col6 .landing-content .bnr_heading {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 22px;
}

.landing-banner.sub .landing-banner-row .col6 .landing-content .bnr_heading:after {
  content: '';
  height: 3px;
  background-color: #CBA94C;
  margin: 14px 0;
  display: block;
  max-width: 130px;
}
.m-blogNav ul {
  padding: 0;
}
.logo-wrapper {
  padding-right: 15px
}

@media(min-width: 900px) {
  .blog-logo {
    display:block !important;
    margin-left: 0 !important;
    margin-right: 2.564102564% !important
  }
}

.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:1100px){
  .landing-banner.sub .landing-banner-row .col6 {
    width: 50%;
  }

  .landing-banner.sub .landing-banner-row {
    flex-wrap: wrap;
  }

  .landing-banner.sub .landing-banner-row .col6 .landing-content {
    flex-direction: column;
    width: 100%;
  }

  .landing-banner.sub .landing-banner-row .col6 .landing-content p {
    margin-left: 0;
  }

  .landing-banner.sub .landing-banner-row .col6.right-content .form-section form {
    flex-direction: column;
  }

  .landing-banner.sub .page-center {
    padding: 0 42px !important;
  }

  .landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs-form-field {
    margin-bottom: 0;
  }

  .landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs_error_rollup {
    position: static;
  }
  .landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs_submit input[type="submit"] {
    margin-top: 23px;
  }
}

@media (max-width:767px){
  .landing-banner.sub .page-center {
    padding: 0 15px !important;
  }

  .landing-banner.sub .landing-banner-row .col6.right-content .form-section {
    padding: 0 !important;
  }

  .landing-banner.sub .landing-banner-row {
    flex-direction: column;
  }

  .landing-banner.sub .landing-banner-row .col6 {
    width: 100%;
  }

  .landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs-form-field .input input[type='email'] {
    min-width: max-content;
  }

  .landing-banner.sub .landing-banner-row .col6.right-content .form-section form .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

}

@media(max-width: 768px) {
  .head-nav-wrapper {
    background:#2f3238 !important
  }
}

.o-featuredBlog {
  background: #FFF;
  padding-top: 88px
}

.o-featuredBlog:before {
  background-image: url('https://2946146.fs1.hubspotusercontent-na1.net/hubfs/2946146/shutterstock_699482977.jpg')
}

.m-featuredBlog {
  background-blend-mode: multiply;
  position: relative
}

.m-featuredBlog__content {
  padding: 30px 85px 30px 35px;
  max-width: 100%;
  min-height: 413px
}

.m-featuredBlog__content * {
  color: #FFF
}

.m-featuredBlog__content h2 {
  font-size: 33px;
  line-height: 135%
}

.m-featuredBlog__content h2:after {
  content: '';
  background: #cba94c;
  height: 2px;
  width: 77px;
  margin: 40px 0 0;
  position: relative
}

.m-featuredBlog__content h2 a:hover,.m-featuredBlog__content h2 a:focus {
  color: #FFF;
  text-decoration: none
}

.m-featuredBlog__content p,.m-featuredBlog__content a.a-featuredBlog__readmore {
  display: none
}

.m-featuredBlog__authors {
  position: absolute;
  bottom: 27px;
  right: 33px
}

.m-featuredBlog__authorImage img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 20px
}

@media(max-width: 768px) {
  .o-featuredBlog .container {
    padding-left:0;
    padding-right: 0;
    max-width: 100%
  }
}

@media(min-width: 900px) {
  .o-featuredBlog {
    padding-top:42px;
  }

  .o-featuredBlog:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px
  }

  .m-featuredBlog {
    border-radius: 5px
  }

  .m-featuredBlog__content {
    background: rgba(47,50,56,0.9);
    border-radius: 5px;
    max-width: 475px;
    padding: 47px 55px 55px
  }

  .m-featuredBlog__content h2 {
    font-size: 53px;
    line-height: 120%;
    margin-bottom: 54px
  }

  .m-featuredBlog__content h2:after {
    width: 87px
  }

  .m-featuredBlog__content p {
    display: block;
    font-size: 14px;
    line-height: 150%
  }

  .m-featuredBlog__content a.a-featuredBlog__readmore {
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 60px;
    font-size: 18px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 56px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease
  }

  .m-featuredBlog__content a.a-featuredBlog__readmore:hover {
    background: #c20047;
    border-color: #c20047;
    color: #FFF;
    text-decoration: none
  }

  .m-featuredBlog__authors {
    bottom: 56px;
    right: 58px
  }

  .m-featuredBlog__authorImage img {
    width: 80px;
    height: 80px;
    margin-left: 30px
  }
}

.o-blogNav {
  overflow-y: scroll
}

.m-blogNav {
  width: 500px;
  display: flex;
  justify-content: space-between
}

.m-blogNav ul {
  width: 100%
}

.m-blogNav ul li {
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  display: inline-flex;
  float: left
}

.m-blogNav ul li a {
  color: #c4c4c4;
  display: inline-block;
  padding: 18px;
  font-size: 12px;
  font-weight: 700
}

.m-blogNav ul li a:hover,.m-blogNav ul li a:focus {
  text-decoration: none
}

.m-blogNav ul li.active {
  border-bottom: 2px solid #c20047
}

.m-blogNav ul li.active a {
  color: #c20047
}

.m-blogNav__search {
  display: none
}

.m-blogNav__search input {
  background: url('https://2946146.fs1.hubspotusercontent-na1.net/hubfs/2946146/search-icon.svg') no-repeat 10px center;
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  padding: 8px 30px;
  font-size: 12px;
  font-style: italic;
  max-width: 100%;
  width: 100%;
  max-height: 45px;
}

@media(min-width: 768px) {
  .o-blogNav {
    overflow-y:auto;
    padding: 44px;
    0 56px}

  .m-blogNav {
    padding: 29px 0 0;
    width: 100%
  }

  .m-blogNav ul li {
    flex-grow: 1;
    width: 33%
  }

  .m-blogNav ul li a {
    font-size: 14px;
    padding: 11px
  }
}

@media(min-width: 900px) {
  .m-blogNav ul {
    display:inline-flex;
    width: 80%
  }

  .m-blogNav ul li {
    width: auto
  }

  .m-blogNav__search {
    display: inline-flex
  }
}

.o-latestArticles {
  padding-top: 64px;
  padding-bottom: 90px
}

.blogList .col-12 {
  margin-bottom: 63px
}

.blogItem {
  display: flex
}

.blogImage {
  border-radius: 5px;
  max-width: 64px;
  width: 100%;
  height: 64px;
  margin-right: 32px
}

.blogContent h3,.blogContent h3 a,.blogContent h3 a:hover {
  color: #000
}

.blogContent h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin: -7px 0 0;
  text-transform: inherit;
  min-height: 69px
}

.blogContent h3 a:hover,.blogContent h3 a:focus {
  text-decoration: none
}

.blogContent h3:after {
  content: '';
  display: block;
  margin-top: 13px;
  height: 2px;
  width: 70px;
  background: #c20047
}

.blogContent p,.blogAuthor {
  display: none
}

.pagination {
  text-align: center
}

.pagination ul li {
  display: inline-block;
  margin: 0 11px
}

.pagination ul li a {
  color: #c4c4c4;
  font-size: 14px;
  font-weight: 900
}

.pagination ul li.active a {
  color: #c20047
}

.pagination ul li.paginationjs-prev,.pagination ul li.paginationjs-next {
  position: relative;
  top: 3px
}

@media(min-width: 900px) {
  .o-latestArticles {
    background:#eeeff1
  }

  .blogList .col-12 {
    margin-bottom: 58px
  }

  .blogItem {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%
  }

  .blogContent {
    padding: 0 32px 25px 27px
  }

  .blogContent p {
    display: block
  }

  .blogContent h3,.blogContent h3 a,.blogContent h3 a:hover,.blogContent a {
    color: #c20047
  }

  .blogContent h3 {
    font-size: 22px;
    margin: 0 0 28px
  }

  .blogContent h3:after {
    background: #cba94c
  }

  .blogImage {
    max-width: 100%;
    height: 175px;
    margin-right: 0
  }

  .blogAuthor {
    display: flex;
    align-items: flex-end;
    margin: -20px 0 27px -12px
  }

  .blogAuthorImage {
    display: flex;
    padding-right: 15px
  }

  .blogAuthorImage img {
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover
  }

  .blogAuthorImage img+img {
    margin-left: 13px
  }

  .blogAuthorDesc {
    padding-left: 3px
  }

  .blogAuthorDesc label {
    color: #6d6e70;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px
  }

  .blogAuthorDesc p {
    color: #6d6e70;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px
  }

  .blogBody p {
    font-size: 12px;
    line-height: 18px
  }
}

.o-vendors {
  display: none;
  padding: 34px 0 45px
}

.m-vendors__search {
  margin-bottom: 66px
}

.m-vendors__search input {
  background: url('https://2946146.fs1.hubspotusercontent-na1.net/hubfs/2946146/filter.svg') no-repeat 10px center;
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 12px;
  font-style: italic;
  max-width: 100%;
  width: 100%
}

.m-vendors__list {
  display: flex;
  padding-bottom: 75px
}

.m-vendors__list .row {
  margin: 0 -7.5px;
  width: 100%
}

.m-vendors__item {
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  height: 63px;
  margin: 0 7.5px 15px;
  max-width: calc((100% / 3) - 15px);
  width: 100%
}

.m-vendors__item.active {
  border: 2px solid #c20047
}

.m-vendors__item img {
  width: auto;
  height: auto;
  max-height: 43px
}

.m-vendors__results {
  display: none;
  padding: 0 0 66px
}

.m-vendors__relatedArticles {
  display: none
}

.m-vendors__list .no-res {
  display: none;
  text-align: center;
  width: 100%
}

.m-vendors__list .no-res img {
  margin-bottom: 25px
}

@media(max-width: 768px) {
  .m-vendors__relatedArticles {
    display:none !important
  }
}

@media(min-width: 900px) {
  .o-vendors {
    padding:56px 0 76px
  }

  .m-vendors__search input {
    max-width: 217px
  }

  .m-vendors__list .row {
    margin: 0 -10px
  }

  .m-vendors__item {
    height: 80px;
    margin: 0 10px 23px;
    max-width: calc((100% / 9) - 20px)
  }

  .m-vendors__item img {
    max-height: 60px
  }

  .m-vendors__results {
    background: #eeeff1;
    padding: 85px 0
  }

  .m-vendors__relatedArticles {
    padding: 85px 0 120px
  }

  .o-vendors .m-vendors__relatedArticlesList .row .col-12,.o-topics .m-vendors__relatedArticlesList .row .col-12 {
    display: none
  }

  .o-vendors .m-vendors__relatedArticlesList .row .col-12:nth-child(1),.o-vendors .m-vendors__relatedArticlesList .row .col-12:nth-child(2),.o-vendors .m-vendors__relatedArticlesList .row .col-12:nth-child(3),.o-topics .m-vendors__relatedArticlesList .row .col-12:nth-child(1),.o-topics .m-vendors__relatedArticlesList .row .col-12:nth-child(2),.o-topics .m-vendors__relatedArticlesList .row .col-12:nth-child(3) {
    display: flex
  }

  .m-vendors__relatedArticlesTitle {
    text-align: center;
    width: 100%
  }

  .m-vendors__relatedArticlesTitle h2 {
    margin-bottom: 80px
  }

  .m-vendors__relatedArticlesTitle h2:after {
    display: none
  }

  .m-vendors__relatedArticlesMore {
    text-align: center;
    width: 100%;
    margin-top: 24px
  }

  .m-vendors__relatedArticlesMore a {
    background: #c20047;
    border-radius: 30px;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    max-width: 745px;
    padding: 16px;
    width: 100%
  }

  .m-vendors__relatedArticlesMore a:hover,.m-vendors__relatedArticlesMore a:focus {
    text-decoration: none;
    opacity: .9
  }
}

.o-topics {
  display: none;
  padding-bottom: 60px
}

.m-topics__list {
  background: #eeeff1;
  margin-top: 30px;
  padding: 32px 0 35px
}

.m-topics__list a {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
  border-radius: 5px;
  color: #c20047;
  font-weight: 700;
  justify-content: space-between;
  padding: 14px 18px 14px 22px;
  text-decoration: none;
  margin-bottom: 8px;
  text-transform: capitalize
}

.m-topics__results {
  padding: 30px 0
}

@media(min-width: 900px) {
  .m-topics__list {
    background:#FFF;
    margin-top: 0;
    text-align: center
  }

  .m-topics__list a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #6d6e70;
    background: #eeeff1;
    box-shadow: none;
    padding: 9px 15px;
    border-radius: 60px;
    margin: 0 5px 11px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease
  }

  .m-topics__list a svg {
    display: none
  }

  .m-topics__list a:hover,.m-topics__list a:focus,.m-topics__list a.active {
    background: #c20047;
    color: #FFF;
    font-weight: 900;
    text-decoration: none
  }

  .m-topics__results {
    background: #eeeff1;
    padding: 85px 0 92px
  }
}

@media(max-width: 768px) {
  .m-topics__list a.mobileDisabled svg.a-topics__close,.m-topics__list a.active svg.a-topics__arrowRight,.m-topics__list a.mobileDisabled,.m-topics__list a svg.a-topics__close {
    display:none
  }

  .m-topics__list a.active svg.a-topics__close {
    display: inline-block
  }
}

.o-search {
  background: #eeeff1;
  display: none;
  padding: 60px 0
}

.o-search .no-res {
  text-align: center;
  width: 100%
}

.o-search .no-res img {
  margin-bottom: 25px
}



/* Post CSS */
.m-blogPost__headerWrapper:before {
  background-image: url(//2946146.fs1.hubspotusercontent-na1.net/hubfs/2946146/raw_assets/public/New%20Zealand%20Templates/Child%20Themes%20mig%20base/nzl-mig-hpe-child-theme/images/shutterstock_699482977.jpg);
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.m-blogPost__headerWrapper {
  padding-top: 42px;
}
.m-blogPost__mobileAuthorName.d-block.d-md-none {
  display: none;
} 
.o-blogPost .container {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.m-blogPost__contentWrapper .px-md-3 {
  padding: 0 1rem;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
}
.o-blogPost {
  overflow: hidden;
}
.m-blogPost__contentWrapper .col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.m-blogPost__contentBottomSearchWrapper .d-md-none {
  display: none;
}
.col-12.col-md-8.contentForToggle {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.m-latestArticles__list .d-md-none {
  display: none;
}
.contentForToggle .d-md-none {
  display: none;
}
.blogAuthorDesc p {
  margin: 0;
}
.m-blogPost__contentMainAuthor .d-md-none {
  display: none;
}

.m-blogPost__contentAuthors .col-md-4 {
  text-align: center;
}

.m-blogPost__followMeLinkedin a {
  line-height: normal;
}

div#mobileStickyBar {
  display: none;
}
.blogBody p {
  margin-bottom: 0;
}
.o-blogPost .container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.m-blogPost__headerWrapper .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.m-blogPost__header {
  position: relative;
  max-height: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end
}

.m-blogPost__headerBottomWrap {
  background: #2f3238e3;
  max-height: 180px;
  bottom: 0;
  width: 100%;
  color: #FFF;
  padding: 45px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.m-blogPost__headerFeaturedText {
  font-weight: 300;
  color: white;
  font-size: 22px;
  text-transform: unset;
  line-height: 130%;
  max-width: 650px;
  flex-grow: 1
}

.m-blogPost__headerFeaturedText:after {
  content: '';
  background: #cba94c;
  height: 3px;
  display: block;
  top: 35px;
  position: relative;
  max-width: 390px
}

.m-blogPost__headerMainAuthor {
  width: 148px;
  position: relative;
  top: -100px;
  align-self: flex-start;
  text-align: center;
}

.m-blogPost__headerMainAuthorImage {
  border-radius: 9999px;
  border: 2px solid white;
  max-width: 112px;
  height: auto;
  margin-bottom: 1rem !important;
}

.m-blogPost__headerMainAuthorName {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px
}

.m-blogPost__headerMainAuthorPosition {
  font-size: 12px
}

.m-blogPost__contentWrapper {
  padding-top: 90px
}

.m-blogPost__contentWrapper a {
  color: #c20047
}

.m-blogPost__contentTitle {
  color: #c20047;
  font-weight: 300;
  font-size: 54px;
  line-height: 130%;
  margin-bottom: 20px
}

.m-blogPost__contentSidebar {
  background: #eeeff1;
  width: 100vw;
  padding: 80px 80px;
  margin-left: 70px
}

.m-blogPost__contentMeta {
  margin-bottom: 70px
}

.m-blogPost__contentMetaLeft:after {
  content: '';
  background: #cba94c;
  height: 3px;
  display: block;
  top: 35px;
  position: relative;
  max-width: 170px
}

span.m-blogPost__contentPostedDate,span.m-blogPost__contentTimeRead {
  display: block;
  padding-bottom: 10px;
  color: #c4c4c4;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  background-image: url(https://2946146.fs1.hubspotusercontent-na1.net/hubfs/2946146/images/calendar-icon.svg);
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 20px;
  display: flex;
  align-items: center;
  line-height: 22px
}

span.m-blogPost__contentTimeRead {
  background-image: url(https://2946146.fs1.hubspotusercontent-na1.net/hubfs/2946146/images/clock-icon.svg)
}

.m-blogPost__contentVendorTags {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px
}

.m-blogPost__contentVendorTags a {
  margin-left: 15px;
  display: block;
  box-shadow: none;
  border-radius: 5px;
  padding: 5px 10px
}

.m-blogPost__contentVendorItem a {
  margin-left: 15px;
  display: block;
  box-shadow: none;
  border-radius: 5px;
  padding: 5px 10px
}

.m-blogPost__contentVendorTags img {
  max-height: 52px
}

.m-blogPost__contentFilteredTags {
  text-align: right
}

.m-blogPost__contentFilteredTags .topic-link {
  font-size: 12px;
  color: #c20047;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 5px
}

.m-blogPost__contentBody h2 {
  font-weight: 300;
  font-size: 33px;
  line-height: 125%;
  color: #6d6e70
}

.m-blogPost__contentBody h2:after {
  display: none
}

.m-blogPost__contentBody h2,.m-blogPost__contentBody h3,.m-blogPost__contentBody h4 {
  margin-top: 20px
}

.m-blogPost__contentBody p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px
}

.m-blogPost__contentBody ul,.m-blogPost__contentBody ol {
  margin: 20px 0;
  padding-left: 20px
}

.m-blogPost__contentBody ul li,.m-blogPost__contentBody ol li {
  margin-bottom: 15px
}

.o-blogPost .m-latestArticles {
  max-width: 280px
}

.o-blogPost .m-latestArticles .blogItem {
  margin-bottom: 80px
}

.o-blogPost .m-latestArticles .blogImage {
  height: 140px
}

.m-blogPost__customCardItem {
  border-radius: 5px;
  padding: 40px 40px;
  min-height: 390px;
  margin-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative
}

.m-blogPost__customCardItem a {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 40px 40px
}

.m-blogPost__customCardItem a,.m-blogPost__customCardItem a h2,.m-blogPost__customCardItem a p,.m-blogPost__customCardItem a:hover h2,.m-blogPost__customCardItem a:hover p,.m-blogPost__customCardItem a:visited h2,.m-blogPost__customCardItem a:visited p {
  color: #FFF;
  text-decoration: none
}

.m-blogPost__customCardItem a:hover {
  text-decoration: none;
  color: white
}

.m-blogPost__customCardItem:last-child {
  margin: 0
}

.m-blogPost__customCardItem h2 {
  color: white;
  font-weight: 300;
  font-size: 33px;
  line-height: 125%
}

.m-blogPost__customCardItem h2:after {
  height: 3px;
  max-width: 70px;
  background-color: #cba94c;
  margin: 20px auto 30px 0
}

.m-blogPost__customCardItem p {
  color: white
}

.m-blogPost_contentMobileEmailUs {
  padding: 50px 0
}

.m-blogPost_contentMobileEmailUs p {
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #000
}

.blogAuthor {
  margin-right: 0px
}

.blogAuthorImage {
  padding-right: 10px
}

.blogAuthorImage img+img {
  margin-left: 5px
}

.blogAuthorDesc {
  position: relative;
  top: -10px
}

.blogAuthorDesc label {
  display: block
}

.m-blogPost__contentSocialShare {
  margin-bottom: 50px
}

.m-blogPost__contentSocialShare a {
  background: #1177b5;
  color: white;
  padding: 7px 8px;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none
}

.m-blogPost__contentSocialShare a:hover {
  filter: grayscale(100%)
}

.m-blogPost__contentSocialShare a:before {
  font-family: 'fontawesome';
  content: '\f08c';
  display: inline-block;
  font-size: 20px;
  margin-right: 8px
}

.m-blogPost__contentSocialShare a.twitter {
  background: #1b95e0
}

.m-blogPost__contentSocialShare a.twitter:before {
  content: '\f099'
}

.m-blogPost__contentSocialShare a.facebook {
  background: #4a66b7
}

.m-blogPost__contentSocialShare a.facebook:before {
  content: '\f082'
}

.m-blogPost__contentSocialShare a.email {
  background: #000
}

.m-blogPost__contentSocialShare a.email:before {
  content: '\f0e0';
  font-size: 16px
}

.m-blogPost__contentMainAuthor,.m-blogPost__contentSecondAuthor {
  padding: 35px 50px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px -2px #929292;
  margin-bottom: 50px;
  border-radius: 5px;
  position: relative
}

.m-blogPost__contentAuthors {
  margin-bottom: 50px
}

.m-blogPost__contentAuthors .m-blogPost__headerMainAuthorName {
  font-size: 22px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 60px
}

.m-blogPost__contentAuthors .m-blogPost__headerMainAuthorName span {
  color: #6d6e70;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px
}

.m-blogPost__contentAuthors .m-blogPost__headerMainAuthorName:after {
  content: '';
  background: #cba94c;
  height: 3px;
  display: block;
  top: 25px;
  position: relative;
  max-width: 115px;
  margin: 0
}

.m-blogPost__followMeLinkedin {
  display: flex;
  justify-content: center;
  font-size: 12px
}

.m-blogPost__followMeLinkedin a {
  color: #c4c4c4;
  display: flex;
  align-items: center
}

.m-blogPost__followMeLinkedin a:after {
  font-family: 'fontawesome';
  content: '\f08c';
  display: inline-block;
  font-size: 20px;
  margin-left: 7px
}

.m-blogPost__contentBottomTags {
  margin-bottom: 50px
}

.m-blogPost__contentBottomTags a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  background: #eeeff1;
  border-radius: 60px;
  padding: 8px 20px;
  color: #6d6e70;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease
}

.m-blogPost__contentBottomTags a.active,.m-blogPost__contentBottomTags a:hover {
  color: white;
  background: #c20047
}

.m-blogPost__contentBottomTags a.active:hover {
  background: #82002f
}

.m-blogPost__contentComments {
  margin-bottom: 90px
}

.m-blogPost__contentComments .post-footer {
  display: flex;
  flex-direction: column
}

.m-blogPost__contentComments #comments-listing {
  order: 2
}

.m-blogPost__contentComments label {
  display: none
}

.m-blogPost__contentCommentsHeader h3,.m-blogPost__contentCommentsHeader h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-transform: initial;
  margin-bottom: 35px
}

.m-blogPost__contentCommentsHeader h4 {
  font-size: 18px;
  color: #2f3238
}

.m-blogPost__contentComments input.hs-input,.m-blogPost__contentComments textarea.hs-input {
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 5px;
  color: #a0a0a0;
  padding: 10px 20px;
  line-height: 28px
}

.m-blogPost__contentComments textarea.hs-input {
  background: #fff url(https://2946146.fs1.hubspotusercontent-na1.net/hubfs/2946146/images/comment-icon.svg) no-repeat;
  background-position: 15px 15px;
  padding-left: 53px
}

.m-blogPost__contentComments .actions {
  display: inline-block;
  float: right;
  background: #c4c4c4;
  border-radius: 60px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease
}

.m-blogPost__contentComments .actions:after {
  font-family: 'fontawesome';
  content: '\f1d8';
  display: inline-block;
  top: 3px;
  right: 15px;
  position: relative;
  color: white;
  font-size: 20px
}

.m-blogPost__contentComments input[type="submit"].hs-button {
  font-size: 12px;
  height: auto;
  padding: 9px 25px 9px 18px;
  width: auto;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
  font-weight: bold
}

.m-blogPost__contentComments input[type="submit"].hs-button:hover {
  color: white
}

.m-blogPost__contentComments .actions:hover {
  background: #c20047;
  color: white
}

#comments-listing .comment:first-child {
  border: 0
}

#comments-listing .comment:last-child {
  border-bottom: 2px solid #eee;
  padding-bottom: 2em
}

#comments-listing .comment-from h4,#comments-listing .comment-date {
  color: #c20047;
  font-size: 12px;
  line-height: 150%;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase
}

#comments-listing .replying .hs_submit {
  display: flex;
  justify-content: flex-end
}

#mobileCommentsPopup {
  display: none
}

.m-blogPost__contentMainAuthorBio {
  color: #2f3238;
  font-size: 12px;
  line-height: 18px
}

@media only screen and (max-width : 1300px) {
  .m-blogPost__contentSidebar {
    padding:40px 40px;
    margin-left: 40px
  }
  .o-blogPost .container {
    max-width: 960px;
  }
}

@media only screen and (max-width : 1100px) {
  .m-blogPost__contentSidebar {
    margin-left:0px
  }
  .m-blogPost__contentSidebar {
    width: 33vw;
  }
  .blogAuthorDesc {
    position: relative;
    top: 9px;
  }
  .m-blogPost__customCardItem a {
    padding: 20px;
  }

  .m-blogPost__customCardItem a p {
    margin: 0;
  }
}

@media only screen and (max-width : 768px) {
  .o-blogPost .m-blogPost__headerWrapper:before {
    height:auto;
    position: relative
  }
  .m-blogPost__headerFeaturedText {
    display: none !important;
  }

  .m-blogPost__mobileAuthorName.d-block.d-md-none {
    display: block;
  }

  .m-blogPost__headerMainAuthorName {
    display: none;
  }

  .m-blogPost__headerMainAuthorPosition {
    display: none;
  }
  .m-blogPost__headerWrapper .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
  }

  .m-blogPost__header {
    background: #2f3238 !important;
    flex-direction: column;
    height: auto
  }

  .m-blogPost__headerMobileBanner {
    max-height: 100%;
    height: 320px;
    width: 100%;
    margin-top: 0px;
    background-size: cover;
    background-position: center
  }

  .m-blogPost__headerWrapper {
    padding-top: 0px
  }
  .o-blogPost .container {
    max-width: 540px;
  }

  .m-blogPost__headerWrapper .container {
    max-width: 100%;
  }

  .m-blogPost__contentWrapper .px-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1.5rem;
  }

  .m-blogPost__contentWrapper .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-blogPost__contentMeta {
    margin-bottom: 0;
  }
  .m-blogPost__headerBottomWrap {
    background: #fff;
    max-height: 50px;
    padding: 0 20px;
    justify-content: flex-start
  }
  .m-blogPost__contentAuthors div.closed .m-blogPost__mobileFeaturedImage {
    display: block;
  }

  .m-blogPost__contentAuthors div.closed .m-blogPost__headerMainAuthorName {
    display: block;
  }

  .m-blogPost__contentWrapper .col-md-4 {
    display: none;
  }
  .m-blogPost__headerMainAuthor {
    width: 80px;
    top: -30px;
    margin-right: 15px
  }

  .m-blogPost__contentTitle {
    font-weight: 300;
    font-size: 33px;
    line-height: 125%
  }

  .m-blogPost__mobileAuthorName {
    color: #6d6e70;
    align-self: flex-start;
    margin-top: 8px
  }

  .m-blogPost__mobileAuthorName span {
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 20px
  }

  .m-blogPost__contentWrapper {
    padding-top: 35px
  }

  .m-blogPost__contentTitle {
    margin-bottom: 40px
  }

  .m-blogPost__contentMetaLeft:after {
    max-width: 65px
  }

  .m-blogPost__contentSidebar {
    margin: 0;
    left: -15px;
    position: relative;
    text-align: center;
    background: #FFF
  }

  .m-blogPost_contentMobile {
    display: flex;
    flex-direction: column;
    margin: 35px 0
  }

  .m-blogPost__contentVendorTags {
    order: 2;
    justify-content: flex-start
  }

  .m-blogPost__contentVendorTags div:first-child {
    margin: 0
  }

  .m-blogPost__contentFilteredTags {
    text-align: left;
    margin-bottom: 30px
  }

  .m-blogPost_contentMobileEmailUs {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: #c20047;
    padding: 30px 55px;
    text-align: center
  }

  .m-blogPost_contentMobileEmailUs p {
    color: white;
    font-size: 16px;
    line-height: 130%
  }

  .m-blogPost_contentMobileEmailUs a {
    color: white;
    text-decoration: underline
  }

  .m-blogPost__contentAuthors {
    width: 90%;
    margin: 30px auto
  }

  a.m-blogPost__showBtn {
    width: 42px;
    height: 42px;
    font-size: 14px;
    margin: 0 auto;
    background: #c20047;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999999999px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px
  }

  a.m-blogPost__showBtn:before {
    font-family: 'fontawesome';
    content: '\f067';
    color: white
  }

  a.m-blogPost__showBtn.active:before {
    content: '\f068'
  }

  .m-blogPost__contentMainAuthor.closed,.m-blogPost__contentSecondAuthor.closed {
    padding: 30px 20px 20px
  }

  .m-blogPost__contentAuthors div.closed .m-blogPost__contentMainAuthorBio,.m-blogPost__contentAuthors div.closed .m-blogPost__followMeLinkedin {
    height: 0;
    overflow: hidden;
    display: none;
    transition: all .3s ease
  }

  .m-blogPost__contentAuthors div.open {
    text-align: center
  }

  .m-blogPost__contentAuthors div.open .m-blogPost__mobileFeaturedImage {
    width: 130px;
    margin: 0 auto;
    transition: all .3s ease
  }

  .m-blogPost__contentAuthors div.closed .m-blogPost__mobileFeaturedImage {
    width: 75px;
    margin-right: 20px;
    transition: all .3s ease
  }

  .m-blogPost__contentAuthors div.closed .m-blogPost__headerMainAuthorName {
    margin-bottom: 25px
  }

  .m-blogPost__contentAuthors div.open .m-blogPost__headerMainAuthorName:after {
    margin: 0 auto;
    top: 25px
  }

  .m-blogPost__contentAuthors div.closed .m-blogPost__headerMainAuthorName span {
    display: block;
    line-height: 30px
  }

  .m-blogPost__contentAuthors div.open .m-blogPost__headerMainAuthorName span {
    margin-right: 5px
  }

  .m-blogPost__contentAuthors div.closed .contentForToggle {
    display: flex;
    flex-wrap: wrap
  }

  .m-blogPost__contentMainAuthorBio {
    margin-bottom: 10px;
    font-size: 12px
  }

  .m-blogPost__followMeLinkedin {
    margin-top: 15px
  }

  .m-blogPost__followMeLinkedin a {
    background: #c4c4c4;
    border-radius: 60px;
    color: white;
    padding: 9px 9px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-decoration: none
  }

  .m-blogPost__contentAuthors .m-blogPost__headerMainAuthorName:after {
    margin: 0;
    top: 10px
  }

  .o-blogPost .m-latestArticles .blogItem {
    position: relative;
    flex-direction: column;
    margin: 0;
    width: 200px;
    margin-right: 25px
  }

  .m-latestArticles .blogImage {
    max-width: 100%;
    height: 240px;
    margin: 0 auto;
    background-color: black;
    mix-blend-mode: multiply;
    filter: brightness(0.5)
  }

  .m-blogPost__customCardItem {
    padding: 25px 30px;
    text-align: left;
    min-height: 240px
  }

  .m-latestArticles .blogContent {
    position: absolute;
    top: 0;
    padding: 30px;
    text-align: left
  }

  .blogContent h3 a,.m-blogPost__customCardItem h2 {
    color: white;
    text-transform: none;
    font-weight: 300;
    font-size: 22px;
    line-height: 130%
  }

  .blogContent h3:after {
    background: #cba94c
  }

  .m-latestArticles .slick-slide.slick-cloned {
    visibility: hidden
  }

  .m-latestArticles .slick-slide.slick-active {
    visibility: visible
  }

  .m-latestArticles .slick-list.draggable {
    overflow: visible;
    margin-bottom: 35px
  }

  .m-latestArticles ul.slick-dots li {
    display: inline-block;
    width: 20px
  }

  .m-latestArticles ul.slick-dots li:before {
    content: '';
    font-weight: bold;
    display: inline-block;
    border: 1px solid #c20047;
    width: 12px;
    height: 12px;
    border-radius: 9999px
  }

  .m-latestArticles ul.slick-dots li.slick-active:before {
    background: #c20047;
    border: 0
  }

  .m-latestArticles ul.slick-dots button {
    display: none
  }

  .m-blogPost__contentBottomSearchWrapper {
    background: #eeeff1;
    padding: 25px
  }

  .m-blogPost__contentBottomSearch {
    display: flex;
    flex-direction: column
  }

  .m-blogPost__contentBottomSearch a {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    background: white;
    margin-bottom: 10px;
    padding: 16px 22px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none
  }

  .m-blogPost__mobileStickySectionWrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    padding: 15px 24px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transition: all .3s cubic-bezier(0.65,0.05,0.36,1)
  }

  .m-blogPost__mobileStickySection {
    display: flex;
    justify-content: space-around
  }

  .m-blogPost__mobileStickySection a {
    color: #c4c4c4;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    flex-direction: column;
    display: flex
  }

  .m-blogPost__mobileStickySection img {
    margin-bottom: 7px
  }

  #mobileCommentsPopup {
    display: none;
    z-index: 9999999999;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: all .3s cubic-bezier(0.65,0.05,0.36,1)
  }

  .m-blogPost__contentCommentsContent {
    padding: 25px 30px
  }

  #mobileCommentsPopup .m-blogPost__contentCommentsHeader {
    display: flex;
    justify-content: space-between
  }

  #mobileCommentsPopup .m-blogPost__contentCommentsHeader h3:after {
    content: '';
    background: #cba94c;
    height: 3px;
    display: block;
    top: 20px;
    position: relative;
    max-width: 170px
  }

  #mobileCommentsPopup #comments-listing {
    padding-bottom: 60px
  }

  #mobileCommentsPopup #comments-listing .comment-from h4,#mobileCommentsPopup #comments-listing .comment-date {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 130%;
    color: #2f3238
  }

  #mobileCommentsPopup #comments-listing .comment-from h4 {
    font-weight: bold;
    text-transform: uppercase
  }

  #mobileCommentsPopup #comments-listing .comment-date {
    margin-bottom: 10px
  }

  #mobileCommentsPopup .comment-reply-to {
    display: none
  }

  #mobileCommentsPopup .comment-body p {
    line-height: 130%
  }

  #mobileCommentsPopup .m-blogPost__mobileCommentForm {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 20px 25px;
    background: #fff;
    box-shadow: 4px 0px 10px rgba(0,0,0,0.2);
    height: 85px;
    transition: all .3s cubic-bezier(0.65,0.05,0.36,1)
  }

  #mobileCommentsPopup .close .hs-fieldtype-text {
    display: none
  }

  #mobileCommentsPopup .close .hs-fieldtype-textarea textarea {
    border: 0
  }

  #mobileCommentsPopup .close a.m-blogPost__mobileCommentFormClose {
    display: none
  }

  #mobileCommentsPopup .close .hs-fieldtype-textarea .input:after {
    font-family: 'fontawesome';
    content: '\f1d8';
    background: #c20047;
    color: white;
    font-size: 20px;
    top: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    border-radius: 99999999px;
    padding-right: 3px
  }

  #mobileCommentsPopup .m-blogPost__mobileCommentForm.open {
    height: auto;
    padding: 30px 25px
  }

  .m-blogPost__mobileCommentFormClose {
    position: relative;
    float: right;
    top: -15px
  }

  .m-blogPost__contentVendorItem a {
    margin-left: 0;
    margin-right: 15px
  }

  .m-blogPost__headerMainAuthorImage {
    max-width: 80px
  }
}