

/* General Content */
.post-content {

  .wp-block {
    margin-bottom: 1.5em; /* Adjust spacing between blocks */
    word-break: break-word; /* Prevent long words from breaking layout */
  }

  /* Paragraph */
  p {
    margin-top: 15px;
    line-height: 1.6;
    font-size:1.2em;
  }

  /* Headings */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: bold;
    margin-top:25px;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.75em;
    letter-spacing: normal!important;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.25em;
  }

  h6 {
    font-size: 1em;
  }

  /* Links */
  a {
    color: #007bff; /* Bootstrap primary color, adjust as needed */
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  /* Lists */
  ul, ol {
    margin-bottom: 1em;
    padding-left: 20px;
  }

  ul {
    list-style: disc;
  }

  ol {
    list-style: decimal;
  }

  li {
    margin-bottom: 0.5em;
    list-style: inherit;
  }

  /* Blockquotes */
  blockquote {
    margin: 1.5em 0;
    padding: 0.5em 1em;
    border-left: 3px solid #ccc;
    font-style: italic;
  }

  blockquote p:last-child {
    margin-bottom: 0;
  }

  /* Preformatted Text */
  pre {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #dee2e6; /* Light gray border */
    overflow-x: auto; /* Enable horizontal scrolling for long code */
    font-family: monospace, monospace;
    font-size: 0.9em;
    line-height: 1.4;
  }

  /* Code (inline) */
  code {
    padding: 0.2em 0.4em;
    background-color: #e9ecef; /* Lighter gray background */
    border-radius: 3px;
    font-family: monospace, monospace;
    font-size: 0.9em;
  }

  /* Images */
  img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
  }

  /* Captions */
  .wp-caption {
    margin-bottom: 1em;
    text-align: center;
    font-size: 0.85em;
    color: #6c757d; /* Bootstrap secondary text color */
  }

  .wp-caption img {
    margin-bottom: 0.5em;
  }

  /* Separator */
  .wp-block-separator {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 1.5em auto;
    width: 100px; /* Adjust width of separator */
  }

  /* Alignments (common) */
  .alignleft {
    float: left;
    margin-right: 1em;
  }

  .alignright {
    float: right;
    margin-left: 1em;
  }

  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* For inline content within */
  }

  .alignwide {
    width: 100%; /* Often used for wider elements on larger screens */
    margin-left: auto;
    margin-right: auto;
  }

  .alignfull {
    width: 100%;
  }


  .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }

  .wp-block-gallery .blocks-gallery-item {
    margin: 0.5em;
  }

  .wp-block-gallery img {
    display: block;
  }

  /* Add more block-specific styles as needed (e.g., buttons, columns, etc.) */

  .wp-block-image {
    margin-bottom: 1.5em;
  }

  .wp-block-image img {
    max-width: 645px;
    height: auto;
    display: block; /* Prevent extra space below inline images */
  }

  /* Image Size Classes (common ones) */
  .wp-block-image.size-thumbnail img {
    /* Styles for thumbnail size */
    max-width: 150px; /* Example */
    height: auto;
  }

  .wp-block-image.size-medium img {
    /* Styles for medium size */
    max-width: 50%; /* Example: up to half the container width */
    height: auto;
  }

  .wp-block-image.size-large img {
    /* Styles for large size */
    /* Often similar to full width but might have a max-width */
    max-width: 80%; /* Example */
    height: auto;
  }

  .wp-block-image.size-full img {
    width: 100%; /* Make the image take the full width of its container */
    height: auto;
  }

  /* Image with Caption */
  .wp-block-image figcaption {
    text-align: center;
    font-size: 0.85em;
    color: #6c757d; /* Bootstrap secondary text color */
    margin-top: 0.5em;
  }

  /* Alignment within the image block */
  .wp-block-image.alignleft {
    float: left;
    margin-right: 1em;
  }

  .wp-block-image.alignright {
    float: right;
    margin-left: 1em;
  }

  .wp-block-image.aligncenter {
    text-align: center;
  }

  .wp-block-image.aligncenter img {
    margin-left: auto;
    margin-right: auto;
  }

}


.blog-2020 {
  background-color: #fff;
  color: #121314
}

.blog-2020 a,
.blog-2020 div,
.blog-2020 h1,
.blog-2020 h2,
.blog-2020 h3,
.blog-2020 h4,
.blog-2020 h5,
.blog-2020 h6,
.blog-2020 li,
.blog-2020 p {
  font-size: 1.55rem
}

