/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2025 | 13:12:40 */
@charset "UTF-8";
/* Responsive */
@media (min-width: 1025px) {
  body:not(.fl-builder-edit) .sticky-sidebar {
    position: sticky;
    top: 12rem;
    align-self: start;
  }
}
.aa-search-form .pp-search-form .pp-search-form__container .pp-search-form__icon i {
  color: #000;
}
.pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.pp-content-post-grid .pp-content-post .pp-content-grid-post-image a {
  display: block;
}
.pp-content-post-grid .pp-content-post .pp-content-grid-post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
    height: 250px;
  }
}
.pp-content-post-grid .pp-content-post .pp-content-grid-post-text {
  margin-top: 20px;
}
.pp-content-post-grid .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-title a:hover {
  color: inherit;
  text-decoration: underline;
}
.pp-content-post-grid .pp-content-post .pp-content-grid-post-text .span-reading-time {
  display: block;
  font-size: 16px;
  margin-top: 14px;
}
.pp-content-post-grid .pp-content-post .vertical-layout--big {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1024px) {
  .pp-content-post-grid .pp-content-post .vertical-layout--big {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
}
.pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-image {
  flex: 0 auto;
  width: 608px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-image a {
  display: block;
}
.pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-image {
    flex: 1;
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-image {
    height: 250px;
  }
}
.pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-text {
  flex: 1;
  margin-top: 0;
}
.pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-text .span-reading-time {
  font-size: 18px;
  margin-top: 20px;
}
.pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-text .button-wrapper {
  margin-top: 30px;
}
.pp-content-post-grid .pp-content-post .vertical-layout--big .pp-content-grid-post-text .button-wrapper a {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pp-content-post-grid .pp-content-post .vertical-layout--small {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .pp-content-post-grid .pp-content-post .vertical-layout--small {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}
.pp-content-post-grid .pp-content-post .vertical-layout--small .pp-content-grid-post-image {
  flex: 0 auto;
  width: 274px;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
}
.pp-content-post-grid .pp-content-post .vertical-layout--small .pp-content-grid-post-image a {
  display: block;
}
.pp-content-post-grid .pp-content-post .vertical-layout--small .pp-content-grid-post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .pp-content-post-grid .pp-content-post .vertical-layout--small .pp-content-grid-post-image {
    flex: 1;
    width: 100%;
  }
}
.pp-content-post-grid .pp-content-post .vertical-layout--small .pp-content-grid-post-text {
  flex: 1;
  margin-top: 0;
}
.pp-content-post-grid .pp-content-post .vertical-layout--small .pp-content-grid-post-text .post-date-time {
  display: flex;
  margin-top: 14px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.pp-content-post-grid .pp-content-post .vertical-layout--small .pp-content-grid-post-text .post-date-time .sep {
  margin: 0 10px;
}
.pp-content-post-grid .pp-content-post .vertical-layout--small .pp-content-grid-post-text .post-date-time .span-reading-time {
  margin-top: 0;
  font-size: 16px;
}
.pp-content-grid-pagination {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .pp-content-grid-pagination {
    padding-top: 30px !important;
  }
}
.pp-content-grid-pagination ul li a {
  text-decoration: unset;
}
.pp-content-grid-pagination ul li a::before {
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  color: #000000 !important;
}
.pp-content-grid-pagination ul li a:hover:before {
  color: #2491EB !important;
}
.pp-content-grid-pagination ul li a.next {
  font-size: 0 !important;
}
.pp-content-grid-pagination ul li a.next::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px !important;
}
.pp-content-grid-pagination ul li a.prev {
  font-size: 0 !important;
}
.pp-content-grid-pagination ul li a.prev::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px !important;
}
.pp-content-grid-pagination ul li .current {
  background: #2491EB !important;
  color: #FFF !important;
}
.aa-search-results strong {
  color: #2491EB;
}
.aa-cta-small .fl-module-content {
  background: url("https://aally2025.wpenginepowered.com/wp-content/uploads/2025/06/search-result-sidebar-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.aa-cta-small .fl-module-content .fl-cta-text .fl-cta-title {
  margin: 0 20px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .aa-cta-small .fl-module-content .fl-cta-text .fl-cta-title {
    margin: 0;
  }
}
.aa-cta-small .fl-module-content .fl-cta-text .fl-cta-text-content p {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .aa-cta-small .fl-module-content .fl-cta-text .fl-cta-text-content p {
    padding: 0;
  }
}
.aa-cta-small .fl-module-content .fl-cta-button {
  padding-top: 27px;
}
@media (max-width: 767px) {
  .aa-cta-small .fl-module-content .fl-cta-button {
    padding-top: 20px;
  }
}
/* Post */
.aa-post-date-read p strong {
  margin: 0 10px;
}
.aa-post-featured-image img {
  height: 540px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .aa-post-featured-image img {
    height: 255px;
  }
}
.aa-post-cta .fl-module-content {
  background: url("https://aally2025.wpenginepowered.com/wp-content/uploads/2025/06/blog-post-cta-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.aa-toc-sidebar .pp-toc-container .pp-toc-body ol li {
  text-align: left !important;
  padding-left: 23px;
  border-left: 3px solid transparent;
}
.aa-toc-sidebar .pp-toc-container .pp-toc-body ol li::before {
  display: none;
}
.aa-toc-sidebar .pp-toc-container .pp-toc-body ol li a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .aa-toc-sidebar .pp-toc-container .pp-toc-body ol li a {
    color: #000 !important;
  }
}
.aa-toc-sidebar .pp-toc-container .pp-toc-body ol li.active {
  border-color: #2491EB;
}
.aa-toc-sidebar .pp-toc-container .pp-toc-body ol li.active a {
  color: #000;
}
.aa-toc-sidebar .pp-toc-container a.aa-toc-readmore {
  display: block;
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #E0E7E8;
  font-size: 16px;
  font-weight: 700;
  font-family: "circular-std";
  color: #2491EB;
  cursor: pointer;
}
.aa-toc-sidebar .pp-toc-container a.aa-toc-readmore:hover {
  color: #78BAF0;
}
.aa-post-content > p {
  margin-bottom: 0;
}
.aa-post-content > p:not(:first-child) {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .aa-post-content > p:not(:first-child) {
    margin-top: 22px;
  }
}
.aa-post-content > p a {
  color: #2491EB;
  text-decoration: underline;
}
.aa-post-content > p a:hover {
  text-decoration: underline !important;
}
.aa-post-content > h2 + p, .aa-post-content > h3 + p, .aa-post-content > h4 + p, .aa-post-content > h5 + p, .aa-post-content > h6 + p {
  margin-top: 14px !important;
}
.aa-post-content > h1, .aa-post-content > h2, .aa-post-content > h3, .aa-post-content > h4, .aa-post-content > h5, .aa-post-content > h6 {
  margin-bottom: 14px;
}
.aa-post-content > h1:not(:first-child), .aa-post-content > h2:not(:first-child), .aa-post-content > h3:not(:first-child), .aa-post-content > h4:not(:first-child), .aa-post-content > h5:not(:first-child), .aa-post-content > h6:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .aa-post-content > h1:not(:first-child), .aa-post-content > h2:not(:first-child), .aa-post-content > h3:not(:first-child), .aa-post-content > h4:not(:first-child), .aa-post-content > h5:not(:first-child), .aa-post-content > h6:not(:first-child) {
    margin-top: 40px;
  }
}
.aa-post-content > h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .aa-post-content > h2 {
    font-size: 30px;
  }
}
.aa-post-content > h3 {
  font-size: 35px;
}
@media (max-width: 767px) {
  .aa-post-content > h3 {
    font-size: 28px;
  }
}
.aa-post-content > h4 {
  font-size: 25px;
}
.aa-post-content > h4 {
  font-size: 22px;
}
.aa-post-content > h5 {
  font-size: 20px;
}
.aa-post-content > h6 {
  font-size: 18px;
}
.aa-post-content > ul, .aa-post-content > ol {
  margin-top: 20px;
}
.aa-post-content > ul li:not(:first-child), .aa-post-content > ol li:not(:first-child) {
  margin-top: 10px;
}
.aa-post-content > ul li::marker, .aa-post-content > ol li::marker {
  font-size: 20px;
  color: #2491EB;
}
.aa-post-content > .rank-math-block {
  display: block;
  margin-top: 30px;
}
.aa-post-content > .rank-math-block .rank-math-list .rank-math-list-item {
  padding: 20px;
  border: 1px solid #E0E7E8;
  border-radius: 12px;
  margin-bottom: 10px;
}
.aa-post-content > .rank-math-block .rank-math-list .rank-math-list-item .rank-math-question {
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  display: flex;
  margin: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  cursor: pointer;
}
.aa-post-content > .rank-math-block .rank-math-list .rank-math-list-item .rank-math-question i {
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
}
.aa-post-content > .rank-math-block .rank-math-list .rank-math-list-item .rank-math-answer {
  display: none;
  padding-top: 16px;
}
.aa-post-content > .rank-math-block .rank-math-list .rank-math-list-item:not(.active):hover .rank-math-question {
  color: #2491EB;
}
.aa-post-content > .rank-math-block .rank-math-list .rank-math-list-item.active {
  background-color: #EEF8FF;
}
.aa-post-content > .rank-math-block .rank-math-list .rank-math-list-item.active .rank-math-question i {
  transform: rotate(-180deg);
}
.aa-post-content > blockquote.wp-block-quote {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  padding-top: 0;
  padding-bottom: 0;
  border-left-color: #2491EB !important;
}
.aa-post-content > blockquote.wp-block-quote p {
  font-style: italic;
  font-size: 18px;
}
.aa-post-content > figure.wp-block-pullquote {
  margin-top: 40px;
  margin-bottom: 20px;
  border: unset;
  padding: 0;
}
.aa-post-content > figure.wp-block-pullquote::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 700;
}
.aa-post-content > figure.wp-block-pullquote blockquote {
  margin-top: 20px;
  padding: 0;
  border: unset;
}
.aa-post-content > figure.wp-block-pullquote blockquote p {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 0;
}
.aa-post-content > figure.wp-block-pullquote blockquote cite {
  margin-top: 25px;
  font-weight: 700;
}
.aa-post-content > figure.wp-block-image {
  margin-top: 40px;
  margin-bottom: 20px;
}
.aa-post-content > figure.wp-block-image img {
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.aa-post-content > figure.wp-block-image figcaption {
  margin: 5px 0 0;
  font-weight: 700;
}
.aa-post-content > figure.wp-block-table {
  margin-top: 40px;
  margin-bottom: 20px;
}
.aa-post-content > figure.wp-block-table table {
  border: 1px solid #DEDEDE;
  border-radius: 16px;
  border-collapse: separate;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .aa-post-content > figure.wp-block-table table {
    width: 1024px;
  }
}
.aa-post-content > figure.wp-block-table table thead {
  border-bottom: unset;
}
.aa-post-content > figure.wp-block-table table thead tr th {
  padding: 15px;
  border: unset;
  font-family: "circular-std";
  font-size: 16px;
  background: #F5F6F8;
  border-bottom: 1px solid #DEDEDE;
}
.aa-post-content > figure.wp-block-table table tbody tr td {
  border: unset;
  font-size: 16px;
  padding: 15px;
  border-bottom: 1px solid #DEDEDE;
  line-height: 1.5;
}
.aa-post-content > figure.wp-block-table table tbody tr:last-child td {
  border-bottom: unset !important;
}
