html body {
    font-family: Calibri;
    font-size: 11pt;
}

.nav-link {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    color: #333333;
    vertical-align: bottom;
    font-family: Roboto;
}

.supportNowTag {
    font-size: 10pt;
    text-align: center;
    background-color: #11612b;
    padding: 5px;
    font-family: Roboto;
    text-transform: uppercase;
}

.supportNowLink:hover, a.supportNowLink {
    color: #ffffff;
    text-decoration: none;
}

.dropdown-toggle {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    color: rgba(0,0,0,.5);
    vertical-align: bottom;
}

.carousel-indicators li {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

.pageHeader {
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    color: #11612b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pageSubTitle {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    color: #11612b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerRow {
    background-color: #003e13;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10pt;
}

.page-footer {
    margin-top:25px;
}

.greenInfoRow {
    background-color: #e5eee8;
    padding-bottom: 25px;
    vertical-align: middle;
}

a.footerlink:hover, a.footerlink {
    color: #ffffff;
    text-decoration:none;
    padding-right: 15px;
}

.footerheader {
    font-weight: bold;
    font-size: 14px;
    padding-top: 10pt;
    margin-bottom: 0px;
}

.preserveCol {
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    padding-top: 25px;
}

a.preserveLink:hover, a.preserveLink:active, a.preserveLink:visited, a.preserveLink {
    color: #333333;
    text-decoration: none;
}

.preserveColInfo {
    font-size: 12px;
    text-align: center;
    margin-top: 25px;
}

.preserveColInfoHeader {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
}

.preservePicture {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
}

.boldSubHeader {
    font-weight: bold;
    text-align: center;
    line-height: 1px;
    padding-bottom: 10px;
}

.normalSubHeader {
    font-weight: normal;
    text-align: center;
    line-height: 1px;
    padding-bottom: 25px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #11612b;
}

.separator::before {
    margin-right: 1.25em;
    margin-bottom: .25em;
}

.separator::after {
    margin-left: 1.25em;
    margin-bottom: .25em;
}

.boldSubHeaderContentTitle {
    font-weight: bold;
    text-align: left;
    color: #11612b;
    padding-top: 10px;
}

.fullLineSeparator {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.fullLineSeparator::before, .fullLineSeparator::after {
    content: '';
    flex: 1;
    border-bottom: 3px solid #11612b;
}

.btn {
    background-color: #11612b;
    color: #ffffff;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}

.membershipLevelTitle {
    font-weight: bold;
    text-align: left;
    color: #11612b;
}

.membershipLevelPrice {
    font-weight: bold;
    text-align: right;
}

.paymentErrorHeader {
    text-align: center;
    color: #EE0000;
}

.paymentErrorDetail {
    font-style: italic;
}

.donationForm {
}

.errorField
{
    border-color: #EE0000;
}

@media screen and (max-width: 991px) {
    .menu-break {
        display: none;
    }
}

.bold {
    font-weight: bold;
}

.calendar {
    padding-bottom: 25px;
}

.errorText {
    color: #EE0000;
}

.rowpadding {
    padding-top: 25px;
}

.footerLegal {
    font-size: 8pt;
}

#photoHolder {
    position: fixed;
    padding: 25px;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238,238,238,0.8);
    text-align: center;
}

#displayPhoto {
    padding: 25px;
    max-width: 80%;
    max-height: 80vh;
    margin: auto;
}

.socialIcon {
    width: 50px;
    height: 50px;
    padding: 10px;
}

.totalText {
    font-size: 24px;
    font-weight: bold;
}

.eventCheckBox input[type="checkbox"] {
    margin-right: 5px;
}

.wildlife-notice {
    background: #f6fbf7;
    border: 1px solid #cfe3d3;
    border-left: 6px solid #0b6b3a;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 20px 0 25px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.wildlife-notice-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #0b6b3a;
    margin-bottom: 8px;
}

.wildlife-notice-text {
    font-size: 17px;
    line-height: 1.7;
    color: #333333;
    margin: 0;
}

.wildlife-notice-text strong {
    color: #0b6b3a;
}