.bg-container {
    margin-top: 50px;
}

.bg-listing {
    min-height: 150px;
    border: solid 1px #8198b7;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 1px 2px 3px #ebf1f9;
    -moz-box-shadow: 1px 2px 3px #ebf1f9;
    -webkit-box-shadow: 1px 2px 3px #ebf1f9;
}

.bg-listing .bg-inner {
    padding: 10px 30px 20px 30px;
    position: relative;
}

.bg-listing .bg-address {
    position: relative;
    padding: 5px 0 5px 15px;
    background-color: #ebf1f9;
    min-height: 36px;
    padding-right: 100px;
}

.bg-listing .bg-address .bg-more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background-color: #004c78;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    text-align: center;
}

.bg-listing .bg-address .bg-more:hover {
    background-color: #4d72a5;
    transition: all 0.5s;
}

.bg-listing .bg-title {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    text-transform: uppercase !important;
    color: #004c78;
}

.bg-listing .bg-image {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-right: 25px;
    border: solid 1px #ebf1f9;
    padding: 2px;
}

.bg-listing .bg-details {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    position: static;
}

.bg-listing .bg-details .bg-detail,
.bg-more-details .bg-detail {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.bg-listing .bg-details .bg-detail a {
    color: #000;
}

.bg-listing .bg-details .bg-details-right {
    position: absolute;
    right: 30px;
    top: 10px;
    height: 100%;
    text-align: right;
}

.bg-listing .bg-details .bg-details-right .bg-detail {
    margin-bottom: 20px;
}

.bg-listing.enhanced {
    background-color: #fafafb;
}

.bg-pagination {
    font-size: 16px;
}

.bg-pagination a,
.bg-pagination span {
    margin-right: 5px;
    padding: 3px 10px 5px;
    border: solid 1px #ccc;
    color: #000000;
}

.bg-pagination span {
    background-color: #ccc;
}

.bg-search {
    margin-bottom: 30px;
}

.bg-search input {
    height: 40px;
    line-height: 40px;
}

.bg-buttons {
    margin-bottom: 50px;
    text-align: center;
}

.bg-buttons p {
    font-family: 'Roboto Condensed', sans-serif;
}

.bg-buttons a.bg-button {
    color: #ffffff;
    background-color: #004c78;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    max-width: 200px;
    display: block;
    margin: auto;
    font-size: 18px;
}

.bg-more-details {
    display: none;
}

.bg-categories {
    margin-bottom: 50px;
}

.bg-categories label {
    color: #000;
}

.bg-categ {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    padding: 10px 20px;
    border: solid 1px #000000;
    line-height: 19px;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    background-color: #004c78;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.bg-categ:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 15px;
    color: #ffffff;
}

.bg-categ-wrap.active .bg-categ:after {
    content: "\f106";
}

.bg-categ a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bg-social-icons {
    margin: 0 30px 20px;
}

.bg-social-icon {
    display: inline-block;
    margin-right: 10px;
}

.bg-social-icons i {
    margin-right: 15px;
}

.bg-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0 !important;
}

.bg-breadcrumb li {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}

.bg-breadcrumb li i {
    margin: 0 10px 0 10px;
}

.bg-breadcrumb li:last-child {
    font-weight: bold;
}

.bg-breadcrumb li:last-child i {
    display: none;
}

.bg-terms-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 20px !important;
    display: none;
}

.bg-categ-wrap {
    margin-bottom: 20px;
}

.bg-categ-wrap.active .bg-terms-list {
    display: block;
}

.bg-terms-list li {
    list-style: none !important;
    font-size: 16px;
    margin: 5px 0 !important;
}

.bg-terms-list li a,
.bg-terms-list li a:active,
.bg-terms-list li a:visited {
    color: #004c78;
}

.bg-features {
    border: none;
    background: #e5edf1;
    margin-top: 10px;
    padding-top: 10px;
}

.bg-feature-title-container {
    text-align: center;
    line-height: 10px;
    margin-top: 20px;
}

.bg-feature-title {
    padding: 0 10px; 
    margin-top:20px;
    font-size: 18px;
}

.bg-feature-item {
    padding: 10px 0; 
    min-height:100px;
}

.bg-feature-item-title {
    margin: 0;
    font-weight: bold;
}

.bg-feature-item-title a {
    text-decoration: none; 
    color:#000000;
}

.bg-feature-img {
    width: 100px;
}

.bg-feature-item p {
    font-size:12px !important;
    margin-bottom: 0px;
}

