/* ----------------------------------------------
Inter variable font. Usage:

@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
}
---------------------------------------------- */

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(../fonts/inter/Inter-upright-var.woff2) format("woff2");
}

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(../fonts/inter/Inter-italic-var.woff2) format("woff2");
}


img { max-width: 100%;}
.hero-bgV2 {
    background: linear-gradient(120deg, rgba(255, 226, 232, 0.8), rgba(220, 230, 255, 0.8), rgba(230, 240, 245, 0.8)) no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-bgV2.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.hero-bgV2 .col-md-5 img {
    max-height: 350px;
    margin: auto;
}
.hero-bgV2 .col-md-5 { text-align:center;}
.cs-search__group {
    display: flex;  
    align-items: center;
    gap: 15px;
}
.cs-search__input {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 59px;
    border: 1px solid rgb(177, 176, 176);
    padding: 0 20px;
    outline: none;
    width: 100%;
}
.cs-search__submit {
    border-radius: 5px;
    background-color: #001c6a;
    height: 59px;
    color: #fff;
    cursor: pointer;
    padding: 0 50px;
    border: 1px solid #001c6a;
}
.cs-search__submit:hover { background:#fff; color:#000; }
.page-id-11 header.sitewide-header { position: relative; }
.td-block-row {
    display: grid;
    gap: 24px;
    grid-auto-rows: auto;
    list-style: none;
    margin: 0;
}
.td-block {
    border: 1px solid #dadce0;
    border-radius: 8px;
    transition: all .3s;
	overflow: hidden;
}
.td-block .card-title {
    color: #202124;
    display: flex;
    height: 100%;
}
.item-details h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-details p {
    color:#071d2b;
}
.td-block .item-details p {
    font-size: 16px;
}
.td-block .item-details {
    padding: 15px;
}
.td-block .card-title:hover {
    text-decoration: none;
}
.td-block:hover .item-details h2 {
    text-decoration: underline;
}
.td-post-date {
    font-size: 14px;
    color: #5f6368;
}
.brief-summary a:not(.btn):not(li):not(.social-share a) {
    font-weight: 400;
    line-height: 1.55;
    color: #2a7de1;
    text-decoration: none;
    border-bottom: 1px dotted #2a7de1;
    padding-bottom: 2px;
}
.brief-summary a:not(.btn):not(li):not(.social-share a):hover {
    text-decoration: none;
    border-bottom: 1px solid #2a7de1;
}
.td-module-meta-info { margin-bottom: 15px; }
.get-apdfe-scn .row { margin: 0; }
.get-apdfe-scn .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
	padding-left:15px;
	padding-right:15px;
}
.get-apdfe-scn .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
	padding-left:15px;
	padding-right:15px;
}


.apdfe-box-img img {
    max-height: 400px;
}
.apdfe-box-img { text-align:center; }
.get-apdfe-scn .section-title { text-align: left; }
.get-apdfe-scn .section-title { text-align: left; padding-bottom: 0; }
.get-apdfe-scn .row {
    margin: 0;
}
.get-apdfe-scn {
  background-image: -moz-linear-gradient( 124deg, rgb(230,200,241) 0%, rgb(222,232,250) 100%);
  background-image: -webkit-linear-gradient( 124deg, rgb(230,200,241) 0%, rgb(222,232,250) 100%);
  background-image: -ms-linear-gradient( 124deg, rgb(230,200,241) 0%, rgb(222,232,250) 100%);
}
.hero-banner .row { position: relative; overflow: hidden; }
.hero-banner .absolute {
    position: absolute;
    bottom:-135px;
    right: 15px;
}
.hero-banner .col-md-5 img {
    max-height: 525px;
}

