a.tbl-link {
    color: #1e293b !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.custom-toc {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top:15px;
}
.blogContentWrapper strong{
    font-weight:600;
}

.blogContentWrapper a:hover{
    text-decoration:none !important;
}
.uagb-faq-content p{
     font-size:14px; 
}
.blogContentWrapper h2:first-child {
    padding-top: 0;
}
.custom-toc {
    border-left: 2px solid rgba(28, 49, 94, 0.1);
    padding-left: 10px;
}

.custom-toc .tbl-link.active {
    position: relative;
    transition:0.5s linear;
}
.custom-toc .tbl-link.active::before {
    content: '';
    width: 3px;
    height: 100%;
    background: #ea5104;
    position: absolute;
    left: -12px;
    transition:0.5s linear;
}
.blogPage .wp-block-group-is-layout-flex{
    padding:20px 0;
}
.blogWrapperAttendees {
    display: grid;
    gap: 20px;
    margin-bottom:20px;
}
.blogWrapperAttendees h6 {
    padding: 0;
    margin: 0;
    font-size: 12px !important;
}
.blogPage ol li::marker {
    color: #1c315e;
    font-size: 15px;
}
.blogWrapperAttendees h3 {
    margin: 0;
    padding-bottom: 10px;
}
.blogWrapperAttendees p {
    text-align: left !important;
    font-style: normal !important;
    font-size: 14px !important;
}
.blogWrapperAttendees .wp-block-group {
    background: #fff;
    padding: 30px !important;
    border-radius: 10px;
}
.accreditedBodyWrapper {
    display: grid !important;
    justify-items: center;
    align-items: flex-start;
    text-align: center;
    grid-gap: 30px;
}
.accreditedBodyWrapper {
    margin-bottom: 30px;
}
.accreditedBodyWrapper svg {
    width: 45px;
    height: 45px;
}
.accreditedBodyWrapper .wp-block-group-is-layout-flex {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.1);
    padding: 22px !important;
    min-height: 335px;
}
.accreditedBodyWrapper h6 {
    margin: 0;
    padding: 0;
}
.accreditedBodyWrapper p {
    margin: 0;
    text-align: left;
    /* padding-right: 10%; */
}
.accreditedWrapper2 .wp-block-group-is-layout-flex

 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 22px !important;
    background: rgba(255, 255, 255, 0.3);
    padding: 20px;
}
.accreditedWrapper2 {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
/* .accreditedWrapper2 .wp-block-group-is-layout-flex:nth-of-type(1) svg {
    width: 75px;
    height: 75px;
} */
.accreditedWrapper2 .wp-block-group-is-layout-flex svg {
    width: 40px;
    height: 40px;
    flex:0 0 auto;
}
.accreditedWrapper2 h5 {
    text-align: left;
    margin: 0;
    padding: 0;
}
.accreditedWrapper2 p {
    margin: 0;
    padding: 0;
}
.blogPage .wp-block-group-is-layout-flex h5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.blogPage img{
    border-radius:10px;
}
.blogPage .wp-block-group-is-layout-flex h2 {
    margin: 0;
    padding: 0;
}
.blogImgWrapper figure img {
    max-width: 100%;
    height: 340px;
}
.blogWrapperGrid2 .is-layout-flex:first-child p
 {
    text-align: center;
    padding: 0;
    margin: 0;
}
.blogImgWrapper {
    display: grid
;
    gap: 10px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
        padding: 0 !important;
}
.blogImgWrapper2{
     display: flex;
    gap: 10px;
        padding: 0 !important;
    
}
.blogImgWrapper2 figure img {
    max-width: 100%;
   
}
.blogWrapperGrid {
    display: grid;
    grid-template-columns: 75% 25% !important;
    gap: 50px;
    align-items:center;
}
.blogPage h6 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #112033 !important;
    margin:0 !important;
}
.blogWrapperGrid img

 {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cybersecurityWrapper {
    display: grid;
}
.cybersecurityWrapper .wp-block-group-is-layout-grid {
    display: grid;
     background: #fff;
    margin-bottom: 20px;
     grid-row-gap: 20px;
}
.cybersecurityWrapper .wp-block-group-is-layout-grid .wp-block-group-is-layout-flex
 {
   
    padding: 30px !important;
    align-content: center;
    border-radius:10px;
}
.cybersecurityWrapper h5{
     text-align:center;
    margin:0;   
    }
    .cybersecurityWrapper h2 {
    margin-bottom: 0;
}
.cybersecurityWrapper p {
    text-align: left !important;
}
.cybersecurityWrapper img {
    max-width: 55% !important;
    margin: 0 auto;
    display: block;
}
.blogImages img{
  width:100%;
}
.blogWrapperGrid p {
    margin: 0;
}
.blogWrapperGridGeneral{
     display:grid;
     grid-template-columns:60% 40%;
     grid-column-gap:30px;
}
.blogWrapperGrid p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 20px !important;
}
.jsr p:nth-of-type(2){
    font-size:16px !important;
    margin-bottom:10px; 
}
.blogWrapperGrid p:nth-of-type(2) a {
    color: #004567;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blogWrapperGrid2 .is-layout-flex:last-child img {
    max-width: 100%;
    height: 350px;
}
.cyberthreat p:nth-of-type(2) {
    font-size: 16px !important;
    margin-bottom: 20px;
}
.blogWrapperGrid2 .is-layout-flex:last-child {
    display: flex
;
    gap: 20px;
}
.blogWrapperGrid2 p:first-child {
    color: #ea5104;
    font-weight: 600;
}
.blogWrapperGrid2 .is-layout-flex:first-child

 {
    margin-top: 40px;
}
.blogQuotes

 {
    text-align: center !important;
    padding: 20px;
}
.three-blog-grid {
    display: grid
;
    gap: 10px;
}
span.chevron {
    display: flex !important;
    align-items: center;
}
span.chevron img {
    width: 17px !important;
    height: 17px !important;
}

