body {
    background-color: #a3d8e7;
    font-size: 14pt;
    line-height: 18pt;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

h2 {
    font-size: 38pt !important;
    padding-bottom: 0.5em;
}

h3 {
    font-size: 17pt !important;
    line-height: 18pt;
    padding-bottom: 18pt;
}

h4 {
    font-size: 15pt !important;
    line-height: 16pt;
}

.bg-secondary {
    color: #a3d8e7;
    background-color: #eb6021;
}

.eventtitle {
    opacity: 0.5;
    transition: .5s;
    cursor: pointer;
}

.eventtitle.active {
    opacity: 1;
}

#event_description > div {
    opacity: 0;
    transition: .5s;
    z-index: 0;
    position: relative;
}

#event_description > div.show {
    opacity: 1;
    transition-delay: .3s;
    z-index: 100;
}

#event_description:after {
    content: '';
    display: table;
    clear: left;
}

#event_description > div {
    float: left;
    width: 100%;
    margin-right: -100%;
}

#event_description ul li:before {
    content: "– ";
}

#event_description ul li {
    text-indent: -14px;
}

table {
    width: 100%;
}

table td {
    vertical-align: top;
    padding: 0 1em 0.5em 0;
}

@media (max-width: 700px) {
    table td {
        float: left;
        width: 100%;
    }
}

@media (max-width: 640px) {
    body {
        margin-left: 20px;
        margin-right: 20px;
    }

    .bg-secondary {
        margin-left: -20px;
        margin-right: -20px;
    }

    #logo-red {
        margin-bottom: 30px;
    }
}

p {
    padding-bottom: 18pt;
}

p:last-child {
    padding-bottom: 0;
}

input {
    width: 100%;
    border-bottom: 4px dotted #a3d8e7;
    background-color: transparent;
    font-family: 'ff-nexus-typewriter', sans-serif;
    font-size: 14pt !important;
    font-weight: bold;
    color: #a3d8e7 !important;
    padding-bottom: 0.2em;
    margin-bottom: 1.5em;
}

select {
    background-color: transparent;
    font-family: 'ff-nexus-typewriter', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #a3d8e7 !important;
    margin-bottom: 1.5em;
}

button {
    font-size: 14pt;
    letter-spacing: 0.04em;
    padding: 8px 12px 3px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Chunko Bold Demo';
}

.bg-secondary button {
    color: #eb6021;
    background-color: #a3d8e7;
}

#registration-banner {
    width: 100%;
}

#logo-red {
}

form .hpt {
    display: none;
}


