@import url(https://fonts.googleapis.com/css?family=Roboto:300italic,400italic,300,400,500,700);

body, html {
    height: 100%;
}
body {
    font-family: Roboto,"Helvetica Neue", Arial,sans-serif;
    font-size:16px;
    font-weight: 300;
    background-color:#fafafa;
    color: #263238;
    min-width:360px;
}
button {
    color:#0e5987;
}
a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
a.inherit-parent, a.inherit-parent:hover, a.inherit-parent:visited {
    font-size:inherit!important;
    color:inherit!important;
    text-decoration: inherit!important;
}
a.dark-hover:hover {
    color:#093855!important;
}
h1 {
    font-size:36px;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:24px;
}
h4 {
    font-size:18px;
}
h5 {
    font-size:14px;
}
h6 {
    font-size:12px;
}
h1.underhead, h2.underhead {
    margin:-35px 0 25px 0;
}
h1.quotes {
    color:#0e5987;
    background-color:#40c4ff;
    text-transform: capitalize;
    font-weight:700;
    padding:8px;
    margin:-55px 0 25px 0;
}
@media(max-width:475px) {
    body {
        font-size:15px;
    }
    h1 {
        font-size:30px;
    }
    h2 {
        font-size:24px;
    }
    h3 {
        font-size:20px;
    }
    h4 {
        font-size:15px;
    }
    h5 {
        font-size:12px;
    }
    h6 {
        font-size:10px;
    }
}
h1,h2,h3,h4,h5,h6 {
    color: #263238;
    font-weight:300;
}
.bootbox.modal .modal-header h5 {
    font-size:20px;
}
.font-weight-300 {
    font-weight:300;
}
.font-weight-400 {
    font-weight:400;
}
.font-weight-700 {
    font-weight:700;
}
.font-weight-bold {
    font-weight:400;
}
.fa-times-thin:before {
    content: '\00d7';
}

input[type=checkbox].bigger {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

.gradient-primary {
    background: #0e5987; /* Old browsers */
    background: -moz-linear-gradient(top, #0e5987 1%, #0b3a61 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0e5987 1%,#0b3a61 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0e5987 1%,#0b3a61 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5987', endColorstr='#0b3a61',GradientType=0 ); /* IE6-9 */
}

.input-group-append .btn-outline {
    border: 1px solid #cfd8dc;
    background: transparent;
    color:#9e9e9e;
}

blockquote {
    background-color:#eeeeee;
    padding:10px;
}
#cookie-banner {
    display:none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    padding:9px;
    background-color:#0e5987;
    color:#ffffff;
    text-align: center;
    font-size:11px;
    font-weight:400;
    z-index:1;
}
#cookie-banner a {
    color:#ffffff;
}

#cookie-banner .btn-success {
    color:#ffffff;
    font-weight:700;
    vertical-align: baseline;
    margin:0 20px;
    padding: 1px 15px;
    border-radius: 3px;
}

a:hover, .card-link:hover {
    text-decoration: none;
    color:#40c4ff;
}
button {
    cursor:pointer;
}

.btn {
    padding: 9px;
}
.btn-md {
    padding-top:6px;
    padding-bottom:6px;
    font-size: 14px;
}
.btn-sm {
    padding-top:4px;
    padding-bottom:4px;
    font-size: 13px;
}
.btn-xs {
    font-size: 11px;
}

.btn-outline-primary:hover {
    background-color: #093b59;
    border-color: #093b59;
}

.btn-group-expand {
    width:100%;
}
.btn-group-expand .btn {
    width:calc(10% + 1px);
}
@media (max-width: 400px) {
    .btn-group-expand .btn {
        padding:5px 0!important;
    }
}

.btn-facebook-login {
    background-color:#0e5987;
}
.btn-facebook-login:hover {
    background-color: #0a4264;
}
.btn-google-login {
    background-color: #D23E30;
}
.btn-google-login:hover {
    background-color: #b43b2f;
}
.btn-twitter-login {
    background-color: #40c4ff;
}
.btn-twitter-login:hover {
    background-color: #629bc4;
}
.btn-facebook-login, .btn-google-login, .btn-twitter-login {
    /*border-radius:5px;*/
    color:#ffffff;
    width:100%;
    margin-bottom:1rem;
    padding:8px;
}
.btn-facebook-login .fa, .btn-google-login .fa, .btn-twitter-login .fa {
    margin-right:10px;
}

@media(max-width:450px) {
    .btn-facebook-login span, .btn-google-login span, .btn-twitter-login span {
        display:none;
    }
    .btn-facebook-login .fa, .btn-google-login .fa, .btn-twitter-login .fa {
        margin-right:0;
    }
}

.navbar, .navbar>.container, .navbar>.container-fluid {
    justify-content: unset;
}

#navbarSupportedContent {
    display: flex!important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}
.navbar-nav {
    flex-direction:row;
}
.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-nav .dropdown-menu {
    position:absolute;
}
@media(max-width:330px) {
    .nav-item.dropdown.dropdown-search {
        display:none;
    }
}
@media(max-width:575px){
    .dropdown-search .dropdown-menu-center {
        left:unset;
        transform: unset;
        right:0;
    }
}

