@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

/* bebas-neue-regular - latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url(https://embeddedonlineconference.com/assets/webfonts/bebas-neue-v9-latin-regular.eot); /* IE9 Compat Modes */
  src: local(''),
       url(https://embeddedonlineconference.com/assets/webfonts/bebas-neue-v9-latin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(https://embeddedonlineconference.com/assets/webfonts/bebas-neue-v9-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://embeddedonlineconference.com/assets/webfonts/bebas-neue-v9-latin-regular.woff) format('woff'), /* Modern Browsers */
       url(https://embeddedonlineconference.com/assets/webfonts/bebas-neue-v9-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://embeddedonlineconference.com/assets/webfonts/bebas-neue-v9-latin-regular.svg#BebasNeue) format('svg'); /* Legacy iOS */
}
/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*/

/*
    Verti by HTML5 UP
    html5up.net | @ajlkn
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
} */

/* Basic */

    @-ms-viewport {
        width: device-width;
    }

    html {
        box-sizing: border-box;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    body {
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
        background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
        background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
        background-color: #f7f7f7;
        background-position: top left, top left;
        background-repeat: repeat-x, repeat;
        background-size: 100% 30em, auto;
        font-family: 'Open Sans', sans-serif;
        font-size: 13pt;
        color: #696969;
        font-weight: 300;
        line-height: 2em;
    }

        body.is-preload *, body.is-preload *:before, body.is-preload *:after {
            -moz-animation: none !important;
            -webkit-animation: none !important;
            -ms-animation: none !important;
            animation: none !important;
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -ms-transition: none !important;
            transition: none !important;
        }

    input, select, textarea {
        font-family: 'Open Sans', sans-serif;
        font-size: 13pt;
        color: #696969;
        font-weight: 300;
        line-height: 2.25em;
    }

    a {
        /*color: #0090c5;*/
        color: #0d72b9;
        text-decoration: underline;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5, h6 {
        color: #444;
        font-weight: 800;
    }

        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            color: inherit;
            text-decoration: none;
            outline: 0;
        }

    h2 {
        font-size: 2.25em;
        margin: 0 0 1.1em 0;
        line-height: 1em;
        line-height: 1em;
    }

    h3 {
        font-size: 1.35em;
        margin: 0 0 1em 0;
    }

    b, strong {
        font-weight: 600;
        color: #444;
    }

    i, em {
        font-style: italic;
    }

    br.clear {
        clear: both;
    }

    sub {
        position: relative;
        top: 0.5em;
        font-size: 0.8em;
    }

    sup {
        position: relative;
        top: -0.5em;
        font-size: 0.8em;
    }

    hr {
        border: 0;
        border-top: solid 1px #eee;
    }

    blockquote {
        border-left: solid 0.3em #eee;
        padding: 0.2em 0 0.1em 1em;
/*		border-left: solid 0.5em #eee;
        padding: 1em 0 1em 2em;*/
        font-style: italic;
    }

    p, ul, ol, dl, table {
        margin-bottom: 1em;
    }

/* Container */

    .container {
        margin: 0 auto;
        max-width: 100%;
        width: 1400px;
    }

        @media screen and (max-width: 1680px) {

            .container {
                width: 1200px;
            }

        }

        @media screen and (max-width: 1280px) {

            .container {
                width: 960px;
            }

        }

        @media screen and (max-width: 980px) {

            .container {
                width: 90%;
            }

        }

        @media screen and (max-width: 736px) {

            .container {
                width: 100%;
            }

        }

/* Custom */
        #tracksnav ul {
                list-style-type:none;
                padding: 0;
        }

        #tracksnav li   {
/*                background: #0090C5;*/
                background: #0d72b9;
                padding: 10px 20px;
                line-height: 1em;
                margin: 5px;
                float: left;
                color: #ffffff;
                font-weight: 600;
                border-radius: 4px;
        }

        #tracksnav li:hover   {
                background: #10a0d5;
        }

        .biggerfont {
                font-size: 125%;
        }

    .box2 {
        height: 150px;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
        padding: 25px;
                vertical-align: middle;
    }

        .box2 img {
                vertical-align: middle;
        }

    .blog h1 {
        font-size: 2.25em;
        margin: 0 0 1em 0;
        line-height: 1.1em;
    }

    .blog h2 {
        font-size: 1.5em;
        margin: 0 0 0.6em 0;
    }

    .blog h3 {
        font-size: 1.2em;
        margin: 0 0 0.4em 0;
    }

        .stprivacy {
                font-size: 0.8em;
        	line-height: 1.2em;
        border: solid 0.3em #eee;
        }


/*    .comment-markdown-help {
                padding: 8px;
                border: 1px solid #dee2e6;
        }*/

        textarea#newcommentcontent::placeholder{
                text-align: center;
                line-height: 130px;
        }

        textarea[id^="replycontent-"]::placeholder{
                text-align: center;
                line-height: 130px;
        }

        .comment-markdown-button {
                text-decoration: none;
                font-size: 13px;
                cursor: pointer;
        }

        .comment-markdown-help {
                display: none;
                padding: 8px;
                border: 1px solid #dee2e6;
                width: 500px;
        }

        .comment-markdown-help tr {
                border: none;
                font-size: 13px;
                padding: 0;
                line-height: 1.5;
        }

        .comment-markdown-help tr td pre {
                display: inline;
                font-family: monospace;
                font-size: 13px;
                border: none;
        }

        #allcomments p {
            font-size: 1.1rem;
            color: #0f0f0f;
        }

        a.sortby {
                text-decoration: none;
                color: #aaaaaa;
                cursor: pointer;
        }

        a.sortby.active {
                font-weight: 600;
                color: #444;
                cursor: auto;
        }

        button.refresh {
        -moz-transition: background-color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out;
        -ms-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out;
        -webkit-appearance: none;
        position: relative;
        display: inline-block;
/*        background: #0090c5;*/
        background: #0d72b9;
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 400;
        outline: 0;
        border: 0;
        cursor: pointer;
        font-size: 1em;
        padding: 0.3em 0.75em;
    }

        button.refresh.disabled {
        cursor: auto;
                background: #dddddd;
    }

        button.refresh.disabled:hover {
            background: #dddddd;
    }

        .red {
        color: red;
        }


        .titlefont1 {
            font-size: 2.6em;
            line-height: 1.0em;
        }
        .titlefont2 {
            font-size: 2em;
            line-height: 1.08em;
        }
        .titlefont3 {
            font-size: 1.7em;
            line-height: 1.2em;
        }
        .titlefont4 {
            font-size: 1.5em;
            line-height: 1.1em;
        }

        .maintitlefont1 {
            font-size: 6.5em;
            line-height: 0.9em;
        }
        .maintitlefont2 {
            font-size: 4.4em;
            line-height: 1.0em;
        }
        .maintitlefont3 {
            font-size: 4.0em;
            line-height: 0.9em;
        }
        .maintitlefont4 {
            font-size: 3.3em;
            line-height: 1.0em;
        }

        .namefont {
            font-size: 1em;
            line-height: 1em;
        }

        .namefont_smaller {
            font-size: 0.9em;
            line-height: 0.9em;
        }

        .mainnamefont {
            font-size: 2.6em;
            line-height: 1em;
        }

        .namemargins {
            margin-top: -15px;
            padding-left: 0.5vw;
        }

        .mainnamemargins {
            margin-top: -15px;
            padding-left: 1.5vw;
        }

        .titlepadding {
            padding: 1.6em .5em 0 1em;
        }

        .maintitlepadding {
            padding: 2.6em 1em 0 1em;
        }

        .imgpadding {
            padding: 0.5vw;
        }

        .mainimgpadding {
            padding: 1vw;
        }


.session_img {
box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
float:left;
position: relative;
width: 100%;
}

.session_img .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
    background-color: #b91e0d;
    width: 200px;
    opacity: 0.5;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.session_img .btn:hover {

}

.session_img img {
    width: 100%;
    height: auto;
}
/* Rating Stars */

/* Rating Star Widgets Style */
.rating-stars ul {
        list-style-type:none;
        padding:0;

        -moz-user-select:none;
        -webkit-user-select:none;
}
.rating-stars ul > li.star {
        display:inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
        font-size:2.5em; /* Change the size of the stars */
        color:#aaa; /* Color on idle state */
}

/* Selected state of the stars */
/*.rating-stars ul > li.star.selected > i.fa {
        color:#FF912C;
}*/
.rating-stars ul > li.star.selected > i.fa {
        color:#0d72b9;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
        color:#FFCC36;
}



