.has-primary-color{ color: var(--primary); }
.has-secondary-color{ color: var(--secondary); }
.has-accent-color{ color: var(--accent); }
.has-text-color{ color: var(--text); }
.has-dark-blue-color{ color: var(--dark-blue); }
.has-light-blue-color{ color: var(--light-blue); }
.has-light-gray-color{ color: var(--light-gray); }
.has-white-color{ color: var(--white); }
.has-black-color{ color: var(--black); }

.has-primary-color a{ color: var(--primary); }
.has-secondary-color a{ color: var(--secondary); }
.has-accent-color a{ color: var(--accent); }
.has-text-color a{ color: var(--text); }
.has-dark-blue-color a{ color: var(--dark-blue); }
.has-light-blue-color a{ color: var(--light-blue); }
.has-light-gray-color a{ color: var(--light-gray); }
.has-white-color a{ color: var(--white); }
.has-black-color a{ color: var(--black); }

.has-primary-background-color{ background-color: var(--primary); }
.has-secondary-background-color{ background-color: var(--secondary); }
.has-accent-background-color{ background-color: var(--accent); }
.has-text-background-color{ background-color: var(--text); }
.has-dark-blue-background-color{ background-color: var(--dark-blue); }
.has-light-blue-background-color{ background-color: var(--light-blue); }
.has-light-gray-background-color{ background-color: var(--light-gray); }
.has-white-background-color{ background-color: var(--white); }
.has-black-background-color{ background-color: var(--black); }
html {
    /*overflow-x: hidden;*/
}
body {
    font-family: "mundial", sans-serif;
    font-style: normal;
    font-size:16px;
    color: var(--text);
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
}
.body-no-scroll {
    overflow: hidden;
}
.accent-title {
    font-family: "t26-carbon", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-family: "mundial", sans-serif;
}
h1 {
    font-family: "commuters-sans", sans-serif;
}
h1.front-page-title {
    font-size: 70px;
    line-height: 1;
}
h1.page-title {
    font-size: 60px;
}
h1.service-page-title {
    font-size: 48px;
}
h2 {
    font-size: 40px;
    font-weight: 600;
}
h3 {
    font-size: 31px;
    font-weight: 600;
}
h4 {
    font-size: 22px;
}
a, a:active, button, button:active {
    outline: none;
    text-decoration: none;
}
button, button:active {
    color: var(--white);
}
.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    padding: 5px 15px 7px;
    font-weight: 600;
}
.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-secondary {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--primary) !important;
}
.btn-accent {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
    color: var(--primary) !important;
}
.btn-white {
    background: var(--white) !important;
    border-color: var(--white) !important;
    color: var(--primary) !important;
}
.btn-primary:hover, .btn-secondary:hover, .btn-accent:hover, .btn-white:hover {
    opacity: .8;
}
.btn-transparent {
    color: var(--white);
    background: transparent;
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    padding: 15px 40px 17px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    box-shadow: inset 0 0 0 2px #fff;
}
.btn-transparent:hover {
    background: rgba(0, 0, 0, 0.3);
}
a {
    color: var(--secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    text-decoration: none !important;
}
a:active, a:hover {
    color: inherit;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 1px !important;
}
:focus-visible {
    outline: #000 auto 1px !important;
}
button:focus {
    outline: 5px auto #000;
}
img {
    max-width: 100%;
    height: auto;
}
header ul, header ol, footer ul, footer ol {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
b, strong {
    font-weight: 700;
}
ol, ul {
    padding-left: 18px;
}
.gap-0 {
    gap: 0em;
}
.gap-1 {
    gap: .25em;
}
.gap-2 {
    gap: .5em;
}
.gap-3 {
    gap: 1em;
}
.gap-4 {
    gap: 1.5em;
}
.gap-5 {
    gap: 3em;
}
.pt-6 {
    padding-top: 5rem !important;
}
.pb-6 {
    padding-bottom: 5rem !important;
}
.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
blockquote {
    margin: 1.5em 1em 1.5em 2em;
    font-size: 1.1em;
    line-height: inherit;
    position: relative;
    border-left: 5px solid var(--light-gray);
    padding: 0 1.2em 0 !important;
    font-style: italic;
}
button.go-top {
    position: fixed;
    bottom: 0;
    right: 3.5%;
    height: 40px;
    width: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--primary);
    border: 0;
    z-index: 999;
}
button.go-top:hover {
    background: var(--secondary);
}
.tm-small {
    font-size: 50% !important;
    transform: translateY(-8px);
    display: inline-block;
    line-height: 0;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
a.default {
    color: var(--primary);
    background: var(--accent);
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    padding: 15px 40px 17px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
}
a.default:hover {
    background: rgba(156, 227, 17, .8);
}
.rounded-image img {
    border-radius: 20px;
}
.wrapper {
    padding-left: 3%;
    padding-right: 3%;
    overflow: hidden;
}
.post-wrapper {
    padding-left: 3%;
    padding-right: 3%;
}
section.hero .description {
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
}
.description {
    font-size: 20px;
}
.description p:last-child {
    margin-bottom: 0;
}
.description h2 {
    margin-bottom: 0.5em;
}
.large-description {
    font-size: 22px;
    font-style: italic;
}
.bottom-line, .bottom-line-accent {
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}
.bottom-line:before, .bottom-line-accent:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 140px;
    bottom: 0;
    left: calc(50% - 70px);
}
.bottom-line:before {
    background: var(--secondary);
}
.bottom-line-accent:before {
    background: var(--accent);
}
ul.checkmark-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
ul.checkmark-list li {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
ul.checkmark-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 30px;
    background: url(/wp-content/uploads/2025/05/tick-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
ul.checkmark-list li p:last-child {
    margin-bottom: 0;
}
ul.checkmark-list li span.item-title {
    font-weight: bold;
    font-size: 20px;
    color: var(--primary);
}
.bottom-image {
    position: relative;
    padding-bottom: 70px;
}
.bottom-image:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 500px;
    height: 74px;
    max-width: 100%;
    background: url(/wp-content/uploads/2025/05/light-line-vancord.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.bottom-image-accent {
    position: relative;
    padding-bottom: 20px;
}
.bottom-image-accent:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 500px;
    height: 14px;
    max-width: 100%;
    background: url(/wp-content/uploads/2025/06/green-link-graphic.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.flipbox-grid-5 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
.flipbox-grid-5 .flipbox-item {
    width: 30%;
}
.flipbox-grid-5 .flipbox-item .flipbox-item-front, .flipbox-grid-5 .flipbox-item .flipbox-item-back {
    padding: 30px;
}
.flipbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.flipbox-grid.flipbox-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.flipbox-item {
    background: transparent;
    height: 230px;
    perspective: 1000px;
}
.flipbox-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flipbox-item:hover .flipbox-item-inner {
    transform: rotateY(180deg);
}
.flipbox-item-front, .flipbox-item-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 20px;
    background: rgba(0, 164, 239, .2);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(180deg, rgb(10, 24, 51) 0%, rgb(17, 54, 88) 100%);
}
.flipbox-item-front {
    z-index: 2;
}
.flipbox-item-back {
    transform: rotateY(180deg);
    z-index: 1;
}
.flipbox-item-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 30px;
}
h4.flipbox-item-title {
    font-family: "t26-carbon", Sans-serif;
    color: var(--white);
    font-size: 24px;
}
.flipbox-item-excerpt {
    color: var(--white);
    font-weight: 300;
}
.iframe-holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 20px;
    overflow: hidden;
}
.iframe-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.icon-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
ul.icon-list li {
    display: flex;
    justify-content: space-between;
}
ul.icon-list li .icon-list-image {
    width: 32px;
}
ul.icon-list li .icon-list-content {
    width: calc(100% - 45px);
    font-size: 18px;
    line-height: 1.2em;
}
ul.icon-list li .icon-list-content p:last-child {
    margin-bottom: 0;
}
.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.box-image-rounded a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid transparent;
    max-width: 300px;
}
.box-image.box-image-rounded a:hover {
    border-color: var(--accent);
}
h6.box-title.has-white-color {
    font-size: 20px;
    font-weight: 600;
}
.carbon {
    font-family: "t26-carbon", Sans-serif;
}

/*ANIMATIONS*/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fade-in {
    opacity: 1;
}
.js .fade-in {
    opacity: 0; /* Start as invisible */
    transition: opacity 1s ease-in-out; /* Smooth fade-in effect */
}
.js .fade-in.visible {
    animation: fadeIn 1s ease-in-out forwards;
}
.slide-in-left {
    opacity: 1;
}
.js .slide-in-left {
    opacity: 0;
    transform: translateX(-100%);
}
.js .slide-in-left.visible {
    animation: slideInLeft 1s forwards;
}
.slide-in-right {
    opacity: 1;
}
.js .slide-in-right {
    opacity: 0;
    transform: translateX(100%);
}
.js .slide-in-right.visible {
    animation: slideInRight 1s forwards;
}

/*END of ANIMATIONS*/

/* HEADER */

.search-popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease, visibility .7s ease;
}
.search-popup.active {
    opacity: 1;
    visibility: visible;
}
.search-popup::-webkit-scrollbar {
    display: none;
}
.search-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
}
.close-search {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: var(--primary);
}
#open-search {
    background: transparent;
    border: 0;
    outline: none !important;
    line-height: 1;
    padding: 0;
}
#open-search i {
    color: var(--accent);
    transition: opacity ease .15s;
    font-size: 22px;
}
header.site-header.header-white #open-search i {
    color: var(--secondary);
}
#open-search:hover i {
    opacity: .7;
}
#searchform {
    max-width: 440px;
}
#searchform > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#searchform .screen-reader-text {
    font-size: 18px;
    width: 100%;
}
#searchform #s {
    padding: 9px 10px 11px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #686e77;
    width: calc(100% - 120px);
}
#searchform #searchsubmit {
    color: var(--primary);
    background: var(--accent);
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 14px 25px 16px;
    border-radius: 10px;
    border-width: 0;
    display: inline-block;
    font-weight: 600;
    transition: opacity ease .15s;
}
#searchform #searchsubmit:hover {
    opacity: 0.7;
}

