input[type=button], .button--primary {
  width: auto;
  height: auto !important;
  background-color: #FC8A00 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 0;
  letter-spacing: 1.12px;
  text-align: center;
  margin: 0;
  webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
input[type=button]:hover, .button--primary:hover {
  background-color: #EA8000 !important;
}

article.blog.full-post {
  position: relative;
}
article.blog.full-post .blog-post-figure {
  display: none;
}
article.blog.full-post .custom__blog__banner {
  width: 100%;
  padding-top: 20.998%;
  position: relative;
}
article.blog.full-post .custom__blog__banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.blog.full-post .blog-post-body .blog-header {
  display: none;
}
article.blog.full-post .blog-post-body .blog-post {
  padding: 50px 15px 40px;
}
@media screen and (min-width: 576px) {
  article.blog.full-post .blog-post-body .blog-post {
    padding: 50px 30px 40px;
  }
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post {
    padding: 0 60px 40px;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content {
    flex: 1;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .blog__category {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #1E2F5D;
  margin: 0 0 10px;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .blog__category {
    font-size: 16px;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .readtime {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .readtime p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  margin: 0;
  padding-right: 10px;
  border-right: 2px solid #000000;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .readtime p {
    font-size: 16px;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .readtime a {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  margin: 0;
  color: #1E2F5D;
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .readtime a {
    font-size: 16px;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .readtime a:hover {
  text-decoration: none;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .download__options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .download__options a {
  width: 35px;
  height: 35px;
  border: 2px solid #354674;
  padding: 5px;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__header .download__options a {
    width: 45px;
    height: 45px;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__body {
  margin-top: 30px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__body p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 15px;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__body p {
    font-size: 16px;
    line-height: 26px;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__body strong {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 15px;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__body strong {
    font-size: 16px;
    line-height: 26px;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__body h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #1E2F5D;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__content .custom__blog__body h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar {
  flex: 0 0 calc(33.33% - 10px);
  display: none;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar {
    display: block;
  }
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .author__info {
  padding-left: 20px;
  border-left: 5px solid #354674;
  border-radius: 12px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .author__info p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 10px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .author__info p.author__name {
  font-size: 20px;
  font-weight: 600;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list {
  margin-top: 15px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list .popular__list__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 20px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list .popular__list__item .popular__thumbnail {
  position: relative;
  padding: 18.756%;
  border-radius: 12px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list .popular__list__item .popular__thumbnail .item__count {
  width: 35px;
  height: 35px;
  background-color: #1E2F5D;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  border-radius: 12px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list .popular__list__item .popular__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list .popular__list__item .popular__content .popular__category {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #1E2F5D;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list .popular__list__item .popular__content .popular__category:hover {
  text-decoration: underline;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list .popular__list__item .popular__content .popular__title {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  color: #474747;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar .popular__section .popular__list .popular__list__item .popular__content .popular__title:hover {
  text-decoration: underline;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar::-webkit-scrollbar {
  background-color: #E8EEFF;
  width: 4px;
  height: 4px;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #1E2F5D;
}
article.blog.full-post .blog-post-body .blog-post .custom__blog .custom__blog__wrap .custom__blog__sidebar.is-empty {
  display: none;
}
article.blog.full-post .blog-post-body .blog-post .blog__title {
  text-transform: uppercase;
  margin: 0 0 15px;
}
article.blog.full-post .blog-post-body .blog-post .author__date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
article.blog.full-post .blog-post-body .blog-post .author__date p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post .author__date p {
    font-size: 18px;
  }
}
article.blog.full-post .blog-post-body .blog-post .author__date p.author {
  padding-right: 10px;
  border-right: 2px solid #000000;
}
article.blog.full-post .blog-post-body .blog-post .author__date p.date {
  padding-left: 10px;
}
article.blog.full-post .blog-post-body .social-share {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .social-share {
    left: 20px;
    right: unset;
    top: 40px;
  }
}
article.blog.full-post .blog-post-body .social-share .socialLinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .social-share .socialLinks {
    flex-direction: column;
  }
}
article.blog.full-post .blog-post-body .social-share .socialLinks .socialLinks-item {
  margin: 0 15px 0 0;
}
@media screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .social-share .socialLinks .socialLinks-item {
    margin: 0 0 15px;
  }
}
article.blog.full-post .blog-post-body .social-share .socialLinks .socialLinks-item.socialLinks-item--print {
  display: none;
}
article.blog.full-post .blog-post-body .tags {
  display: none;
}
article.blog.full-post .blog-post-body #form-leave-reply {
  scroll-margin-top: 200px;
}
article.blog.full-post #related-blog-section .related-blog-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (min-width: 576px) {
  article.blog.full-post #related-blog-section .related-blog-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
article.blog.full-post #related-blog-section .related-blog-wrapper .related-heading {
  margin: 0 0 20px;
}
article.blog.full-post #related-blog-section .related-posts-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
article.blog.full-post #related-blog-section .related-posts-box .blog {
  padding: 0;
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 576px) {
  article.blog.full-post #related-blog-section .related-posts-box .blog {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1280px) {
  article.blog.full-post #related-blog-section .related-posts-box .blog {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
  }
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-figure {
  display: block;
  width: 100%;
  margin: 0;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-figure .blog-thumbnail {
  max-width: none;
  border: none;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-figure .blog-thumbnail a {
  position: relative;
  padding-top: 70%;
  display: block;
  border-radius: 12px;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-figure .blog-thumbnail a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border-left: 10px solid #1E2F5D;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-figure .blog-thumbnail a .blog-date {
  display: none;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-body .blog-header {
  display: block;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-body .blog-header .blog-title {
  height: 65px;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-body .blog-header .blog-title a {
  font-size: 24px;
  line-height: 30px;
  color: #1E2F5D;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-body .blog-header .blog-title a:hover {
  text-decoration: underline;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-body .blog-post {
  padding: 0;
}
article.blog.full-post #related-blog-section .related-posts-box .blog .blog-post-body .blog-post .blog-description {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #474747;
}/*# sourceMappingURL=custom.css.map */