.category-buttons .col-md-4 {
  min-height: 70px;
}
.category-buttons .btn {
  padding-right: 89px !important;
}
.category-buttons .category-icon {
  right: 0;
  width: 30px;
  top: 50% !important;
  transform: translateY(-50%);
  line-height: normal;
}
.category-buttons .category-icon img {
  padding: 7px 6px;
}

.blog-cards.latest-post-with-form .blog-cards-header .blog-cards-description .form-section {
  background-color: #F3F1EE;
  margin: 0 !important;
}
.blog-cards.latest-post-with-form .blog-cards-header .blog-cards-description + .row {
  display: none;
}
.blog-cards .container {
  position: relative;
}
.blog-cards .blog-card a:hover .blog-card-title, .blog-cards .blog-card .image-column:hover + .content-column .blog-card-title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.blog-cards .bx-wrapper {
  position: unset;
}
.blog-cards .bx-wrapper .bx-viewport {
  box-shadow: none;
}
.blog-cards .bxslider .blog-card.d-flex {
  width: 600px !important;
}
.blog-cards .bx-controls .bx-controls-direction {
  position: absolute;
  right: 21px;
  top: 0px;
}
.blog-cards .bx-controls .bx-controls-direction a {
  background-size: 40px !important;
  display: inline-block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
.blog-cards .bx-controls .bx-controls-direction a:hover {
  background-position: unset;
}
.blog-cards .bx-controls .bx-next {
  background: url(/photos/next-arrow-btn.png) no-repeat;
  left: 10px;
  position: relative;
}
.blog-cards .bx-controls .bx-next:hover {
  background: url(/photos/next-arrow-btn-hover.png) no-repeat;
}
.blog-cards .bx-controls .bx-prev {
  background: url(/photos/prev-arrow-btn.png) no-repeat;
  left: -10px;
  position: relative;
}
.blog-cards .bx-controls .bx-prev:hover {
  background: url(/photos/prev-arrow-btn-hover.png) no-repeat;
}
.blog-cards a.page-numbers {
  color: #000000;
  font-weight: 400;
  margin-right: 8px;
  text-decoration: none;
}
.blog-cards span.page-numbers.dots {
  margin-right: 8px;
}
.blog-cards span.page-numbers.current {
  font-weight: 700;
  line-height: 23.3px;
  margin-right: 8px;
}
.blog-cards a.prev.page-numbers {
  margin-right: 24px;
}
.blog-cards a.next.page-numbers {
  margin-left: 20px;
}
.blog-cards .image-column {
  line-height: 0;
}
.blog-cards .load-more a {
  padding: 16px 24px;
}
.blog-cards .blog-cards-header .description-border {
  width: 153px;
  height: 1px;
  margin-top: 40px !important;
  border-bottom: 1px solid #444444 !important;
}
.blog-cards .post-category {
  letter-spacing: 0.15em;
}
.blog-cards .unb-latest-posts .horizontal-card .post-info.show-latest-post-cat .dot-seperator {
  transform: translateY(-3px);
}
.blog-cards .unb-latest-posts .horizontal-card .blog-card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .blog-cards .unb-latest-posts .horizontal-card .blog-card-title {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 767px) {
  .blog-cards .unb-latest-posts .horizontal-card .blog-card-title {
    -webkit-line-clamp: 3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-cards .bx-controls .bx-controls-direction {
    right: -5px;
    top: 20px;
  }
  .blog-cards .col-md-6.vertical-card, .blog-cards .col-md-4.vertical-card {
    padding-bottom: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog-cards .bx-controls.bx-has-controls-direction .bx-controls-direction {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: unset;
    width: 100%;
  }
  .blog-cards .blog-cards-header .description-border {
    display: none;
  }
  .blog-cards .bxslider .blog-card .image-column img {
    max-height: 164px;
    object-fit: cover;
  }
  .blog-cards .bx-controls {
    display: none;
  }
  .blog-cards .bx-controls .bx-prev {
    left: 16px !important;
  }
  .blog-cards .bx-controls .bx-next {
    left: -18px !important;
  }
  .blog-cards .blog-card .content-column .post-info.show-latest-post-cat .dot-seperator {
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .bx-wrapper, .bx-viewport {
    min-height: 450px;
  }
}
@media only screen and (max-width: 470px) {
  .unb-latest-posts .horizontal-card .image-column.col-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .unb-latest-posts .horizontal-card .content-column.col-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .bx-wrapper, .bx-viewport {
    min-height: 570px;
  }
  .blog-cards .col-md-6.vertical-card .content-column p, .blog-cards .col-md-4.vertical-card .content-column p {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .blog-cards .col-md-6.vertical-card, .blog-cards .col-md-4.vertical-card {
    padding-bottom: 50px !important;
  }
}
.sidebar-nav-toggle {
  background-color: #000;
  z-index: 2147482992;
}
.sidebar-nav-toggle:after {
  transition: 1s;
  margin-left: 0 !important;
}
.sidebar-nav-toggle.open:after {
  transform: rotate(180deg);
}

.sticky-sidebar {
  transform: translateX(-100%);
  z-index: 2147482990;
}
.sticky-sidebar.open {
  transform: translateX(0);
}
.sticky-sidebar.open .overlay {
  background: rgba(0, 0, 0, 0.15);
  display: block;
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 100%;
}
.sticky-sidebar p {
  letter-spacing: 2px;
}
.sticky-sidebar .sticky-nav {
  padding-bottom: 100px;
  background-color: #F3F1EE;
}
.sticky-sidebar .sticky-nav .list-items a {
  color: #656565;
}
.sticky-sidebar .sticky-nav .list-items a:hover {
  font-weight: 700 !important;
  color: #000;
  transition: 0.2s;
}
.sticky-sidebar .sticky-nav hr {
  border-color: #303030;
  border-bottom: 0;
}
.sticky-sidebar .sticky-sub-nav {
  padding-bottom: 100px;
  background-color: #FFE2E2;
  top: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sticky-sidebar .sticky-sub-nav .list-items a {
  color: #303030;
}
.sticky-sidebar .social-nav .fontello {
  font-size: 24px;
}
.sticky-sidebar .list-items {
  width: fit-content;
}
.sticky-sidebar .list-items > a.after-arrow::after {
  display: none;
}
.sticky-sidebar .list-items > a.after-arrow:hover::after {
  font-size: 17px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .sticky-sidebar {
    top: 35px;
    width: 100%;
    height: 100vh;
  }
  .sticky-sidebar .sticky-nav {
    padding-left: 4rem !important;
  }
  .sticky-sub-nav {
    display: none;
  }
  .sidebar-nav-toggle {
    top: 110px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .list-items:hover > .sticky-sub-nav {
    visibility: visible;
  }
  .sticky-sidebar {
    width: 45.5%;
    max-width: 400px;
    height: calc(100vh - 50px);
    top: 50px;
  }
  .sticky-sidebar.open .sticky-sub-nav {
    width: 100%;
    left: 100%;
  }
  .sidebar-nav-toggle {
    top: 150px;
    padding: 16px 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .sticky-sidebar {
    width: 27%;
  }
}
header.menu-open + div .sidebar-nav-toggle {
  z-index: 1;
}

@media only screen and (min-width: 1500px) {
  .sticky-sidebar {
    height: calc(100vh - 100px);
    top: 65px;
  }
  .sidebar-nav-toggle {
    top: 165px;
  }
}
.form-section .form-content {
  padding-left: 97px;
  padding-right: 97px;
}
.form-section .have-contents .form-content {
  padding-left: 32px;
  padding-right: 32px;
}
.form-section .heading-content .centered-heading {
  text-align: center !important;
}
.form-section .lack-contents .thumbnail-image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form-section > .row {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .form-section .rounded > .col-md-12.thumbnail-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .form-section .have-contents > div {
    max-width: 337px;
  }
}
@media only screen and (max-width: 767px) {
  .form-section .form-area-wrapper {
    padding-right: 16px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .form-section .form-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.form-section .content-area-wrapper .content-wrapper *:not(a) {
  color: #000;
}
.form-section .content-area-wrapper .content-wrapper a * {
  color: inherit;
}

.ptb-4 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.page-template-page-content-library-2023 .main .form-section .have-contents .row.form-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-template-page-content-library-2023 .content-area-wrapper .row .content-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.table-navigation .table-content .table-icon {
  top: -42px;
  right: 25px;
}
.table-navigation .table-content .link-text:hover {
  color: #0033FF;
}
.table-navigation .table-content .link-btn, .table-navigation .table-content .table-description {
  font-size: 16px;
  line-height: normal;
}
.table-navigation .link-btn:before {
  content: "\e80a";
  font-family: "fontello";
  font-weight: normal;
  font-style: normal;
  font-size: 80%;
  margin-right: 8px;
}
.table-navigation .link-btn:hover {
  color: #0033FF;
}

@media only screen and (max-width: 767px) {
  .table-navigation .table-content {
    padding: 32px 0 24px 0;
  }
  .table-navigation .table-icon img {
    max-width: 95px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .table-navigation .table-content .table-icon {
    top: -23px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .table-navigation .table-content {
    height: calc(100% - 54px);
  }
  .table-navigation .table-content .link-btn {
    position: absolute;
    bottom: 18px;
  }
  .table-navigation .table-content .text-left {
    height: 100%;
  }
}
.quote-block blockquote {
  font-family: Figtree;
  font-size: 57px;
  line-height: normal;
  color: #000;
}
.quote-block blockquote.small {
  font-size: 27px;
}
.quote-block blockquote.medium {
  font-size: 33px;
}
@media only screen and (max-width: 767px) {
  .quote-block .quote-image {
    padding-top: 72px;
  }
  .quote-block .quote-image.medium {
    padding-top: 56px;
  }
  .quote-block .quote-image.small {
    padding-top: 40px;
  }
}

.single-post-header p, .single-post-header h1 {
  color: #000;
}
.single-post-header .content-container .post-info {
  width: fit-content;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #767676;
}
.single-post-header .content-container .post-info .dot-seperator {
  color: #767676;
  transform: translateY(-5px);
  line-height: 16px;
}
.single-post-header .content-container .post-info p {
  line-height: initial;
}
.single-post-header .content-container .post-description > div p, .single-post-header .content-container .post-description > div p *, .single-post-header .content-container .post-description > div li, .single-post-header .content-container .post-description > div em, .single-post-header .content-container .post-description > div div, .single-post-header .content-container .post-description > div ol, .single-post-header .content-container .post-description > div ul, .single-post-header .content-container .post-description > div li, .single-post-header .content-container .post-description > div span, .single-post-header .content-container .post-description > div i, .single-post-header .content-container .post-description > div q, .single-post-header .content-container .post-description > div pre, .single-post-header .content-container .post-description > div thead, .single-post-header .content-container .post-description > div tr, .single-post-header .content-container .post-description > div th, .single-post-header .content-container .post-description > div td, .single-post-header .content-container .post-description > div label {
  font-size: inherit;
  line-height: inherit;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-post-header .post-info {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .single-post-header {
    flex-direction: column-reverse;
  }
  .single-post-header .post-hero-image {
    transform: translateY(-236px);
    margin-bottom: -220px !important;
    background-color: unset !important;
    z-index: 2;
  }
  .single-post-header .post-hero-content {
    padding-bottom: 280px;
  }
  .single-post-header .content-container .post-info .dot-seperator {
    transform: translateY(-7px);
  }
}
@media only screen and (min-width: 1024px) {
  .single-post-header .post-info {
    max-width: 499px;
  }
  .single-post-header .post-hero-image img {
    max-width: 730px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-post-header .post-hero-image {
    padding-right: 16px !important;
  }
  .single-post-header .post-description, .single-post-header h1 {
    max-width: 521px;
  }
}

section.table-of-contents *:not(a) {
  color: #000;
}
section.table-of-contents a * {
  color: inherit;
}
section.table-of-contents .post-toc h3 {
  letter-spacing: 2px;
}
section.table-of-contents .post-toc .blog-author-image {
  border-radius: 24px;
}
section.table-of-contents .post-toc li a {
  color: #000;
  text-decoration: none;
}
section.table-of-contents .post-toc li a:hover {
  color: #0027CC;
  text-decoration: underline;
}
section.table-of-contents .post-content > p:first-child {
  margin-top: 0;
}
section.table-of-contents .post-content a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  section.table-of-contents .post-content.single-2023-right-content {
    padding-left: 15px !important;
  }
  section.table-of-contents .post-toc > div {
    max-width: 337px;
  }
}

.post-author-info .post-author-image img {
  border-radius: 24px;
}

.post-social-share .social-nav li a {
  font-size: 0;
  border-radius: 50%;
}
.post-social-share .social-nav li a i {
  font-size: 38px;
}

.tabbing-section .ml-70 {
  margin-left: 70px;
  letter-spacing: 3px;
}
.tabbing-section .content p {
  font-weight: 300;
}
.tabbing-section .content .border-bottom {
  width: 47px;
  height: 1px;
  top: 13px;
  border-color: #303030 !important;
}
.tabbing-section .content.mt-100 {
  margin-top: 100px;
}
.tabbing-section h4 {
  line-height: 40px;
}
.tabbing-section .nav-tabs .nav-link {
  border: none;
}
.tabbing-section .nav-tabs .nav-item.show .nav-link {
  color: #303030;
  border-bottom: 5px #0033ff solid !important;
}
.tabbing-section .nav-tabs .nav-link {
  color: #303030;
}
.tabbing-section .nav-tabs .nav-link.active {
  color: #0033ff;
  border-bottom: 5px #0033ff solid !important;
}
@media (max-width: 767px) {
  .tabbing-section .nav-tabs {
    flex-direction: column !important;
  }
  .tabbing-section .nav-tabs .nav-item.show .nav-link {
    border-left: 5px solid #0033ff;
    border-bottom: none !important;
    border-radius: 0;
  }
  .tabbing-section .nav-tabs .nav-link {
    padding: 10px !important;
  }
  .tabbing-section .col-md-7 {
    border-left: 1px solid #d8d8d8;
    padding: 0px !important;
    margin-left: 15px;
  }
  .tabbing-section .tab-main-heading .row {
    border-bottom: none !important;
  }
  .tabbing-section .tab-content .tab-image {
    order: 1;
    margin-top: 30px;
  }
  .tabbing-section .tab-content .content {
    order: 2;
  }
  .tabbing-section .tab-content .content.mt-100 {
    margin-top: 20px !important;
  }
  .tabbing-section .nav-tabs .nav-link.active {
    border-left: 5px solid #0033ff;
    border-bottom: none !important;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .tabbing-section .nav-tabs .nav-link.p-4 {
    padding: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .tabbing-section .container {
    max-width: 748px;
  }
  .tabbing-section .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tabbing-section .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tabbing-section .tab-content .tab-pane {
    margin-top: 0 !important;
  }
  .tabbing-section .tab-content .tab-image {
    display: flex;
    align-items: center;
  }
  .tabbing-section .tab-content .content {
    margin-top: 70px;
  }
}

/*Brand alignment new typography css*/
/*Brand alignment new typography css*/
* {
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
body a {
  font-weight: 500;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body .font-figtree, body .preheader, body .preheader-xs, body a {
  font-family: "Figtree", serif !important;
}
body p, body span:not(.fontello), body .font-league-spartan, body .tagline1 {
  font-family: "League Spartan", serif !important;
}
body .page-template-page-2025 h1, body .page-template-page-2025 h2, body .page-template-page-2025 h3, body .page-template-page-2025 h4, body .page-template-page-2025 h5, body .page-template-page-2025 h6, body .page-template-page-2025 .h1, body .page-template-page-2025 .h2, body .page-template-page-2025 .h3, body .page-template-page-2025 .h4, body .page-template-page-2025 .h5, body .page-template-page-2025 .h6 {
  font-weight: 400 !important;
}
body h1, body .h1, body h2, body .h2 {
  font-size: 40px !important;
  line-height: 48px !important;
}
body h3, body .h3 {
  font-size: 32px !important;
  line-height: 40px !important;
}
body h4, body .h4 {
  font-size: 24px !important;
  line-height: 32px !important;
}
body h5, body .h5 {
  font-size: 20px !important;
  line-height: 28px !important;
}
body h6, body .h6 {
  font-size: 18px !important;
  line-height: 26px !important;
}
@media only screen and (max-width: 767px) {
  body h1, body h2, body .h1, body .h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  body h3, body .h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  body .tagline1 {
    line-height: 24px !important;
  }
}
body .fs-14 {
  font-size: 14px !important;
}
body .fs-21 {
  font-size: 21px !important;
}
body .fw-medium {
  font-weight: 500;
}
body .font-72 {
  font-size: 72px;
}

.letter-spacing-2 {
  letter-spacing: 2.1px !important;
}

.page-template-page-2025 .site-footer ol, .site-footer ul {
  padding-left: 0;
}

/*Brand alignment new typography css end*/