header.site-header {
    z-index: 999999;
    position: relative;
    width: 100%;
    height: 80px;
}
header.site-header.header-blue {
    background: var(--primary);
}
header.site-header.header-white, header.site-header.header-white .top-header {
    background: var(--white);
}
header.site-header.header-blue .top-header {
    background: rgba(23, 31, 41, 0.7);
    backdrop-filter: blur(5px);
}
header.site-header .top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d3e3e8;
}
header.site-header.header-white ul#mega-menu-header-menu > li > a {
    color: var(--primary) !important;
}
header.site-header.header-white .toggle-sub-menu i {
    color: var(--secondary);
}
.top-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.toggle-sub-menu {
    width: 22px;
    background: transparent;
    border: 0;
    outline: none !important;
    line-height: 1;
    padding: 0;
}
.toggle-sub-menu i {
    display: none;
    color: var(--accent);
    transition: opacity ease .15s;
    font-size: 22px;
}
.toggle-sub-menu i.active {
    display: inline-block;
}
.toggle-sub-menu:hover i {
    opacity: .7;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    max-width: 1200px !important;
    float: none !important;
    margin: 0px auto;
}
#mega-menu-header-menu h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #9CE311;
    margin: 16px auto;
}
.mega-sub {
    margin: 16px auto;
    list-style: none !important;
}
.mega-sub li {
    padding: 8px 0;
}
.mega-sub li a {
    color: #fff;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: 300;
    font-family: Mundial;
    transition: none !important;
}
.mega-sub li a:hover {
    color: var(--secondary);
}
.mega-sub li a:not(.mega-sub-parent) {
    padding-left: 36px;
}
.mega-sub li a.mega-sub-item {
    padding-left: 0 !important;
    font-size: 16px;
}
.mega-sub-parent {
    position: relative;
    padding-left: 20px;
    font-size: 21px !important;
    font-weight: 600 !important;
}
.mega-sub-parent:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 0;
    font-size: 14px;
    color: var(--secondary);
}
.popup-menu-holder {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 60px 3%;
    background-image: linear-gradient(130deg, var(--gradient-first), var(--gradient-second));
    height: calc(100vh - 80px);
    overflow-y: scroll;
    transition: opacity .7s ease, visibility .7s ease;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.popup-menu-holder.active {
    opacity: 1;
    visibility: visible;
}
.popup-menu-holder::-webkit-scrollbar {
    display: none;
}
.popup-menu-holder .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: space-between;
    min-height: 100%;
}
p.popup-menu-title {
    font-size: 20px;
    color: var(--accent);
    margin: 15px 0;
}
nav.popup-menu li {
}
nav.popup-menu a {
    color: var(--white);
    padding: 8px 0;
    display: inline-block;
    line-height: 1.5em;
}
nav.popup-menu a:hover {
    text-decoration: none;
    color: var(--secondary);
}
.services-menu .popup-menu > ul > li:first-child > a {
    position: relative;
/*    padding-right: 20px;*/
    font-size: 20px;
    line-height: 1.1em;
    color: var(--accent);
    margin: 15px 0;
}
.services-menu .popup-menu > ul > li:first-child > a:hover {
    color: var(--secondary);
}
.popup-menu li.menu-item-has-children > a:after {
/*    content: '\f106';*/
    font-family: 'Font Awesome 6 Free';
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 10px;
    color: var(--secondary);
    transition: transform .15s ease;
    transform: rotate(180deg);
}
.popup-menu li.menu-item-has-children > a.open:after {
    transform: rotate(0deg);
}
/*.popup-menu .sub-menu {
    display: none;
}*/
.popup-menu .sub-menu a {
    font-size: 14px;
}
.popup-menu-holder article {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popup-menu-holder article .post__thumbnail {
    padding-bottom: calc(0.66 * 100%);
    height: 0;
    position: relative;
    overflow: hidden;
}
.popup-menu-holder article .post__thumbnail img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.popup-menu-holder article .post__title, .popup-menu-holder article h3.post__title a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 0;
}
.popup-menu-holder article a.post__read-more {
    color: var(--accent);
    text-decoration: none;
    font-family: "t26-carbon", Sans-serif;
}
.popup-menu-holder article a:hover {
    color: var(--secondary);
}
.popup-bot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.popup-bot a {
    color: var(--white);
    text-decoration: none;
    font-family: "t26-carbon", Sans-serif;
    line-height: 1em;
}
.popup-bot a:hover {
    color: var(--secondary);
}
.social-holder .platforms {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* END of HEADER */

/* FOOTER */

footer.footer {
    position: relative;
    padding: 100px 0;
}
.left-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
    height: 100%;
}
.footer-contact, .footer-contact a {
    color: var(--white);
    line-height: 1.1em;
}
.footer-contact a:hover {
    color: var(--secondary);
}
.social-holder .platforms a {
    color: var(--white);
}
.social-holder .platforms a:hover {
    color: var(--secondary);
}
.right-footer {
    padding-left: 60px;
}
.right-top-footer {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--secondary);
}
.footer-widget h4 {
    font-family: "mundial", Sans-serif;
    color: var(--accent);
    font-size: 16px;
}
.footer-widget .widget_nav_menu li {
    padding: 10px 0;
    line-height: 1.3em;
}
.footer-widget .widget_nav_menu li a {
    color: var(--white);
    font-weight: 300;
}
.footer-widget .widget_nav_menu li a:hover {
    color: var(--secondary);
}
.right-bottom-footer {
    display: flex;
}
.footer-copywrite {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--secondary);
    color: #fff;
    font-weight: 300;
}
.latest-cybersound-episode {
    max-width: 240px;
}
.cybersound-thumbnail {
    width: 100%;
    height: 135px;
    overflow: hidden;
}
.cybersound-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.cybersound-read-more {
    color: var(--accent);
}
.cybersound-read-more:hover {
    color: var(--secondary);
}