/* Row */

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp {
            order: -1;
        }

        .row > .col-1 {
            width: 8.33333%;
        }

        .row > .off-1 {
            margin-left: 8.33333%;
        }

        .row > .col-2 {
            width: 16.66667%;
        }

        .row > .off-2 {
            margin-left: 16.66667%;
        }

        .row > .col-3 {
            width: 25%;
        }

        .row > .off-3 {
            margin-left: 25%;
        }

        .row > .col-4 {
            width: 33.33333%;
        }

        .row > .off-4 {
            margin-left: 33.33333%;
        }

        .row > .col-5 {
            width: 41.66667%;
        }

        .row > .off-5 {
            margin-left: 41.66667%;
        }

        .row > .col-6 {
            width: 50%;
        }

        .row > .off-6 {
            margin-left: 50%;
        }

        .row > .col-7 {
            width: 58.33333%;
        }

        .row > .off-7 {
            margin-left: 58.33333%;
        }

        .row > .col-8 {
            width: 66.66667%;
        }

        .row > .off-8 {
            margin-left: 66.66667%;
        }

        .row > .col-9 {
            width: 75%;
        }

        .row > .off-9 {
            margin-left: 75%;
        }

        .row > .col-10 {
            width: 83.33333%;
        }

        .row > .off-10 {
            margin-left: 83.33333%;
        }

        .row > .col-11 {
            width: 91.66667%;
        }

        .row > .off-11 {
            margin-left: 91.66667%;
        }

        .row > .col-12 {
            width: 100%;
        }

        .row > .off-12 {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0px;
            margin-left: 0px;
        }

            .row.gtr-0 > * {
                padding: 0px 0 0 0px;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0px;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0px;
                }

        .row.gtr-25 {
            margin-top: -10px;
            margin-left: -10px;
        }

            .row.gtr-25 > * {
                padding: 10px 0 0 10px;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -10px;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 10px;
                }

        .row.gtr-50 {
            margin-top: -20px;
            margin-left: -20px;
        }

            .row.gtr-50 > * {
                padding: 20px 0 0 20px;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -20px;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 20px;
                }

        .row {
            margin-top: -40px;
            margin-left: -40px;
        }

            .row > * {
                padding: 40px 0 0 40px;
            }

            .row.gtr-uniform {
                margin-top: -40px;
            }

                .row.gtr-uniform > * {
                    padding-top: 40px;
                }

        .row.gtr-150 {
            margin-top: -60px;
            margin-left: -60px;
        }

            .row.gtr-150 > * {
                padding: 60px 0 0 60px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -60px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 60px;
                }

        .row.gtr-200 {
            margin-top: -80px;
            margin-left: -80px;
        }

            .row.gtr-200 > * {
                padding: 80px 0 0 80px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -80px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 80px;
                }

        @media screen and (max-width: 1680px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-xlarge {
                    order: -1;
                }

                .row > .col-1-xlarge {
                    width: 8.33333%;
                }

                .row > .off-1-xlarge {
                    margin-left: 8.33333%;
                }

                .row > .col-2-xlarge {
                    width: 16.66667%;
                }

                .row > .off-2-xlarge {
                    margin-left: 16.66667%;
                }

                .row > .col-3-xlarge {
                    width: 25%;
                }

                .row > .off-3-xlarge {
                    margin-left: 25%;
                }

                .row > .col-4-xlarge {
                    width: 33.33333%;
                }

                .row > .off-4-xlarge {
                    margin-left: 33.33333%;
                }

                .row > .col-5-xlarge {
                    width: 41.66667%;
                }

                .row > .off-5-xlarge {
                    margin-left: 41.66667%;
                }

                .row > .col-6-xlarge {
                    width: 50%;
                }

                .row > .off-6-xlarge {
                    margin-left: 50%;
                }

                .row > .col-7-xlarge {
                    width: 58.33333%;
                }

                .row > .off-7-xlarge {
                    margin-left: 58.33333%;
                }

                .row > .col-8-xlarge {
                    width: 66.66667%;
                }

                .row > .off-8-xlarge {
                    margin-left: 66.66667%;
                }

                .row > .col-9-xlarge {
                    width: 75%;
                }

                .row > .off-9-xlarge {
                    margin-left: 75%;
                }

                .row > .col-10-xlarge {
                    width: 83.33333%;
                }

                .row > .off-10-xlarge {
                    margin-left: 83.33333%;
                }

                .row > .col-11-xlarge {
                    width: 91.66667%;
                }

                .row > .off-11-xlarge {
                    margin-left: 91.66667%;
                }

                .row > .col-12-xlarge {
                    width: 100%;
                }

                .row > .off-12-xlarge {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0px;
                    margin-left: 0px;
                }

                    .row.gtr-0 > * {
                        padding: 0px 0 0 0px;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0px;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0px;
                        }

                .row.gtr-25 {
                    margin-top: -10px;
                    margin-left: -10px;
                }

                    .row.gtr-25 > * {
                        padding: 10px 0 0 10px;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -10px;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 10px;
                        }

                .row.gtr-50 {
                    margin-top: -20px;
                    margin-left: -20px;
                }

                    .row.gtr-50 > * {
                        padding: 20px 0 0 20px;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -20px;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 20px;
                        }

                .row {
                    margin-top: -40px;
                    margin-left: -40px;
                }

                    .row > * {
                        padding: 40px 0 0 40px;
                    }

                    .row.gtr-uniform {
                        margin-top: -40px;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 40px;
                        }

                .row.gtr-150 {
                    margin-top: -60px;
                    margin-left: -60px;
                }

                    .row.gtr-150 > * {
                        padding: 60px 0 0 60px;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -60px;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 60px;
                        }

                .row.gtr-200 {
                    margin-top: -80px;
                    margin-left: -80px;
                }

                    .row.gtr-200 > * {
                        padding: 80px 0 0 80px;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -80px;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 80px;
                        }


            .titlefont1 {
                font-size: 2.2em;
                line-height: 1em;
            }
            .titlefont2 {
                font-size: 1.8em;
                line-height: 1.2em;
            }
            .titlefont3 {
                font-size: 1.5em;
                line-height: 1.3em;
            }
            .titlefont4 {
                font-size: 1.2em;
                line-height: 1.4em;
            }

            .maintitlefont1 {
                font-size: 5.5em;
                line-height: 0.9em;
            }
            .maintitlefont2 {
                font-size: 4.5em;
                line-height: 0.9em;
            }
            .maintitlefont3 {
                font-size: 3.6em;
                line-height: 0.9em;
            }
            .maintitlefont4 {
                font-size: 3.2em;
                line-height: 1.0em;
            }

            .namefont {
                font-size: 1em;
                line-height: 1em;
            }

            .mainnamefont {
                font-size: 2.0em;
                line-height: 1em;
            }

            .namemargins {
                margin-top: -15px;
                padding-left: 1em;
            }

            .mainnamemargins {
                margin-top: -10px;
                padding-left: 1.5vw;
            }

            .titlepadding {
                padding: 1.4em .5em 0 1em;
            }

            .imgpadding {
                padding: 0.5vw;
            }




        }

        @media screen and (max-width: 1280px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-large {
                    order: -1;
                }

                .row > .col-1-large {
                    width: 8.33333%;
                }

                .row > .off-1-large {
                    margin-left: 8.33333%;
                }

                .row > .col-2-large {
                    width: 16.66667%;
                }

                .row > .off-2-large {
                    margin-left: 16.66667%;
                }

                .row > .col-3-large {
                    width: 25%;
                }

                .row > .off-3-large {
                    margin-left: 25%;
                }

                .row > .col-4-large {
                    width: 33.33333%;
                }

                .row > .off-4-large {
                    margin-left: 33.33333%;
                }

                .row > .col-5-large {
                    width: 41.66667%;
                }

                .row > .off-5-large {
                    margin-left: 41.66667%;
                }

                .row > .col-6-large {
                    width: 50%;
                }

                .row > .off-6-large {
                    margin-left: 50%;
                }

                .row > .col-7-large {
                    width: 58.33333%;
                }

                .row > .off-7-large {
                    margin-left: 58.33333%;
                }

                .row > .col-8-large {
                    width: 66.66667%;
                }

                .row > .off-8-large {
                    margin-left: 66.66667%;
                }

                .row > .col-9-large {
                    width: 75%;
                }

                .row > .off-9-large {
                    margin-left: 75%;
                }

                .row > .col-10-large {
                    width: 83.33333%;
                }

                .row > .off-10-large {
                    margin-left: 83.33333%;
                }

                .row > .col-11-large {
                    width: 91.66667%;
                }

                .row > .off-11-large {
                    margin-left: 91.66667%;
                }

                .row > .col-12-large {
                    width: 100%;
                }

                .row > .off-12-large {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0px;
                    margin-left: 0px;
                }

                    .row.gtr-0 > * {
                        padding: 0px 0 0 0px;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0px;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0px;
                        }

                .row.gtr-25 {
                    margin-top: -6.25px;
                    margin-left: -6.25px;
                }

                    .row.gtr-25 > * {
                        padding: 6.25px 0 0 6.25px;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -6.25px;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 6.25px;
                        }

                .row.gtr-50 {
                    margin-top: -12.5px;
                    margin-left: -12.5px;
                }

                    .row.gtr-50 > * {
                        padding: 12.5px 0 0 12.5px;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -12.5px;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 12.5px;
                        }

                .row {
                    margin-top: -25px;
                    margin-left: -25px;
                }

                    .row > * {
                        padding: 25px 0 0 25px;
                    }

                    .row.gtr-uniform {
                        margin-top: -25px;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 25px;
                        }

                .row.gtr-150 {
                    margin-top: -37.5px;
                    margin-left: -37.5px;
                }

                    .row.gtr-150 > * {
                        padding: 37.5px 0 0 37.5px;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -37.5px;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 37.5px;
                        }

                .row.gtr-200 {
                    margin-top: -50px;
                    margin-left: -50px;
                }

                    .row.gtr-200 > * {
                        padding: 50px 0 0 50px;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -50px;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 50px;
                        }


            .titlefont1 {
                font-size: 2.1em;
                line-height: 1em;
            }
            .titlefont2 {
                font-size: 1.6em;
                line-height: 1.2em;
            }
            .titlefont3 {
                font-size: 1.3em;
                line-height: 1.3em;
            }
            .titlefont4 {
                font-size: 1.0em;
                line-height: 1.4em;
            }

            .maintitlefont1 {
                font-size: 5em;
                line-height: 1em;
            }
            .maintitlefont2 {
                font-size: 3.8em;
                line-height: 0.9em;
            }
            .maintitlefont3 {
                font-size: 3.2em;
                line-height: 0.9em;
            }
            .maintitlefont4 {
                font-size: 3.0em;
                line-height: 1.0em;
            }

            .namefont {
                font-size: 1em;
                line-height: 1em;
            }

            .namemargins {
                margin-top: -15px;
                padding-left: 0.7vw;
            }

            .titlepadding {
                padding: 1.4em .5em 0 1em;
            }

            .imgpadding {
                padding: 0.5vw;
            }

        }

        @media screen and (max-width: 980px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-medium {
                    order: -1;
                }

                .row > .col-1-medium {
                    width: 8.33333%;
                }

                .row > .off-1-medium {
                    margin-left: 8.33333%;
                }

                .row > .col-2-medium {
                    width: 16.66667%;
                }

                .row > .off-2-medium {
                    margin-left: 16.66667%;
                }

                .row > .col-3-medium {
                    width: 25%;
                }

                .row > .off-3-medium {
                    margin-left: 25%;
                }

                .row > .col-4-medium {
                    width: 33.33333%;
                }

                .row > .off-4-medium {
                    margin-left: 33.33333%;
                }

                .row > .col-5-medium {
                    width: 41.66667%;
                }

                .row > .off-5-medium {
                    margin-left: 41.66667%;
                }

                .row > .col-6-medium {
                    width: 50%;
                }

                .row > .off-6-medium {
                    margin-left: 50%;
                }

                .row > .col-7-medium {
                    width: 58.33333%;
                }

                .row > .off-7-medium {
                    margin-left: 58.33333%;
                }

                .row > .col-8-medium {
                    width: 66.66667%;
                }

                .row > .off-8-medium {
                    margin-left: 66.66667%;
                }

                .row > .col-9-medium {
                    width: 75%;
                }

                .row > .off-9-medium {
                    margin-left: 75%;
                }

                .row > .col-10-medium {
                    width: 83.33333%;
                }

                .row > .off-10-medium {
                    margin-left: 83.33333%;
                }

                .row > .col-11-medium {
                    width: 91.66667%;
                }

                .row > .off-11-medium {
                    margin-left: 91.66667%;
                }

                .row > .col-12-medium {
                    width: 100%;
                }

                .row > .off-12-medium {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0px;
                    margin-left: 0px;
                }

                    .row.gtr-0 > * {
                        padding: 0px 0 0 0px;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0px;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0px;
                        }

                .row.gtr-25 {
                    margin-top: -6.25px;
                    margin-left: -6.25px;
                }

                    .row.gtr-25 > * {
                        padding: 6.25px 0 0 6.25px;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -6.25px;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 6.25px;
                        }

                .row.gtr-50 {
                    margin-top: -12.5px;
                    margin-left: -12.5px;
                }

                    .row.gtr-50 > * {
                        padding: 12.5px 0 0 12.5px;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -12.5px;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 12.5px;
                        }

                .row {
                    margin-top: -25px;
                    margin-left: -25px;
                }

                    .row > * {
                        padding: 25px 0 0 25px;
                    }

                    .row.gtr-uniform {
                        margin-top: -25px;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 25px;
                        }

                .row.gtr-150 {
                    margin-top: -37.5px;
                    margin-left: -37.5px;
                }

                    .row.gtr-150 > * {
                        padding: 37.5px 0 0 37.5px;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -37.5px;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 37.5px;
                        }

                .row.gtr-200 {
                    margin-top: -50px;
                    margin-left: -50px;
                }

                    .row.gtr-200 > * {
                        padding: 50px 0 0 50px;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -50px;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 50px;
                        }

        }

        @media screen and (max-width: 736px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-small {
                    order: -1;
                }

                .row > .col-1-small {
                    width: 8.33333%;
                }

                .row > .off-1-small {
                    margin-left: 8.33333%;
                }

                .row > .col-2-small {
                    width: 16.66667%;
                }

                .row > .off-2-small {
                    margin-left: 16.66667%;
                }

                .row > .col-3-small {
                    width: 25%;
                }

                .row > .off-3-small {
                    margin-left: 25%;
                }

                .row > .col-4-small {
                    width: 33.33333%;
                }

                .row > .off-4-small {
                    margin-left: 33.33333%;
                }

                .row > .col-5-small {
                    width: 41.66667%;
                }

                .row > .off-5-small {
                    margin-left: 41.66667%;
                }

                .row > .col-6-small {
                    width: 50%;
                }

                .row > .off-6-small {
                    margin-left: 50%;
                }

                .row > .col-7-small {
                    width: 58.33333%;
                }

                .row > .off-7-small {
                    margin-left: 58.33333%;
                }

                .row > .col-8-small {
                    width: 66.66667%;
                }

                .row > .off-8-small {
                    margin-left: 66.66667%;
                }

                .row > .col-9-small {
                    width: 75%;
                }

                .row > .off-9-small {
                    margin-left: 75%;
                }

                .row > .col-10-small {
                    width: 83.33333%;
                }

                .row > .off-10-small {
                    margin-left: 83.33333%;
                }

                .row > .col-11-small {
                    width: 91.66667%;
                }

                .row > .off-11-small {
                    margin-left: 91.66667%;
                }

                .row > .col-12-small {
                    width: 100%;
                }

                .row > .off-12-small {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0px;
                    margin-left: 0px;
                }

                    .row.gtr-0 > * {
                        padding: 0px 0 0 0px;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0px;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0px;
                        }

                .row.gtr-25 {
                    margin-top: -5px;
                    margin-left: -5px;
                }

                    .row.gtr-25 > * {
                        padding: 5px 0 0 5px;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -5px;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 5px;
                        }

                .row.gtr-50 {
                    margin-top: -10px;
                    margin-left: -10px;
                }

                    .row.gtr-50 > * {
                        padding: 10px 0 0 10px;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -10px;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 10px;
                        }

                .row {
                    margin-top: -20px;
                    margin-left: -20px;
                }

                    .row > * {
                        padding: 20px 0 0 20px;
                    }

                    .row.gtr-uniform {
                        margin-top: -20px;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 20px;
                        }

                .row.gtr-150 {
                    margin-top: -30px;
                    margin-left: -30px;
                }

                    .row.gtr-150 > * {
                        padding: 30px 0 0 30px;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -30px;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 30px;
                        }

                .row.gtr-200 {
                    margin-top: -40px;
                    margin-left: -40px;
                }

                    .row.gtr-200 > * {
                        padding: 40px 0 0 40px;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -40px;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 40px;
                        }

        }