.blog-2020 .block__inner,
.blog-2020 .block__outer {
  margin-left: auto;
  margin-right: auto
}

.blog-2020 .block__outer {
  max-width: 1800px
}

.blog-2020 .block__inner {
  max-width: 1170px
}

.blog-2020 #blogwall {
  height: auto !important
}

.blog-2020 .flex-grid {
  padding: .1px 0
}

.blog-2020 .flex-grid__container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 0 0 15px
}

.blog-2020 .flex-grid__child {
  width: 100%;
  border: 0 solid transparent;
  border-width: 0 20px 20px 0;
  background-clip: padding-box;
  display: flex;
  padding: 0
}

.blog-2020 .flex-grid__child.item {
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important
}

.blog-2020 .flex-grid__child-inner {
  width: 100%;
  position: relative
}

@media (min-width:550px) {
  .blog-2020 .flex-grid__child {
    width: 50%
  }
}

@media (min-width:992px) {
  .blog-2020 .flex-grid__child {
    width: 33.33333%
  }
}

.blog-2020 .post {
  background-color: #fff;
  color: #121314;
  display: block;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, .3);
  position: relative;
  padding: 0;
  transition: box-shadow .1s ease-in;
  height: 100%
}

.blog-2020 .post:focus,
.blog-2020 .post:hover {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, .4);
  outline: none
}

.blog-2020 .post:focus .post__img,
.blog-2020 .post:hover .post__img {
  transform: scale(1.1)
}

.blog-2020 .post__tag {
  background-color: rgba(0, 0, 0, .7);
  color: #121314;
  letter-spacing: 0;
  font-weight: regular;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-block;
  padding: 1px 20px 3px;
  border-radius: 2px;
  transition: background-color .1s ease-in;
  text-transform: capitalize;
  z-index: 2
}

.blog-2020 .post__tag:focus,
.blog-2020 .post__tag:hover {
  text-decoration: none;
  outline: none;
  background-color: #121314;
  color: #121314;
  color: #fff
}

.blog-2020 .post__img {
  width: 100%;
  padding-top: 180px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  transform: scale(1.01);
  transition: transform .1s ease-in
}

.blog-2020 .post__img-container {
  overflow: hidden
}

.blog-2020 .post__container {
  padding: 2rem
}

.blog-2020 .post__date {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.2rem;
  color: #999;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1rem
}

.blog-2020 .post__header {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.67rem;
  color: inherit;
  line-height: 1.5;
  padding: 0;
  line-height: 1.3;
  letter-spacing: -.3px;
  margin: 0 0 2rem
}

.blog-2020 .post__txt {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.3rem;
  color: #121314;
  line-height: 1.5;
  margin: 0;
  padding: 0
}

.blog-2020 .post__btn-container {
  padding: 4rem 0 6rem
}

.blog-2020 .post__btn {
  background-color: #e4002b;
  color: #121314;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.55rem;
  color: #fff;
  line-height: 1.5;
  display: block;
  padding: .3rem 3rem .5rem;
  margin: 0 auto;
  border: none;
  border-radius: 60px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .1);
  transition: box-shadow .2s ease-in
}

.blog-2020 .post__btn:focus,
.blog-2020 .post__btn:hover {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .4);
  padding: .3rem 3rem .5rem;
  margin: 0 auto;
  outline: none
}

.blog-2020 .post__btn:active {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .1)
}

.blog-2020 .blog__divider {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #e3e8eb;
  margin-bottom: 3rem
}

@media (min-width:1170px) {
  .blog-2020 .blog__divider {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }
}

.blog-2020 .blog__header {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3rem;
  color: inherit;
  line-height: 1.5;
  display: block;
  margin: 0;
  width: 100%;
  padding: 3rem 1.5rem
}

@media (min-width:992px) {
  .blog-2020 .blog__header {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 3.45rem;
    color: inherit;
    line-height: 1.5;
    padding: 6rem 0;
    margin: 0 auto;
    width: 50%
  }
}

.blog-2020 .blog__container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media (min-width:992px) {
  .blog-2020 .blog__container {
    flex-direction: row
  }
}

.blog-2020 .blog__body {
  order: 2;
  width: 100%;
  margin-bottom: 6rem
}