/* CUSTOM BLOCKS */

.cybersound-episode {
    padding: 15px;
    background: linear-gradient(180deg, #134868, transparent 100%);
    border-radius: 10px;
    margin-left: 30px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    background-color: #000;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 4px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--white);
}
.episode-meta {
    color: var(--white);
}
h4.episode-title {
    font-family: "mundial", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.episode-date {
    color: #B0B0B0;
}
.episode-content {
    font-weight: 300;
    font-family: "ff-dagny-web-pro", Sans-serif;
}
button.btn.toggle-content {
    color: var(--white);
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    padding: 0;
}
button.btn.toggle-content:hover {
    color: var(--secondary);
}
button.btn.toggle-content i {
    color: var(--secondary);
    transition: .15s ease;
    margin-right: 5px;
}
button.btn.toggle-content.clicked i {
    transform: rotate(90deg);
}
@media all and (max-width: 991px) {
    .cybersound-episode {
        margin-left: 0px;
    }
}


/* ARCHIVE */
h4.article-title {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
}
.article-img a {
    display: block;
    position: relative;
    height: 230px;
    overflow: hidden;
}
.article-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-content {
    padding: 20px;
    border: 1px solid #F4F4F4;
}
.post-date {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}
.article-btn {
    position: relative;
    margin-top: 20px;
    font-weight: bold;
}
.pagination span, .pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F5F5F5;
    margin-right: 15px;
    text-decoration: none;
    color: color: var(--secondary);
    font-weight: bold;
}
.pagination span.page-numbers.current {
    font-weight: 400;
}
.pagination a.page-numbers:hover {
    color: var(--secondary);
}

#pcp_wrapper-945 .pcp-shuffle-filter .pcp-button {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-radius: 30px !important;
    font-weight: 600;
    line-height: 1em;
}
a.post-terms {
    color: var(--primary);
    background: var(--accent);
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding: 5px 20px 7px;
    border-radius: 30px;
    display: inline-block;
}
a.post-terms:hover {
    background: var(--secondary);
    color: var(--white);
}