/* Section/Article */

    section, article {
        margin-bottom: 5em;
    }

    section > :last-child,
    article > :last-child,
    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }

    header {
        margin: 0 0 1em 0;
    }

        header h2, header h3 {
            margin: 0 0 0.25em 0;
        }

        header p {
            margin: 0;
        }

    footer {
        margin: 2.5em 0 0 0;
    }

/* Forms */

    form label {
        display: block;
        font-weight: 800;
        margin: 0 0 1em 0;
        font-size: 0.8em;
        color: #444;
    }

    form input[type="text"],
    form input[type="email"],
    form input[type="number"],
    form input[type="password"],
    form select,
    form textarea {
        -webkit-appearance: none;
        display: block;
        width: 100%;
        border-radius: 8px;
        border: solid 1px #ccc;
    }

        form input[type="text"]:focus,
        form input[type="email"]:focus,
        form input[type="number"]:focus,
        form input[type="password"]:focus,
        form select:focus,
        form textarea:focus {
            border-color: #0090c5;
        }

    form input[type="text"],
    form input[type="email"],
    form input[type="number"],
    form input[type="password"] {
        line-height: 3em;
        padding: 0 1em;
    }

    form select {
        line-height: 3em;
        padding: 0 1em;
    }

    form textarea {
        min-height: 9em;
        padding: 1em;
    }

    form ::-webkit-input-placeholder {
        color: #555 !important;
    }

    form :-moz-placeholder {
        color: #555 !important;
    }

    form ::-moz-placeholder {
        color: #555 !important;
    }

    form :-ms-input-placeholder {
        color: #555 !important;
    }

    form ::-moz-focus-inner {
        border: 0;
    }

