#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full) {
   -webkit-flex: 0 0 50%;
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   padding: 0 8px 16px;
}



#eb.eb-mod.eb-mod-search .form-control {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 12px;
    border-radius: 10px 0 0 10px;
}


#eb .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: unset;
}



#eb .mod-btn-primary {
    color: #fff !important;
    background-color: #263674 !important;
    border-color: #263674 !important;
}



#eb .mod-btn-primary:hover {
    color: #fff !important;
    background-color: #f26e29 !important;
    border-color: #f26e29 !important;
}


#eb.eb-mod.eb-mod-search .mod-btn {
    height: 43px;
}


#eb .mod-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}



.sppb-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 16px 30px !important;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 100px !important;
    transition: all .15s ease-in-out;
}



#eb .eb-card__title {
    color: #263674;
    font-weight: bold;
    line-height: 1;
    font-size: 24px;
}


#eb .eb-card__title a {
    color: #263674;
}



#eb .reset-heading {
    background: none;
    border: medium none;
    clear: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
    font-size: 40px;
    color: #263674;
}



.ba-album.css-style-13 .ba-caption h3, .ba-album.css-style-13 .ba-caption p, .ba-gallery-grid.css-style-13 .ba-caption h3, .ba-gallery-grid.css-style-13 .ba-caption p, .ba-album.css-style-11 .ba-caption h3, .ba-album.css-style-11 .ba-caption p, .ba-gallery-grid.css-style-11 .ba-caption h3, .ba-gallery-grid.css-style-11 .ba-caption p {
    color: #fff;
    line-height: normal !important;
    margin: 10px !important;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #263674;
}


@media (max-width: 1300px){
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding-right: 24px !important;
}
}