#top_grid {
    margin: 0 auto;
    position: relative;
    min-height: 600px;
    text-align: center;
}

.griditem {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    max-width: 170px;
}

.inn {
    display: inline-block;
}

.img_box {
    margin: 0 1%;
}

.img_box img {
}

#top_grid .img_box img {
    border-radius: 100%;
    transition: all .2s ease-in-out;
}

#top_grid .img_box img:hover {
    transform: scale(1.04,1.04);
}

.speaker_name {
    font-size: .7em;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 6px;
    text-align: center;
    width: 100%;
    height: 50px;
}

.hosted {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}

.host_name {
    margin-top: 15px;
    color: #000;
}


#partners_grid .img_box {
    position: relative;
    margin: 4px 4px 50%;
    top: 50%;
}

#partners_grid .img_box img {
    position: relative;
    max-height: 250px;
}
    

.arrow_button_box {
    margin: 0 auto;
}

.arrow_button_box h1, .arrow_button_box h2, .arrow_button_box h3 {
    float: left;
    margin: 35px 0 5px;
    width: 55%;
}

#arrow_button {
    margin-top: 5px;
    width: 45%;
    float: left;
    position: relative;
    background-color: #006FD8;
    z-index: 0;
}

.red_theme #arrow_button {
    background-color: #990100;
}

#arrow_button img {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    z-index: -1;
}

#reg_arrow_txt {
    color: #fff;
    font-size: 1.4em;
    font-size: 2.5vw;
    line-height: 1.1em;
    position: absolute;
    top: 12%;
    text-align: center;
    width: 100%;
    z-index: -2;
}

#overcat {
    z-index: 1;
}

#colorbox {
    z-index: 10;
}



.arrow_button_box a.colorbox-inline {
    margin: 12px auto 0;
    margin: 0;
    font-size: inherit;
    padding: 0;
    width: 100%;
    background: none;
    display: inline;
}

.bio_click {
    color: #777;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    display: inline;
}


.p_indent p {
    margin: 0 5% 30px;
    line-height: 1.4em;
}

.p_indent li {
    margin: 0 5% 10px;
    line-height: 1.4em;
}

.reg_button {
    font-size: 2.3em;
    font-size: 3.4vw;
    margin: 30px auto;
    width: 60%;
}

.relative h3 {
    color: #fff;
    float: left;
    font-size: 2em;
}

#partners_grid {
    text-align: center;
}


@media (min-width: 1400px) {
    .reg_button {
        font-size: 2.13em;
    }
    #reg_arrow_txt {
        font-size: 1.5em;
    }
}

.blue,a.blue {
    color: #4B65B4;
}


.gold,a.gold {
    color: #efaa29;
}


#reg_form {
    color: #fff;
    border-radius: 20px;
    padding: 5% 5% 15%;
    background-color: #006FD8;
    border: #000 solid 1px;
}

#s1 .div_cb {
    font-size: .8rem;
    font-weight: 500;
    line-height: .7rem;
    margin: 11px 0;
}


button.gold_bg {
    padding: .37em .8em;
    width: 97%;
}

#form_error {
    background-color: #d35e5e;
    font-size: .78rem;
    line-height: .5rem;
    padding: 4px;
    display: none;
}

.reg_form_4 button.gold_bg {
    background-color: #846000;
}

.reg_form_form .div_cb {
    margin: 5px 5%;
}

.reg_form_form input[type="checkbox"] {
    position: relative;
    top: -6px;
}

.reg_form_form button.gold_bg,.reg_form_form a.gold_bg {
    padding: .37em .8em;
    width: 80%;
    margin: 5px auto 0;
}


.page-spotlight #arrow_text_button {
    float: left;
    margin: -420px 0 0 66%;
    width: 50%;
}

.page-spotlight .arrow_button_box h2 {
    clear: both;
    float: none;
    line-height: 1.1em;
    margin: 20px 20% 15px 9%;
    width: 80%;
    font-size: 2.5em;
}

.spotlight_player #jp_readings {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


.mp3_container {
    height: 60px;
    overflow: hidden;
}

.spotlight_box .spotlight_photo {
    margin: 2px 0 5px 2px;
}

label.option {
    line-height: 1em;
    margin: -25px 0 0 30px;
    display: inline-block;
}


@media (max-width: 420px) {

    #inner {
        width: 100%;
    }
    
    .arrow_button_box h1, .arrow_button_box h2, .arrow_button_box h3, #arrow_button {
        float: none;
        width: 100%;
        font-size: 1.75rem;
        letter-spacing: -.08rem;
        line-height: 1.75rem;
    }
    
    #reg_arrow_txt {
        font-size: .7em;
        letter-spacing: -.08rem;
        line-height: 1em;
    }
    
    .bordered h2, .speaker_sessions h2 {
        font-size: 2rem;
    }
    
    .griditem {
        width: 45%;
    }
    
    .bio_click {
        display: block;
    }
    
    .griditem {
        width: 30%;
    }
    
    .hosted {
        display: block;
        float: none;
        margin: 1% auto;
    }
    
    .reg_button {
        font-size: 2em;
        line-height: 1.2em;
        width: 95%;
    }
        
}