.navbar {
    -webkit-transition: opacity,background 0.5s linear;
    -moz-transition: opacity,background 0.5s linear;
    -o-transition: opacity,background 0.5s linear;
    transition: opacity,background 0.5s linear;
    padding:0 1rem;
    min-height:40px;
}
.navbar {
    background: none;
    background-color:rgba(255,255,255,1);
    box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    position: relative;
    height:40px;
    font-size:1rem;
    background-image:url(../furniture/claimscore.png);
    background-size:contain;
    background-repeat:no-repeat;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link {
    color:#9e9e9e;
    font-size:20px;

}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show > .nav-link:hover {
    color:#0e5987;
}

.navbar-toggler-icon {
    width:25px;
    height:25px;
}

.nav-separator {
    width:1px;
    border-left:1px solid #0e5987;
    margin:.75rem .5rem;
}

.header-main-dropdown {
    display: block;
    padding: 10px 5px 5px 0;
    margin-bottom: 0;
    font-size: 24px;
    white-space: nowrap;
    margin-right:10px;
}
.dropdown-toggle.no-arrow::after {
    display:none;
}
.dropdown-toggle.no-arrow {
    padding-top:7px;
    padding-bottom:0;
}
.btn-group-sm .dropdown-toggle.no-arrow {
    padding-top:0;
}
.dropdown-toggle.no-arrow .fa-angle-down {
    font-size:28px;
    line-height:1;
}
@media(max-width:400px) {
    .dropdown-toggle.no-arrow:not(.no-resize) {
        /*padding-top:5px!important;*/
    }
    .dropdown-toggle.no-arrow .fa-angle-down:not(.no-resize) {
        /*font-size:24px;*/
    }
}
.header-main-dropdown a.dropdown-toggle, .header-main-dropdown a.dropdown-toggle:focus,
.header-main-dropdown a.dropdown-toggle:active, .header-main-dropdown a.dropdown-toggle:visited {
    color: #607d8b;
}
/*.header-main-dropdown .dropdown-toggle::after {
    position: absolute;
    bottom:5px;
    left:6px;
    width: 0;
    height: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/
.header-main-dropdown .dropdown-menu {
    background-color:rgba(19,25,28,0.97);
    width:240px;
}
.header-main-dropdown .dropdown-menu.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
}
.header-main-dropdown .dropdown-menu.fade.show {
    pointer-events: auto;
    opacity: 1;
}

.header-main-dropdown .menu-button-group {
    padding:.55rem 1.0rem;
}
.header-main-dropdown .menu-button-group .btn {
    width:50%;
}

.header-main-dropdown .dropdown-item {
    color:#ffffff;
    font-size:17px;
}
.header-main-dropdown .dropdown-item.sub-item {
    padding-left:30px;
}
.header-main-dropdown hr {
    margin:10px 0;
    border-top-color:#9e9e9e;
}
.header-main-dropdown label {
    color:#ffffff;
    font-size:18px;
    padding: .25rem 1.0rem;
    margin:0;
}

.dropdown-item {
    color: #607d8b;
    font-weight:300;
    padding: .30rem 1.0rem;
    line-height:1.2;
    -webkit-transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}
.dropdown-item:hover {
    color: #0e5987;
    background-color: #e1f5fe;
}
.dropdown-item .fa {
    width:18px;
    margin-right:5px;
    text-align: right;
}

.nav-item.social a .fa {
    font-size:28px;
    padding:9px 8px
}
.nav-item.social a .fa.fa-twitter {
    padding:9px 7px 9px 9px;
}
.nav-item.social a:first-child .fa {
    padding-left:0;
}
.nav-item.social a:hover {
    color:#40c4ff;
}

.nav-item .btn {
    font-size:14px;
    line-height: 15px;
    margin:10px;
}

#navbarDropdownUserMenu {
    font-size:20px;
}
#navbarDropdownUserMenu .fa {
    display: inline-block;
}
#navbarDropdownUserMenu div {
    display: inline-block;
    margin:-6px 0;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:16px;
}
#navbarDropdownUserMenu:after {
    vertical-align: .155em;
}

.dropdown-search .dropdown-toggle::after {
    display:none;
}
.dropdown-search .dropdown-menu {
    padding:10px;
    width:300px;
}

.dropdown-menu-center {
    left: 50%;
    transform: translateX(-50%);
}

.tooltip>.tooltip-inner {
    background-color: rgba(19,25,28,.97);
}

.tooltip>.tooltip-arrow {
    border-bottom-color: rgba(19,25,28,.97);
}
.tooltip.show {
    opacity: 1;
}

.page-wrapper {
    padding-top:80px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -166px;
    padding-bottom: 166px;
}

.breadcrumb {
    padding: 20px 0 10px 0;
    background-color: #fafafa;
    border-bottom: 1px solid #888888;
    border-radius: 0;
    margin-bottom:55px;
}
.breadcrumb-item {
    font-size:14px;
    font-weight:300;
    line-height:1.5;
    margin:0;
    padding:0;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

ul.list li {
    list-style: none;
}

.modal-header.logo {
    border-bottom: none;
    padding-bottom:0;
}
.modal-header.logo img {
    width:50%;
    margin:8px auto 0;
}

.card-title {
    margin:0;
}

.equal-height-cards {
    display: flex;
    flex-wrap: wrap;
}
.equal-height-cards > div[class*='col-'] {
    display: flex;
}

.home-intro-block {
    color:#ffffff;
    padding:65px 20px 25px;
    text-align: center;
    background-size:cover;
    /*background-image:url(../furniture/homeback.png);background-size:cover;*/
    /*background: rgb(181,75,128);
    background: -moz-linear-gradient(top, rgba(181,75,128,1) 0%, rgba(133,36,84,1) 100%);
    background: -webkit-linear-gradient(top, rgba(181,75,128,1) 0%,rgba(133,36,84,1) 100%);
    background: linear-gradient(to bottom, rgba(181,75,128,1) 0%,rgba(133,36,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54b80', endColorstr='#852454',GradientType=0 );*/
}
.home-intro-block #main-search-form .search-input {
    position: relative;
    width:33%;
    margin:10px auto 25px;
}
.search-block-404 {
    display: inline-block;
    width:33%;
    margin:20px 40px 20px 0;
}
.search-block-404 #main-search-form .search-input {
    position: relative;
    width: 100%;
}
.search-block-404 #main-search-form .search-input .form-control {
    border:1px solid #0e5987;
}
#main-search-form .search-input button {
    position:absolute;
    right:-10px;
    top:-10px;
    background-color:#ffffff;
    border-radius:50px;
    z-index:10;
    border:1px solid #0e5987;
    padding:20px;
    line-height:1;
    color:#0e5987;
}
.home-intro-block h2, .home-intro-block h3 {
    color:#ffffff;
}
.home-intro-block .dropdown-toggle {
    color:#ffffff;
    font-weight:400;
    padding:10px 40px;
    border-radius:3px;
    cursor:pointer;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.home-intro-block .dropdown-toggle .fa-angle-down {
    margin-left:20px;
    font-size:30px;
    line-height:0;
    vertical-align:middle;
}
.home-intro-block .dropdown-toggle:hover {
    background-color:rgba(255,255,255,0.2);
    color: #e6e6e6;
}
.home-intro-block .dropdown-toggle:after {
    /*border-top-width:.6em;
    vertical-align: initial;*/
    display:none;
}
.home-intro-block .btn {
    white-space: normal;
}

.home-article .content-summary-box {
    max-width:330px;
}
.home-article .content-summary-box .img-placeholder {
    position: relative;
    display: inline-block;
    width:100%;
}
.home-article .content-summary-box .img-placeholder img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.home-article .content-summary-box h4, .home-article .content-summary-box .text-body {
    margin-left:10px;
    margin-right:10px;
}
.home-article .content-summary-box:hover .text-primary, .home-article .content-summary-box:hover h4,
.featured-category-cards .card:hover .card-body h3, .featured-category-cards .card:hover .card-body .fa {
    color: #093855!important;
}
.home-article .content-summary-box:hover .text-body {
    color: #000000!important;
}
.home-article .content-summary-box:hover h5 {
    color: #263238!important;
}

.home-works {

}
.home-works .number {
    display: inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    font-size:20px;
    font-weight:500;
    text-align: center;
    color:#ffffff;
    background-color:#ffd600;
    /*border:1px solid #ffd600;*/
    border-radius: 45px;
    position: relative;
    vertical-align: middle;
    margin-right:5px;
}
.home-works .step-text {
    word-wrap: break-word;
    position: relative;
    overflow:hidden;
}
.home-works .step-text h3 {
    display: inline-block;
    margin-top:5px;
    margin-bottom:5px;
    font-size:36px;
    vertical-align: middle;
}
.home-works .steps {
    margin:40px 0 0;
    font-size:20px;
}
.home-works .steps .col-md-4 {
    border-right:1px solid #0e5987;
}
.home-works .steps .col-md-4:last-child {
    border-right:none;
}
@media (min-width: 1200px) and (max-width: 1404px) {
    .home-works .step-text {
        padding:0 20px;
    }
}
@media  (max-width: 767px) {
    .home-intro-block {
        padding:30px 20px;
    }
    .home-works > div > div > div:first-child > .number {
        margin-right:10px;
    }
    .home-works .steps .col-md-4 {
        border-right:none;
    }
}
@media(max-width:475px) {
    .home-works .steps {
        margin:30px 0 0;
        font-size:20px;
    }
    .home-works .step-text h3 {
        font-size:30px;
    }
    .home-works .number {
        width:25px;
        height:25px;
        line-height:25px;
        font-size:15px;
    }
}
@media  (max-width: 369px) {
    .home-works .steps {
        margin-left:-25px;
        margin-right:-25px;
    }
}

.featured-category-cards .card {
    width:100%;
    max-width:416px;
    margin:0 auto 2px;
    border:none;
    border-radius: 3px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.featured-category-cards .card:hover {
    text-decoration: none;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}
.featured-category-cards .card .top-image {
    position: relative;
    width: 100%;
    height: 153px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px 3px 0 0;
}
.featured-category-cards .card-body {
    padding:10px;
    border-radius: 0 0 5px 5px;
}
.featured-category-cards .card-body h3, .home-article .content-summary-box h3 {
    color:#0e5987;
    font-weight:700;
    margin:0 0 5px 0;
}
.featured-category-cards .card-body p {
    font-size:16px;
    color:#455a64;
    margin:10px 0;
}
.featured-category-cards .card-body img {
    width:100%;
    padding:5px 25%;
}
.featured-category-cards .card-body .fa {
    font-size:24px;
    color:#0e5987;
}
.featured-category-cards .card-footer {
    background-color:#ffffff;
    padding:.75rem 0 1.5rem;
}
.featured-category-cards .card-footer .btn {
    min-width:120px;
    margin:0 12px 5px;
}
.rating-box {
    margin-top:24px;
    width:100%;
    border:1px solid #0e5987;
    border-radius: 5px;
}
.rating-box .stars {
    float:left;
    width:67%;
    background-color:#0e5987;
    color:#ffffff;
    text-align:center;
    font-size:28px;
}
.rating-box .rating {
    color:#0e5987;
    text-align:center;
    font-size:28px;
}
.rating-box .rating span {
    font-weight:600;
}
.rating-box-subtext {
    margin:10px 0 24px;
    text-align: center;
}
.rating-box-subtext h5, .rating-box-subtext h6 {
    margin:0;
    color:#000000;
}
.featured-category-cards .card-footer {
    border-top:none;
    margin:0;
}

.review_company_logo {
    width:100%;
    max-width: 250px;
}
@media (max-width: 450px) {
    .review_company_logo {
        max-height:60px;
        width:auto;
    }

}

.rating-graph .row:not(:last-child) {
    margin-bottom:5px;
}
.rating-graph .graph-label {
    min-width:100px;
    max-width:100px;
    font-size:12px;
}
.rating-graph .progress {
    padding:0;
    border-radius: 0;
    height:14px;
}
.rating-graph .progress-bar {
    background-color:#1b5e20;
}
.rating-graph .graph-val {
    min-width:50px;
    max-width:50px;
    padding-left:10px;
    font-size:11px;
    text-align:right;
}

.category-search-categories {
    background-color:#40c4ff;
    padding:22px 0 10px;
}
.category-search-categories h1 {
    font-size:38px;
    margin-bottom:3px;
}
.category-search-categories .btn-light {
    background-color:#ffffff;
    border-color:#ffffff;
}
.category-search-categories .btn-primary {
    border-color:#ffffff;
}

.group-logo-horizontal .fa {
    display:inline-block;
    color:#0e5987;
    font-size:45px;
    margin-right:8px;
}
.group-logo-horizontal > div {
    display:inline-block;
    color:#0e5987;
    font-size:24px;
    line-height:1;
    text-align: left;
}
.group-logo-horizontal > div > div {
    color: inherit;
    font-size:14px;
    line-height:1;
    margin-left:1px;
}

.btn-category-search-sort, .btn-company-search-filter {
    overflow:hidden;
    background-color:#ECECEC;
    color:#616161;
    font-weight:700;
}
.btn-category-search-sort span, .btn-company-search-filter span {
    color:#0e5987;
    font-weight:400;
}
.btn-category-search-sort:hover span, .btn-company-search-filter:hover span {
    color:#ffffff;
}
.btn-review-search-sort {
    overflow:hidden;
    background-color:#f5f5f5;
    color:#616161;
    font-weight:400;
}
.btn-review-search-sort span {
    /*color:#0e5987;*/
    font-weight:300;
}
.btn-review-search-sort:hover span {
    /*color:#ffffff;*/
}



.category-search-row img {
    max-height:70px;
}
.category-search-row .data-boxes {
    position:relative;
    display:table;
    width:100%;
    border-spacing: 4px 2px;
    border-collapse: separate;
    margin:-2px;
}
.category-search-row .data-boxes .ctCol {
    position:relative;
    display:table-cell;
    width:25%;
    height:78px;
    padding:0 5px;
    color:#0e5987;
    vertical-align: middle;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
.category-search-row .data-boxes .ctCol.clickable:hover {
    opacity:0.75;
    cursor:pointer;
}
.category-search-row .data-boxes:hover {

}
.category-search-row .data-boxes .ctCol {
    background: #ecf8ff; /* Old browsers */
    background: -moz-linear-gradient(top, #ecf8ff 0%, #dbf1ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ecf8ff 0%,#dbf1ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ecf8ff 0%,#dbf1ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf8ff', endColorstr='#dbf1ff',GradientType=0 ); /* IE6-9 */
}
.category-search-row .data-boxes .triangle {
    position:absolute;
    left:0px;
    bottom:-8px;
    width:25%;
    height:10px;
    fill:#cfd8dc;
}
/*.category-search-row .data-boxes .ctCol:nth-child(3) {
    background: #ecf8ff; !* Old browsers *!
    background: -moz-linear-gradient(top, #ecf8ff 0%, #dbf1ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(top, #ecf8ff 0%,#dbf1ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(to bottom, #ecf8ff 0%,#dbf1ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf8ff', endColorstr='#dbf1ff',GradientType=0 ); !* IE6-9 *!
}
.category-search-row .data-boxes .ctCol:nth-child(5) {
    background: #ecf8ff; !* Old browsers *!
    background: -moz-linear-gradient(top, #ecf8ff 0%, #dbf1ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(top, #ecf8ff 0%,#dbf1ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(to bottom, #ecf8ff 0%,#dbf1ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf8ff', endColorstr='#dbf1ff',GradientType=0 ); !* IE6-9 *!
}*/
.category-search-row .data-boxes .ctCol.deal-box {
    background: #b0deff; /* Old browsers */
    background: -moz-linear-gradient(top, #b0deff 0%, #93d2ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b0deff 0%,#93d2ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b0deff 0%,#93d2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0deff', endColorstr='#93d2ff',GradientType=0 ); /* IE6-9 */
}
.category-search-row .data-boxes .ctColSplit,.category-search-row .data-boxes .ctColSplit2 {
    display:none;
}
.category-search-row .data-boxes .ctCol p {
    text-align: center;
    font-size:14px;
    margin:0 auto;
}
.category-search-row .data-boxes .ctCol span {
    display:block;
    text-align: center;
    font-size:24px;
    line-height:1;
    margin:0 auto;
}
.category-search-row .data-boxes .ctCol span.offer {
    font-size:19px;
}
.category-search-row .data-boxes .ctCol span.na {
    color:#9e9e9e;
}
.category-search-row .text-rating-lg {
    display:flex;
    width:112px;
    margin:0 auto;
}
.category-search-sub-text {
    font-size:12px;
    color:#616161;
    padding:5px 17px 0 17px;
    min-width:168px;
}
@media (min-width:768px) and (max-width: 990px) {
    .category-search-row .data-boxes .ctCol {
        width:50%;
        margin-bottom:4px;
    }
    .category-search-row .data-boxes .ctColSplit {
        display:table-row;
    }
    .category-search-row .data-boxes .triangle {
        width:50%;
    }
}
@media (max-width: 767px) {
    .category-search-categories h1 {
        font-size:30px;
    }
    .category-search-row .data-boxes .ctCol {
        width:100%;
        margin-bottom:4px;
        border-top: 1px solid transparent;
    }
    .category-search-row .data-boxes .ctColSplit2 {
        display:table-row;
    }
    .category-search-row .data-boxes .triangle {
        width:100%;
    }
    .category-search-sub-text {
        padding:10px 0 0 0;
        width:100%;
        min-width:0;
    }
}
@media (max-width: 400px) {
    .category-search-row .data-boxes .ctCol span {
        font-size:20px;
    }
    .animated-dropdown .btn-remote-toggle {
        font-size:13px;
    }
    .animated-dropdown:not(.btn-group-sm) .btn-remote-toggle {
        padding:12px 9px 11px 9px;
    }
}

.group-logo-vertical > a, .group-logo-vertical > div {
    display:inline-block;
    text-align:center;
    margin:0 10px;
    color:#0e5987;
}
.group-logo-vertical > a {
    margin:12px 10px;
}
.group-logo-vertical > a:hover {
    color:#0a4264;
}
.group-logo-vertical > a.active {
    color:#ffffff;
}
.group-logo-vertical > a > .fa, .group-logo-vertical > div > .fa {
    display:inline;
    font-size:45px;
}
.group-logo-vertical > a > div, .group-logo-vertical > div > div {
    font-size:24px;
    line-height:1;
}
.group-logo-vertical > a > span, .group-logo-vertical > div > span {
    display:block;
    color: inherit;
    font-size:14px;
    line-height:1;
    margin-left:1px;
}
@media (max-width: 768px) {
    .group-logo-vertical > a > span, .group-logo-vertical > div > span {
        display:none;
    }
}

.btn-company-search {
    padding:7px;
    height:42px;
}


.company-categories {
    background-color:#F9F9F9;
}

.company-category-accordion .card {
    border:none;
}
.company-category-accordion .card-header {
    background-color:#ebf8ff;
    border-top:10px solid #cfd8dc;
    border-bottom:none;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height:1;
    cursor: pointer;
}
/*.company-category-accordion .card-header:before {
    content:"\f106";
    font-family: FontAwesome;
    font-size:20px;
    color:#eceff1;
    background-color:#0e5987;
    padding:2px 8px 6px;
    border-radius: 20px;
    position:absolute;
    bottom:-15px;
    left:50%;
    margin-left:-10px;
    z-index: 10;
}
.company-category-accordion .card-header.collapsed:before {
    content:"\f107";
    padding:4px 8px;
}*/
.company-category-accordion .card-header:not(.collapsed) .reveal-bar .more {
    display:none;
}
.company-category-accordion .card-header.collapsed .reveal-bar .less {
    display:none;
}
.company-category-accordion .card-header .reveal-bar {
    /*clear:both;*/
    /*padding-top:6px;*/
    /*margin-bottom:-5px;*/
    /*width:100%;*/
    position:absolute;
    bottom:-10px;
    left:0;
    right:0;
    margin:auto;
    font-size:14px;
    color:#90a4ae;
    text-align: center;
    z-index:10;
}
.company-category-accordion .card-header .reveal-bar span {
    background-color:#ffffff;
    padding:5px 12px 5px 23px;
    border-radius:20px;
    border:1px solid #e0e0e0;
}

.company-category-accordion .card-header .reveal-bar .fa {
    color:#eceff1;
    background-color:#0e5987;
    padding:4px;
    border-radius: 20px;
    margin:0 5px 0 12px;
}
.company-category-accordion .card-header:not(.collapsed) .reveal-bar .fa {
    margin-left:10px;
}
.company-category-accordion .card-header:not(.collapsed) .reveal-bar span {
    padding-left:18px;
}
/*.company-category-accordion .card-header:not(.collapsed) .reveal-bar {
    bottom:-12px;
}
.company-category-accordion .card-header:not(.collapsed) .reveal-bar .fa {
    padding:2px 4px 6px;
}*/

.company-category-accordion .card-header .icon {
    float:left;
    width:50px;
    margin-right:20px;
    color:#0e5987;
}
.company-category-accordion .card-header h3 {
    color:#0e5987;
    margin-bottom:5px;
}
.company-category-accordion .card-header .btn {
    margin-top:5px;
    min-width:135px;
}
.company-category-accordion .card-header .btn.btn-sm {
    min-width:0;
}

.company-category-accordion .rating-graph {
    padding-top:5px;
}

.text-rating-xs {
    display:inline-block;
    font-weight:700;
    color:#1b5e20;
    margin-left:10px;
    line-height:1;
}
.text-rating-sm, .text-rating-md, .text-rating-lg {
    font-size:20px;
    font-weight:700;
    color:#1b5e20;
}
.text-rating-lg {
    font-size:24px;
    margin-bottom:10px;
}
.text-rating-lg span {
    display:inline-block;
    color:#0e5987;
}
.text-rating-xs .fa {
    color:inherit;
    font-size:13px;
    width:13px;
    font-weight:400;
}
.text-rating-sm .fa {
    color:inherit;
    font-size:16px;
    width:16px;
    font-weight:400;
}
.text-rating-md .fa {
    color:inherit;
    font-size:18px;
    width:18px;
    font-weight:400;
}
.text-rating-lg .fa {
    color:inherit;
    font-size:24px;
    width:24px;
    font-weight:400;
}
.text-rating-xs .fa-star-half {
    margin-left:-13px;
    text-align: left;
}
.text-rating-sm .fa-star-half {
    margin-left:-16px;
    text-align: left;
}
.text-rating-md .fa-star-half {
    margin-left:-18px;
    text-align: left;
}
.text-rating-lg .fa-star-half {
    margin-left:-24px;
    text-align: left;
}
.text-rating-lg span:first-child {
    margin-right:10px;
}
.text-rating-xs .dark-star, .text-rating-sm .dark-star, .text-rating-md .dark-star, .text-rating-lg .dark-star {
    color:#90a4ae;
}
.text-rating-xs.rating-0, .text-rating-sm.rating-0, .text-rating-md.rating-0, .text-rating-lg.rating-0 {
    color:#90a4ae;
}
.text-rating-xs.rating-1,
.text-rating-sm.rating-1,
.text-rating-md.rating-1,
.text-rating-lg.rating-1 {
    color:#b71c1c;
}
.text-rating-xs.rating-5.verified,
.text-rating-sm.rating-5.verified,
.text-rating-md.rating-5.verified,
.text-rating-lg.rating-5.verified {
    color:#96dc00;
}
.text-rating-sm span, .text-rating-md span {
    color:#90a4ae;
    font-weight:400;
    font-size:16px;
    margin-left:5px;
}
.text-rating-md span.review_time {
    font-size:12px;
}
.text-rating-xs span {
    color:#90a4ae;
    font-weight:400;
    font-size:13px;
    margin-left:5px;
}

.reviews {
    padding:24px 0;
}
.reviews .reviewer {
    min-width: 100px;
    max-width: 100px;
    overflow:hidden;
}
.reviews .reviewer .avatar {
    width:100%;
    height:70px;
    background-color:#f5f5f5;
    color:#90a4ae;
    font-size: 50px;
    text-align: center;
}
.reviews .reviewer .username {
    font-size:9px;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:5px 0;
    text-align: center;
}
.reviews .reviewer .user-votes {
    margin:5px 0;
    font-size:12px;
    text-align: center;
}
.reviews .reviewer .user-votes .fa {
    color:#96dc00;
    font-size:16px;
    margin:0 5px;
}
.reviews .reviewer .review-verified {
    font-size:10px;
    text-align: center;
    color:#FB8C00;
}

.reviews .fa-flag {
    color:#90a4ae;
    margin-top:5px;
    cursor:pointer;
}
.reviews .fa-flag:hover {
    color:#D23E30;
}
.reviews .fa-flag.reported {
    color: #d28907;
}
.reviews .review {
    padding-left:0;
}
.reviews .review h4 {
    font-weight:400;
    color:#455a64;
    margin-top:5px;
}
.reviews .review-text {
    width:100%;
    overflow:hidden;
    font-size:14px;
    margin-bottom:10px;
}
.reviews .review-text.limited {
    max-height:80px;
}
.reviews .review-text p {
    margin:0;
}
.reviews .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0; padding: 60px 0 0 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.reviews .read-more a {
    font-size:14px;
}
.reviews .review p.thank-link {
    font-size:10px;
    cursor: pointer;
}
.reviews .review p.thank-link .fa {
    color:#96dc00;
    font-size:14px;
}

.nav-tabs .nav-link.active {
    background-color:#e1f5fe;
    border-bottom:1px solid #e1f5fe;
}

.list-group-item.member-reviews-list {
    border-radius:0;
    border-left:none;
    border-right:none;
}
.member-reviews-list .col.v-center {
    display: flex;
    min-height:55px;
    align-items: center;
    line-height: 1.2;
}
.member-reviews-list .badge {
    background-color:#ffd600;
    color:#ffffff;
}
.member-reviews-list .btn-sm {
    min-width:35px;
    margin:0 5px;
}

.result-pagination {
    margin:10px 0;
    /*background-color:#0e5987;*/
    padding:10px 0;
    border-top:1px solid rgba(0,0,0,.1);
    border-bottom:1px solid rgba(0,0,0,.1);
}
.result-pagination .col {
    padding:0;
}
.result-pagination .btn-previous, .result-pagination .btn-next {
    min-width:92px;
}
.result-pagination .page-item.active .page-link {
    background-color:#e1e1e1;
    border-color:#eeeeee;
}
ul.pagination-sm {
    margin-bottom: 0;
}
ul.pagination-sm .page-link {
    padding:3px 8px;
}
@media(max-width:500px) {
    .result-pagination .btn-previous, .result-pagination .btn-next {
        min-width:0;
    }
    .result-pagination .btn-previous span, .result-pagination .btn-next span {
        display:none;
    }
}

@media(max-width:1404px) {
    .featured-category-cards .card .top-image {
        height:127px;
    }
    .featured-category-cards .card-body h3, .home-article .card-body h3 {
        font-size:24px;
    }
    .featured-category-cards .card-body .fa {
        font-size:20px;
    }
}
@media(max-width:1199px) {
    .featured-category-cards .card-body h3, .home-article .card-body h3 {
        font-size:20px;
    }
}
@media(max-width: 991px) {
    .featured-category-cards .card {
        margin-bottom:24px;
    }
    .reviews h3 {
        font-size:16px;
    }
}

.home-testimonials #carouselIndicators {
    height:174px;
}
.home-testimonials .carousel-inner {
    width:80%;
    margin:0 auto;
}
.home-testimonials .carousel-item {
    padding:0 10%;
    text-align: center;
}
.home-testimonials h4 {
    margin:26px 0 30px;
    color:#263238;
}
.home-testimonials h5 {
    color:#263238;
}

.home-bottom-boxes .card-header {
    line-height:75px;
    padding:0;
    background-size:cover;
}
@media(max-width: 767px) {
    .home-bottom-boxes .col-md-4:not(:last-child) .card {
        margin-bottom:20px;
    }
}

.dropdown-search-results {
    margin-top:5px;
}
.dropdown-search-results .dropdown-logo {
    float:left;
    width:25%;
    height:44px;
    text-align: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.dropdown-search-results .dropdown-title {
    width:75%;
    padding-left:10px;
    margin-bottom:2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-form {
    margin-top:30px;
}

.form-group {
    position: relative;
}
.form-group.name:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f007";
    top: 40px;
    right: 15px;
    color: #9e9e9e;
}
.form-group.email:after {
    position: absolute;
    content: "@";
    bottom: 10px;
    right: 15px;
    color: #9e9e9e;
}
.form-group.phone:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f095";
    top: 40px;
    right: 15px;
    color: #9e9e9e;
}
.form-group.website:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0ac";
    top: 40px;
    right: 15px;
    color: #9e9e9e;
}
.form-group.subject:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f040";
    top: 40px;
    right: 15px;
    color: #9e9e9e;
}
.form-group.message:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f003";
    top: 40px;
    right: 15px;
    color: #9e9e9e;
}
.form-group.username:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f007";
    top: 8px;
    right: 15px;
    color: #9e9e9e;
}
.form-group.password:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f023";
    top: 8px;
    right: 15px;
    color: #9e9e9e;
}

