body {
  font-family: 'Lato', sans-serif;
    font-size: 18px;
    background: #fff;
    color: #212121;
    letter-spacing: 0.3px;
    line-height: 170%
}

h1, h2, h3, h4, h5, h6 {
  color: #2b2d2f;
  font-weight: 900
}

h1 {
  font-size: 35px;
  line-height: 130%;
  margin: 30px 0px 20px;
}

h2 {
  font-size: 30px;
  line-height: 130%;
  margin: 20px 0px;
}

h3 {
  font-size: 25px;
  line-height: 130%;
  margin: 15px 0px;
}

h4 {
  font-size: 20px;
  line-height: 130%;
  margin: 15px 0px;
}

h5, h6 {
  font-size: 18px;
  line-height: 130%;
  margin: 15px 0px;
}

a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #5365d0 !important;
  text-decoration-thickness: 0.7px !important;
  text-underline-offset: .5ex;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}

img {
  width: 100%;
  height: auto;
}

.sm-container {
  padding: 0px 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.lg-container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
}

/* header */
  .menu-toggle {
    display: none
  }
  .header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }
  .header .lg-container {
    padding: 15px 20px;
  }
  .header .lg-container .row .col-md-4 {
    text-align: center
  }
  .header .lg-container .row .col-md-4:first-child {
    text-align: left
  }
  .header .lg-container .row .col-md-4:last-child {
    text-align: right
  }
  .header .lg-container .row .col-md-4 h1 a {
    color: #2b2d2f;
    text-decoration: none
  }
  .header .lg-container .row .col-md-4 h1 {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
  }
  .header .lg-container .row .col-md-4:first-child img {
    width: auto;
    height: 38px;
  }
  .header-right-act .fa-magnifying-glass {
    color: #2b2d2f;
    font-size: 15px
  }
  .header-right-act a {
	  font-size: 16px;
    margin-right: 15px
  }
  .header-right-act a:last-child {
    margin-right: 0px
  }

  /* header top menu */
    .header .top-navigation {
      text-align: center;
      border-top: 1px solid #eaeaea
    }
    .header .top-navigation ul {
      padding: 0px;
      margin: 0px;
      list-style: none
    }
    .header .top-navigation ul li {
      display: inline-block
    }
    .header .top-navigation ul li a {
      display: inline-block;
      padding: 8px 15px;
      color: #2b2d2f;
      text-decoration: none;
      font-size: 15px;
    }
    .header .top-navigation ul li a:hover {
      color: #000;
      background: #f9f9f9;
    }
    .header .top-navigation ul li.current-menu-item a {
      color: #000;
      border-bottom: 3px solid #000;
      margin-bottom: -2px;
    }
  /* // END > header top menu */
/* // END > header */