/* SINGLE POST */

nav.breadcrumbs {
    font-family: "t26-carbon", Sans-serif;
}
.single-post-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.single-post-meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.single-post-date {
    font-size: 1.5em;
}
.post-categories {
    display: flex;
    align-items: center;
    gap: 20px;
}
.post-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}
ul.pp-multiple-authors-boxes-ul {
    padding-left: 0;
}
.social-share {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-share a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.related-post {
    color: var(--primary);
}
.related-post:not(.related-post:last-child) {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--light-gray);
}
.related-post h6 {
    margin-bottom: 0;
}
.cybersecurity-tips {
    position: relative;
    margin: 50px 0;
    background: linear-gradient(180deg, #103960, #061e42 100%);
    color: #fff;
    padding: 50px;
    min-height: 380px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cybersecurity-tips:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: auto 100% !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2022/04/Frame-1.png);
    mix-blend-mode: overlay;
}
.cybersecurity-tips .row {
    width: 100%;
}

/* FLIP BOX */
.flip-boxes-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
}
.flip-box {
    width: 280px;
    height: 240px;
    perspective: 1000px;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #31489d;
}
.flip-box-back {
    transform: rotateX(180deg);
}
.flip-box-front {
    z-index: 2;
    gap: 40px;
}
.flip-box-front h3, .flip-box-back h3 {
    font-size: 30px;
}
.flip-box-back h3 {
    color: var(--primary);
}
.flip-box-front i {
    font-size: 50px;
}
.flip-box-button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--secondary);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.flip-box-button:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}

