/************** RESET ******************/

body.blog main {
  padding-bottom: 0;
}

/************** BLOG HERO **************/

@media screen and (max-width: 576px) {
  .iterasec-blog-hero {
    padding-top: 26px;
    padding-bottom: 46px;
  }

  .iterasec-blog-hero .search-form {
    width: 100%;
    margin-right: 20px;
  }

  .iterasec-blog-hero .search-field {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 50px 5px 13px;
  }

  .iterasec-blog-hero h1 {
    margin-top: 44px;
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 58px;
  }

  .iterasec-blog-hero .blog-description p {
    font-size: 20px;
    line-height: 34px;
    max-width: 779px;
  }

  .iterasec-blog-hero ul.iterasec-categories li {
    margin: 0;
  }

  .iterasec-blog-hero ul.iterasec-categories li a {
    font-size: 16px;
    line-height: 22px;
  }

  .iterasec-blog-hero .iterasec-bottom-row {
    margin-top: 35px;
    margin-right: -20px;
  }

  .iterasec-blog-hero button.search-submit {
    padding: 10px 12px;
  }
}

@media screen and (min-width: 577px) {
  .iterasec-blog-hero {
    padding-top: 51px;
    padding-bottom: 56px;
  }

  .iterasec-blog-hero .search-field {
    max-width: 313px;
    font-size: 18px;
    padding: 7px 50px 7px 13px;
    line-height: 32px;
  }

  .iterasec-blog-hero h1 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 64px;
    line-height: 80px;
  }

  .iterasec-blog-hero .blog-description p {
    font-size: 26px;
    line-height: 176%;
    max-width: 779px;
  }

  .iterasec-blog-hero ul.iterasec-categories li {
    margin: 4px 0 6px 0;
  }

  .iterasec-blog-hero ul.iterasec-categories li a {
    font-size: 18px;
    line-height: 22px;
  }

  .iterasec-blog-hero .iterasec-bottom-row {
    margin-top: 63px;
  }

  .iterasec-blog-hero button.search-submit {
    padding: 12px;
  }
}

@media screen and (max-width: 1360px) {
  .iterasec-blog-hero .search-form {
    position: relative;
  }
}

@media screen and (min-width: 1361px) and (max-width: 1650px) {
  .iterasec-blog-hero .search-form {
    position: absolute;
    right: 0;
  }

  .iterasec-blog-hero ul.iterasec-categories {
    max-width: 980px;
  }
}

@media screen and (min-width: 1651px) {
  .iterasec-blog-hero .search-form {
    position: absolute;
    right: -131px;
  }

  .iterasec-blog-hero ul.iterasec-categories {
    max-width: 1110px;
  }
}

.iterasec-blog-hero {
  background-image: url("../img/blog-hero-cover.jpg");
  background-size: cover;
  background-position: top;
}

.iterasec-blog-hero .container {
  max-width: 1360px;
  padding: 0 20px;
}

.iterasec-blog-hero .breadcrumbs-wrap {
  border: none;
  padding: 0;
}

.iterasec-blog-hero .container-breadcrumbs {
  padding: 0;
}

.iterasec-blog-hero .container-breadcrumbs {
  color: #747474;
  font-weight: 500;
  size: 18px;
  line-height: 22px;
}

.iterasec-blog-hero .container-breadcrumbs a {
  color: #747474;
}

.iterasec-blog-hero .container-breadcrumbs span.last {
  color: #27375c;
}

.iterasec-blog-hero .container-breadcrumbs span.separator {
  background-image: url("../img/chevron-right-gray.svg");
  width: 5px;
  height: 9px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  padding: 5px 9px;
}

.iterasec-blog-hero .breadcrumbs-wrap p {
  margin-bottom: 0;
}

.iterasec-blog-hero h1 {
  font-weight: 700;
}

.iterasec-blog-hero .blog-description p {
  font-weight: 500;
  color: #27375c;
}

.iterasec-blog-hero .iterasec-bottom-row {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: start;
  gap: 48px;
  flex-wrap: wrap;
}

.iterasec-blog-hero ul.iterasec-categories {
  display: flex;
  gap: 14px;
  margin: 0;
  align-items: center;
}

.iterasec-blog-hero ul.iterasec-categories li {
  border-radius: 39px;
  padding: 5px 28px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(205, 205, 205, 1);
  color: #9c9c9c;
  white-space: nowrap;
}

.iterasec-blog-hero ul.iterasec-categories li.iterasec-active {
  background-color: rgba(0, 78, 201, 1);
  color: #ffffff;
  border: 1px solid rgba(0, 78, 201, 1);
}