/* Posts */
.blog-header {
  margin: 20px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.single-container {
  position: relative;
  max-width: 1100px;
  margin: -200px auto 20px auto;
}

.featured-img-container {
  position: relative;
}

.featured-img-container h2 {
  position: absolute;
  left: 30px;
  bottom: 40px;
}

.featured-img-container h2 a {
  color: #fff;
  text-shadow: 1px 1px #1e1a3d;
  text-decoration: none;
}

.featured-img-container:hover h2 a {
  color: #fff;
  text-shadow: 1px 1px #1e1a3d;
  text-decoration: underline;
}

.featured-img-container .article-excerpt {
  position: absolute;
  left: 30px;
  bottom: 25px;
  color: #fff;
  text-shadow: 1px 1px #1e1a3d;
}

.featured-img {
  overflow: hidden;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.single-img-container {
  max-width: 1100px;
  margin: 20px auto 0px auto;
}

.table-contents-title {
  font-size: 18px;
  font-weight: bold;
}

.sticky-container {
  position: sticky; 
  top: 20px; 
  max-height: calc(100vh - 40px); 
  overflow: auto
}

.single-container aside.post-column-left {
  position: absolute;
  left: 20px; 
  width: 260px;
  padding: 20px;
  background: #ffffffe6;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.single-container article.post-column {
  width: calc(100% - 320px);
  margin: 0px 0px 0px 300px;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.single-container article.post-column .post-header h1 {
  margin: 5px 0px 20px 0px
}

#postLeftNav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#postLeftNav li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0px;
}

#postLeftNav li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 15px;
  background-color: #08558b;
  transform: translateY(-50%);
}

.single-block {
  min-height: 130px;
  position: relative;
  padding-left: 150px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.single-block h2 {
  font-size: 22px;
  margin: 0px 0px 10px 0px;
}

.single-block-img-container {
  position: absolute;
  top: 0px;
  left: 0px;
}

.single-block-img-container .featured-img {
  width: 130px;
  height: 130px;
}

.search-form-block {
  position: relative;
  padding-right: 80px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.search-form-block .search-form-block-button {
  position: absolute;
  top:  0px;
  right: 0px;
}

.single-sm .single-block {
  padding-left: 115px;
  margin-bottom: 30px
}

.single-sm .single-block h2 {
  font-size: 18px;
}

.single-sm .single-block-img-container .featured-img {
  width: 100px;
  height: 100px;
}

.right-more-link {
  float: right;
  margin-top: 25px;
}

.single-md {
  margin-bottom: 30px
}

.single-md .single-block-img-container {
  position: relative;
}

.single-md .single-block-img-container .featured-img {
  width: 100%;
  height: 200px;
}

.single-md h2 {
  font-size: 20px;
}

/* // END > Posts */

/* Forms */
.field-group {
  position: relative;
}
.field-group label {
  position: absolute;
  z-index: 9;
  top: -17px;
  left: 10px;
  display: inline-block;
  padding: 0px 3px;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 15px;
}
.field-group:focus-within label {
  top: -20px;
  font-weight: 900;
  color: #86b7fe;
  font-weight: 600;
}
.form-control {
  padding: 10px;
  color: #000;
  border-color: #ccc;
}
.wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 130%;
}
.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 15px;
  line-height: 130%;
  color: #664d03;
  background: #fff3cd;
  border: 1px solid #ffecb5;
  padding: 15px 20px;
  margin: 20px 0px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 15px;
  line-height: 130%;
  color: #0f5132;
  background: #d1e7dd;
  border: 1px solid #badbcc;
  padding: 15px 20px;
  margin: 20px 0px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* // END > Forms */

/* footer */
  .footer {
    margin-top: 30px;
    padding: 15px 20px;
    text-align: center;
    border-top: 1px solid #eaeaea;
  }
  .footer .copyright {
    color: #3a3a3a;
    font-size: 14px
  }
/* // END > footer */

/* bootsrap overwrites */
  .btn-primary {
    background-color: #08558b;
    border: 0px;
    padding: 8px 20px;
    font-size: 16px;
  }
  .btn-primary:hover {
    background-color: #053556;
  }
  .table-responsive table.table-bordered {
    font-size: 16px;
  }
  .table-responsive table.table-bordered th {
    background: #f9f9f9;
    font-size: 17px;
  }
/* // END > bootsrap overwrites */

/* CSS Defaults */
  /* FONT */
    .font8{font-size: 8px;line-height:125%}.font9{font-size: 9px; line-height:125%}.font10{font-size: 10px; line-height:125%}.font11{font-size: 11px; line-height:125%}.font12{font-size: 12px; line-height:125%}.font13{font-size: 13px; line-height:125%}.font14{font-size: 14px; line-height:125%}.font15{font-size: 15px; line-height:125%}.font16{font-size: 16px; line-height:125%}.font17{font-size: 17px; line-height:125%}.font18{font-size: 18px; line-height:125%}.font19{font-size: 19px; line-height:125%}.font20{font-size: 20px; line-height:125%}.font21{font-size: 21px; line-height:125%}.font22{font-size: 22px; line-height:125%}.font23{font-size: 23px; line-height:125%}.font24{font-size: 24px; line-height:125%}.font25{font-size: 25px; line-height:125%}.font26{font-size: 26px; line-height:125%}.font27{font-size: 27px; line-height:125%}.font28{font-size: 28px; line-height:125%}.font29{font-size: 29px; line-height:125%}.font30{font-size: 30px; line-height:125%}.font35{font-size: 35px; line-height:125%}.font40{font-size: 40px; line-height:125%}.font45{font-size: 45px; line-height:125%}.font50{font-size: 50px; line-height:125%}.font55{font-size: 55px; line-height:125%}.font60{font-size: 60px; line-height:125%}
  /* COLOR */
	  .text-white{color:#fff}.text-yellow{color:#ffbc00}.text-red{color:#f5151c}.text-black{color:#000}.text-green{color:#36958e}.text-blue{color: #136cc2}.text-brown{color: #8a6d3b}.text-gray{color: #a3adbd}.text-cyan{color: #15A7C3}.text-orange{color: #FF8A0E}
  /* BACKGROUND */
    .no-bg{background: none}.bg-light-yellow{background:#fbefc8}.bg-light-red{background:#fce8e6}.bg-light-gray{background: #edf1f5}.gray-bg{background: gray}.white-bg{background: white}.light-green{background:#dff0d8}.light-yellow{background:#fcf8e3}.light-red{background:#f2dede}.light-blue{background:#eaf3f8}
  /* MARGIN */
    .mall-0{margin: 0px}.mall-5{margin: 5px}.mall-10{margin: 10px}.mall-15{margin: 15px}.mall-20{margin: 20px}.mall-25{margin: 25px}.mall-30{margin: 30px}.mall-35{margin: 35px}.mall-40{margin: 40px}.mall-45{margin: 45px}.mall-50{margin: 50px}
    .mt-0{margin-top: 0px}.mt-5{margin-top: 5px}.mt-10{margin-top: 10px}.mt-15{margin-top: 15px}.mt-20{margin-top: 20px}.mt-25{margin-top: 25px}.mt-30{margin-top: 30px}.mt-35{margin-top: 35px}.mt-40{margin-top: 40px}.mt-45{margin-top: 45px}.mt-50{margin-top: 50px}.mt-55{margin-top: 55px}.mt-60{margin-top: 60px}.mt-65{margin-top: 65px}.mt-70{margin-top: 70px}.mt-80{margin-top: 80px}.mt-90{margin-top: 90px}.mt-100{margin-top: 100px}.mt-200{margin-top: 200px}
    .mb-0{margin-bottom: 0px}.mb-5{margin-bottom: 5px !important}.mb-10{margin-bottom: 10px}.mb-15{margin-bottom: 15px}.mb-20{margin-bottom: 20px}.mb-25{margin-bottom: 25px}.mb-30{margin-bottom: 30px}.mb-35{margin-bottom: 35px}.mb-40{margin-bottom: 40px}.mb-45{margin-bottom: 45px}.mb-50{margin-bottom: 50px}.mb-55{margin-bottom: 55px}.mb-60{margin-bottom: 60px}.mb-65{margin-bottom: 65px}.mb-70{margin-bottom: 70px}.mb-80{margin-bottom: 80px}.mb-90{margin-bottom: 90px}.mb-100{margin-bottom: 100px}.mb-200{margin-bottom: 200px}
    .ml-0{margin-left: 0px}.ml-5{margin-left: 5px}.ml-10{margin-left: 10px}.ml-15{margin-left: 15px}.ml-20{margin-left: 20px}.ml-25{margin-left: 25px}.ml-30{margin-left: 30px}.ml-35{margin-left: 35px}.ml-40{margin-left: 40px}.ml-45{margin-left: 45px}.ml-50{margin-left: 50px}
    .mr-0{margin-right: 0px}.mr-5{margin-right: 5px}.mr-10{margin-right: 10px}.mr-15{margin-right: 15px}.mr-20{margin-right: 20px}.mr-25{margin-right: 25px}.mr-30{margin-right: 30px}.mr-35{margin-right: 35px}.mr-40{margin-right: 40px}.mr-45{margin-right: 45px}.mr-50{margin-right: 50px}
  /* PADDING */
    .pall-0{padding: 0px}.pall-5{padding: 5px}.pall-10{padding: 10px}.pall-15{padding: 15px}.pall-20{padding: 20px}.pall-25{padding: 25px}.pall-30{padding: 30px}.pall-35{padding: 35px}.pall-40{padding: 40px}.pall-45{padding: 45px}.pall-50{padding: 50px}
    .pt-0{padding-top: 0px}.pt-5{padding-top: 5px}.pt-10{padding-top: 10px}.pt-15{padding-top: 15px}.pt-20{padding-top: 20px}.pt-25{padding-top: 25px}.pt-30{padding-top: 30px}.pt-35{padding-top: 35px}.pt-40{padding-top: 40px}.pt-45{padding-top: 45px}.pt-50{padding-top: 50px}.pt-55{padding-top: 55px}.pt-60{padding-top: 60px}.pt-65{padding-top: 65px}.pt-70{padding-top: 70px}.pt-80{padding-top: 80px}.pt-90{padding-top: 90px}.pt-100{padding-top: 100px}.pt-200{padding-top: 200px}
    .pb-0{padding-bottom: 0px}.pb-5{padding-bottom: 5px}.pb-10{padding-bottom: 10px}.pb-15{padding-bottom: 15px}.pb-20{padding-bottom: 20px}.pb-25{padding-bottom: 25px}.pb-30{padding-bottom: 30px}.pb-35{padding-bottom: 35px}.pb-40{padding-bottom: 40px}.pb-45{padding-bottom: 45px}.pb-50{padding-bottom: 50px}.pb-55{padding-bottom: 55px}.pb-60{padding-bottom: 60px}.pb-65{padding-bottom: 65px}.pb-70{padding-bottom: 70px}.pb-80{padding-bottom: 80px}.pb-90{padding-bottom: 90px}.pb-100{padding-bottom: 100px}.pb-200{padding-bottom: 200px}
    .pl-0{padding-left: 0px}.pl-5{padding-left: 5px}.pl-10{padding-left: 10px}.pl-15{padding-left: 15px}.pl-20{padding-left: 20px}.pl-25{padding-left: 25px}.pl-30{padding-left: 30px}.pl-35{padding-left: 35px}.pl-40{padding-left: 40px}.pl-45{padding-left: 45px}.pl-50{padding-left: 50px}
    .pr-0{padding-right: 0px}.pr-5{padding-right: 5px}.pr-10{padding-right: 10px}.pr-15{padding-right: 15px}.pr-20{padding-right: 20px}.pr-25{padding-right: 25px}.pr-30{padding-right: 30px}.pr-35{padding-right: 35px}.pr-40{padding-right: 40px}.pr-45{padding-right: 45px}.pr-50{padding-right: 50px}
  /* HELPERS */
    .italic{font-style: italic}.hide{display: none}.line-through{text-decoration: line-through}.underline{text-decoration: underline}.pointer{cursor: pointer}.not-allowed{cursor:not-allowed}.uppercase{text-transform:uppercase}.inline{display: inline}.inline-block{display: inline-block}.block{display: block}.absolute{position: absolute}.relative{position: relative}.text-left{text-align: left}.text-center{text-align: center}.text-right{text-align: right}.font-slim{font-weight: 100}.font-normal{font-weight: 400}.font-bold{font-weight: 700}.font-xbold{font-weight: 900}.v-center{margin-top: auto;margin-bottom: auto}
  /* SHADOW */
    .shadow{-webkit-box-shadow: 0 2px 16px #0000001a; box-shadow: 0 2px 16px #0000001a}
  /* TRANSITION */
    .trans { transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; -ms-transition-duration: .4s}
    .trans:hover { transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; -o-transition-duration: .4s; -ms-transition-duration: .4s}
  /* DIVIDERS */
    .divider {margin: 50px auto; height: 2px; width: 80%; background: #b3b3b3; background: linear-gradient(90deg, hsl(0deg 0% 100%), hsl(0, 0%, 70%), hsl(0deg 0% 100%))}
  /* ROUND CORNERS */
    .round-8 { -webkit-border-radius: 8px; border-radius: 8px}.round-20 { -webkit-border-radius: 20px; border-radius: 20px}
  /* BACKGROUND IMAGE */
    .background-image {background-position: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

/* END CSS Defaults */

@media only screen and (max-width: 1201px) {
  /* Menu */
    .navigation .menu-toggle {font-size: 25px; border: 0px; color: #000; border: 1px solid #ebebeb; background-color: #fff; padding: 3px 15px; height: 45px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 1px 5px #00000026; box-shadow: 0 1px 5px #00000026;}
    .menu-main-menu-container {display: none}
    .about-section-one-text {margin: 50px 0px 0px 0px}
}

@media only screen and (max-width: 992px) {
  .header .logo {position: relative; margin-bottom: 20px}
  .search-form {padding-left: 0px}
  .biz-details {padding-top: 25px}
  .biz-contact-details .col-lg-3, .biz-contact-details .col-lg-4 {margin-top: 15px}
  .biz-profile .biz-logo {margin: 25px -10px 0px 0px;}
  .biz-profile .biz-contact-details-claim-link {text-align: left}
  .home-page-main-block {margin-top: 40px}
  .featured-img-container h2 {left: 20px; bottom: 80px; line-height: 120%}
  .featured-img-container .article-excerpt {padding-right: 20px; left: 20px; bottom: 20px; line-height: 130%}
}

@media only screen and (max-width: 768px) {
  h1 {font-size: 45px}
  .header .logo {position: absolute; left: 20px; top: 20px;}
  .header .lg-container .row .col-md-4 h1 {text-align: center; margin-bottom: 20px}
  .m-hide {display: none}
  .m-mt-30 {margin-top: 30px}.m-mb-30 {margin-bottom: 30px}
  .m-text-left {text-align: left}.m-text-center {text-align: center}
  .search-form {padding-right: 70px}
  .navigation .menu-toggle {position: absolute; right: 10px; top: auto; margin-top: -45px}
  .menu-main-menu-container {padding-top: 20px; margin-bottom: -20px}
  .light-gray-block {padding: 20px}
  .home-page-techguy {margin: 40px 0px 0px 0px}
  .page-content {margin-bottom: 30px}
  .biz-profile-card .biz-details {margin-top: 0px}
  .featured-img {height: 350px}
  .single-container aside.post-column-left {display: none}
  .single-container article.post-column {width: calc(100% - 40px); margin: 0px 20px}
}

@media only screen and (max-width: 455px) {
  .biz-profile-card .biz-details {margin-top: 10px}
}