.input-group-btn button {
    border-top:1px solid rgba(0,0,0,0.15);
    border-bottom:1px solid rgba(0,0,0,0.15);
}
.input-group .input-group-btn:last-child button {
    border-right:1px solid rgba(0,0,0,0.15);
}

.input-error {
    background-color: #ffcfb3;
}

.custom-checkbox {
    padding-left:30px;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
    width:30px;
    height:30px;
    top:2px;
    border:1px solid #cfd8dc;
    border-radius:2px;
}

.custom-radio {
    padding-left:25px;
    margin-bottom:10px;
}
.custom-radio .custom-control-label::after {
    background-size:0;
}
.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    width:20px;
    height:20px;
    top:2px;
}


.category-chooser {
    padding-top:5px;
}
.category-chooser h4 {
    display:inline-block;
    margin-right:15px;
}
.category-chooser .dropdown {
    display:inline-block;
}
.category-chooser .dropdown-menu {
    left:30px!important;
}
.category-chooser .btn, .category-chooser .btn:hover, .category-chooser .btn:focus {
    background:transparent;
    border:none;
    box-shadow: none;
    font-size:20px;
    vertical-align: baseline;
    padding: 2px 30px 2px 0;
}

.tab-pane {
    padding-top:40px;
}

.product-brand-logo {
    display:block;
    width:75%;
    max-width:350px;
    margin:20px auto;
}
.product-detail {
    text-align:center;
    background-color:#ffffff;
    margin-top:40px;
    margin-bottom:80px;
    padding:10px 0 0 0;
}
.product-detail img {
    width:100%;
}

