@font-face {
  font-family: 'OctaveDisplay';
  font-weight: normal;
  font-style: normal;
/*              src: url("https://connect.octave.com/l/600471/2025-10-10/3fxjxq/600471/1760120643oL9IHsRV/OctaveDisplay_Regular.woff2") format('woff2');*/
  src: url("https://assets.tegrita.com/ali/template/fonts/OctaveDisplay_Regular.woff2") format('woff2');
}
@font-face {
  font-family: 'OctaveDisplay';
  font-weight: normal;
  font-style: italic;
/*              src: url("https://connect.octave.com/l/600471/2025-10-10/3fxjxt/600471/1760120687VbvAp6M5/OctaveDisplay_Regular_It.woff2") format('woff2');*/
  src: url("https://assets.tegrita.com/ali/template/fonts/OctaveDisplay_Regular_It.woff2") format('woff2');
}
@font-face {
  font-family: 'OctaveDisplay';
  font-weight: bold;
  font-style: normal;
/*              src: url("https://connect.octave.com/l/600471/2025-10-10/3fxjxm/600471/17601205487fwK6KzN/OctaveDisplay_SemiBold.woff2") format('woff2');*/
  src: url("https://assets.tegrita.com/ali/template/fonts/OctaveDisplay_SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: 'OctaveDisplay';
  font-weight: bold;
  font-style: italic;
/*              src: url("https://connect.octave.com/l/600471/2025-10-10/3fxjxx/600471/1760120773ZI6uMdoe/OctaveDisplay_SemiBold_It.woff2") format('woff2');*/
  src: url("https://assets.tegrita.com/ali/template/fonts/OctaveDisplay_SemiBold_It.woff2") format('woff2');
}
@font-face {
  font-family: 'OctaveSans';
  font-weight: normal;
  font-style: normal;
/*              src: url("https://connect.octave.com/l/600471/2025-10-10/3fxjy1/600471/1760120833UfYObSFg/OctaveSans_Regular.woff2") format('woff2');*/
  src: url("https://assets.tegrita.com/ali/template/fonts/OctaveSans_Regular.woff2") format('woff2');
}
@font-face {
  font-family: 'OctaveSans';
  font-weight: normal;
  font-style: italic;
/*              src: url("https://connect.octave.com/l/600471/2025-10-10/3fxjy4/600471/17601208646vnGb51m/OctaveSans_Regular_It.woff2") format('woff2');*/
  src: url("https://assets.tegrita.com/ali/template/fonts/OctaveSans_Regular_It.woff2") format('woff2');
}
@font-face {
  font-family: 'OctaveSans';
  font-weight: bold;
  font-style: normal;
/*              src: url("https://connect.octave.com/l/600471/2025-10-10/3fxjyb/600471/1760120935GwH4QZEk/OctaveSans_SemiBold.woff2") format('woff2');*/
  src: url("https://assets.tegrita.com/ali/template/fonts/OctaveSans_SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: 'OctaveSans';
  font-weight: bold;
  font-style: italic;
/*              src: url("https://connect.octave.com/l/600471/2025-10-10/3fxjy7/600471/1760120897vchozJZe/OctaveSans_SemiBold_It.woff2") format('woff2');*/
  src: url("https://assets.tegrita.com/ali/template/fonts/OctaveSans_SemiBold_It.woff2") format('woff2');
}

body {
    background-color: #1A1A1F;
    font-family: OctaveSans, Arial;
}

h1, h2, h3, h4, h5, h6 {
    font-family: OctaveDisplay, Arial;
    font-weight: bold;
    margin-bottom: 1rem;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

ol, ul {
    margin-top: 16px;    
}
    ol li, ul li {
        margin-bottom: 15px;
    }

a, .btn-link {
    color: #0000FF;
}

.link-black {
    color: #000!important;
    text-decoration: none!important;
}

.toggle-icon::before {
    content: '−';
    font-size: 1.5rem;
}

/* Show PLUS when collapsed */
.collapsed .toggle-icon::before {
    content: '+';
}

.btn-octave-white-round {
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    padding: 7px 20px;
}
    .btn-octave-white-round:hover, .btn-octave-white-round:active, .btn-octave-white-round:focus {
        background-color: #3E4047;
        color: #fff;
    }

.btn-cta, .btn-cta:hover {
    text-decoration: none!important;
    color: #fff;
    border: 2px solid #fff !important;
    border-radius: 25px;
    text-align: left;
    font-weight: bold;
    padding: 5px 20px 2px;
    transition: all 0.33s ease-in-out;
    margin-top: 10px;
}
    .btn-cta:hover {
        opacity: 0.6;
    }
    .btn-cta:after {
        content: "\00BB";
        padding-left: 10px;
    }

.btn-light {
    color: #1A1A1F;
    border: 2px solid #1A1A1F !important;
}


.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #E7E9F1;
}

.bg-black {
    background-color: #1A1A1F;
}

.white {
    color: #fff;
}

.teal {
    color: #00FFFF!important;
}

.green {
    color: #4FFF00!important;
}

.bb-white {
    border-bottom: 2px solid #fff;
}

.subhead {
    color: #00FFFF;
    text-transform: uppercase;
    margin-top: 30px;
}

.section-info-title {
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.stackable-bg-banner {
    position: relative;
}
    .stackable-bg-banner .bg-banner-heading {
        position: absolute;
        z-index: 2;
        color: #fff;
        top: 60px;
        left: 75px;
        /*width: 100%;
        padding-left: 15px;
        padding-right: 15px;*/
    }
        .stackable-bg-banner .bg-banner-heading.right-aligned {
            right: 45px;
        }
        .stackable-bg-banner .bg-banner-heading a {
            color: #fff;
            text-decoration: underline;
        }
        .stackable-bg-banner .bg-banner-heading .row {
            width: 100%;
            display: block;
            margin: 0;
            padding: 0;
        }
            .stackable-bg-banner .bg-banner-heading .row .col-lg-5 {
                width: 500px;
                max-width: 100%;
                margin: 0;
                padding: 0;
            }
    .stackable-bg-banner .bg-banner {
        z-index: 1;
    }
        .stackable-bg-banner .bg-banner img {
            width: 100%;
            max-height: 450px;
            object-fit: cover;
            object-position: center;
        }
    /*.stackable-bg-banner .bg-banner-heading.right-align {
        right: 120px;
    }*/

    .banner-text img {
        min-width: 760px;
        object-fit: cover;
        object-position: center;
    }

.carousel {

}
    .carousel .carousel-control-prev, .carousel .carousel-control-next {
        background-color: transparent;
        border: 0;
    }

.card-row {

}
    .card-row p {
        margin-bottom: 0;
    }
    .card-row .card {
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #1A1A1F;
        height: 100%;
    }
        /*.card-row .card:after {
            content: '';
            position: absolute;
            bottom: 0; 
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(to right, #3800F4, #FFE30F);
        }*/
    .card-row .card .card-body {
        padding: 20px 0px;
        display: flex;
        flex-direction: column;
    }
        .card-row .card .card-body .card-title {
            font-size: 22px;
        }
        .card-row .card .card-body .btn.btn-link {
            padding: 0;
            margin-top: 20px;
            font-weight: bold;
        }
            .card-row .card .card-body .btn.btn-link:after {
                content: "\00BB";
                padding-left: 10px;
            }
            .card-row .card .card-body .btn.btn-link:hover, .card-row .card .card-body .btn.btn-link:focus, .card-row .card .card-body .btn.btn-link:active {
                text-decoration: none;
            }
        .card-row .card .card-body .card-cta {
            margin-top: auto;
        }

.cta-block {
    padding: 35px 25px 40px;
    background: #1A1A1F;
    color: #fff;
}
    .cta-block a, .cta-block a:hover {
        text-decoration: none;
        color: #fff;
        border: 2px solid #fff !important;
        border-radius: 25px;
        text-align: left;
        font-weight: bold;
        padding: 5px 20px 2px;
        transition: all 0.33s ease-in-out;
        margin-top: 10px;
    }
    .cta-block a:hover {
        opacity: 0.6;
    }
    .cta-block a:after {
        content: "\00BB";
        padding-left: 10px;
    }

.cta-block-light {
    background-color: #E7EBF2;
    color: #1A1A1F;
}
    .cta-block-light a, .cta-block-light a:hover, .cta-light a, .cta-light a:hover {
        color: #1A1A1F;
        border: 2px solid #1A1A1F !important;
    }
    .cta-block-light a:after, .cta-light a:after {
        content: "\00BB";
        padding-left: 10px;
    }

table.master-table {
    border: 1px solid #1A1A1F;
    margin-top: 20px;
}
    table.master-table thead {
        /*display: flex;
        padding-bottom: 4px;
        background: linear-gradient(to right, #3800F4, #FFE30F);
        background-size: 100%;
        background-repeat: no-repeat;*/
    }
    table.master-table tbody {
    }
    table.master-table th {
        background-color: #1A1A1F;
        color: #fff;
        border-bottom: 0;
    }
    table.master-table th, table.master-table td {
        padding: 10px;
    }
    table.master-table tbody tr:nth-of-type(odd) {
        background-color: #E7EBF2;
    }

header .container {
    position: relative;
    overflow: hidden;
}
    header .container::after {
        content: '';
        position: absolute;
        top: 0;
        right: -50%;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 600px;
        background-position: left 95px top -90px;
        z-index: -1;
        overflow: hidden;
    }
        header .container.bg1::after {
            background-image: url('https://go.octave.com/l/71752/2025-10-14/cx2zbk/71752/1760480033Frd0UCLV/Unleash_Mark_linear_gradient_1_RGB.svg');
        }
        header .container.bg2::after {
            background-image: url('https://go.octave.com/l/71752/2025-10-14/cx2zbc/71752/1760480033cGiaJVd6/Unleash_Mark_linear_gradient_2_RGB.svg');
        }
        header .container.bg3::after {
            background-image: url('https://go.octave.com/l/71752/2025-10-14/cx2zbg/71752/1760480033Pz3pRnLh/Unleash_Mark_linear_gradient_3_RGB.svg');
        }
        header .container.bg4::after {
            background-image: url('https://go.octave.com/l/71752/2025-10-14/cx2zbn/71752/1760480034d1tEF2M9/Unleash_Mark_linear_gradient_4_RGB.svg');
        }
    header .container.bg-type-2::after {
        background-position: left 0px top -90px;
    }
        header .container.bg-type-2.bg1::after {
            background-image: url('https://go.octave.com/l/71752/2025-10-14/cx2zcn/71752/1760482278ZR707J4o/Unleash_Mark_solid_gradient_1_RGB.svg');
        }
        header .container.bg-type-2.bg2::after {
            background-image: url('https://go.octave.com/l/71752/2025-10-14/cx2zck/71752/1760482278DAPRiRR4/Unleash_Mark_solid_gradient_2_RGB.svg');
        }
        header .container.bg-type-2.bg3::after {
            background-image: url('https://go.octave.com/l/71752/2025-10-14/cx2zcc/71752/1760482278Q8o0C6s9/Unleash_Mark_solid_gradient_3_RGB.svg');
        }
        header .container.bg-type-2.bg4::after {
            background-image: url('https://go.octave.com/l/71752/2025-10-14/cx2zcg/71752/1760482278t4wjGcbS/Unleash_Mark_solid_gradient_4_RGB.svg');
        }
    header .container.bg-small::after {
        background-size: 350px;
        background-position: left 320px top -45px;
    }

header .logo {
    margin-top: 30px;
}
    header h1 {
        color: #fff;
        margin-bottom: 30px;
    }
    header .subhead {
        border-top: 2px solid #fff;
        padding-top: 20px;
        margin-top: 0;
    }

main {

}
    main > section.main {
        padding: 40px;
    }
        main h3 {
            font-weight: bold;
        }
        main > section.main img {
            max-width: 100%;
        }
        main > section.main a:not(.btn) {
            color: #0000FF;
        }

    main > section.event-details {
        padding: 40px;
        color: #fff;
    }
        main > section.event-details table {
            margin-top: 20px;
            color: #fff;
            font-size: 18px;
        }
            main > section.event-details table tr {
                border-top: 2px solid #fff;
            }
                main > section.event-details table tr:last-child {
                    border-bottom: 2px solid #fff;
                }
            main > section.event-details table th {
                color: #00FFFF;
            }

    main > section.speakers {
        padding: 40px;
    }
        main > section.speakers img {
            width: 100%;
            max-width: 100%;
        }
        main > section.speakers .speaker {
            margin-bottom: 50px;
        }
            main > section.speakers .speaker:last-child {
                margin-bottom: 0;
            }
        main > section.speakers .name {
            font-weight: bold;
            font-size: 18px;
        }
        main > section.speakers .title {
            font-size: 16px;
        }
            main > section.speakers .name p, main > section.speakers .title p {
                margin-bottom: -0;
            }
        main > section.speakers .divider {
            margin-bottom: 10px;
        }
            main > section.speakers .divider::after {
                display: block;
                content: "";
                border-bottom: 2px solid #0000FF;
                width: 200px;
                margin-top: 10px;
            }

    main > section.business-card {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        padding-top: 120px;
    }
        main > section.business-card .row {
            background-color: #fff;
            padding: 20px 10px;
        }
        main > section.business-card .profile-picture {
            position: relative;
            margin-bottom: 80px;

        }
            main > section.business-card .profile-picture img {
                position: absolute;
                border-radius: 500px;
                border: solid 3px #fff;
                max-width: 170px;
                z-index: 2;
                filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));
                margin: auto;
                left: 0;
                right: 0;
                top: -120px;
            }
            main > section.business-card .name {
                font-weight: bold;
                font-size: 22px;
            }
            main > section.business-card .title {
                font-size: 18px;
            }
            main > section.business-card .links {
                margin-top: 10px;
            }
            main > section.business-card p {
                margin-bottom: 0;
            }
                main > section.business-card .links .link a.btn-icon {
                    display: block;
                    background-color: #000;
                    color: #fff;
                }
                    main > section.business-card .links .link a.btn-icon:hover, main > section.business-card .links .link a.btn-icon:focus, main > section.business-card .links .link a.btn-icon:active {
                        background-color: #3E4047;
                    }
                    main > section.business-card .links .link a.btn-icon img {
                        width: 22px;
                    }
                main > section.business-card .links .subtext {
                    font-size: 11px;
                    margin-top: 5px;
                }
            main > section.business-card-blogs .title h3 {
                margin-bottom: 0;
            }
            main > section.business-card-blogs .content p {
                margin-bottom: 0;
            }

    main .speakers-accordion {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        padding-top: 40px;
        margin-top: 40px;
    }
        main .speakers-accordion .card {
            border: 0;
        }
            main .speakers-accordion .card .card-header {
                border: 0;
                background: none;
                padding: 0;
            }
                main .speakers-accordion .card .card-header button:focus {
                    box-shadow: none;
                }
                main .speakers-accordion .card .card-header .toggle-icon {
/*                    font-size: 40px;*/
                    position: absolute;
                    right: 0;
                    top: -4px;
                }
            main .speakers-accordion .card .card-body {
                padding: 0;
                padding-top: 20px;
            }
                main .speakers-accordion .card .card-body img {
                    padding-right: 20px;
                    padding-bottom: 5px;
                    max-width: 220px;
                }
                    main .default-accordion.speakers-accordion .card .card-body img {
                        max-width: 100%;
                        height: auto!important;
                    }
                main .speakers-accordion .card .card-body hr {
                    margin-top: 2rem;
                    margin-bottom: 2rem;
                }

    main .default-accordion {
        border: 0;
        padding-top: 15px;
        margin-top: 0;
    }
        main .title {
            font-size: 26px;
        }
        main .default-accordion h3 {
            font-size: 24px;
        }
        main .default-accordion hr {
            margin-bottom: 1.5rem;            
        }

    main > section.business-card-blogs {
/*        padding-bottom: 40px;*/
    }
        main > section.business-card-blogs .row {
            display: flex;
            flex-wrap: wrap;
        }
        main > section.business-card-blogs .blog {
            margin-bottom: 40px;
            display: flex;
            flex-direction: column;
        }
            main > section.business-card-blogs .blog .title {
                font-weight: bold;
                font-size: 22px;
            }
            main > section.business-card-blogs .blog .cta {
                margin-top: auto !important;
            }

footer {
    /*margin: 20px 0px;*/
    color: #fff;
}
    footer > .container {
        border-top: 1px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
/*        margin-top: 20px;*/
    }
    footer ul.list-group {
        margin-top: 0;
    }
    footer .footer-links {
        margin-top: 15px;
        padding: 10px;
/*        border-top: 1px solid #fff;*/
/*        border-bottom: 1px solid #fff;*/
    }
    footer .list-group-item {
        background: none;
        padding: 0px 10px;
        font-size: 12px;
        margin-bottom: 0;
    }
        footer .social-links .list-group-item:first-child {
/*            padding-left: 0px;*/
        }
        footer .list-group-item a {
            color: #fff;
            text-decoration: none;
        }
        footer .social-links .list-group-item {
            display: grid;
            place-items: center;
        }

/** Pardot Form Styles */
#pardot-form {
    font-family: OctaveDisplay, Arial;
    color: #212529;
    margin: 0;
    padding: 0;
}
    #pardot-form h2 {
        font-weight: bold;
        font-size: 1.5rem;
    }
    #pardot-form .submit {
        text-align: left;
        margin: 0;
    }
    #pardot-form .error {
        margin: 0;
        color: #8b0000;
        margin-top: 5px;
    }
    #pardot-form .invalid-feedback {
        display: block;
        font-size: 16px;
        color: #8b0000;
        margin-top: 3px;
    }
    #pardot-form .required.error {
        color: #8b0000;
    }
    #pardot-form p.errors {
        font-size: 16px;
        background-color: #8b0000;
        color: #fff;
        padding: 10px;
        margin: 0;
    }
    #pardot-form a {
        color: #0000FF!important;
    }
        #pardot-form .submit input[type=submit], #pardot-form input[type=submit] {
            font-family: OctaveDisplay, Arial;
            border-radius: 30px;
            border: 2px solid #fff;
            background-color: #0000FF;
            padding: 10px 54px 7px;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
            margin: 15px;
            margin-left: 0;
            color: #fff;
            text-transform: uppercase;
            border-color: #fff;
        }
    #pardot-form .form-field {
        margin: 0;
        margin-top: 10px;
    }
        #pardot-form .form-field label, #pardot-form .form-field input, #pardot-form .form-field select, #pardot-form .form-field textarea,  #pardot-form p {
            text-align: left;
            display: block;
            width: 100%;
            font-size: 15px;
        }
            #pardot-form p {
                font-size: 16px;
            }
            #pardot-form .form-field label {
                font-weight: bold;
                margin-bottom: 5px;
                margin-top: 15px;
                color: #212529;
            }
                #pardot-form .form-field label.inline {
                    font-weight: normal;
                }
                #pardot-form .form-field.required label {
                    background: none;
                }
                    #pardot-form .form-field.required label.field-label:after {
                        content:" *";
                        color: red;
                    }
            #pardot-form .form-field input, #pardot-form .form-field select, #pardot-form .form-field textarea {
                width: 100%;
                border-radius: 7px;
                border: 1px solid #6F7480;
                padding: 10px;

            }
            #pardot-form .form-field input[type=radio] {
                width: 25px;
                float: left;
                margin-top: 7px;
            }
        #pardot-form .form-field span.value {
            display: block;
            margin-left: 0;
        }
            #pardot-form .form-field span.value, #pardot-form .form-field span.value span {
                display: block;
                margin-bottom: 5px;
            }
    #pardot-form .form-field.pd-checkbox {

    }
        #pardot-form .form-field.pd-checkbox label.field-label {
            width: 100%;
        }
/*        #pardot-form .form-field.pd-checkbox input, #pardot-form .form-field.pd-checkbox label {*/
        #pardot-form .form-field.pd-checkbox input, #pardot-form .form-field.pd-checkbox label.inline {
            display: inline;
            width: auto;
        }
            #pardot-form .form-field.pd-checkbox label.field-label {
/*                font-weight: bold;*/
/*                font-size: 20px;*/
                margin-top: 20px;
            }
        #pardot-form .form-field.pd-checkbox input[type=checkbox] {
            margin-right: 8px;
            position: relative;
            top: 1px;
        }


@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 992px) {
    .stackable-bg-banner .bg-banner-heading {
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
    }
        .stackable-bg-banner .bg-banner-heading .row .col-lg-5 {
            width: 100%;
        }
}

@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 576px) {

}

@media only screen and (max-width : 320px) {

}

/* Fancybox - Add Play Button to Images */
a[data-fancybox="video-gallery"] {
    position: relative;
    display: block;
    width: 100%;
}

a[data-fancybox="video-gallery"] img {
    display: block;
}

a[data-fancybox="video-gallery"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

a[data-fancybox="video-gallery"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #ffffff;
    pointer-events: none;
}