/* SEARCH RESULTS */
.search-query {
    margin: 30px 0;
}
.post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin: 60px 0;
}
.part-post {
    border: 1px solid #e8e8e8;
}
.post-grid .part-title {
    position: relative;
    padding: 10px 10px 4px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    margin-top: -36px;
    display: block;
    line-height: 1;
    text-decoration: none;
}
.post-grid .part-title h4 {
    margin-bottom: 0;
    line-height: 1;
}
p.part-excerpt {
    font-size: 15px;
    line-height: 1.4em;
    padding: 10px;
    margin-bottom: 0;
}
.lb-details {
    display: none !important;
}
.sp-pcp-post-meta, .light-text, .light-text a {
    font-family: "ff-dagny-web-pro", sans-serif;
    font-weight: 300;
}
.gform-theme--foundation .gform_fields {
    row-gap: 25px !important;
}
.gform_drop_area.gform-theme-field-control {
    padding: 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before, .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_instructions {
    margin-bottom: 0 !important;
}
.gform_button.button {
    background: var(--accent) !important;
    color: var(--primary) !important;
    font-size: 18px !important;
    padding: 15px 40px 17px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
.gform_button.button:hover {
    opacity: .8 !important;
}
.white-text label {
    color: #fff !important;
}
.search.search-results .post-thumbnail {
    height: 220px;
    overflow: hidden;
    position: relative;
    display: block;
}
.search.search-results .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search.search-results .post-grid .part-title {
    margin-top: 0;
    padding: 10px;
}
.search.search-results .post-grid .part-title h4 {
    font-size: 18px;
}
.search.search-results .pagination {
    flex-wrap: wrap;
    gap: 10px;
}
.pagination a.prev.page-numbers, .pagination a.next.page-numbers {
    width: auto;
    background: transparent;
}
.search.search-results .pagination span, .search.search-results .pagination .page-numbers {
    margin: 0;
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*#gform_1 #input_1_10 {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
#gform_1 #input_1_10 .gchoice {
    display: flex !important;
    align-items: center;
    cursor: pointer;
}
#gform_1 #input_1_10 .gchoice label {
    font-size: 18px;
}*/

/* RESPONSIVE */

@media all and (max-width: 1499px) {
}

@media all and (min-width: 992px) and (max-width: 1499px) {
}

@media all and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media all and (max-width: 1199px) {
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .post-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (min-width: 992px) {
    button.toggle-sub-menu {
        display: none;
    }
    /*#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child {
        margin-right: 0;
    }*/
    .pt-lg-6 {
        padding-top: 5rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 5rem !important;
    }
    .gform-body input:not(.gform-body input[type=checkbox], .gform-body input[type=radio]), .gform-body textarea {
        min-height: 50px !important;
        font-size: 18px !important;
    }
    .post-sidebar {
        position: sticky;
        top: 100px;
    }
    .hide-desk, .only-tab {
        display: none !important;
    }
}

@media all and (max-width: 991px) {
    #open-search {
        margin-right: 20px;
    }
    .post-sidebar {
        margin-top: 30px;
    }
    #pcp_wrapper-945 .pcp-shuffle-filter .pcp-button {
        margin-right: 5px !important;
        margin-bottom: 10px !important;
    }
    .hide-tab, .only-desk {
        display: none !important;
    }
    .post-grid {
        grid-template-columns: 1fr 1fr;
    }
    .pb-6 {
        padding-bottom: 4rem !important;
    }
    .pt-6 {
        padding-top: 4rem !important;
    }
    div#mega-menu-wrap-header-menu {
        display: none;
    }
    .popup-menu-holder {
        padding: 40px 3%;
    }
    .popup-menu-holder .container {
        gap: 0;
    }
    .popup-menu-holder .container .col-lg-3.col-md-6, .popup-menu-holder .container .col {
        padding-bottom: 40px;
    }
    .order-mob {
        flex-direction: column-reverse;
    }
    .flipbox-grid, .flipbox-grid.flipbox-grid-3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .flipbox-grid-5 .flipbox-item {
        width: 45%;
    }
    .popup-menu-holder .container .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .right-footer {
        padding-left: 10px;
    }
    footer.footer .social-holder .platforms {
        gap: 15px;
    }
    h1.page-title {
        font-size: 48px;
    }
}