.blog-2020 .blog__body a,
.blog-2020 .blog__body p,
.blog-2020 .blog__body strong {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.55rem;
  color: inherit;
  line-height: 1.5;
  padding: 0;
  margin: 0
}

.blog-2020 .blog__body a:not(:last-child),
.blog-2020 .blog__body p:not(:last-child),
.blog-2020 .blog__body strong:not(:last-child) {
  margin: 0 0 4rem
}

@media (min-width:992px) {

  .blog-2020 .blog__body a,
  .blog-2020 .blog__body p,
  .blog-2020 .blog__body strong {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.8rem;
    color: inherit;
    line-height: 1.5;
    margin: 0;
    padding: 0
  }
}

.blog-2020 .blog__body a {
  color: #04f
}

.blog-2020 .blog__body a:focus {
  text-decoration: underline;
  color: #04f;
  outline: none
}

.blog-2020 .blog__body h1,
.blog-2020 .blog__body h2,
.blog-2020 .blog__body h3,
.blog-2020 .blog__body h4,
.blog-2020 .blog__body h5,
.blog-2020 .blog__body h6 {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.2rem;
  color: inherit;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 2rem;
  line-height: 1.3
}

@media (min-width:992px) {

  .blog-2020 .blog__body h1,
  .blog-2020 .blog__body h2,
  .blog-2020 .blog__body h3,
  .blog-2020 .blog__body h4,
  .blog-2020 .blog__body h5,
  .blog-2020 .blog__body h6 {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 2.4rem;
    color: inherit;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 2rem;
    line-height: 1.3
  }
}

.blog-2020 .blog__body>img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0;
  margin: auto auto 4rem
}

@media (min-width:992px) {
  .blog-2020 .blog__body {
    width: 50%
  }
}

.blog-2020 .blog__author {
  order: 3;
  width: 100%;
  margin-bottom: 6rem
}

@media (min-width:992px) {
  .blog-2020 .blog__author {
    order: 1;
    width: 25%
  }
}

.blog-2020 .blog__author-txt,
.blog-2020 .blog__author a {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.2rem;
  color: #999;
  line-height: 1.5;
  margin: 0;
  padding: 0
}

.blog-2020 .blog__author-txt:not(:last-child),
.blog-2020 .blog__author a:not(:last-child) {
  margin: 0 0 1rem
}

.blog-2020 .blog__author-txt>a,
.blog-2020 .blog__author a>a {
  color: #04f
}

.blog-2020 .blog__author-txt>a:focus,
.blog-2020 .blog__author a>a:focus {
  color: #04f;
  text-decoration: underline;
  outline: none
}

.blog-2020 .blog__social {
  order: 4;
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
  flex-flow: row
}

@media (min-width:992px) {
  .blog-2020 .blog__social {
    width: 25%
  }
}

.blog-2020 .blog__social-container {
  display: flex;
  flex-flow: row;
  margin-left: 0;
  margin-right: auto
}

@media (min-width:992px) {
  .blog-2020 .blog__social-container {
    flex-flow: column;
    margin-left: auto;
    margin-right: 0
  }
}

.blog-2020 .blog__social-link {
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  overflow: hidden;
  cursor: pointer
}

.blog-2020 .blog__social-link:focus,
.blog-2020 .blog__social-link:hover {
  outline: none
}

@media (min-width:992px) {
  .blog-2020 .blog__social-link {
    margin-bottom: 1rem;
    margin-right: 0
  }
}

.blog-2020 .blog__social-link:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #121314;
  z-index: -1
}

.blog-2020 .blog__social-link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #e4002b;
  z-index: 0;
  transform: scale(0);
  border-radius: 20px;
  transition: transform .3s ease-in
}

.blog-2020 .blog__social-link:focus:after,
.blog-2020 .blog__social-link:hover:after {
  transform: scale(2)
}

.blog-2020 .blog__social-img {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-size: 0;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  padding: 0;
  z-index: 1
}