/* Tables */

    table {
        width: 100%;
    }

        table tr {
            border-top: solid 1px #eee;
        }

            table tr:first-child {
                border-top: 0;
            }

        table td {
            padding: 0.5em 1em 0.5em 1em;
        }

        table th {
            text-align: left;
            padding: 0.5em 1em 0.5em 1em;
            font-weight: 800;
            margin: 0 0 1em 0;
        }

        table thead {
            background: #404248;
            color: #fff;
        }

/* Image */

    .image {
        display: inline-block;
        outline: 0;
    }

        .image img {
            display: block;
            width: 100%;
            border-radius: 8px;
        }

        .image.fit {
            display: block;
            width: 100%;
        }

        .image.featured {
            display: block;
            width: 100%;
            margin: 0 0 2.5em 0;
        }

        .image.featuredlogo {
            display: block;
            height: 100px;
            margin: 0 0 2.5em 0;
        }

        .image.left {
            float: left;
            margin: 0 2em 2em 0;
        }

        .image.centered {
            display: block;
            margin: 0 0 2.5em 0;
        }

            .image.centered img {
                margin: 0 auto;
                width: auto;
            }

/* Button */

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        -moz-transition: background-color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out;
        -ms-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out;
        -webkit-appearance: none;
        position: relative;
        display: inline-block;
/*        background: #0090c5;*/
        background: #0d72b9;
        color: #fff;
        text-decoration: none;
        border-radius: 6px;
        font-weight: 800;
        outline: 0;
        border: 0;
        cursor: pointer;
        font-size: 1.35em;
        padding: 0.6em 1.5em;
    }

        input[type="button"].icon:before,
        input[type="submit"].icon:before,
        input[type="reset"].icon:before,
        button.icon:before,
        .button.icon:before {
            position: relative;
            margin-right: 0.5em;
            top: 0.05em;
        }

        input[type="button"]:hover,
        input[type="submit"]:hover,
        input[type="reset"]:hover,
        button:hover,
        .button:hover {
            background: #10a0d5;
        }

        input[type="button"]:active,
        input[type="submit"]:active,
        input[type="reset"]:active,
        button:active,
        .button:active {
            background: #20b0e5;
        }

        input[type="button"].alt,
        input[type="submit"].alt,
        input[type="reset"].alt,
        button.alt,
        .button.alt {
            background: #f1f1f1;
            background: rgba(0, 0, 0, 0.05);
            color: #444;
        }

            input[type="button"].alt:hover,
            input[type="submit"].alt:hover,
            input[type="reset"].alt:hover,
            button.alt:hover,
            .button.alt:hover {
                background: #e8e8e8;
                background: rgba(0, 0, 0, 0.085);
            }

            input[type="button"].alt:active,
            input[type="submit"].alt:active,
            input[type="reset"].alt:active,
            button.alt:active,
            .button.alt:active {
                background: #e4e4e4;
                background: rgba(0, 0, 0, 0.15);
            }

        input[type="button"].large,
        input[type="submit"].large,
        input[type="reset"].large,
        button.large,
        .button.large {
            font-size: 2.25em;
            padding: 0.8em 0.9em;
        }

        input[type="button"].small,
        input[type="submit"].small,
        input[type="reset"].small,
        button.small,
        .button.small {
            font-size: 0.7em;
            font-weight: 400;
            padding: 0em 0.6em;
        }

/* List */

    ul {
        list-style: disc;
        padding-left: 1em;
    }

        ul li {
            padding-left: 0.5em;
        }

        ul.style2 {
            list-style: none;
            padding-left: 0;
        }

            ul.style2 li {
                padding-left: 0;
            }

    ol {
        list-style: decimal;
        padding-left: 1.25em;
    }

        ol li {
            padding-left: 0.25em;
        }

/* Actions */

    ul.actions {
        list-style: none;
        padding-left: 0;
    }

        ul.actions li {
            display: inline-block;
            padding: 0 0 0 0.25em;
            margin: 0 0 0 0.25em;
        }

            ul.actions li:first-child {
                margin-left: 0;
                padding-left: 0;
            }

/* Menu */

    ul.menu {
        list-style: none;
        padding-left: 0;
    }

        ul.menu li {
            border-left: solid 1px #e0e0e0;
            display: inline-block;
            padding: 0 0 0 0.75em;
            margin: 0 0 0 0.75em;
        }

            ul.menu li:first-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
            }

/* Box */

    .box {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
        padding: 2em;
    }

        .box.feature {
            padding: 0;
        }

            .box.feature .inner {
                padding: 2em 1.5em 1.5em 1.5em;
            }

            .box.feature h2 {
                font-size: 1.35em;
            }

            .box.feature p {
                margin: 0;
            }

            .box.feature .image {
                position: relative;
                margin: 0;
            }

                .box.feature .image img {
                    border-bottom-left-radius: 0;
                    border-bottom-right-radius: 0;
                }

/* Icons */

    .icon {
        text-decoration: none;
        position: relative;
        text-decoration: none;
    }

        .icon:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            text-transform: none !important;
            font-family: 'Font Awesome 5 Free';
            font-weight: 400;
        }

        .icon:before {
            line-height: inherit;
        }

        .icon.solid:before {
            font-weight: 900;
        }

        .icon.brands:before {
            font-family: 'Font Awesome 5 Brands';
        }

        .icon > .label {
            display: none;
        }

/* Widgets */

    .widget.thumbnails .grid {
        margin: 0 0 3em 0;
    }

    .widget.thumbnails .image {
        margin: 0;
    }

    .widget.contact ul {
        list-style: none;
        padding-left: 0;
        overflow: hidden;
        position: relative;
        left: -4px;
        top: 4px;
        margin-bottom: 1.5em;
    }

        .widget.contact ul li {
            display: inline-block;
            margin-right: 0.25em;
            padding-left: 0;
        }

            .widget.contact ul li a {
                -moz-transition: background-color .25s ease-in-out;
                -webkit-transition: background-color .25s ease-in-out;
                -ms-transition: background-color .25s ease-in-out;
                transition: background-color .25s ease-in-out;
                display: inline-block;
                width: 2.5em;
                height: 2.5em;
                text-align: center;
                line-height: 2.5em;
                border-radius: 0.35em;
                outline: 0;
                opacity: 0.75;
                text-decoration: none;
                background: #222222;
            }

                .widget.contact ul li a:before {
                    color: #f3f3f3;
                    font-size: 1.5em;
                    line-height: inherit;
                }

                .widget.contact ul li a:hover {
                    background: #444444;
                }

                .widget.contact ul li a:active {
                    background: #666666;
                }

/* Wrappers */

    #header-wrapper {
        padding: 3em 0 2em 0;
    }

    #features-wrapper {
        padding: 3em 0 3em 0;
    }

    #main-wrapper {
        background: #fff;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
        padding: 5em 0 5em 0;
    }

    #register-wrapper, #howitworks-wrapper, #callfortalks-wrapper {
        background: #fff;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
        padding: 5em 0 5em 0;
    }

/*	#howitworks-wrapper, #callfortalks-wrapper {
        background: #fff;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
        padding: 5em 0 5em 0;
    }*/

    #gap-wrapper {
        padding: 1em;
    }

    #gap-white-wrapper {
        background: #fff;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
        padding: 1em;
    }


    #footer-wrapper {
        padding: 6em 0 8em 0;
    }

/* Header */

    #header {
        position: relative;
    }

/* Logo */

    #logo {
        display: inline-block;
    }

        #logo h1 {
            background: #ff4486;
            color: #fff;
            border-radius: 6px;
            font-family: 'Oleo Script', serif;
            font-weight: 400;
            padding: 0.25em 0.2em 0.25em 0.2em;
            font-size: 3.25em;
            letter-spacing: 0.05em;
            display: inline-block;
            vertical-align: middle;
        }

        #logo span {
            font-weight: 800;
            line-height: 4.5em;
            letter-spacing: 0.025em;
            font-size: 0.9em;
            vertical-align: middle;
            margin: 0 0 0 1.25em;
        }