#company-review-form {
    border-radius: 3px;
}
#company-review-form .card {
    border-radius: 0;
}
#company-review-form #accordionAdd .card {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#company-review-form #accordionSay .card {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.company-review-accordion .card-header {
    background-color:#ebf8ff;
    cursor:pointer;
    padding:1rem 1.25rem;
}
.company-review-accordion .card-header:after {
    position: absolute;
    font-family: "FontAwesome";
    font-size:40px;
    top: 0px;
    right: 15px;
    color: #0e5987;
}
.company-review-accordion .card-header:after {
    content: "\f106";
}
.company-review-accordion .card-header.collapsed:after {
    content: "\f107";
}
.company-review-accordion .card-header h2 {
    margin:0;
}
.company-review-accordion .card-body {
    background-color:#fafafa;
    font-size:18px;
    color:#616161;
}
.company-review-accordion .card-body .number {
    font-size:60px;
    font-weight:500;
    color:#ffd600;
    line-height:55px;
    min-width:40px;
}
.company-review-accordion .card-body > .row {
    margin-bottom:40px;
}
.company-review-accordion .card-body .btn {
    padding:5px 9px;
}
.company-review-accordion .card-body .btn-group-spaced-pair {
    display:block;
    margin-top:10px;
    max-width: 290px;
}
.company-review-accordion .card-body .btn-group-spaced-pair .btn {
    min-width:113px;
}

