.rewards-card {
    padding: 16px;
    min-height: 180px;
    border: 2px solid #c4c4c4;
}

.lids-btn {
    color: #fff;
    background-color: #002554;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #002554;
    border-radius: 3px;
    padding: 12px 24px;
    display: inline-block;
    transition: all 250ms;
}

.lids-btn.alt {
    background-color: white;
    color: #002554;
}

.lids-btn.alt:hover {
    color: white;
    background-color: #002554;
}


.lids-btn.small {
    font-size: 14px;
}

.lids-btn.block {
    width: 100%;
    display: block;
    text-align: center;
}

.lids-btn:hover,
.lids-btn:focus
{
    text-decoration: none;
    color: #002554;
    border-color: #002554;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

form label {
    color: #002554;
}

form select.form-control,
form input[type="text"],
form input[type="email"],
form input[type="password"]
{
    transition: border-color 250ms;
    background-color: white;
    border: 2px solid #c0c0c0;
    border-radius: 0;
}

.inline-fields {
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between;
}

form .form-title {
    color: black;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 16px;
    display: inline-block;
}
.inline-fields input,
.inline-fields select
{
    margin-right: 16px;
}
.inline-fields input:last-of-type,
.inline-fields select:last-of-type {
    margin-right: 0;
}

form select.form-control:focus,
form select.form-control:active,
form input[type="text"]:focus,
form input[type="text"]:active,
form input[type="email"]:focus,
form input[type="email"]:active,
form input[type="password"]:focus,
form input[type="password"]:active {
    border-color: #002554;
}
form input[type="text"][readonly="readonly"] {
    background-color: rgba(79,79,79,0.2);
}


form .form-group {
    margin-bottom: 24px;
}

form .alert.alert-danger {
    border-color: #8a1313;
    background-color: #8a1313;
    padding: 6px;
    color: white;
    font-size: 12px;
    margin-bottom: 16px;
}


.lids-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}
.lids-loading i {
    margin-right: 8px;
}

.current-page-ancestor a::after {
    transform: scaleX(.17) !important;
}


/** Cherry port */

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*Post gallery prev/next*/
body .post-gallery_prev, body .post-gallery_next {
    border-radius:5px;
    color:#fff;
    width:60px;
    height:60px;
    line-height:55px;
}
body .post-gallery_prev {
    left:30px;
}
body .post-gallery_next {
    right:30px;
}

.post-gallery_prev, .post-gallery_next {
    background-color: #1d1d1d;
    color: #ffffff;
}

.fl-page-content table {
    border: 1px solid rgb(207,207,207);
}
.table, table {
    width: 100%;
}

table {
    max-width: 100%;
    background-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl-page-content table > thead > tr > th,
.fl-page-content table > thead > tr > td,
.fl-page-content table > tbody > tr > th,
.fl-page-content table > tbody > tr > td,
.fl-page-content table > tfoot > tr > th,
.fl-page-content table > tfoot > tr > td {
    border: 1px solid rgb(207,207,207) !important;
    line-height: 24px;
    padding: 5px;
    font-size: 14px;
}