/* Nav */

    #nav {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.9em;
    }

        #nav ul {
            list-style: none;
            padding-left: 0;
        }

            #nav ul li {
                float: left;
                line-height: 4.5em;
                padding-left: 1.5em;
            }

                #nav ul li a, #nav ul li span {
                    -moz-transition: background-color .25s ease-in-out;
                    -webkit-transition: background-color .25s ease-in-out;
                    -ms-transition: background-color .25s ease-in-out;
                    transition: background-color .25s ease-in-out;
                    font-weight: 800;
                    letter-spacing: 0.025em;
                    color: #696969;
                    text-decoration: none;
                    border-radius: 6px;
                    padding: 0.5em 1em 0.5em 1em;
                }

                #nav ul li > ul {
                    display: none;
                }

                #nav ul li:hover a, #nav ul li:hover span {
                    background: #fff;
                }

                #nav ul li.active a, #nav ul li.active span {
                    background: #fff;
                }

                #nav ul li.current a {
                    background: #444;
                    color: #fff;
                }

    .dropotron {
        background: #fff;
        letter-spacing: 0.025em;
        color: #696969;
        text-decoration: none;
        border-radius: 6px;
        padding: 0.75em 0;
        min-width: 15em;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
        margin-top: calc(-0.75em + 1px);
        margin-left: -1px;
        list-style: none;
        padding-left: 0;
    }

        .dropotron li {
            border-top: solid 1px #eee;
            line-height: 3em;
            padding-left: 0;
        }

            .dropotron li:first-child {
                border-top: 0;
            }

            .dropotron li > a, .dropotron li > span {
                -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
                -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
                -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
                transition: color .25s ease-in-out, background-color .25s ease-in-out;
                text-decoration: none;
                color: inherit;
                display: block;
                padding: 0 1.5em;
            }

                .dropotron li > a:hover, .dropotron li > span:hover {
                    background: #eee;
                }

            .dropotron li.active > a, .dropotron li.active > span {
                background: #eee;
            }

        .dropotron.level-0 {
            font-size: 0.8em;
            margin-left: 1.5em;
            margin-top: 0;
        }

            .dropotron.level-0:before {
                content: '';
                position: absolute;
                top: -0.5em;
                left: 1em;
                border-bottom: solid 0.75em #ffffff;
                border-left: solid 0.75em transparent;
                border-right: solid 0.75em transparent;
                z-index: 1;
            }

/* Banner */

    #banner {
        position: relative;
        padding: 4.5em;
    }

        #banner h2 {
            font-size: 3.0em;
            margin: 0.1em 0 0.35em 0;
        }

        #banner p {
            font-size: 1.75em;
            line-height: 1.5em;
            margin: 0;
        }

        #banner .button {
            width: 100%;
            margin-bottom: 0.5em;
        }

            #banner .button.icon:before {
                position: absolute;
                right: 0.15em;
                top: 50%;
                margin-top: -0.5em;
            }

            #banner .button.alt {
                margin-bottom: 0;
            }

        #banner ul {
            list-style: none;
            padding-left: 0;
            margin: 0 0 0 2em;
        }

            #banner ul li {
                padding-left: 0;
            }


    .bannerclass {
        position: relative;
        padding: 4.5em;
    }

        .bannerclass h2 {
            font-size: 3.0em;
            margin: 0.1em 0 0.35em 0;
        }

        .bannerclass p {
            font-size: 1.4em;
            line-height: 1.3em;
            margin: 0;
        }

        .bannerclass .button {
            width: 100%;
            margin-bottom: 0.5em;
        }

            .bannerclass .button.icon:before {
                position: absolute;
                right: 0.15em;
                top: 50%;
                margin-top: -0.5em;
            }

            .bannerclass .button.alt {
                margin-bottom: 0;
            }

        .bannerclass ul {
            /*list-style: none;*/
            padding-left: 0;
            font-size: 1.4em;
            line-height: 1.3em;
            margin: 0 0 0 2em;
        }

            .bannerclass ul li {
                padding-left: 0;
            }

/*custom banner*/
                .customer_quote blockquote {
                        font-family: Georgia, serif;
                        font-size: 24px;
                        font-style: italic;
                        width: 90%;
                        margin: 0 auto 0 auto;
                        padding: 0.25em 40px;
                        line-height: 1.45;
                        position: relative;
                        color: #383838;
                        border: none;
                }
                .customer_quote blockquote:before {
                        display: block;
                        content: "\201C";
                        font-size: 80px;
                        position: absolute;
                        left: -20px;
                        top: -20px;
                        color: #7a7a7a;
                        }
                .customer_quote blockquote cite {
                color: #999999;
                font-size: 18px;
                display: block;
                margin-top: 5px;
                }

                .customer_quote blockquote cite:before {
                content: "\2014 \2009";
                }


/* Footer */

    #footer {
        margin-top: 0;
    }

        #footer > .row:first-child {
            position: relative;
            z-index: 1;
        }

        #footer a {
            color: inherit;
        }

    #copyright {
        color: #aaa;
        padding: 4em 0 0 0;
        text-align: center;
    }

        #copyright a {
            color: inherit;
        }

/* XLarge */

    @media screen and (max-width: 1680px) {

        /* Basic */

            body, input, select, textarea {
                font-size: 12pt;
            }

    }

/* Large */

    @media screen and (max-width: 1280px) {

        /* Basic */

            body, input, select, textarea {
                font-size: 11pt;
            }

    }

/* Medium */

    #navPanel, #navToggle {
        display: none;
    }

    @media screen and (max-width: 980px) {

        /* Basic */

            html, body {
                overflow-x: hidden;
            }

            body, input, select, textarea {
                font-size: 11pt;
            }

        /* Section/Article */

            section, article {
                clear: both;
                margin-bottom: 3em !important;
            }

            section.last, article.last {
                margin-bottom: 0 !important;
            }

        .titlefont1, .maintitlefont1 {
            font-size: 9vw;
            line-height: 9vw;
        }
        .titlefont2, .maintitlefont2 {
            font-size: 6.9vw;
            line-height: 6.9vw;
        }
        .titlefont3, .maintitlefont3 {
            font-size: 6.5vw;
            line-height: 6.5vw;
        }
        .titlefont4, .maintitlefont4 {
            font-size: 4.8vw;
            line-height: 4.8vw;
        }

        .namefont, .mainnamefont {
            font-size: 4.5vw;
            line-height: 4vw;
        }

        .namemargins. .mainnamemargins {
            margin-top: -5px;
            padding-left: 2vw;
        }

        .titlepadding, .maintitlepadding {
            padding: 5vw 2vw 0 2vw;
        }

        .imgpadding, .mainimgpadding {
            padding: 1vw;
        }

        /* Image */

            .image.left {
                width: 25%;
                margin-bottom: 2em !important;
            }

        /* Menu */

            ul.menu li {
                display: block;
                border: 0 !important;
                padding: 0 !important;
                margin: 0 !important;
            }

        /* Actions */

            ul.actions li {
                display: block;
                padding: 0;
                margin: 1em 0 0 0;
            }

                ul.actions li:first-child {
                    margin-top: 0;
                }

        /* Button */

            input[type="button"],
            input[type="submit"],
            input[type="reset"],
            button,
            .button {
                width: 100%;
                text-align: center;
                font-size: 1.35em;
                padding: 0.85em 0 !important;
            }

                input[type="button"].icon,
                input[type="submit"].icon,
                input[type="reset"].icon,
                button.icon,
                .button.icon {
                    padding-right: 0.75em !important;
                }

                    input[type="button"].icon:before,
                    input[type="submit"].icon:before,
                    input[type="reset"].icon:before,
                    button.icon:before,
                    .button.icon:before {
                        margin-right: 0.5em;
                        top: 0.05em;
                    }

        /* Wrappers */

            #header-wrapper {
                padding: 3em 0 1em 0;
                text-align: center;
            }

            #footer-wrapper {
                padding: 6em 0 4em 0;
            }

        /* Header */

            #header {
                margin: 0 auto;
            }

        /* Logo */

            #logo span {
                display: block;
                margin: 0;
            }

        /* Nav */

            #nav {
                display: none;
            }

        /* Banner */

            #banner {
                padding: 4.5em 3em;
                text-align: center;
            }

                #banner ul {
                    margin: 2em 0 0 0;
                }

                #banner .button.icon:before {
                    position: relative;
                    right: auto;
                    top: auto;
                }

        /* Content */

            #content {
                border-bottom: solid 1px #e8e8e8;
                padding-bottom: 4em;
                margin-bottom: 0 !important;
            }

                #content > :last-child {
                    margin-bottom: 0 !important;
                }

            #sidebar > :last-child {
                margin-bottom: 0 !important;
            }

        /* Footer */

            #copyright {
                padding: 0;
            }

        /* Nav */

            #page-wrapper {
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-transition: -moz-transform 0.5s ease;
                -webkit-transition: -webkit-transform 0.5s ease;
                -ms-transition: -ms-transform 0.5s ease;
                transition: transform 0.5s ease;
                padding-bottom: 1px;
            }

            #navToggle {
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-transition: -moz-transform 0.5s ease;
                -webkit-transition: -webkit-transform 0.5s ease;
                -ms-transition: -ms-transform 0.5s ease;
                transition: transform 0.5s ease;
                display: block;
                height: 44px;
                left: 0;
                position: fixed;
                top: 0;
                width: 100%;
                z-index: 10001;
            }

                #navToggle .toggle {
                    text-decoration: none;
                    width: 70px;
                    height: 50px;
                    opacity: 0.35;
                }

                    #navToggle .toggle:before {
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-font-smoothing: antialiased;
                        display: inline-block;
                        font-style: normal;
                        font-variant: normal;
                        text-rendering: auto;
                        line-height: 1;
                        text-transform: none !important;
                        font-family: 'Font Awesome 5 Free';
                        font-weight: 900;
                    }

                    #navToggle .toggle:before {
                        display: inline-block;
                        text-decoration: none;
                        position: absolute;
                        left: 6px;
                        top: 6px;
                        background: rgba(0, 0, 0, 0.5);
                        width: 58px;
                        height: 38px;
                        border-radius: 6px;
                        content: '\f0c9';
                        color: #fff;
                        text-align: center;
                        line-height: 38px;
                        font-size: 20px;
                    }

                    #navToggle .toggle:active {
                        opacity: 0.75;
                    }

            #navPanel {
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-transform: translateX(-275px);
                -webkit-transform: translateX(-275px);
                -ms-transform: translateX(-275px);
                transform: translateX(-275px);
                -moz-transition: -moz-transform 0.5s ease;
                -webkit-transition: -webkit-transform 0.5s ease;
                -ms-transition: -ms-transform 0.5s ease;
                transition: transform 0.5s ease;
                display: block;
                height: 100%;
                left: 0;
                overflow-y: auto;
                position: fixed;
                top: 0;
                width: 275px;
                z-index: 10002;
                background: #fff;
                box-shadow: inset -3px 0px 0px 0px #dfdfdf;
                padding: 0 23px 0 20px;
            }

                #navPanel .link {
                    display: block;
                    text-decoration: none;
                    height: 54px;
                    line-height: 54px;
                    border-top: solid 1px #e8e8e8;
                    color: #696969;
                }

                    #navPanel .link:first-child {
                        border-top: 0;
                    }

                #navPanel .indent-1 {
                    display: inline-block;
                    width: 1em;
                }

                #navPanel .indent-2 {
                    display: inline-block;
                    width: 2em;
                }

                #navPanel .indent-3 {
                    display: inline-block;
                    width: 3em;
                }

                #navPanel .indent-4 {
                    display: inline-block;
                    width: 4em;
                }

                #navPanel .indent-5 {
                    display: inline-block;
                    width: 5em;
                }

                #navPanel .depth-0 {
                    color: #444;
                    font-weight: 800;
                }

            body.navPanel-visible #page-wrapper {
                -moz-transform: translateX(275px);
                -webkit-transform: translateX(275px);
                -ms-transform: translateX(275px);
                transform: translateX(275px);
            }

            body.navPanel-visible #navToggle {
                -moz-transform: translateX(275px);
                -webkit-transform: translateX(275px);
                -ms-transform: translateX(275px);
                transform: translateX(275px);
            }

            body.navPanel-visible #navPanel {
                -moz-transform: translateX(0);
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
            }

    }