.thumbs {
    display:block;
    margin-top:10px;
    max-width:290px;
}
.thumbs .fa {
    color:#90a4ae;
    font-size:32px;
    min-width:113px;
    text-align:center;
    cursor:pointer;
    vertical-align: sub;
}
.thumbs .fa-thumbs-o-up, .thumbs .fa-thumbs-up {
    vertical-align:baseline;
}
.thumbs .fa-thumbs-down, .thumbs .fa-thumbs-o-down {
    vertical-align: middle;
    float:right;
}
.thumbs .fa-thumbs-up, .thumbs .fa-thumbs-o-up:hover  {
    color:#ffd600;
}
.thumbs .fa-thumbs-down, .thumbs .fa-thumbs-o-down:hover  {
    color:#b71c1c;
}

.company-review-accordion .card-body .btn-group-wrap {
    width:100%;
}
.company-review-accordion .card-body .btn-group-wrap .btn {
    font-size:12px;
    line-height:1;
    padding:0;
    width:16.8%;
    height:36px;
    margin-bottom:5px;
    border-radius:0!important;
}

@media (max-width: 767px) {
    .company-review-accordion .card-body .btn-group-wrap .btn {
        width:90px;
    }
    .company-review-accordion .card-body .btn-group-wrap .btn:first-child {
        margin-left:-1px;
    }
}