.blog-2020 .blog__social-img--facebook {
  background-image: url(https://images.novatech.co.uk/website2020/blog/img/facebook-icon.png)
}

.blog-2020 .blog__social-img--linkedin {
  background-image: url(https://images.novatech.co.uk/website2020/blog/img/linkedin-icon.png)
}

.blog-2020 .blog__social-img--twitter {
  background-image: url(https://images.novatech.co.uk/website2020/blog/img/twitter-icon.png)
}

.blog-2020 .recent-posts {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.blog-2020 .recent-posts__container {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem
}

.blog-2020 .recent-posts__title {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.45rem;
  color: inherit;
  line-height: 1.5;
  margin: 0;
  padding: 0
}

.blog-2020 .blogcrumb {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem
}

.blog-2020 .blogcrumb__divider,
.blog-2020 .blogcrumb__link {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.3rem;
  color: #999;
  line-height: 1.5;
  margin: 0;
  padding: 0
}

.blog-2020 .blogcrumb__link:focus,
.blog-2020 .blogcrumb__link:hover {
  outline: none;
  text-decoration: underline
}

.blog-2020 .blogcrumb__current {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.3rem;
  color: #121314;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  pointer-events: none
}

.blog-2020 .category {
  padding:25px 0 15px 0;
}

.blog-2020 .category__title {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.45rem;
  color: inherit;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 .5rem
}

.blog-2020 .category__txt {
  color: inherit
}

.blog-2020 .category__txt,
.blog-2020 .category__txt>a {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.5;
  margin: 0;
  padding: 0
}

.blog-2020 .category__txt>a {
  color: #04f
}

.blog-2020 .category__txt>a:focus,
.blog-2020 .category__txt>a:hover {
  text-decoration: underline;
  outline: none
}

.blog-2020 .pagination {
  padding: 2rem 1rem 4rem;
  width: 100%
}

.blog-2020 .pagination__container {
  display: flex;
  flex-flow: row;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1rem;
  padding-left: 1rem
}

@media (min-width:768px) {
  .blog-2020 .pagination__container {
    justify-content: center
  }
}

.blog-2020 .pagination__link {
  background-color: #e3e8eb;
  color: #121314;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.55rem;
  color: inherit;
  line-height: 1.5;
  padding: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 1rem 1rem 0;
  background-image: none;
  transition: none
}

.blog-2020 .pagination__link:focus:not(.pagination__link--active),
.blog-2020 .pagination__link:hover:not(.pagination__link--active) {
  background-color: #e4002b;
  color: #121314;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.55rem;
  color: #fff;
  line-height: 1.5;
  padding: 0;
  margin: 0 1rem 1rem 0;
  outline: none;
  text-decoration: none
}

.blog-2020 .pagination__link--active {
  background-color: #121314;
  color: #121314;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.55rem;
  color: #fff;
  line-height: 1.5;
  padding: 0;
  margin: 0 1rem 1rem 0
}

.blog-2020 .pagination__link--active:focus,
.blog-2020 .pagination__link--active:hover {
  pointer-events: none
}

.blog-2020 .blog-slider {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
  height: 599px
}

@media (min-width:992px) {
  .blog-2020 .blog-slider {
    height: 599px
  }
}

.blog-2020 .blog-slider__container {
  background-color: #f5f5f5;
  color: #121314;
  position: absolute;
  visibility: hidden;
  display: block;
  height: 500px;
  overflow-y: hidden
}

.blog-2020 .blog-slider__container--visible {
  visibility: visible;
  position: static
}

@media (min-width:992px) {
  .blog-2020 .blog-slider__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 500px
  }
}

.blog-2020 .blog-slider__container--reverse {
  flex-direction: column-reverse
}

@media (min-width:992px) {
  .blog-2020 .blog-slider__container--reverse {
    flex-direction: row
  }
}

.blog-2020 .blog-slider__child--txt {
  flex-basis: 50%;
  flex-grow: 1;
  margin: auto auto auto 0;
  display: flex;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  max-width: none
}

@media (min-width:992px) {
  .blog-2020 .blog-slider__child--txt {
    max-width: 585px;
    padding-left: 4rem;
    flex-grow: 0;
    padding-right: 2%;
    margin: auto 0 auto auto;
    height: auto
  }
}

.blog-2020 .blog-slider__child--img {
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 0;
  width: 100%;
  height: 250px
}

@media (min-width:992px) {
  .blog-2020 .blog-slider__child--img {
    flex-grow: 0;
    padding-left: 2%;
    height: auto
  }
}

@media (min-width:1170px) {
  .blog-2020 .blog-slider__child--img {
    padding-left: 23.4px
  }
}

.blog-2020 .blog-slider__img {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 250px
}

@media (min-width:992px) {
  .blog-2020 .blog-slider__img {
    padding-top: 500px
  }
}

.blog-2020 .blog-slider__title {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3rem;
  color: inherit;
  line-height: 1.5;
  padding: 0;
  display: block;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 117px
}

@media (min-width:768px) {
  .blog-2020 .blog-slider__title {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 3.4rem;
    color: inherit;
    line-height: 1.5;
    padding: 0;
    line-height: 1.3;
    margin: 0 0 1.5rem;
    max-height: 132.6px
  }
}

@media (min-width:992px) {
  .blog-2020 .blog-slider__title {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 3.8rem;
    color: inherit;
    line-height: 1.5;
    padding: 0;
    line-height: 1.3;
    margin: 0 0 3rem;
    -webkit-line-clamp: 5;
    max-height: 247px
  }
}

.blog-2020 .blog-slider__featured {
  color: inherit;
  padding: 0;
  display: block;
  margin: 0 0 1rem
}

.blog-2020 .blog-slider__featured,
.blog-2020 .blog-slider__link {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.5
}

.blog-2020 .blog-slider__link {
  background-color: #e4002b;
  color: #121314;
  color: #fff;
  display: block;
  padding: .3rem 3rem .5rem;
  margin: 0;
  border: none;
  border-radius: 60px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .1);
  transition: box-shadow .2s ease-in;
  display: inline-block;
  max-width: 16rem;
  text-align: center
}

.blog-2020 .blog-slider__link:focus,
.blog-2020 .blog-slider__link:hover {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .4);
  padding: .3rem 3rem .5rem;
  margin: 0;
  outline: none;
  text-decoration: none
}

.blog-2020 .blog-slider__link:active {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .1)
}