/* Small */

    @media screen and (max-width: 736px) {

        /* Basic */

            body, input, select, textarea {
                line-height: 2em;
            }

            h2, h3, h4, h5, h6 {
                font-size: 13pt;
                margin: 0 0 1em 0;
            }

        /* Section/Article */

            section, article {
                clear: both;
                margin-bottom: 3em !important;
            }

                section.last, article.last {
                    margin-bottom: 0 !important;
                }

        /* Image */

            .image.left {
                width: 25%;
                margin-bottom: 2em !important;
            }

        /* Menu */

            ul.menu li {
                display: block;
                border: 0 !important;
                padding: 0 !important;
                margin: 0 !important;
            }

        /* Actions */

            ul.actions li {
                display: block;
                padding: 0;
                margin: 1em 0 0 0;
            }

                ul.actions li:first-child {
                    margin-top: 0;
                }

        /* Button */

            input[type="button"],
            input[type="submit"],
            input[type="reset"],
            button,
            .button {
                width: 100%;
                text-align: center;
                font-size: 1.25em !important;
                padding: 0.65em 0 !important;
            }

                input[type="button"].icon,
                input[type="submit"].icon,
                input[type="reset"].icon,
                button.icon,
                .button.icon {
                    padding-right: 0.75em !important;
                }

                    input[type="button"].icon:before,
                    input[type="submit"].icon:before,
                    input[type="reset"].icon:before,
                    button.icon:before,
                    .button.icon:before {
                        margin-right: 0.5em;
                        top: 0.05em;
                    }

        /* Box */

            .box {
                padding: 15px 15px 15px 15px;
                margin: 0;
            }

                .box.feature {
                    margin: 20px 0 0 0 !important;
                    padding: 0;
                }

                    .box.feature .inner {
                        padding: 30px 15px 30px 15px;
                    }

                    .box.feature p {
                        margin: 0;
                    }

                    .box.feature .image {
                        position: relative;
                        margin: 0;
                    }

                        .box.feature .image img {
                            border-bottom-left-radius: 0;
                            border-bottom-right-radius: 0;
                        }

        /* Widgets */

            .widget.thumbnails .image {
                margin: 0;
            }

            .widget.thumbnails .x {
                padding: 1em 0.5em 0 0;
            }

            .widget.thumbnails .y {
                padding: 1em 0 0 0.5em;
            }

            .widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
                padding-top: 0;
            }

        /* Wrappers */

            #header-wrapper {
                padding: 3em 0 1.5em 0;
            }

            #banner-wrapper {
                padding: 0 15px 0 15px;
            }

            #features-wrapper {
                padding: 0 15px 40px 15px;
            }

            #main-wrapper, #footer-wrapper, #register-wrapper, #howitworks-wrapper {
                padding: 40px 30px 40px 30px;
            }

        /* Logo */

            #logo h1 {
                font-size: 2.75em;
                padding: 0.2em 0.275em;
            }

            #logo span {
                line-height: 3em;
            }

        /* Banner */

            #banner {
                text-align: center;
                padding: 15px 15px 15px 15px;
                margin: 0 auto !important;
            }

                #banner h2 {
                    font-size: 2em;
                    margin: 0.75em 0 0.5em 0;
                }

                #banner p {
                    font-size: 1.5em;
                    line-height: 1.5em;
                    margin: 0;
                }

                #banner ul {
                    margin: 0;
                }

                #banner .button {
                    margin: 0 0 1em 0;
                }

        /* Content */

            #content {
                padding-bottom: 3em;
            }

        /* Footer */

            #footer section {
                border-bottom: solid 1px #ccc;
                padding-bottom: 3em;
                margin-bottom: 1em !important;
            }

            #copyright {
                text-align: left;
            }

            .session_img .btn {
                opacity: 0.5;
            }

    }


    @media screen and (max-width: 420px) {

        /* Basic */

        .titlefont1 {
            font-size: 10vw;
            line-height: 9vw;
        }
        .titlefont2 {
            font-size: 7vw;
            line-height: 7vw;
        }
        .titlefont3 {
            font-size: 6vw;
            line-height: 6vw;
        }
        .titlefont4 {
            font-size: 5vw;
            line-height: 5vw;
        }

        .namefont {
            font-size: 3.2w;
            line-height: 3.2vw;
        }

        .namemargins {
            margin-top: -15px;
            padding-left: 1vw;
        }

        .titlepadding {
            padding: 5vw 2vw 0 3vw;
        }

        .imgpadding {
            padding: 1vw;
        }
    }


/* Popup box BEGIN */
.hover_bkgr_fricc{
        background:rgba(0,0,0,.4);
        cursor:pointer;
        display:none;
        height:100%;
        position:fixed;
        text-align:center;
        top:0;
        width:100%;
        z-index:10000;
}
.hover_bkgr_fricc .helper{
        display:inline-block;
        height:100%;
        vertical-align:middle;
}
.hover_bkgr_fricc > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
}
.popupCloseButton {
        background-color: #fff;
        border: 3px solid #999;
        border-radius: 50px;
        cursor: pointer;
        display: inline-block;
        font-family: arial;
        font-weight: bold;
        position: absolute;
        top: -20px;
        right: -20px;
        font-size: 25px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
}
.popupCloseButton:hover {
        background-color: #ccc;
}
.trigger_popup_fricc {
        cursor: pointer;
        font-size: 20px;
        margin: 20px;
        display: inline-block;
        font-weight: bold;
}
/* Popup box BEGIN */

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.quote-container {
    display: flex;
    align-items: flex-start;
}

.quote-image {
    width: 100px; /* Adjust the width as needed */
    margin-right: 20px; /* Adjust the margin as needed */
}

#sessionsearch::placeholder {
  font-family: "Font Awesome 5 Free", Arial, sans-serif;
  font-weight: 900; /* solid weight */
}

#sessionsearch::-webkit-input-placeholder {
  font-family: "Font Awesome 5 Free", Arial, sans-serif;
  font-weight: 900;
}
#sessionsearch:-ms-input-placeholder {
  font-family: "Font Awesome 5 Free", Arial, sans-serif;
  font-weight: 900;
}