@media (max-width: 480px) {
    .company-review-accordion .card-header {
        padding:.75rem .5rem;
    }
    .company-review-accordion .card-header h2 {
        font-size:24px;
    }
    .company-review-accordion .card-header:after {
        font-size:35px;
    }
    .company-review-accordion .card-body {
        font-size:15px;
    }
    .company-review-accordion .card-body .number {
        font-size:40px;
        line-height:35px;
        font-weight:400;
        min-width:30px;
        max-width:30px;
        padding:2px 0 0 5px;

    }
    .company-review-accordion .card-body .col-11 {
        padding:0 5px;
    }
    .company-review-accordion .card-body .btn {
        padding:5px 9px;
        font-size:15px;
    }
    .company-review-accordion .card-body .btn-group-spaced-pair {
        max-width:180px;
    }
    .company-review-accordion .card-body .btn-group-spaced-pair .btn {
        min-width:80px;
    }
    .thumbs, .faces {
        max-width:180px;
    }
    .thumbs .fa, .faces .fa {
        min-width:80px;
    }
}

@media (max-width: 400px) {
    .company-review-accordion .card-header h2 {
        font-size:20px;
    }
    .company-review-accordion .card-header:after {
        font-size:28px;
    }
}


@media (min-width: 768px) {
    #company-review-form .br-widget {
        margin-top:20px;
    }
}

