#chanceto li {
    list-style-image: url("../images/check-orange.png");
    margin-left: 25px;
    padding-left: 10px;
}
#savethedate {
    padding-bottom: 30px;
}
#savethedate .image_right_bumpup {
    max-width: 45%;
    margin-top: -40px;
}
#savethedate .image_right_bumpup picture img {
    width: 100%;
}
#savethedate .pagecontents {
    padding-top: 40px;
    margin-bottom: 30px;
}

#savethedate h2 {
    font-size: 30px;
    line-height: 40px;
    color: #5B5D61;
    font-weight: 400;
}
@media (max-width: 1000px) {
    #savethedate h2 {
        font-size: 21px;
        line-height: 30px;
    }
}
#savethedate p.date {
    font-weight: 600;
}
#savethedate .pagecontents .imagebuttons {
    width: 100%;
    display: grid;
    grid-template-columns: 300px;
    grid-template-rows: auto auto;
    grid-row-gap: 10px;
}
#savethedate .imagebuttons .buttoncontainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
#summersummit_logo {
    width: 300px;
}
#savethedate .testimonialcontainer {
    border-left: 0.5px solid #B19880;
    margin-top: 20px;
    padding: 5px 100px 10px 30px;
}
#savethedate .testimonialcontainer p {
    font-family: 'Lora', serif;
    margin: 10px 0;
    font-size: 16px;
    color: #B19880;
    font-style: italic;
}
#savethedate .testimonialcontainer p.author {
    text-align: right;
    line-height: 25px;
    margin: 0 0;
}

#annualrecruiting h2 {
    font-size: 34px;
    line-height: 40px;
    color: #5b5d61;
}

@media (max-width: 1000px) {
    #savethedate .summersummit_logo_container {
        width: 100%;
        text-align: center;
    }
    #savethedate .imagecontainer {
        width: 100%;
        margin-top: 30px;
    }
    #savethedate .imagebuttons .buttoncontainer {
        justify-content: center;
    }
    #savethedate .imagebuttons {
        justify-content: center;
    }
    #savethedate .testimonialcontainer {
        border-left: none;
        margin-top: 20px;
        padding: 5px 10% 10px 10%;
    }
}