/* ── Sidebar Login Box ── */
.loginbox {
  padding: 0 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
  border-radius: 8px !important;
  border-top: 3px solid #0E72B9;
  overflow: hidden;
}
.loginbox-welcome {
  margin: 0;
  padding: 14px 18px;
  background: #f4f8fc;
  font-size: 1.05em;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 1px solid #e8edf2;
}
.loginbox-welcome i {
  color: #0E72B9;
  margin-right: 4px;
}
ul.loginbox-links {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
ul.loginbox-links li {
  margin: 0;
  padding: 0;
}
ul.loginbox-links li a {
  display: block;
  padding: 3px 18px;
  color: #333;
  text-decoration: none;
  font-size: 0.92em;
  transition: background 0.15s, color 0.15s;
}
ul.loginbox-links li a:hover {
  background: #eaf3fb;
  color: #0E72B9;
}
ul.loginbox-links li a i {
  width: 18px;
  text-align: center;
  margin-right: 6px;
  color: #777;
  font-size: 0.9em;
}
ul.loginbox-links li a:hover i {
  color: #0E72B9;
}
li.loginbox-section-label {
  padding: 4px 18px 2px 42px !important;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999;
}
.loginbox-divider {
  height: 1px;
  background: #e8edf2;
  margin: 4px 14px;
}
.loginbox-logout {
  border-top: 1px solid #e8edf2;
  padding: 0;
}
.loginbox-logout a {
  display: block;
  padding: 10px 18px;
  color: #888;
  text-decoration: none;
  font-size: 0.88em;
  transition: background 0.15s, color 0.15s;
}
.loginbox-logout a:hover {
  background: #fdf2f2;
  color: #c0392b;
}
.loginbox-logout a i {
  width: 18px;
  text-align: center;
  margin-right: 6px;
}
/* Login form styling */
.loginbox h3:not(.loginbox-welcome) {
  margin: 0;
  padding: 14px 18px;
  background: #f4f8fc;
  font-size: 1.05em;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 1px solid #e8edf2;
}
.loginbox .loginForm {
  padding: 16px 18px 12px;
}
.loginbox .loginForm input[type="email"],
.loginbox .loginForm input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.loginbox .loginForm input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #0E72B9;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.92em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  line-height: 1.4;
  margin-top: 4px;
}
.loginbox .loginForm input[type="submit"]:hover {
  background: #0a5a94;
}
.loginbox-links-footer {
  border-top: 1px solid #e8edf2;
  display: flex;
  flex-wrap: wrap;
}
.loginbox-links-footer a {
  flex: 1 1 auto;
  padding: 10px 14px;
  color: #555;
  text-decoration: none;
  font-size: 0.82em;
  text-align: center;
  transition: background 0.15s, color 0.15s;
}
.loginbox-links-footer a:first-child:not(:only-child) {
  border-right: 1px solid #e8edf2;
}
.loginbox-links-footer a:hover {
  background: #eaf3fb;
  color: #0E72B9;
}
.loginbox-links-footer a i {
  color: #0E72B9;
  margin-right: 4px;
  font-size: 0.9em;
}

/* ── Sidebar Box (shared style for all sidebar cards) ── */
.sidebar-box {
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  border-radius: 8px;
  border-top: 3px solid #0E72B9;
  overflow: hidden;
  margin-bottom: 2em !important;
  background: #fff;
}
.sidebar-box h3 {
  margin: 0;
  padding: 14px 18px;
  background: #f4f8fc;
  font-size: 1.05em;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 1px solid #e8edf2;
}
.sidebar-box h3 i {
  color: #0E72B9;
  margin-right: 6px;
}
.sidebar-box-content {
  padding: 14px 18px;
}
.sidebar-box-content p {
  line-height: 1.5em;
}
/* Sidebar box link rows */
.sidebar-box-links {
  padding: 4px 0;
}
.sidebar-box-links a {
  display: block;
  padding: 8px 18px;
  color: #333;
  text-decoration: none;
  font-size: 0.92em;
  transition: background 0.15s, color 0.15s;
}
.sidebar-box-links a:hover {
  background: #eaf3fb;
  color: #0E72B9;
}
.sidebar-box-links a i {
  width: 18px;
  text-align: center;
  margin-right: 8px;
  color: #0E72B9;
  font-size: 0.9em;
}
/* Sidebar box footer (secondary actions) */
.sidebar-box-footer {
  border-top: 1px solid #e8edf2;
}
.sidebar-box-footer a {
  display: block;
  padding: 10px 18px;
  color: #999;
  text-decoration: none;
  font-size: 0.85em;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.sidebar-box-footer a:hover {
  background: #fdf2f2;
  color: #c0392b;
}
.sidebar-box-footer a i {
  width: 18px;
  text-align: center;
  margin-right: 6px;
}
/* Upload drop zone */
.sidebar-box .upload-area {
  border: 2px dashed #ccd5de;
  border-radius: 6px;
  padding: 24px 18px;
  text-align: center;
  color: #999;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.sidebar-box .upload-area:hover {
  border-color: #0E72B9;
  background: #f4f8fc;
}
.sidebar-box .upload-area p {
  margin: 0;
  font-size: 0.9em;
}
.sidebar-box .upload-area .upload-icon {
  font-size: 1.5em;
  color: #0E72B9;
  display: block;
  margin-bottom: 6px;
}
/* Separator when links follow content */
.sidebar-box-content + .sidebar-box-links {
  border-top: 1px solid #e8edf2;
}
/* Agenda button styling */
.sidebar-box-actions {
  padding: 14px 18px;
}
.sidebar-box-actions input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #0E72B9;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.92em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  line-height: 1.4;
}
.sidebar-box-actions input[type="submit"]:hover {
  background: #0a5a94;
}
.sidebar-box-actions input[type="submit"].btn-remove {
  background: #f5f5f5;
  color: #666;
  border: 1px solid #ddd;
}
.sidebar-box-actions input[type="submit"].btn-remove:hover {
  background: #fdf2f2;
  color: #c0392b;
  border-color: #e8c4c4;
}

/* ── Breadcrumb ── */
.breadcrumb {
  margin-bottom: 0.4em;
  font-size: 0.85em;
  line-height: 1.8;
  color: #888;
}
.breadcrumb a {
  color: #0d72b9;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.bc-sep {
  font-size: 0.6em;
  color: #bbb;
  margin: 0 0.35em;
  vertical-align: middle;
}
/* ── Session Meta ── */
.session-meta {
  font-size: 0.88em;
  color: #666;
  margin-bottom: 1em;
  line-height: 1.8;
}
.session-meta a {
  color: #0d72b9;
  text-decoration: none;
}
.session-meta a:hover {
  text-decoration: underline;
}
.session-meta b {
  color: #444;
}
.meta-sep {
  color: #999;
  margin: 0 0.3em;
  font-weight: 600;
}

/* ── Archive Filters ── */
form select.filter-active {
  border: 2px solid #0E72B9;
  background-color: #eaf3fb;
  color: #0a5a94;
  font-weight: 600;
}
.clear-filters {
  display: inline-block;
  margin-top: 0.6em;
  padding: 6px 16px;
  background: #eaf3fb;
  color: #0E72B9;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.clear-filters:hover {
  background: #0E72B9;
  color: #fff;
}
.clear-filters i {
  margin-right: 4px;
}

/* ── Tab Overrides ── */
/* Remove aggressive hover shadow on whole tab card */
.tab-wrap:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* Softer inactive tabs with alternating shades */
.tab + label {
  background-color: #f0f2f5;
  color: #666;
  font-weight: 600;
}
.tab:nth-of-type(even) + label {
  background-color: #f7f8fa;
}
.tab + label:hover {
  background-color: #e6e9ee;
  color: #333;
  box-shadow: none;
}
.tab:nth-of-type(even) + label:hover {
  background-color: #eef1f5;
}
/* Active tab: blue underline + blue text */
.tab:checked + label {
  background-color: #fff;
  color: #0E72B9;
  box-shadow: inset 0 -3px 0 #0E72B9;
}
.tab:checked + label:hover {
  background-color: #fff;
  color: #0E72B9;
  box-shadow: inset 0 -3px 0 #0E72B9;
}
/* Comment count badge */
.tab-badge {
  display: inline-block;
  background: #0E72B9;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 10px;
  margin-left: 4px;
  line-height: 1.4;
  vertical-align: middle;
}

/* ── Agenda Cards ── */