#guide-article-list {
    margin-top:30px;
}
#guide-article-list .content-summary-box {
    display:block;
    width:100%;
    height:320px;
    overflow: hidden;
    max-width:320px;
    padding:0 0 15px 0;
    margin:20px auto;
    cursor:pointer;
    color: #757575;
    border-radius:3px;
    background-color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#guide-article-list .content-summary-box:hover, .featured-category-cards .card:hover {
    /*background-color:#eceff1;*/
    text-decoration: none;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}
#guide-article-list .content-summary-box .img-placeholder {
    position: relative;
    width: 100%;
    height: 155px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media(max-width: 575px) {
    #guide-article-list .content-summary-box {
        height:365px;
    }
    #guide-article-list .content-summary-box .img-placeholder {
        height:200px;
    }
}
#guide-article-list .content-summary-box .img-placeholder:after, .home-article .img-placeholder:after,
.featured-category-cards .card .top-image:after {
    content:' ';
    position: absolute;
    display: block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 1;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}
#guide-article-list .content-summary-box:hover .img-placeholder:after, .home-article .content-summary-box:hover .img-placeholder:after,
.featured-category-cards .card:hover .top-image:after {
    background-color:rgba(0,0,0,0.1);
}
#guide-article-list .content-summary-box h4 {
    font-size:19px;
    font-weight:600;
    color:#444444;
    margin: 10px;
    /*height:42px;*/
    overflow: hidden;
}
#guide-article-list .content-summary-box:hover h4 {
    color:#0e5987;
}
#guide-article-list .content-summary-box .desc {
    font-size:14px;
    margin:0 10px;
    /*height:75px;*/
    color:#444444;
    overflow: hidden;
}

#news-article-list .content-summary-box {
    cursor:pointer;
}
#news-article-list .content-summary-box .img-placeholder {
    position: relative;
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#news-article-list .content-summary-box h4 {
    font-size:19px;
    font-weight:600;
    color:#444444;
    margin: 0 10px 10px;
    overflow: hidden;
}
#news-article-list .content-summary-box:hover h4 {
    color:#0e5987;
}
#news-article-list .content-summary-box .desc {
    font-size:14px;
    margin:0 10px;
    color:#444444;
    overflow: hidden;
}
#news-article-list .content-summary-box .date {
    font-size:14px;
    font-weight:500;
    margin:0 10px;
    color:#444444;
}

.comments-box {
    position: relative;
    display: flex;
    border-top:1px solid #eeeeee;
    margin:20px 0;
    padding:20px 0;
}
.comments-box .comment-margin {
    width:120px;
    vertical-align: top;
}
.comments-box .comment-margin .fa-star {
    color:#EDB867;
}
.comments-box .comment-margin .fa-star-o {
    color:#d2d2d2;
}
.comments-box .comment-content {
    padding-top:5px;
    width:100%;
}
.comments-box .comment-content h4 {
    font-weight: 400;
}
.comments-box .comment-content h4, .comments-box .comment-content p {
    margin:0 0 5px 0;
}


#help-content .help-topic-section {
    border-top:3px solid #cfd8dc;
    padding:15px 0;
}
#help-content .help-topic-section ul {
    list-style: none;
    padding:0;
}
#help-content .help-topic-section li {
    margin:5px 0;
}
#help-content .search-result h1 {
    font-size:16px;
    font-weight:500;
}
#help-content .search-result:not(:first-child) {
    border-top:1px solid #cfd8dc;
    padding-top:15px;
}

#forum-topic-list {
    margin-top:30px;
}

.forum-table {
    width:100%;
    table-layout: fixed;
}
.forum-table td, .forum-table th {
    padding:4px;
    vertical-align: middle;
}
.forum-table td:first-child, .forum-table td:last-child  {
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forum-message {
    width:90%;
    margin:20px auto;
    padding:10px;
    border:1px solid #eeeeee;
    border-radius: 3px;
    background-color:#fdfdfd;
}

.rh-ordred-list {
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #dbdbdb;
}
.rh-ordred-list > li {
    display: table;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #dbdbdb;
    counter-increment: a;
}
.rh-ordred-list-item {
    width: 70%;
}
.rh-ordred-list-item, .rh-ordred-list > li::after {
    display: table-cell;
    vertical-align: middle;
}
.rh-ordred-list > li::after {
    width: 10%;
    text-align: right;
    font-size: 1.7rem;
    font-weight: 500;
    color: #ccc;
    content: counter(a);
}

#promptPopup {
    position:fixed;
    bottom:0;
    right:10%;
    width:100%;
    max-width:350px;
    color:#263238;
    background-color:#ffd600;
    border-radius:3px;
    padding:10px;
    z-index:10;
}
#promptModal .modal-content {
    border-radius: 5px;
    box-shadow: 1px 1px 40px 2px rgba(00,00,00,0.3);
}
#promptModal .modal-dialog {
    max-width:500px;
    margin:1.75rem auto;
}
#promptModal .modal-dialog .modal-header {
    border-bottom:none;
    padding:5px;
    background-color:#ffffff;
}
#promptModal .modal-dialog .modal-body {
    color:inherit;
    padding:10px;
}
#promptModal .close {
    margin-right: -20px;
    margin-top: -15px;
    border: 1px solid #263238;
    border-radius: 30px;
    background-color: #ffffff;
    padding:3px 5px;
    color:#263238;
    font-weight:300;
    font-size:20px;
    opacity: 1;
}
.prompt-icon-img img {
    width:100%;
}
#promptPopup .prompt-icon-img {
    margin:20px auto;
}
.prompt-text-block {

}
#promptPopup .prompt-icon,#promptModal .prompt-icon {
    float:left;
    font-size:48px;
    margin:0 10px 10px 0;
}
#promptPopup.text-light .prompt-icon,#promptModal .text-light .prompt-icon {
    color:rgba(255,255,255,0.5);
}
#promptPopup.text-dark .prompt-icon,#promptModal .text-dark .prompt-icon {
    color:rgba(0,0,0,0.5);
}
#promptPopup.text-dark,#promptModal .text-dark {
    color:#263238!important;
}

