body {
    font-family: "Helvetica", sans-serif;
    padding-top: 6px;
    position: relative;
}

body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: #2c8fc6;
    background: linear-gradient(to right, #2c8fc6 0%, #0E6397 100%);
    background: -webkit-linear-gradient(left, #2c8fc6 0%, #0E6397 100%);
}

.footer-copyright {
    font-size: 12px;
    color: #0d5797;
}

.footer-content {
    font-size: 11px;
}

p.small-copy {
    margin-bottom: 25px;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    color: #4a4b4c;
    line-height: 1.15;
}

h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.1;
}

.flex-align-baseline {
    align-items: baseline;
}

.flex {
    display: flex;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-select-input {
    outline: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 16px;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 10px;
}
.custom-select-input .btn {
    outline: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 16px;
    border-radius: 0;
    padding-bottom: 0;
    line-height: 1.7;
}
#rsvp-error, #search-error {
    display: block;
    margin-bottom: 10px;
}
.error, .error input {
    color: #ff0000 !important;
}
.error ::-webkit-input-placeholder {
    color: #970d0d
}

.error ::-moz-placeholder {
    color: #970d0d
}

.error :-ms-input-placeholder {
    color: #970d0d !important
}

.error :-moz-placeholder {
    color: #970d0d
}

.error::-moz-placeholder {
    color: #970d0d !important
}

.error::placeholder {
    color: #970d0d !important
}
.more-less {
    float: right;
    color: #fff;
}
.panel-title>a {
    text-decoration: none;
}
.flex-center {
    display: flex !important;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
}
.border-bottom {
    border-bottom: 1px solid #c0c0c0;
}