.blog-2020 .slick-arrow {
  font-size: 0;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border: solid #e3e8eb;
  border-width: 2px 2px 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  background-image: url(https://images.novatech.co.uk/website2020/sectors/images/slider-chevron.png);
  background-size: 40%;
  background-position: 55% 50%;
  background-repeat: no-repeat
}

.blog-2020 .slick-prev {
  left: -45px;
  background-image: url(https://images.novatech.co.uk/website2020/sectors/images/slider-chevron-prev.png);
  background-position: 45% 50%
}

.blog-2020 .slick-next {
  right: -45px
}

.blog-2020 .slick-dots {
  display: flex;
  justify-content: center
}

.blog-2020 .slick-list {
  margin-bottom: 10px
}

.blog-2020 .slick-dots>li {
  max-width: 100px;
  width: 100%;
  padding: 0 1%;
  display: block
}

.blog-2020 .slick-dots>li>button {
  font-size: 0;
  background-color: #e3e8eb;
  border: none;
  width: 100%;
  height: 10px;
  transition: background-color .2s
}

.blog-2020 .slick-dots>li.slick-active>button {
  background-color: #e4002b
}

.blog-2020 .slider__content {
  background-color: #e3e8eb;
  color: #121314;
  width: 100%;
  min-height: 50rem;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.blog-2020 .slider__content-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem
}

@media (min-width:992px) {
  .blog-2020 .slider__content-container {
    padding-left: 8rem;
    padding-right: 8rem
  }
}

.blog-2020 .filter {
  padding: 3rem 0
}

@media (min-width:1170px) {
  .blog-2020 .filter {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

.blog-2020 .filter__container {
  background-color: #e3e8eb;
  color: #121314;
  display: flex;
  padding: 2rem
}

.blog-2020 .filter__child:first-child {
  flex-grow: 1;
  flex-shrink: 1
}

.blog-2020 .filter__form {
  max-width: 95%
}

@media (min-width:768px) {
  .blog-2020 .filter__form {
    max-width: 80%
  }
}

.blog-2020 .filter__search-label {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display: block
}

.blog-2020 .filter__search-input {
  background-color: #fff;
  color: #121314;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.3rem;
  color: inherit;
  line-height: 1.5;
  margin: 0;
  padding: 1rem 2rem 1rem 40px;
  background-image: url(https://images.novatech.co.uk/2020/nav/search_icon.svg);
  background-size: 18px;
  background-position: 14px;
  background-repeat: no-repeat;
  border: none;
  border-radius: 6rem;
  width: 100%;
  display: block
}

.blog-2020 .filter__cat-label {
  font-size: 0;
  padding: 0;
  margin: 0
}

@media (min-width:992px) {
  .blog-2020 .filter__cat-label {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.55rem;
    color: inherit;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 1rem 0 0
  }
}

.blog-2020 .filter__cat-dropdown {
  position: relative;
  display: inline-block
}

.blog-2020 .filter__cat-button {
  background-color: #e3e8eb;
  color: #121314;
  font-size: 0;
  height: 40px;
  width: 50px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  border: none;
  background-image: url(https://images.novatech.co.uk/website2020/blog/img/filter-open.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  overflow: hidden
}

@media (min-width:992px) {
  .blog-2020 .filter__cat-button {
    background-color: #fff;
    color: #121314;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.3rem;
    color: inherit;
    line-height: 1.5;
    margin: 0;
    background-image: url(https://images.novatech.co.uk/website2020/blog/img/chevron-down.png);
    padding: 1rem 4rem 1rem 2rem;
    background-size: 20px;
    background-position: 95%;
    width: 100%;
    min-width: 24rem
  }
}

.blog-2020 .filter__cat-button--close {
  background-image: url(https://images.novatech.co.uk/website2020/blog/img/filter-close.png)
}

@media (min-width:992px) {
  .blog-2020 .filter__cat-button--close {
    background-image: url(https://images.novatech.co.uk/website2020/blog/img/chevron-up.png)
  }
}

.blog-2020 .filter__cat-button:focus {
  outline: none
}

.blog-2020 .cat-menu {
  background-color: #fff;
  color: #121314;
  z-index: 10;
  position: absolute;
  display: none;
  flex-direction: column;
  top: 3.95rem;
  right: 0;
  border: 1px solid #e3e8eb;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .3);
  max-width: 32rem;
  min-width: 22rem;
  width: 100%;
  z-index: 4
}

@media (min-width:992px) {
  .blog-2020 .cat-menu {
    max-width: none;
    min-width: none
  }
}

.blog-2020 .cat-menu--open {
  display: flex
}

.blog-2020 .cat-menu__link {
  background-color: #fff;
  color: #121314;
  color: inherit;
  text-transform: capitalize;
  display: block;
  transition: none
}

.blog-2020 .cat-menu__link,
.blog-2020 .cat-menu__link:focus,
.blog-2020 .cat-menu__link:hover {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
  padding: 1.5rem 2rem
}

.blog-2020 .cat-menu__link:focus,
.blog-2020 .cat-menu__link:hover {
  background-color: #e4002b;
  color: #121314;
  color: #fff;
  outline: none;
  text-decoration: none
}

.misc-banners .banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
}

.misc-banners .banner-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 15rem;
  display: none;
}

.misc-banners .banner-txt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
  background-color: #fff;
  width: 100%
}

.misc-banners .banner-txt>p {
  color: #121314;
  font-family: Proximanova-bold;
  font-size: 1.4rem;
  letter-spacing: 0.1px;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.misc-banners .banner-txt .txt_link {
  color: #121314;
  font-size: 1.4rem;
}

.misc-banners .page-link {
  display: inline-block;
  font-size: 1.4rem;
  font-family: Proximanova-bold;
  padding-right: 3rem;
  position: relative;
  color: #eb0028;
  letter-spacing: 0.3px
}

.misc-banners .page-link::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url('https://images.novatech.co.uk/website2020/landing-pages/pc-main/page-link-icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (min-width: 450px) {
  .misc-banners .banner-img {
    width: 40%;
    height: auto;
    display: block;
  }

  .misc-banners .banner-txt {
    width: 60%;
  }
}

@media (min-width: 678px) {
  .misc-banners .banner-txt {
    padding: 4rem 4rem;
  }

  .misc-banners .page-link {
    font-size: 1.6rem;
  }

  .misc-banners .page-link .txt_link {
    font-size: 1.6rem;
  }

  .misc-banners .page-link::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

@media (min-width: 992px) {
  .misc-banners .banner-img {
    width: 30%;
  }

  .misc-banners .banner-txt {
    width: 70%;
  }

  .misc-banners .banner-txt>p {
    font-size: 1.6rem;
  }

  .misc-banners .page-link {
    font-size: 1.6rem;
  }

  .misc-banners .banner-txt .txt_link {
    font-size: 1.6rem;
  }
}

@media (min-width: 1170px) {
  .misc-banners .banner-img {
    width: 30%;
  }

  .misc-banners .banner-txt {
    width: 70%;
  }

  .misc-banners .banner-txt>p {
    font-size: 1.8rem;
  }

  .misc-banners .page-link {
    font-size: 1.8rem;
  }

  .misc-banners .banner-txt .txt_link {
    font-size: 1.8rem;
  }
}

.quote_block {
  align-items: center;
  justify-content: center;
  display: flex;
  background: #eff5f8;
  border-radius: 10px;
  padding: 2em;
  flex-direction: row;
  margin: 5em 0 7em 0;
  -webkit-box-shadow: 0px 10px 21px -2px rgba(18, 19, 20, 0.34);
  box-shadow: 0px 10px 21px -2px rgba(18, 19, 20, 0.34);
}

.quote_block ._icon img {
  max-width: 40px !important;
}

.quote_block ._text p {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 30px;
  width: 100% !important;
  padding-left: 20px !important;
  color: #121314 !important;
  font-style: italic;
}

.quote_block ._text ._name {
  font-weight: bold;
  margin-bottom: 0px !important;
  width: 100% !important;
  padding-left: 20px !important;
}


#blogPostContent li,
ul {
  list-style: disc !important;
}

.post-content ul {
	  font-size: 1.2em!important;
	  line-height: 1.6!important;
  	  letter-spacing: .01em!important;
}

.post-content li > a {
	display:inline-block!important;
}

.post-content td {
	border: 1px solid black;
  	padding: 10px;
}

#blogPostContent ul {
  padding-left: 40px !important;
}

#blogPostContent blockquote {
  font-size: 1.4em;
  width: 100%;
  box-shadow: rgba(18, 19, 20, 0.34) 0px 10px 21px -2px;
  padding: 1.2em 30px 1.2em 75px;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
  border-radius: 10px;
}

#blogPostContent blockquote::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  padding-left: 0.5em;
  background: url('https://images.novatech.co.uk/website2020/landing-pages/futureproofyourschool/quote.svg');
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
}

#blogPostContent blockquote::after {
  content: '';
}

._blog-banner {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #D6DDDF;
  margin: 1rem 0 5rem;
}

._blog-banner ._top {
  width: 100%;
  background: #121314;
  text-align: center;
}

._blog-banner ._top img {
  max-height: 30rem;
}

._blog-banner ._lower {
  padding: 3rem;
  background: #ecedee;
}

._blog-banner ._lower h3 {
  font-size: 1.1em;
  letter-spacing: 0.02rem;
}



._blog-banner ._button {
  background-color: #e4002b;
  background-color: #e4002b;
  color: #121314;
  color: #fff !important;
  letter-spacing: 0;
  font-weight: 700 !important;
  font-size: 1.55rem !important;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
  padding: .3rem 3rem .5rem !important;
  margin: 0 auto;
  border: none;
  border-radius: 60px;
}

.has-text-align-center {
	text-align:center;
}


    .red-bottom-bar{
          	border-bottom:13px solid #e4042c;
          }

     .dark-block {
               background-color: #333;
               color: white;

               p,
               h1,
               h2,
               h3,
               h4,
               span {
                    color: white;
               }
          }
          
          .dark-blue-block {
               background-color: #151423;
               color: white;

               p,
               h1,
               h2,
               h3,
               h4,
               span {
                    color: white;
               }
          }
          

          
/*
 * WordPress Gallery Block CSS
 *
 * This stylesheet provides the necessary styles for displaying a
 * WordPress gallery object on a headless frontend.
 */

/* Main gallery container */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: var(--gallery-gap, 16px); /* Controls the space between images */
}

/* Individual gallery items */
.wp-block-gallery .wp-block-image {
  margin: 0;
  flex: 1 0 0%; /* Allows items to grow and shrink */
}

/* Responsive image styling */
.wp-block-gallery .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures images fill the container without distortion */
}  

/*
 * Gallery Caption Styles
 */

/* Individual gallery item container */
.wp-block-gallery .wp-block-image {
  position: relative;
}

/* Caption styling */
.wp-block-gallery .wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

/*
 * Gallery Column Adjustments
 */

/* Two-column layout */
.wp-block-gallery.columns-2 .wp-block-image {
  flex-basis: calc(50% - (var(--gallery-gap, 16px) / 2));
}

/* Three-column layout */
.wp-block-gallery.columns-3 .wp-block-image {
  flex-basis: calc(33.333% - (var(--gallery-gap, 16px) * 2 / 3));
}

/* Four-column layout */
.wp-block-gallery.columns-4 .wp-block-image {
  flex-basis: calc(25% - (var(--gallery-gap, 16px) * 3 / 4));
}        