.col-md-1, .col-lg-8, .col-lg-3 {padding-left:15px; padding-right:15px; }
.tab-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.tabs-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 350px;
  border-right: 2px solid #afafaf;
  overflow-y: auto;
  max-height:350px;
}
.tab-button {
  padding: 10px;
  border: none;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
  background:transparent;
}
.tab-button:focus { outline:none;}
.tab-button.active {
  color: #0096ff;
}
.tabs-right {
  flex: 1;
  padding: 10px;
  min-height: 150px;
  position: relative;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tab-buttons::-webkit-scrollbar {
  width: 5px;
}

.tab-buttons::-webkit-scrollbar-track {
  /* background: #afafaf; */
  border-radius: 4px;
}

.tab-buttons::-webkit-scrollbar-thumb {
  background: #0096ff;
  border-radius: 4px;
}

.tab-buttons::-webkit-scrollbar-thumb:hover {
  background: #0096ff;
}
.sidebar-article .item-details {
    border: 1px solid #e1eaf0;
    padding: 40px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 25px 25px 50px 0 rgba(12, 5, 62, .1);
    box-shadow: 25px 25px 50px 0 rgba(12, 5, 62, .1);
    border-radius: 32px;
    max-width:395px;
    width:395px;
    margin-left:-70px;
}
.sidebar-article .item-details div {
    font-weight: 600;
    font-size: 24px;
    color: #071d2b;
}
.sidebar-article .item-details .cta-hero { margin-top:0; }
.sidebar-article .item-details p.os-compatible {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.sidebar-article .item-details .button-custom {
    margin-bottom: 5px;
    height: 65px;
    font-size:18px;
    margin-top: 15px;
  }
.sidebar-article .cta-hero {
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
}
.button-custom span { background-position: 15% 48%; }
.sidebar-article .item-details p {
    font-size: 16px;
    line-height: 1.55;
    color: #071d2b;
    font-weight: 400;
    border-bottom: none;
}
.single-post .sticky-widget.sticky {
    display: none;
}
.brief-summary {
    max-width: 750px;
    font-size:18px;
}
.brief-summary .aligncenter {
    display:block;
  margin: auto;
  height: auto;
  /* transition: opacity 0.3s ease;
  opacity: 0; */
}

.brief-summary [loading="lazy"] {
  opacity: 1;
}
.sidebar-article .sidebar-sticky-wrapper {
    position: relative;
    max-width: 325px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.sidebar-article .fixed {
    position: fixed;
    top: 0;
    padding-top: 60px;

}
.sidebar-article .fixed-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}
.art-title .col-md-7 {
    max-width: 100%;
    padding: 0;
}
.art-title h1 {
    border-bottom: 2px solid #c7cdd7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.art-title p { font-size: 20px; margin:0; }
.published-date { color: #4b5563; font-size: 16px; }
ul.social-share {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.social-share a {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-share svg {
    fill: #fff;
}
.social-share a:before {
    display: block;
    content: "";
    height: 35px;
    width: 35px;
    background: #00668e;
    position: absolute;
    border-radius: 25px;
    z-index: -1;
}
.social-share a:hover:before {
    opacity: 0.8;
}
.equal-height h2 {
    font-size: 40px;
    padding-top: 45px;
    padding-bottom: 5px;
    color: #071d2b;
}
.equal-height h3 {
    font-size: 30px;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 5px;
    line-height: 1.5;
    border-top: .125rem dotted #9f9fa3;
    color: #071d2b;
}
.equal-height h4 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 5px;
    color: #071d2b;
}
.equal-height p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    margin:0;
}
.brief-summary ul {
    margin-left: 40px;
    list-style-type: disc;
    padding:0;
 }
.equal-height table, .equal-height td, .equal-height th {
    font-size:16px;
}
.equal-height table p {
    padding-bottom: 10px;
    padding-top: 10px;
}
.equal-height p:empty {display: none; }
#equal-height b {
    font-size: 16px;
    font-weight: 700;
    color: #1e222a;
}
 .equal-height ul li { padding-bottom:10px; }
 .sidebar-article { position: relative; }
.sidebar-article:before {
    right: unset;
    background: #f7fafc;
    content: '';
    position: absolute;
    height: 100%;
    width: 999em;
    margin-left: -20px;
    z-index: -1;
}
.single-post .chs-ftr-list { display: none; }
.related-articles { 
    background: #f7fafc;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.table-responsive table {
  width: 100%;
  min-width: 600px; /* Forces horizontal scroll on small screens */
  border-collapse: collapse;
}

.table-responsive th,
.table-responsive td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
}

.table-responsive th {
  background: #f0f0f0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-family: sans-serif;
  font-size: 16px;
}

th, td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
}

th {
  background-color: #f8f8f8;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s;
}
.search-no-results h1.archive-title .color-accent {
    font-weight: 700;
}
.search-no-results h1.archive-title {
    text-align: center;
    font-size: 56px;
}
.search-no-results .archive-header {
    text-align: center;
}
.search-no-results .page-content span.screen-reader-text {
    display: none;
}
.archive-header-inner form.search-form input[type=submit] {
    height: 45px;
    border-radius: 5px;
    background-color: #001c6a;
    border: 1px solid #001c6a;
    padding: 0 25px;
    cursor: pointer;
    color:#fff;
}
.archive-header-inner [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    height: 45px;
}


@media (min-width: 576px) {  }

@media (min-width: 768px) { 
    .get-apdfe-scn .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.get-apdfe-scn .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
 }

@media (min-width: 992px) { 

.td-block-row { grid-template-columns: repeat(auto-fit,minmax(calc(33.33333% - 24px),1fr)); }
.col-md-1 { width: 5.33333333%; padding-left:15px; padding-right:15px; }
.col-lg-8 { width: 66.66666667%; padding-left:15px; padding-right:15px; }
.col-lg-3 { width: 28%; padding-left:15px; padding-right:15px; }
.related-articles .td-block-row {
    grid-template-columns: repeat(auto-fit,minmax(calc(25% - 24px),1fr));
}
 }

@media (min-width: 1200px) { 


 }

@media (min-width: 1400px) {  }



@media (max-width: 575.98px) {  }

@media (max-width: 767.98px) {

.tab-container { flex-direction: column; }
.tabs-left {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
.tab-button {
    width: 100%;
    text-align: center;
}
.td-block-row .card-box {
    display: flex;
    align-items: center;
    padding: 15px;
    gap:15px;
  }
   .item-details h2 { font-size:18px;}
   .td-block .item-details p { display: none; }
   .td-block .item-details { padding:0; width: 100%; }
  .td-block-row .card-box .td-module-thumb {
    border-radius: 5px;
    overflow: hidden;
    width: 150px;
  }
    .hero-banner .absolute { display:none;}
    .get-apdfe-scn .section-title { text-align: center; }
    .td-post-date { font-size:12px;}
    .equal-height .col-lg-8 { width:100%; }
.art-title h1 { font-size:36px; }
.art-title p { font-size: 16px; }
.hero-image-2 {
    margin-top: 20px;
}
.brief-summary{ font-size:16px; }
.equal-height h2 { 
    font-size:30px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.equal-height h3 { 
    font-size:22.5px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top:15px;
    margin-bottom:0;
}
.equal-height h4 { 
    font-size:18px;
    padding-top: 15px;
    padding-bottom: 5px;
}


}




@media (max-width: 768px) {
  .hero-bgV2 .col-md-5 img {
    width: 200px;
    margin-bottom: 10px;
}
.hero-bgV2.py-5 {
    padding-top: 30px;
    padding-bottom: 20px;
}

  }

@media (max-width: 991.98px) {
    .equal-height .col-md-1.py-4  { max-width: 750px; width: 100% !important;}
  }

@media (max-width: 1199.98px) {  }

@media (max-width: 1389px) {

.col-lg-3.sidebar-article { width: 100%; }
.equal-height {
    display: flex;
    flex-direction: column-reverse;
}
.equal-height .col-md-1.py-4 {
    padding-top: 0;
    width: 66.66666667%;
    margin-left: auto;
    margin-right: auto;
}
ul.social-share {
    display: flex;
} 
.equal-height .col-lg-8{ padding-bottom:0;}
.equal-height .col-lg-8 { margin-left:auto; margin-right:auto;}
.sidebar-article .sidebar-sticky-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding:0;
    display: none;
}
.sidebar-article .item-details { width:100%; max-width:100%; margin:0;}

  }