.custom-footer-toc-wrapper {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 9999;
            font-family: sans-serif;
            display:none;
        }

        .custom-accordion-body {
            width: 100%;
            background-color: #ffffff;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .custom-accordion-body.open {
            max-height: 50vh;
            overflow-y: auto;
        }

        .custom-accordion-body ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .custom-accordion-body li {
            padding: 10px 20px;
            border-bottom: 1px solid #eee;
            font-size: 14px !important;
            cursor: pointer;
        }

        .custom-accordion-body li:hover {
            background-color: #f0f0f0;
        }

        .custom-accordion-toggle {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 30px;
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.08);
    padding-left: 90px;
}
.toc-wrap {
    display: flex
;
    justify-content: space-between;
    width: 94%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
        .custom-accordion-toggle h4 {
            margin: 0;
            font-size: 16px !important;
            font-weight: 600 !important;
            color: black;
        }

        .custom-accordion-toggle .chevron {
            display: inline-block;
            transition: transform 0.3s ease;
            font-size: 18px;
        }

        .custom-accordion-toggle.active .chevron {
            transform: rotate(180deg);
        }
        .blogPage p {
    line-height: 28px;
    font-weight: 400;
    color:#112033;
	  font-size:16px !important;
	  text-align:justify;
}
.blogPage ul,.blogPage ol {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.blogPage .is-vertical.is-layout-flex {
    padding: 10px 0;
}
.blogPage ul li,.blogPage ol li {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    color:#112033;
	text-align:justify;
}
.blogPage ul li strong,.blogPage ol li strong {
    font-weight: 600;
}
.blogPage h2 {
    font-size: 30px !important;
}
.blogPage ul li a,.blogPage ol li a {
    font-weight: 400;
    text-decoration: underline;
	text-align:justify;
}
.blogPage h2,.blogPage h6 {
    padding-top: 20px;
}
.blogPage h4 {
    font-size: 18px !important;
}
.blogPage h3 {
    font-size: 25px !important;
}
.blogContentWrapper a {
    text-decoration: none !important;
}
.blogContentWrapper a:hover {
    text-decoration: underline !important;
}
.tbl-content {
    position: sticky !important;
    top: 100px;
}
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    background: #000;
    width: 35px;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.scroll-to-top a {
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}
.scroll-to-top svg {
    width: 16px;
    height: 25px;
    filter: invert(1);
}
.scroll-to-top.show {
    display:flex !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

         @media(min-width:991px)
         {
            .tbl-content {
    display: block !important;
}
                     .custom-footer-toc-wrapper{
    display:none;
}
 
         }
        @media(max-width:990px)
        {
            .custom-footer-toc-wrapper{
    display:block;
}
      .tbl-content {
    display: none !important;
}
.blogImgWrapper figure img {
    max-width: 100%;
    height: unset;
}
.blogImgWrapper {
    display: grid;
;
    gap: 10px;
    align-items: center;
    grid-template-columns: 100%;
}
.blogPage .is-vertical.is-layout-flex {
    padding: 10px 0;
}
#mainBlog{
    padding-top:unset;
}
.blogImgWrapper figure,.blogImgWrapper2 figure{
    margin:unset !important;
}
.blogWrapperGrid {
    grid-template-columns: 100% !important;
    gap:0;
}
.blogWrapperGrid figure {
    order: -1;
}
.blogWrapperGrid2 .is-layout-flex:last-child{
     flex-wrap:wrap;
}
.blogWrapperGrid2 .is-layout-flex:last-child img{
    height:unset;
}
.blogWrapperGrid2 .is-layout-flex:last-child figure{
     margin:0 !important;
}
.blogWrapperGrid2 .is-layout-flex:first-child p{
    text-align:left;
}
.three-blog-grid {
    display: grid;
    grid-template-columns:100% !important;
}
.three-blog-grid figure{
     margin:0 !important;
}
.blogPage ul li{
     text-align:left;
     font-size:14px !important;
}
.blogWrapperAttendees {
    grid-template-columns:100% !important;
}
.cybersecurityWrapper .wp-block-group-is-layout-grid{
     grid-template-columns:100%;
}
.accreditedBodyWrapper {
    grid-template-columns: 100% !important;
}
.accreditedWrapper2 .wp-block-group-is-layout-flex
 {
    flex-direction: column;
    gap: 11px;
}
.accreditedWrapper2 .wp-block-group-is-layout-flex svg {
    width: 50px !important;
    height: 50px !important;
}
        }
       
@media(max-width:768px)
{
    .blogPage h2 {
    font-size: 20px !important;
}
.allReleases h3 a {
    font-size: 16px !important;
}
 .blogPage h3{
     font-size:18px !important;
     line-height:25px !important;
 }
.blogPage p{
  font-size:14px !important;
  text-align:left;
}
.blogPage a{
    font-size:12px !important;
}
.uagb-faq-content p {
    font-size: 12px;
    line-height: 22px;
}
span.uagb-question {
    font-size: 16px;
}
.tbl-content {
    position: static !important;
    top: 100px;
}
.scroll-to-top{
    bottom:100px;
}
 .jumpToWrapper {
    
    padding: 10px;
    gap: 10px;
    
}
.jumpToContent p{
     font-size:12px !important;
}
.jumpToContent a{
     font-size:10px !important;
}
.jumpToImg {
  width: 38px;
  height: 38px;
}
.blogImgWrapper figure img {
    max-width: 100%;
    height: unset;
}
.blogImgWrapper {
    display: grid;
;
    gap: 10px;
    align-items: center;
    grid-template-columns: 100%;
}
.blogImgWrapper2{
     display: flex;
    gap: 10px;
    
}
.blogImgWrapper figure,.blogImgWrapper2 figure{
    margin:unset !important;
}
.blogImgWrapper2 figure img {
    max-width: 100%;  
}
.blogPage .is-vertical.is-layout-flex {
    padding: 10px 0;
}
#mainBlog{
    padding-top:unset;
}
.blogWrapperGrid {
    grid-template-columns: 100% !important;
    gap:0;
}
.blogWrapperGrid figure {
    order: -1;
}
.blogWrapperGrid2 .is-layout-flex:last-child{
     flex-wrap:wrap;
}
.blogWrapperGrid2 .is-layout-flex:last-child img{
    height:unset;
}
.blogWrapperGrid2 .is-layout-flex:last-child figure{
     margin:0 !important;
}
.blogWrapperGrid2 .is-layout-flex:first-child p{
    text-align:left;
}
.three-blog-grid {
    display: grid;
    grid-template-columns:100% !important;
}
.three-blog-grid figure{
     margin:0 !important;
}
.blogPage ul li{
     text-align:left;
     font-size:14px !important;
}
.blogWrapperAttendees {
    grid-template-columns:100% !important;
}
.cybersecurityWrapper .wp-block-group-is-layout-grid{
     grid-template-columns:100%;
}
.accreditedBodyWrapper {
    grid-template-columns: 100% !important;
}
.accreditedWrapper2 .wp-block-group-is-layout-flex
 {
    flex-direction: column;
    gap: 11px;
}
.accreditedWrapper2 .wp-block-group-is-layout-flex svg {
    width: 50px !important;
    height: 50px !important;
}
}