body {
    padding: 0px;
    margin:  0px;
    box-sizing:border-box;
    background-color:#002664;
    font-family: Barlow, Arial, sans-serif;
}

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

h1 {
    border-left:10px solid #ff5f00;
    padding-left: 10px;
    margin-left: -20px;
    line-height: 1.5em;
}

.peeps {
    width: 120px;
}

.header {
    background-color:#002664;
    color: #fff;
    width: 100%;
    min-height: 144px;
    border-bottom: 4px solid #ff5f00;
}
.footer {
    background-color:#002664;
    color: #fff;
    width: 100%;
    min-height: 44px;
    border-top: 4px solid #ff5f00;
}

.title {
    margin-left: 10px;
    margin-top: 20px;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: rgba(255,255,255,0.5);
}

.menulinks {
    position: relative;
    top:75px;
    right: 10px;
    float: right;
}

.secA {
    display: inline-block;
    background-color:#fff;
    color: #555;
    width: 100%;
    min-height: 400px;
}
.secB {
    display: inline-block;
    background-color:#eee;
    color: #333;
    width: 100%;
    min-height: 400px;
}

.content {
    width: 850px;
    margin: 0 auto;
    line-height: 1.6em;
    margin-top: 30px;
    margin-bottom: 50px;
}

.butt {
    color: #555;
    font-weight: bold;
    transition: background-color .15s, border-color .15s, color .15s;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 10px 15px;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 5px #ccc;
}
.butt:hover {
    color: #fff;
    background-color: #ff5f00;
    border-color: #fff;
}

.textlink {
    font-weight: bold;
    text-decoration: none;
    color: #006dff;
}
.textlink:hover {
    color: #82003b;
}


.buttab {
    display: inline-block;
    color: #888;
    font-weight: bold;
    transition: background-color .15s, border-color .15s, color .15s;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 10px 15px;
    background-color: #fff;
    text-decoration: none;
}
.buttab:hover {
    color: #fff;
    background-color: #ff5f00;
    cursor: pointer;
}
.buttabSEL {
    color: #222;
    font-weight: bold;
    transition: background-color .15s, border-color .15s, color .15s;
    background-color: #f3f3f3;
    margin-bottom:-2px;
    transform: scaleY(1.05);
}

.center {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}

.sponsor {
    vertical-align: top;
    text-align: center;
    height: 100px;
    width: 365px;
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    transition: transform .15s;
}
.silver {
    qqqheight: 100px !important;
    width: 225px !important;
}
.bronze {
    height: 50px !important;
    width: 150px !important;
}
.sponsor:hover, .XX_minisponsor:hover {
    box-shadow: 0 0 5px #ccc;
    transform: scale(1.1);
    cursor:pointer;
}
.notsponsor {
    opacity: 0.3;
}


.minisponsor {
    vertical-align: top;
    text-align: center;
    width: 172px;
    height: 50px;
    display: inline-block;
    padding: 2px 3px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    transition: transform .15s;
}

.sponsorpop {
    display:none;
    position:fixed;
    left:25px;
    top:25px;
    z-index:999;
    border:3px solid black;
    max-width:80vw;
    max-height:90vh;
    padding:20px;
    background-color: #fff;
}
.sponsorpop img {
    max-width:80vw;
    max-height:90vh;
}
.sponsorpopx {
    float: right;
    position: relative;
    top: -22px;
    right: -23px;
    width: 40px;
    padding:5px;
    text-align: center;
    font-size:xxx-large;
    cursor:pointer;
    color:#fff;
    background-color: #000;
    border:3px solid black;
}
.sponsorpopx:hover {
    background-color: #ff5f00;
}


.hotelbox {
    padding:20px;
    width:380px;
    display:inline-block;
    vertical-align:top;
    background-color: #fff;
    border: 1px solid #fff;
}
.sched2, .hotelbox:hover {
    border-radius: 5px !important;
    border: 1px solid #999 !important;
    background-color: #ddd !important;
    box-shadow: 0 0 5px #ccc !important;
}

.session {
    border-radius: 5px !important;
    border: 1px solid #999 !important;
    background-color: #555 !important;
    color: #f3f3f3 !important;
    box-shadow: 0 0 5px #ccc !important;
}

.time {
    float: left;
    min-width: 50px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    XXcolor:#000;
}
.speaker {
    display: inline;
    line-height: 1.3em;
}
.sched {
    margin-top: 5px;
    padding: 5px;
    display: grid;
    grid-template-columns: min-content auto;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}
.sched:hover {
    border-radius: 5px;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}
.wabs:hover {
    cursor:pointer;
    position:relative;
}
.wabs:hover::before {
    position:absolute;
    left: -40px;
    color: #ff5f00;
    font-size: 40px;
    font-weight: bold;
    content: "+";
}

.sched_now {
    margin-top: 5px;
    margin-left: -15px;
    padding: 10px;
    display: grid;
    grid-template-columns: min-content auto;
    width: calc(100% - 5px);
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #ff5f00;
    border-left: 10px solid #ff5f00;
    box-shadow: 0 0 5px #ccc;
}


.schedsection {
    border: 1px solid #999;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    border-radius: 5px;
}

.lt {
    border: 1px solid #999;
    border-radius: 20px;
    background-color: #ddd;
    padding: 2px 5px;
    float: right;
    font-weight: bold;
}


.hidden {
    display: none;
}

.abs {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    padding: 0;
}
.abs.open {
    border: 1px solid #999;
    background-color: #ddd;
    padding: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) inset;
}


.tppspinner1 {
    display:inline-block;
    border: 50px solid #002664;;
    border-right: 50px solid #006dff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    animation: tppspin 2s linear infinite;
}
.tppspinner2 {
    position: relative;
    top: -20px;
    left: -50px;
    display:inline-block;
    border: 50px solid #22eceb;
    border-left: 50px solid #006dff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: tppspin 2s linear infinite reverse;
}
.tppspinner3 {
    position: relative;
    top: -75px;
    left: -300px;
    display:inline-block;
    background: #22eceb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@keyframes tppspin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