/* Header: timezone info */
.agenda-header { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; background: #f4f8fc; border-radius: 8px; margin-bottom: 1.5em; font-size: 0.9em; color: #555; }
.agenda-header i { color: #0E72B9; margin-right: 6px; }
.agenda-header a { color: #0E72B9; text-decoration: none; font-size: 0.85em; }
.agenda-header a:hover { text-decoration: underline; }

/* Date group divider */
.agenda-date { font-weight: 700; font-size: 0.9em; color: #0E72B9; padding: 8px 0; margin-top: 1em; border-bottom: 2px solid #e8edf2; text-transform: uppercase; letter-spacing: 0.03em; }
.agenda-date:first-of-type { margin-top: 0; }

/* Session card */
.agenda-card { display: flex; align-items: center; gap: 14px; padding: 12px; margin: 8px 0; background: #fff; border: 1px solid #e8edf2; border-radius: 8px; transition: box-shadow 0.2s, border-color 0.2s; }
.agenda-card:hover { border-color: #c5d5e4; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }

/* Thumbnail */
.agenda-card-thumb { flex-shrink: 0; width: 120px; height: 80px; border-radius: 6px; overflow: hidden; display: block; background: #eef1f5; text-decoration: none; border-bottom: none; }
.agenda-card-thumb:hover { text-decoration: none; border-bottom: none; }
.agenda-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.agenda-card-thumb img.agenda-card-headshot { object-position: center 30%; }
.agenda-card-nothumb { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #0E72B9; font-size: 1.5em; background: #eef1f5; }

/* Info section */
.agenda-card-info { flex: 1; min-width: 0; }
.agenda-card-title { display: block; font-weight: 600; font-size: 0.95em; color: #1a1a1a; text-decoration: none; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.agenda-card-title:hover { color: #0E72B9; }
.agenda-card-meta { font-size: 0.82em; color: #777; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.agenda-card-meta span:not(:last-child)::after { content: '\00b7'; margin-left: 6px; color: #bbb; }
.agenda-card-speaker { color: #555; text-decoration: none; }
.agenda-card-speaker:hover { color: #0E72B9; text-decoration: underline; }
.agenda-card-status { font-size: 0.8em; margin-top: 4px; font-weight: 600; }

/* Type badge (inline in meta) */
.agenda-badge { font-size: 0.75em; font-weight: 700; text-transform: uppercase; padding: 1px 7px; border-radius: 10px; color: #fff; display: inline-block; line-height: 1.5; }
.agenda-badge-talk { background: #0E72B9; }
.agenda-badge-workshop { background: #37b24d; }
.agenda-badge-keynote { background: #e67700; }
.agenda-badge-panel { background: #7048e8; }
.agenda-badge-meeting { background: #d63384; }
.agenda-badge-default { background: #868e96; }

/* Status variants */
.agenda-status-available { color: #27ae60; }
.agenda-status-upcoming { color: #e67700; }
.agenda-status-watched { color: #999; }

/* Remove button */
.agenda-card-remove { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; border: none; background: transparent; color: #ccc; font-size: 0.85em; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.agenda-card-remove:hover { background: #fdf2f2; color: #c0392b; }

/* Empty / not-logged-in state */
.agenda-empty { text-align: center !important; padding: 3em 1em; width: 100%; }
.agenda-empty-icon { font-size: 2.5em; color: #0E72B9; margin-bottom: 0.5em; display: block; }
.agenda-empty-title { font-size: 1.1em; font-weight: 700; color: #333; margin-bottom: 0.3em; }
#banner .agenda-empty-text { font-size: 0.9em; color: #777; margin: 0 auto 1em; max-width: 400px; text-align: center; line-height: 1.5; }
.agenda-empty-btn { display: inline-block; padding: 8px 20px; background: #0E72B9; color: #fff; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 0.9em; }
.agenda-empty-btn:hover { background: #0a5a94; color: #fff; }

/* Mobile responsive */
@media screen and (max-width: 736px) {
  .agenda-card-thumb { width: 80px; height: 54px; }
  .agenda-card-title { white-space: normal; }
  .agenda-card { gap: 10px; padding: 10px; }
  .agenda-header { flex-direction: column; gap: 4px; text-align: center; }
}

/* ── Schedule List View ── */
.sched-row { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-bottom: 1px solid #eef1f5; transition: background 0.15s; }
.sched-row:hover { background: #f8fafc; }
.sched-row-watched { opacity: 0.55; }
.sched-row-watched:hover { opacity: 0.8; }

.sched-time { flex-shrink: 0; width: 70px; font-weight: 600; font-size: 0.85em; color: #0E72B9; text-align: center; line-height: 1.3; }

.sched-info { flex: 1; min-width: 0; }
#banner .sched-title { display: block; font-weight: 600; font-size: 0.95em; color: #1a1a1a; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-bottom: none; }
#banner .sched-title:hover { color: #0E72B9; border-bottom: none; }
.sched-speaker { font-size: 0.82em; color: #777; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#banner .sched-speaker-link { color: #555; text-decoration: none; border-bottom: none; }
#banner .sched-speaker-link:hover { color: #0E72B9; text-decoration: underline; border-bottom: none; }

.sched-status { flex-shrink: 0; width: 110px; font-size: 0.8em; text-align: right; }

.sched-agenda-btn { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid #d0dde8; background: #fff; color: #999; font-size: 0.8em; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; padding: 0; }
.sched-agenda-btn:hover { border-color: #0E72B9; color: #0E72B9; background: #f4f8fc; }
.sched-agenda-btn.in-agenda { border-color: #27ae60; background: #27ae60; color: #fff; }
.sched-agenda-btn.in-agenda:hover { background: #c0392b; border-color: #c0392b; }

/* Session page agenda button (sidebar box) */
.session-agenda-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 10px 16px; border-radius: 6px; border: 1.5px solid #0E72B9; background: #fff; color: #0E72B9; font-size: 0.9em; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.session-agenda-btn:hover { background: #0E72B9; color: #fff; }
.session-agenda-btn.in-agenda { border-color: #27ae60; background: #27ae60; color: #fff; }
.session-agenda-btn.in-agenda:hover { background: #c0392b; border-color: #c0392b; }

/* Schedule list mobile */
@media screen and (max-width: 736px) {
  .sched-row { flex-wrap: wrap; gap: 4px; padding: 10px 8px; }
  .sched-time { width: auto; font-size: 0.75em; order: -1; text-align: left; margin-bottom: -2px; }
  .sched-info { width: 100%; order: 0; flex-basis: calc(100% - 42px); }
  #banner .sched-title { white-space: normal; }
  .sched-status { width: auto; text-align: left; font-size: 0.75em; order: 2; }
  .sched-agenda-btn { order: -1; margin-left: auto; }
}

/* ── Register Page Status Cards ── */

/* Status card (top banner) */
.reg-status { padding: 20px 24px; border-radius: 10px; margin-bottom: 1.5em; border-left: 5px solid; }
.reg-status-green { background: #f0faf3; border-left-color: #27ae60; }
.reg-status-amber { background: #fff9f0; border-left-color: #e67700; }
.reg-status-red { background: #fdf2f2; border-left-color: #c0392b; }
.reg-status-blue { background: #f4f8fc; border-left-color: #0E72B9; }

.reg-status-header { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.reg-status-icon { font-size: 1.5em; flex-shrink: 0; }
.reg-status-green .reg-status-icon { color: #27ae60; }
.reg-status-amber .reg-status-icon { color: #e67700; }
.reg-status-red .reg-status-icon { color: #c0392b; }
.reg-status-blue .reg-status-icon { color: #0E72B9; }

.reg-status h2 { margin: 0; font-size: 1.2em; line-height: 1.3; }
.reg-status p { margin: 0.4em 0 0; font-size: 0.92em; color: #555; line-height: 1.5; }
.reg-status p:last-child { margin-bottom: 0; }

/* Quick action links row */
.reg-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 1.5em; }
.reg-action-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 0.85em; transition: all 0.2s; }
.reg-action-btn i { font-size: 0.95em; }
.reg-action-primary { background: #0E72B9; color: #fff; }
.reg-action-primary:hover { background: #0a5a94; color: #fff; }
.reg-action-secondary { background: #fff; color: #0E72B9; border: 1px solid #d0dde8; }
.reg-action-secondary:hover { background: #f4f8fc; border-color: #0E72B9; color: #0E72B9; }

/* Alert banner (email confirmation) */
.reg-alert { display: flex; align-items: flex-start; gap: 12px; padding: 14px 18px; border-radius: 8px; margin-bottom: 1.5em; font-size: 0.9em; line-height: 1.5; }
.reg-alert-warn { background: #fff3cd; color: #856404; }
.reg-alert-warn i { color: #e67700; margin-top: 2px; flex-shrink: 0; }
.reg-alert a { color: inherit; font-weight: 600; text-decoration: underline; }

/* Upsell card (archives, pass) */
.reg-upsell { padding: 20px 24px; border-radius: 10px; background: #f4f8fc; border: 1px solid #d0dde8; margin-bottom: 1.5em; }
.reg-upsell h3 { margin: 0 0 0.5em; font-size: 1.05em; color: #1a1a1a; }
.reg-upsell p { margin: 0 0 0.8em; font-size: 0.9em; color: #555; line-height: 1.5; }
.reg-upsell .reg-action-btn { margin-top: 4px; }

/* Not-logged-in feature list */
.reg-features { display: flex; flex-direction: column; gap: 10px; margin: 1em 0 1.5em; }
.reg-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9em; color: #555; line-height: 1.4; }
.reg-feature i { color: #0E72B9; margin-top: 2px; flex-shrink: 0; }

/* Responsive */
@media screen and (max-width: 736px) {
  .reg-status { padding: 16px 18px; }
  .reg-actions { flex-direction: column; }
  .reg-action-btn { justify-content: center; }
}