.iterasec-blog-hero ul.iterasec-categories li::before {
  display: none;
}

.iterasec-blog-hero ul.iterasec-categories li a {
  font-weight: 500;
}

.iterasec-blog-hero .search-field {
  border: none;
  font-weight: 500;
  border-radius: 4px;
  color: #27375c;
}

.iterasec-blog-hero .search-field::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #9c9c9c;
}

.iterasec-blog-hero .search-field::placeholder {
  color: #9c9c9c;
}

.iterasec-blog-hero button.search-submit {
  border-radius: 5px;
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  background-color: #f5f5f5;
}



.iterasec-blog-hero button.search-submit::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("../img/search-icon.svg");
}

.iterasec-blog-hero .search-form {
  filter: drop-shadow(1px 2px 5px rgba(160, 160, 160, 0.12));
}

.iterasec-blog-hero .iterasec-hidden {
  visibility: hidden;
}

/************** BLOG BODY **************/
@media screen and (max-width: 767px) {
  .iterasec-blog .post-wrap .blog-cta {
    width: initial;
    height: 100%;
    gap: 35px;
    padding: 29px 20px;
  }

  .iterasec-blog-hero ul.iterasec-categories {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 576px) {
  .iterasec-blog {
    padding: 4px 0 28px 0;
  }

  .iterasec-blog .post-wrap .post .iterasec-categories {
    font-size: 16px;
    line-height: 32px;
  }

  .iterasec-blog .post-wrap .post .post-content {
    padding: 31px 0 0 0;
  }

  .iterasec-blog .post-wrap .post .post-title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 14px;
  }

  .iterasec-blog .post-wrap .post .post-author {
    font-size: 14px;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 25px;
  }

  .iterasec-blog .post-wrap .post .post-date-time time,
  .iterasec-blog .post-wrap .post .post-date-time span.ttr {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: initial;
  }

  .iterasec-blog .col-md-6,
  .iterasec-blog .col-xl-4 {
    padding: 0 11px;
  }

  .iterasec-blog .row .post-wrap .post {
    padding: 20px 20px 20px 20px;
  }

  .iterasec-blog .post-wrap .blog-cta .blog-cta-title {
    font-size: 34px;
    line-height: 52px;
  }

  .iterasec-blog .post-wrap>.row>* {
    margin-top: 25px;
  }

  .iterasec-blog .post-wrap .blog-cta {
    margin: 0;
  }

  .iterasec-blog .search-title,
  .iterasec-blog .search-result,
  .iterasec-blog .search-description {
    margin-left: 20px;
    margin-right: 20px;
  }

}

@media screen and (min-width: 577px) {
  .container.iterasec-blog {
    max-width: 1360px;
    padding: 102px 20px 68px 20px;
  }

  .iterasec-blog .post-wrap .post .iterasec-categories {
    font-size: 18px;
    line-height: 32px;
  }

  .iterasec-blog .post-wrap .post .post-content {
    padding: 34px 31px 28px 30px;
  }

  .iterasec-blog .post-wrap .post .post-title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 21px;
  }

  .iterasec-blog .post-wrap .post .post-author {
    font-size: 18px;
    line-height: 32px;
    margin-top: 49px;
    margin-bottom: 38px;
  }

  .iterasec-blog .post-wrap .post .post-date-time time,
  .iterasec-blog .post-wrap .post .post-date-time span.ttr {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: initial;
  }

  .iterasec-blog .col-md-6,
  .iterasec-blog .col-xl-4 {
    padding: 0 11px;
  }

  .iterasec-blog .post-wrap .blog-cta {
    width: 100%;
    height: 100%;
    gap: 32px;
  }

  .iterasec-blog .post-wrap .blog-cta .blog-cta-title {
    font-size: 32px;
    line-height: 44px;
  }

  .iterasec-blog .post-wrap>.row>* {
    margin-top: 20px;
  }

  .iterasec-blog .post-wrap>.row>*:hover .post {
    box-shadow: none;
    border: 1px solid rgba(0, 78, 201, 1);
    border-radius: 8px;
    overflow: clip;
  }

}