#promptPopup #nlp-button, #promptPopup h4, #promptModal h4 {
    margin:0px;
    font-size:18px;
    color:inherit;
}
#promptPopup h4:not(#nlp-button) {
    text-align: center;
}
#promptModal h4 {
    font-size:20px;
    font-weight:500;
    margin-bottom:10px;
}
#promptModal .nlp-text {
    font-size:14px;
}
#promptPopup .nlp-text {
    font-size:14px;
    text-align:center;
    margin:10px 0;
}
#promptPopup .faded-bg,#promptModal .faded-bg {
    margin:15px -10px -10px -10px;
    padding:20px 10px;
}
/*#promptPopup.text-light .faded-bg {
    background-color:rgba(255,255,255,0.2);
}
#promptPopup.text-dark .faded-bg,#promptModal .faded-bg {
    background-color:rgba(0,0,0,0.2);
}*/
#promptPopup .faded-bg .btn, #promptModal .faded-bg .btn {
    font-weight:600;
}
#promptModal .faded-bg .btn {
    width:60%;
    margin-left:auto;
    margin-right:auto;
}
#promptPopup #nlp-button {
    padding:0px 25px 0px 0;
    cursor:pointer;
    font-weight:400;
}
#promptPopup #nlp-button:after {
    position:absolute;
    font-family: FontAwesome;
    content:"\f077";
    right:8px;
    top:10px;
    width:20px;
    height:20px;
    text-align:center;
    color:inherit;
}
#promptPopup.open #nlp-button {
    text-align: right;
}
#promptPopup.open #nlp-button:after {
    content:"\f00d";
}
#promptPopup input, #promptPopup textarea, #promptModal input, #promptModal textarea {
    margin:10px 0;
}
#nlp-content-wrapper, .nlp-hidden-load, .nlp-hidden-activity {
    display: none;
}
@media(min-width: 501px) {
    #promptModal .row {
        margin-left:0;
        margin-right:0;
    }
    #promptModal .col {
        margin:0;
        padding-left:20px;
        padding-right:20px;
    }
}
@media(max-width: 500px) {
    #promptModal .modal-dialog {
        max-width:350px;
    }
    #promptModal .prompt-text-block {
        text-align: center;
    }
    #promptModal .col {
        flex-basis: unset;
    }
    #promptModal .prompt-icon-img {
        margin:0 auto 20px;
    }
    .prompt-text-block {
        float:none;
    }
    #promptModal .faded-bg .btn {
        width:80%;
    }
}
@media(max-width:400px) {
    #promptPopup {
        left:0;
        right:0;
    }
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #607d8b;
    background: #aeaeae;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle:before {
    content: 'Off';
    left: -4rem;
}
.btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: .5;
}
.btn-toggle.btn-toggle-yn:before {
    content: 'No';
}
.btn-toggle.btn-toggle-yn:after {
    content: 'Yes';
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.active {
    transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}
.btn-toggle.active:before {
    opacity: .5;
}
.btn-toggle.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    color: #fff;
    letter-spacing: .75px;
    left: 0.4125rem;
    width: 2.325rem;
}
.btn-toggle.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}
.btn-toggle:before,
.btn-toggle:after {
    color: #607d8b;
}
.btn-toggle.active {
    background-color: #0e5987;
}
.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
    content: 'Off';
    left: -5rem;
}
.btn-toggle.btn-lg:after {
    content: 'On';
    right: -5rem;
    opacity: .5;
}
.btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
    opacity: .5;
}
.btn-toggle.btn-lg.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.6875rem;
    width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}
.btn-toggle.btn-sm {
    margin: 6px 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
}
.btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: .5;
}
.btn-toggle.btn-sm.btn-toggle-yn:before {
    content: 'No';
}
.btn-toggle.btn-sm.btn-toggle-yn:after {
    content: 'Yes';
}
.btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
    opacity: .5;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    color: #fff;
    letter-spacing: .75px;
    left: 0.4125rem;
    width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}
.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle.btn-xs:before {
    content: 'Off';
    left: 0;
}
.btn-toggle.btn-xs:after {
    content: 'On';
    right: 0;
    opacity: .5;
}
.btn-toggle.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left .25s;
}
.btn-toggle.btn-xs.active:before {
    opacity: .5;
}
.btn-toggle.btn-xs.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    color: #fff;
    letter-spacing: .75px;
    left: 0.275rem;
    width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}
.btn-toggle.btn-secondary {
    color: #607d8b;
    background: #aeaeae;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #607d8b;
}
.btn-toggle.btn-secondary.active {
    background-color: #607d8b;
}

.footer {
    width: 100%;
    background-color:#263238;
    text-align:center;
}
.footer .logo {
    height: 39px;
    width:auto;
    display: block;
    margin:0 auto 21px;
}
.footer .top-half {
    padding:50px 0 20px;
}
.footer .top-half span a {
    display:inline-block;
    font-size:18px;
    color:#ffffff;
    font-weight:300;
    margin:0 10px;
}
.footer a:hover {
    color:#40c4ff!important;
}
.footer .bottom-half {
    padding:30px 0;
}
.footer .bottom-half, .footer .bottom-half a {
    font-size:12px;
    color:#ffffff;
}
.footer .bottom-half span a {
    margin:0 0 0 15px;
}

.footer .social {

}
.footer .social a {
    display:inline-block;
    font-size:28px;
    color: #ffffff;
    width:30px;
    height:30px;
    text-align: center;
    margin:10px;
}

@media (min-width: 1405px) {
    .container {
        max-width: 1345px;
    }
}

@media (min-width: 991px) {
    .navbar {
        min-height: 70px;
    }

    .navbar-brand {
        height: 34px;
        width: 225px;
        padding: 0;
    }

    .navbar .navbar-nav > li:last-child .nav-link {
        padding-right:0;
    }

    .nav-item.separated {
        margin:3px 0 5px 10px;
        padding:0 0 0 10px;
        line-height: 1;
        height: 30px;
        border-left:1px solid #eeeeee;
    }
}
@media (max-width:1199px) {
    .nav-item .nav-link.category-link {
        font-size:18px;
        padding-top:.7rem;
    }
    #navbarDropdownUserMenu div {
        max-width:120px;
    }
}
@media (max-width: 990px) {
    .navbar {
        height:auto;
        min-height: 50px;
    }
    .navbar-brand {
        height:34px;
        width:200px;
        padding:0;
        margin:10px 0;
    }
    .nav-item .btn {
        margin-left:0;
    }
    .page-wrapper {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .home-intro-block #main-search-form .search-input {
        width: 90%;
    }
    .search-block-404 {
        display: block;
        width:90%;
        margin:20px 0;
    }
    .company-review-form-box {
        padding:20px;
    }
    .footer .bottom-half span {
        display:block;
    }
    .footer .bottom-half span a {
        margin:0 10px;
    }
}

@media (min-width: 576px) {
    .border-right-sm {
        border-right:1px solid #eeeeee;
    }
}