﻿        .responsive {
            width: 100%;
            height: auto;
        }

        @keyframes slidy {
            0% {
                left: 0%;
            }

            20% {
                left: 0%;
            }

            25% {
                left: -100%;
            }

            45% {
                left: -100%;
            }

            50% {
                left: -200%;
            }

            70% {
                left: -200%;
            }

            75% {
                left: -300%;
            }

            95% {
                left: -300%;
            }

            100% {
                left: -400%;
            }
        }

        div#slider {
            overflow: hidden;
        }

            div#slider figure img {
                width: 20%;
                float: left;
            }

            div#slider figure {
                position: relative;
                width: 500%;
                margin: 0;
                left: 0;
                text-align: left;
                font-size: 0;
                animation: 30s slidy infinite;
            }

        .rbl input[type="radio"] {
            margin-left: 10px;
            margin-right: 1px;
        }

        .pwBlock {
            position: relative;
        }

        .ModalPopupBG {
            background-color: #666699;
            filter: alpha(opacity=50);
            opacity: 0.7;
        }

        body {
            background-color: #FFFFFF;
            font: Arial, Helvetica, sans-serif;
            color: #666;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
        }

        .imgDisplay {
            max-width: 900px;
            width: 100%;
            display: block;
            height: auto;
        }

        .imgDisplay {
            max-width: 900px;
            width: 100%;
            display: block;
            height: auto;
        }

        .dropShadow { 
        } 
        .dropShadow img { 
            filter:drop-shadow(10px 10px 10px gray); 
        }

        .imgTitle {
            max-width: 2000px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: block;
            height: auto;
        }

.hr_grey {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.video-container
{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

        .fHost {
            font-style: italic;
            font-size: calc(24px + 1vw);
            font-weight:bold;
            padding:0px;
            margin:0px;
            font-family: Arial, Helvetica, sans-serif;
        }

        .pBlurbNormal {
            font-style: normal;
            font-size: 20px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

        .pBlurbSmall {
            font-style: normal;
            font-size: calc(14px + 1vw);
            font-family: Arial, Helvetica, sans-serif;
}

        .pBlurb {
            font-style: italic;
            font-size: calc(24px + 1vw);
            font-weight:bold;
            padding:0px;
            margin:0px;
            font-family: "Dancing Script";
        }

            .pBlurb::first-letter {
                text-transform: uppercase;
                font-size: calc(36px + 1vw);
                font-weight: bold;
                font-style: italic;
                font-family: "Dancing Script";
                letter-spacing: 2px;
            }

        a {
            color: #69C;
            text-decoration: none;
        }

            a:hover {
                color: #F60;
            }

        h1, h2, h3 {
            color: #000;
            line-height: 120%;
            margin: 30px 0 10px;
        }

        h1 {
            font-size: 1.7em;
            color: #000;
        }

        h2 {
            font-size: 1.4em;
            border-top: solid 1px #eee;
            padding-top: 20px;
        }

        h3 {
            font-size: 1.1em;
        }

        /* nav */
        .nav {
            margin: 20px 0;
        }

            .nav ul {
                margin: 0;
                padding: 0;
            }

            .nav li {
                margin: 0 5px 10px 0;
                padding: 0;
                list-style: none;
                display: inline-block;
                *display: inline; /* ie7 */
            }

            .nav a {
                padding: 3px 12px;
                text-decoration: none;
                color: #999;
                line-height: 100%;
            }

                .nav a:hover {
                    color: #000;
                }

            .nav .current a {
                background: #999;
                color: #fff;
                border-radius: 5px;
            }

            /* right nav */
            .nav.right ul {
                text-align: right;
            }

            /* center nav */
            .nav.center ul {
                text-align: center;
            }

        @media screen and (max-width: 600px) {
        .pBlurbNormal {
            font-style: normal;
            font-size: 16px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
            .nav {
                position: relative;
                min-height: 40px;
            }

                .nav ul {
                    width: 180px;
                    padding: 5px 0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border: solid 1px #aaa;
                    background: #fff url(/images/icon-menu.png) no-repeat 10px 11px;
                    border-radius: 5px;
                    box-shadow: 0 1px 2px rgba(0,0,0,.3);
                }

                .nav li {
                    display: none; /* hide all <li> items */
                    margin: 0;
                }

                .nav .current {
                    display: block; /* show only current <li> item */
                }

                .nav a {
                    display: block;
                    padding: 5px 5px 5px 32px;
                    text-align: left;
                }

                .nav .current a {
                    background: none;
                    color: #666;
                }

                /* on nav hover */
                .nav ul:hover {
                    background-image: none;
                }

                    .nav ul:hover li {
                        display: block;
                        margin: 0 0 5px;
                    }

                    .nav ul:hover .current {
                        background: url(/images/icon-check.png) no-repeat 10px 7px;
                    }

                /* right nav */
                .nav.right ul {
                    left: auto;
                    right: 0;
                }

                /* center nav */
                .nav.center ul {
                    left: 50%;
                    margin-left: -90px;
                }
        }
