.event_row{
    justify-content: center;
}

#sixty_forty-1879352 > div.build-column.sixty{
    width: 67rem;
}

#sixty_forty-1879352 > div.build-column.forty{
    width: 33rem;
}

p {
    line-height: 130%;
    padding-top: 5px;
    padding-bottom: 10px;
}
h1, h2, h3 {
    padding-top:10px;
}

#member_type .important-note {
    background-color: #ffecec;
    font-size: 10pt;
    padding: 10px;
    padding-left: 30px;
    margin:0px;
    line-height: 140%;
    max-width: 780px;
}

select {
    font-size: 11pt;
    padding: 10px;
    border: #820263;
    border-radius: 4px;
    background-color: #f1f1f1;
    margin-left: 10px;
}

input[type=text] {
    padding: 10px;
    margin-left: 10px;
}

.field-label {
    font-size: 11pt;
    font-weight: bold;
    padding: 10px;
    margin-right: 10px;
}

.ce-button {
    background-image:none;
    background-color: #521c50;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 25px;
    transition: all .5s ease;
    border: 2px solid #521c50;
    margin-left: 5px;
}

.ce-button:hover {
    background-image:none;
    background-color: #820263;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 25px;
    transition: all .5s ease;
    border: 2px solid #820263;
    margin-left: 5px;
}
/*
div.instruction-text {
    background-color: #fff8c4;
    background-color: #e5d6f3;
    border:1px solid #f2c779;
    border:1px solid #820263;
    color: #111111;
    font-size: 10pt;
    padding: 10px;
    margin:0px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 140%;
    max-width: 800px;
}
*/

footer {
background-color:#ffffff; /* footer color is white*/
}

.footer-container, .footer-container a, .footer-container span {
    color: #000000; /* footer font is black*/
font-family:Lato,sans-serif;
line-height:2;
background-color: #ffffff;
}