@media all and (min-width: 768px) {
    .only-mob {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .flipbox-grid-5 .flipbox-item {
        width: 100%;
    }
    .popup-menu-holder .container .col {
        flex: 0 0 100%;
    }
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .hide-mob {
        display: none !important;
    }
    .post-grid {
        grid-template-columns: 1fr;
    }
    h1, h1.page-title, h1.service-page-title {
        font-size: 38px;
    }
    h2 {
        font-size: 31px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    .popup-menu-holder .container .col-lg-3.col-md-6 {
        padding-right: 60px;
    }
    .popup-bot {
        flex-direction: column;
        align-items: flex-end;
        position: fixed;
        right: 3%;
        bottom: 30px;
        padding-right: 15px;
    }
    .popup-bot .social-holder .platforms {
        flex-direction: column;
        gap: 20px;
    }
    footer.footer {
        padding: 60px 0;
    }
    .right-footer {
        padding-left: 0;
        margin-top: 60px;
    }
    .right-top-footer, .right-bottom-footer {
        flex-direction: column;
        gap: 40px;
    }
    .right-footer .footer-widget {
        padding: 0;
    }
    ul.checkmark-list {
        grid-template-columns: 1fr;
    }
    .flipbox-item-icon {
        width: 44px;
        height: 44px;
        margin: 0 auto 20px;
    }
    h4.flipbox-item-title {
        font-size: 20px;
    }
    .flipbox-item-excerpt {
        font-size: 14px;
    }
}

@media all and (min-width: 576px) and (max-width: 991px) {
    h1.front-page-title {
        font-size: 48px;
    }
}

@media all and (max-width: 575px) {
    .single-post-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    h1.front-page-title {
        font-size: 38px;
    }
    h1.single-post-title {
        font-size: 31px;
    }
    .single-post-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .single-post-date {
        font-size: 1.2em;
    }
    .social-share {
        width: 100%;
        justify-content: flex-end;
    }
    .cybersecurity-tips {
        padding: 30px 5px;
    }
}


@media all and (max-width: 374px) {
}



.page-template-page-landing-small-footer .bottom-line:before {
    width: 298px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2026/04/blue-line-sm.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.page-template-page-landing-small-footer .tab-link img {
    align-self: center;
    flex-shrink: 0;
}
.page-template-page-landing-small-footer .tab-content ul {
    margin-bottom: 0;
}
.page-template-page-landing-small-footer .tab-content ul li {
    margin-bottom: .5rem;
}
.page-template-page-landing-small-footer .tab-content ::marker {
    color: var(--secondary);
}
.page-template-page-landing-small-footer .tab-link {
    padding: 15px 0px;
    font-size: 20px;
}
.bottom-image.bottom-image-green:before {
    background: url(/wp-content/uploads/2026/04/light-green-line-vancord.png);
}

.timeline-table {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
    margin: 0 auto;
    box-shadow: 0 0 0 1px #d0d7de;
    background: #fff;
    font-size: 16px;
}
.timeline-table tr:nth-child(odd) {
    background: #f5fff9;
}
.timeline-table td {
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #00aeff;
}

.period {
    width: 25%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.mayjun { background: #263f55; }
.julaug { background: #0e2a42; }
.sep    { background: #0d263b; }
.octnov { background: #0b2235; }
.decapr { background: #081928; }


@media all and (max-width: 991px) {
    .page-template-page-landing-small-footer .tab-nav {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 20px;
    }
    .page-template-page-landing-small-footer .tab-link {
        width: calc(25% - 20px);
        font-size: 18px;
        padding: 5px 0;
    }
    .period {
        width: 30%;
    }
}

@media all and (max-width: 575px) {
    .timeline-table td {
        padding: 10px;
    }
    .period {
        width: 37%;
        font-size: 16px;
    }
    .page-template-page-landing-small-footer .tab-link:nth-child(1), .page-template-page-landing-small-footer .tab-link:nth-child(2), .page-template-page-landing-small-footer .tab-link:nth-child(3) {
        width: calc(33.3334% - 10px);
    }
    .page-template-page-landing-small-footer .tab-link {
        width: calc(50% - 10px);
    }
}