@media screen and (max-width: 499px) {
  .iterasec-blog .post-wrap .blog-cta a.btn {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding: 16px 32px;
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 500px) {
  .iterasec-blog .post-wrap .blog-cta a.btn {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding: 16px 52px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .iterasec-blog .post-wrap .blog-cta {
    min-height: 550px;
  }

  .iterasec-blog-hero ul.iterasec-categories {
    flex-wrap: wrap;
  }
}

.iterasec-blog .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px;
  flex-grow: 1;
  position: relative;
}

.iterasec-blog .col {
  padding: 0px 10px;
}

.iterasec-blog .row .post-wrap .post {
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  height: 100%;
  border: 1px solid transparent;
}

.iterasec-blog .post-wrap>.row>* .post {
  box-shadow: 33px 62px 28px rgba(130, 133, 135, 0.01),
    18px 35px 24px rgba(130, 133, 135, 0.05),
    8px 16px 18px rgba(130, 133, 135, 0.09),
    2px 4px 10px rgba(130, 133, 135, 0.1);

}

.iterasec-blog .post-wrap>.row>*:hover .post .post-author {
  color: #000000;
}

.iterasec-blog .post-wrap>.row>*:hover .post .post-date-time time {
  color: #9F9F9F;
}


.iterasec-blog .post-wrap>.row>*:hover .iterasec-categories {
  color: #27375c;
}

.iterasec-blog .post-wrap>.row>*:hover .post-title {
  color: #004ec9;
}

.iterasec-blog .archive-blog-wrap .post-wrap .post:hover::before {
  display: none;
}

.iterasec-blog .post-wrap>.row>*:not(:hover) .read-more {
  display: none;
}

.iterasec-blog .post-wrap>.row>*:hover .post-date-time span.ttr {
  display: none;
}

.iterasec-blog .post-wrap .read-more {
  display: flex;
  align-items: center;
}

.iterasec-blog .post-wrap .read-more a::after {
  content: "";
  background-image: url("../img/arrow-more-small.svg");
  margin-left: 14px;
  margin-top: 2px;
  width: 34px;
  height: 16px;
  display: block;
}

.iterasec-blog .post-wrap .read-more a {
  display: flex;
  align-items: center;
  color: #004ec9;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.iterasec-blog .post-wrap .post .iterasec-categories a {
  color: #004ec9;
  font-weight: 400;
  text-transform: initial;
}

.iterasec-blog .post-wrap .post .post-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.iterasec-blog .post-wrap .post .post-title {
  color: #27375c;
  font-weight: 600;
}

.iterasec-blog .post-wrap .post .post-author {
  font-weight: 500;
  color: #9f9f9f;
}

.iterasec-blog .post-wrap .post .post-date-time {
  display: flex;
  justify-content: space-between;
}

.iterasec-blog .post-wrap .post .post-date-time time,
.iterasec-blog .post-wrap .post .post-date-time span.ttr {
  font-weight: 500;
  color: #000000;
  text-transform: initial;
}

.iterasec-blog .post-wrap .post .post-date-time span.ttr {
  display: flex;
  align-items: center;
  gap: 4px;
}

.iterasec-blog .post-wrap .post .post-date-time>span::before {
  content: "";
  background-image: url("../img/ttr-clock.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 10px;
}

.iterasec-blog .post-wrap .post img.thumbnail {
  aspect-ratio: 426 / 260;
}

.iterasec-blog .post-wrap .post .post-lower {
  display: flex;
  flex-direction: column;
}

.iterasec-blog .post-wrap .blog-cta {
  background-color: #004ec9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iterasec-blog .post-wrap .blog-cta .blog-cta-title {
  color: #ffffff;
  font-weight: 700;
}

.iterasec-blog .post-wrap .blog-cta a.btn {
  color: #27375c;
  background-color: #74def6;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.iterasec-blog .post-wrap .blog-cta a.btn.blue:hover {
  background-color: #004ec8;
  color: #ffffff;
  border: 2px solid #74def6;
}

.iterasec-blog .search-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #27375c;
  margin-top: 26px;
  margin-bottom: 32px;
}

.iterasec-blog .search-result {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
}

.iterasec-blog .search-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #27375c;
  max-width: 650px;
  margin-top: 55px;
  margin-bottom: 128px;
}

.iterasec-blog .prev.page-numbers,
.iterasec-blog .next.page-numbers {

  background-image: url("../img/pagination_left.svg");
  background-size: contain;
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
  margin: 0;
}

.iterasec-blog .next.page-numbers {
  transform: rotate(180deg);
}

.iterasec-blog .page-numbers {
  border-radius: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 18px;
  color: #9C9C9C;
  outline: none;
  border: none;
  margin: 8px;
  padding: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iterasec-blog .page-numbers:hover {
  color: #9C9C9C;
}

.iterasec-blog .nav-links {
  align-items: center;
}

.iterasec-blog .page-numbers.current {
  color: #FFFFFF;
  background-color: #9c9c9c;

}

.iterasec-blog .post-wrap {
  margin-bottom: 38px;
}