.bg-feature-video {
    width: 250px; 
    height: 150px; 
    margin: 10px 10px 10px 0; 
    float: left;
}

.bg-container .cn-alphaindex {
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: center;
}

.bg-container .alpha-letter {
    font-size: 20px;
    font-weight: normal;
    margin: 0 5px;
}

.bg-container .alpha-letter.sel {
    font-weight: bold;
}

.bg-search-input-wrap {
    text-align: center;
}

.bg-search-field {
    display: inline-block;
}

.bg-search-field {
    border: solid 1px #666666;
    position: relative;
}

.bg-search-field:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
}

.bg-search-input-wrap input {
    min-width: 350px;
    border-radius: 0;
    border: none;
}

.bg-filter-field {
    border: solid 1px #666666;
    position: relative;
    margin-top: 25px;
    display: inline-block;
}

.bg-filter-field select {
    width: 350px;
    border-radius: 0;
    border: none;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
}

.bg-filter-field:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 15px;
    background-color: #fff;
}

h3.bg-categories-label {
    font-weight: 500;
    font-size: 16px;
    color: #004c78;
}

.page .mvp-content-main p.bg-feature-title-container {
    border-bottom: solid 1px #a8c2d1;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
    max-width: 80%;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.bg-login-wrap {
    max-width: 400px;
    margin: 0 auto 60px;
}

.bg-login-input {
    width: 100%;
    padding: 3px;
    margin-bottom: 30px;
}

.bg-login-title {
    margin-bottom: 30px;
    border-bottom: solid 2px #ccc;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.bg-login-label {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.bg-login-button {
    background-color: #3398db;
    border-radius: 5px;
    border-bottom: solid 2px #2980b9;
    text-transform: capitalize;
    font-weight: 400;
}

.bg-edit-form a.bg-button {
    color: #ffffff;
    background-color: #004c78;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    max-width: 200px;
    display: block;
    margin: auto;
    font-size: 18px;
    margin: 20px auto;
}

.mvp-content-main p.bg-edit-form-text {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.mvp-content-main p.bg-error-message {
    text-align: center;
    color: #f00;
}

.bgw-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.bgw-wrap .bg-widget-header {
    background-color: #df771c;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}

.bgw-wrap .bg-listing .bg-title {
    font-family: 'Anton', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #df771c;
    text-align: center;
}

.bgw-wrap .bg-listing {
    margin-bottom: 0;
}

.bgw-wrap .bgw-read-more {
    position: relative;
    padding: 0;
    min-height: 36px;
    line-height: 36px;
    background-color: #df771c;
    color: #ffffff;
    text-align: center;
}

.bgw-wrap .bgw-read-more a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 14px;
}

.bgw-wrap .bg-listing {
    border: solid 1px #df771c;
}

.bgw-wrap .bg-listing .bg-details .bg-detail, 
.bgw-wrap .bg-more-details .bg-detail {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.bgw-wrap .bgw-address {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.bgw-wrap .bg-listing .bg-inner {
    padding: 10px 20px 20px 20px;
    position: relative;
}

.bgw-wrap .bgw-details {
    display: flex;
    margin-bottom: 15px;
}

.bgw-wrap .bg-listing .bg-image {
    width: 50%;
    margin-right: 0;
    padding-right: 15px;
    height: auto;
    line-height: inherit;
    border: none;
}

.bgw-wrap .bg-listing .bg-details {
    width: 50%;
}

.bg-container .cn-alphaindex {
    margin-bottom: 30px;
}

.bg-search {
    margin-bottom: 15px;
}

.bg-filter-field {
    margin-top: 15px;
}

.bg-buttons a.bg-button {
    font-size: 15px;
    padding: 2px;
}

.bg-buttons p {
    margin-bottom: 5px;
}

@media (min-width:1014px) and (max-width:1365px){
    .bg-listing .bg-details .bg-details-right {
        top: 49px;
    }

    .bg-listing .bg-inner {
        padding: 10px 10px 20px 10px;
    }

    .bg-listing .bg-details .bg-detail, .bg-more-details .bg-detail {
        line-height: 20px;
    }

    .bg-categ {
        width: 100%;
    }
}

@media (max-width:1023px){
    .bg-categ {
        font-size: 14px;
    }
}

@media (max-width:767px){
    .bg-listing .bg-details .bg-details-right {
        position: static;
        text-align: left;
    }

    .bg-listing .bg-details {
        width: 100%;
    }

    .bg-categ {
        width: 100%;
        font-size: 14px;
    }

    .bg-filter-field select {
        width: 100%;
    }
}