*  {
    /*color: black;*/
    font-family: 'Merriweather Sans', sans-serif;
}

#eventfeed {
    width: 70%;
    margin: 50px auto 80px auto;
    max-width: 1200px;
}

.event-block {
    border-bottom: 1px solid #FF5F00;
    padding: 50px 0;
}

.event-circle {
    border: 2px solid #FF5F00;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 0 0;
}

.event-circle p {
    color: #FF5F00;
}

.event-circle p:first-child {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.event-circle p:nth-child(2) {
    font-size: 40px;
    font-weight: 800;
    /* margin-top: -20px; */
}

body.sp .event-circle p:nth-child(2){
    font-size: 20px;
    line-height: 25px;
}

body.sp .event-circle p:first-child{
    font-size: 35px;
    line-height: 38px;
}

body.sp .event-circle p.event-year{
    margin-top: 5px;
}

.event-circle p:nth-child(3) {
    font-size: 17px;
    font-weight: 800;
    /* margin-top: -12px */
}

.event-details {
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
    width: 60%;
}

.event-details p {
    color: #FF5F00;
    font-size: 14px;
    font-weight: 400;
}

.event-details p:first-child {
    font-size: 20px;
    font-weight: 900;
    
}

.event-left {
    display: inline-block;
    width: 45%;
    border-right: 1px dotted #FF5F00;
}

.event-right {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    padding-left: 30px;
    width: 54%;
}

.event-right h2 {
    font-size: 25px;
    line-height: 115%;
    
}

.event-right h2 a {
    color: #000033;
}

#eventnode {
    width: 70%;
    margin: 30px auto;
}

.orange-event {
    background: #FF8740;
    padding: 50px 25px;
    border-top-right-radius: 100px;
}

.orange-event-circle {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    border-radius: 38px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.orange-event-address {
    display: inline-block;
    width: 75%;
    border-bottom: 1px white;
    border-bottom-style: dashed;
    vertical-align: middle;
    padding-bottom: 5px;
    margin-left: 3%;
}

.orange-event-address p {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.orange-event-circle p:first-child {
    color: #fff;
    font-weight: 700;
    /*margin-top: 7px;*/
}

.orange-event-circle p:nth-child(2) {
    font-size: 27px;
    margin-top: -14px;
    font-weight: 700;
    color: #fff;
}

.orange-event-circle p:last-child {
    margin-top: -10px;
    color: #fff;
    font-size: 13px;
}

body.sp .orange-event-circle p:last-child{
    margin-top: -6px;
}

.orange-event-title {
    padding: 10px 0;
}

.orange-event-title h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 115%;
}

.orange-event-title h3 {
    margin: 10px 0 0;
    color: #fff;
    font-style: italic;
}

.blue-event-section p {
    color: #004FA7;
    font-size: 20px;
    /*width: 300px;*/
}

.blue-event-section {
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 50px 0;
}

.blue-event-section.evt-no-border{
    border: none;
    padding: 0px;
}

.event-body {
    margin-bottom: 50px;
}

.event-body p {
    font-size: 18px;
}

.event-right h2 a:hover {
    text-decoration: underline;
    opacity: .8;
    transition: .2s ease;
}

.callout-right .callout-donate a:hover {
    border: 3px solid #fff;
    color: #004FA7;
    background: #fff;
    transition: .2s ease;
}

.event-header {
    padding: 150px 0 50px;
    background: blue;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.event-header-container {
    margin: 0 10%;
}
.event-header h1 {
    font-size: 50px;
    color: white;
    font-family: 'Merriweather', sans-serif;
}

.yellow-callout {
    background: #FFE880;
    width: 90%;
    margin: 0 0 100px auto;
    border-radius: 100px 0px 0px 100px;
}

.callout-left {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
}

.callout-right {
    width: 38%;
    display: inline-block;
}

.callout-left h3 {
    color: #004FA7;
    font-weight: 900;
    font-size: 20px;
    margin: 0px;
}

.callout-right .callout-donate {
    display: inline-block;
    vertical-align: middle;
}

.callout-right .callout-donate a {
    padding: 10px 20px;
    border: 3px solid #004FA7;
    border-radius: 25px;
    font-weight: 900;
}



.callout-right img {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}


@media (max-width: 950px) {
    /*.event-details {
        width: 90%;
    }
    .event-left {
        width: 30%;
        padding-right: 5%;
    }
    .event-right {
        width: 65%;
    }*/
}

@media (max-width: 800px) {
    .callout-left {
        width: 90%;
        margin-top: 30px;
        text-align: center;
    }

    .yellow-callout {
        background: #FFE880;
        width: 100%;
        margin: 0 auto 100px;
        border-radius: 0;
    }

    .callout-right .callout-donate {
        display: block;
        margin: 30px 0;
    }

    .callout-right img {
        width: 150px;
        display: block;
        vertical-align: middle;
        margin: 0 auto 30px;
    } 
    
    .callout-right {
        width: 90%;
        margin-left: 5%;
        text-align: center;
    }
}

/*@media (max-width: 600px) {
    .event-circle {
        width: 65px;
        height: 65px;
    }
    .orange-event-address {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
    }
    .event-circle p:first-child {
        font-size: 12px;
    }
    .event-circle p:nth-child(2) {
        font-size: 22px;
        margin-top: -10px;
    }
    .event-circle p:nth-child(3) {
        font-size: 11px;
        margin-top: -7px;
    }
    .event-details p {
        font-size: 10px;
    }
    .event-details p:first-child {
        font-size: 15px;
    }
    .event-right h2 {
        font-size: 20px;
    }
    .event-right {
        padding-left: 5%;
    }
}*/