<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    JS CSS START
*/
.mastheadSearchResults {
    position: absolute;
    background-color: white;
    border: 1px solid silver;
    padding: 5px;
    margin: 5px;
}

/* Couldn't get z-index for search to appear above news carousel */
/*
/* This causes the news slider to not be clickable. Search seems to drop down fine now without it
.news-carousel-image {z-index: -10;}
.carousel-inner { z-index: -10; }
*/

/*
    JS CSS END
*/

.cookieinfo {
    position: fixed;
    bottom: 10px;
    font-size: 14px;
    padding: 1%;
    background: #000;
    color: #fff;
    text-align: center;
    left: 10%;
    right: 10%;
    z-index: 1000;
}
    .cookieinfo a {
        color: #ffcc00;
        font-weight: bold;
    }

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffcc00;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



body {
    font-family: poppins;
    font-size: 14px;
    background-color: #f9f9f9;
}

header{
    background-color: #fff;
}

.container-xxl {
    max-width: 1280px;
}

img {
    max-width: 100%;
}

a{
    color: #111;
    text-decoration: none;
}

    a:hover {
        color: #333;
    }

input:focus-visible {
    outline: #ffcc00 dashed 1px;
}

.normalLink a {
    color: #000;
}

.normalLink a:hover {
    color: #333;
    font-weight: bold;
}

.d-flex {
    flex-wrap: wrap;
}

.no-wrap {
    flex-wrap: nowrap !important;
}

.maincontentContainer{
    position: relative;
}

.mpus {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    position: relative;
}

    .mpus img {
        border-radius: 4px;
        display: block;
        position: absolute;
        max-width: 100%;
    }



    .mpus a::after {
        content: '';
        top: 0;
        width: 100%;
        height: 250px;
        display: block;
        position: relative;
        z-index: 1;
        animation: slide 3s infinite;
        /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 40%, rgba(255,255,255,0.6) 70%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
        background: linear-gradient(300deg, rgba(255,255,255,0) 40%,rgba(255,255,255,0.2) 50%,rgba(128,186,232,0) 60%,rgba(125,185,232,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
    }

    @media only screen and (max-width:768px){
        .mpus a::after {
            height: 150px;
        }
    }

@media only screen and (max-width:575px) {

    .mpus {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .mpus a {
            width: calc(50% - 5px);
            display: block;
        }

        .mpus img {
            display: block;
            position: relative;
        }

        .mpus a::after{
            height: auto;
        }
}

/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.mostpopcol {
    max-width: 200px;
    text-align: center;
    flex-direction: column;
}

.newsCol {
    padding-left: 2%;
}

.mostpopAndNews, .mainbodysec, .accordionRow {
    padding-right: 1%;
}

    .mainbodysec{
        margin-top: 10px !important;
    }

    .countryDropdown {
        width: auto;
    }

h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

ul {
    margin-bottom: 0px;
    padding-left: 20px;
    list-style-position: outside;
}


.btn {
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 2px;
    --bs-btn-color: transparent;
}

    .btn:hover, .btn-link:hover, btn-link:active, .btn:first-child:active {
        color: transparent;
    }

.nav-btns {
    gap: 5px;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.nav-btn {
    display: inline-block;
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 0;
    border: 0;
}


.loginbtn {
    background: #4490ff;
    display: block;
    color: #fff;
}
    .loginbtn:hover {
        background: #3978d3;
    }

.loginbtn i{
    margin-right:5px;
}

.newsletterbtn{
    background: #fff;
    color: #000;
}
.newsletterbtn:hover {
    background: #f2f2f2;
}

.half {
    width: 50% !important;
    display: inline-block;
}

.btn-yellow {
    background: #ffcc00 !important;
    color: #000 !important;
}

    .btn-yellow:hover {
        background: #ecbd00 !important;
        color: #000 !important;
    }


    .btn-yellow a {
        color: #000 !important;
        display: block;
        text-align: center;
    }

.btn-black {
    background-color: black;
}

.btn-black:hover {
    background-color: black;
}

.btn-black:hover a {
    color: #ffcc00;

}

    .btn-black a {
        display: block;
        color: #fff;
        text-align: center;
    }

    .btn-black a:hover {
        color: #ffcc00;
    }

.half-highlight {
    width: 100%;
    background: linear-gradient(to top, #ffcc00 50%, transparent 50%);
}

@media only screen and (max-width:686px) {
    .nav-btn {
        padding: 5px 10px;
        font-size: 10px;
        border-radius: 0;
        border: 0;
    }

    .loginbtn a{
        padding: 5px 10px;
        font-size: 10px;
    }
}


.fixed-top{
    height: 0;
}

    .fixed-top.mob {
        display: none;
    }

.navbar ul {
    padding-left: 0px;
}

    .navbar ul li {
        list-style-type: none;
        display: inline;
        margin-right: 15px;
        font-size: 13px;
    }

        .navbar ul li a {
            text-decoration: none;
            color: #fff;
        }

            .navbar ul li a:hover {
                text-decoration: none;
                color: #ffcc00;
            }

.hamburger {
    background-color: black;
    border: 0;
}

    .hamburger i {
        font-size: 24px;
    }

.offcanvas {
    background-color: black;
    color: #fff;
}

button.btn-close.text-reset {
    background-color: #fff !important;
    margin-right: 0;
}

.offcanvas-nav ul {
    list-style-type: none !important;
    padding-left: 0px;
}

.offcanvas-nav li {
    padding: 5px;
}

    .offcanvas-nav li a {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        letter-spacing: 1px;
    }

.offcanvas-main-header {
    padding: 0px 1rem !important;
}

.offcanvas-body {
    padding-top: 0px !important;
}

.offcanvas-main-header h5 {
    color: #ffcc00;
    font-weight: 700;
}

.offcanvas-header h5 {
    color: #ffcc00;
    font-weight: 700;
}

.offcanvas-socials i {
    font-size: 20px;
    padding-left: 10px;
}

.eco a {
    color: greenyellow !important;
}

    .eco a:hover {
        color: #fff !important;
    }

.advertise a {
    color: #ffcc00 !important;
}

    .advertise a:hover {
        color: #fff !important;
    }



.regions .dropdown {
    border: 1px #dddddd solid;
    border-radius: 6px;
}

.regions li {
    background: #fff;
}

    .regions li a img {
        width: 20px;
        margin-right: 5px;
    }



.hero {
    background-position-x: 0%;
    background-position-y: 60%;
}

.londonHero {
    background-position-x: 0%;
    background-position-y: 50%;
}


.londonHero .overlay {
    padding: 6em 0px;
}


.overlay {
    backdrop-filter: brightness(0.3);
    --webkit-backdrop-filter: brightness(0.3);
    height: 100%;
}

.hero .overlay {
    padding: 6em 0px;
}

.heroTextSml {
    color: #ffcc00;
    font-size: 12px;
}

.heroTextLg {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
}

/* Start of Search bar */

searchhead {
    z-index: 1; /* This was necessary as the search results were showing behind everything else and z-index was not working until these styles were applied to this class */
    position: relative;
}

.directory-search {
    padding: 0;
}


    .directory-search input {
        display: block;
        width: 100%;
        padding: 1em 20px;
        background-color: rgba(255,255,255,0.8);
        border: #fff solid;
        box-sizing: border-box;
    }

    .directory-search label {
        display: block;
        width: 100%;
        padding: 5px 25px;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 1px;
        box-sizing: border-box;
    }

#product-service-input {
    border-radius: 100px 0px 0px 100px;
    border-width: 4px 2px 4px 4px;
    box-sizing: border-box;
}

#product-service-input-London {
    border-radius: 100px;
    border-width: 4px 2px 4px 4px;
    box-sizing: border-box;
}

#location-input {
    border-radius: 0px 100px 100px 0px;
    border-width: 4px 4px 4px 2px;
    box-sizing: border-box;
}

.directory-search button[type="submit"] {
    background-color: #ffcc00;
    padding: 0.60em;
    width: calc(100% - 10px);
    box-sizing: border-box;
    border-radius: 140px;
    border: 4px solid #ffcc00;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

    .directory-search button[type="submit"]:hover {
        background-color: #e6b800;
        border: 4px solid #e6b800;
    }

.mastheadSearchResults {
    position: absolute;
    background-color: rgba(0,0,0,0.85);
    color: #fff;
    border: 1px solid #000;
    padding: 1em;
    margin: 5px;
    z-index: 2;
    cursor: pointer;
    width: inherit;
}

.searchResultTitle {
    color: #ffcc00;
    border-bottom: 1px solid #333;
    padding: .5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.searchResult{
    padding: .5em;
}

.searchResult:hover {
    background: #333;
}

/* End of Search bar */


.mostpophead {
    font-size: 15px;
}

.popularCats {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
    justify-content: space-between;
    padding-left: 0;
}

    .popularCats li {
        font-size: 14px;
        background: #ffcc00;
        border: 1px solid #333;
        border-radius: 4px;
        /*background: linear-gradient(180deg, #F1F1F1 0%, #F2F2F2 52.08%, #DCDBDB 100%);
            border: 1px solid #CBCBCB;
        */
        padding: 2px 5px;
    }

        .popularCats li:hover {
           /* background: linear-gradient(180deg, #cbcbcb 0%, #f1f1f1 52.08%, #cbcbcb 100%);
            */
        }

        .popularCats li a {
            color: #000;
            font-weight: 600;
            text-decoration: none;
        }

#carouselCaptions {
    max-width: 100% !important;
} 

.carousel-caption {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
}

.carousel-indicators {
    margin-bottom: 0;
}

.secondBanner {
    width: auto;
    margin: auto;
}

.smallNewsStories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.smallNewsStory:nth-of-type(odd){
    padding-right: 1%;
}

.smallNewsStory .card {
    flex-direction: row;
    border-radius: 0;
    border: 0;
}

.smallNewsStory:nth-of-type(5) .card, .smallNewsStory:nth-of-type(6) .card {
    margin-bottom: 0px;
}

.smallNewsStory .card-img-left {
    width: 40%;
}

.smallNewsStory img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.smallNewsStory .card-body {
    padding: 10px 15px;
    width: 60%;
    overflow: hidden;
}

.smallNewsStory .card-title {
    font-size: 14px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.smallNewsStory .card-text {
    font-size: 12px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}


.featuredProduct {
    border-top: 5px solid #ffcc00;
    border-radius: 0px;
    text-align: center;
    width: 100%;
}

.fpProductImage, .fpCompanyLogo {
    min-height: 160px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
}

.fpProductImage img {
    margin: 15px;
    max-width: calc(100% - 30px);
    height: 150px;
    object-fit: cover;
}

    .fpCompanyLogo img {
        margin: 15px;
        max-width: calc(100% - 30px);
        max-height: 150px;
        object-fit: cover;
    }


    .featuredProduct .card-title {
        font-size: 20px;
        font-weight: bold;
    }

    .featuredProduct a {
        background-color: #ffcc00;
        border: 0;
        border-radius: 5px;
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: 600;
        bottom: 0;
    }

        .featuredProduct a:hover {
            background-color: #d8ad00;
        }

        .featuredProduct a{
            color: #000;
        }



.catlist {
    margin-top: 10px;
}

    .catlist a{
        display: inline;
        text-decoration: none;
        color: #000;
    }

        .catlist a:hover {
            color: #666;
        }

    .catlist .card-header {
        background: #000;
    }

        .catlist .card-header button {
            width: 100%;
            background: #000;
            color: rgba(0,0,0,0);
            text-align: left;
            padding: 0;
        }

    .catlist .card-header button h2 {
        color: #ffcc00;
        text-decoration: none;
        font-weight: 600;
        padding: 0;
        font-size: 16px;
        display: inline-block;
    }

            .catlist .card-header button[aria-expanded=true]::before {
                font-family: 'Bootstrap-icons';
                content: "\F63B" !important;
                padding-right: 10px;
                font-size: 16px;
                color: #fff;
            }

    .catlist .card-header button[aria-expanded=false]::before {
        font-family: 'Bootstrap-icons';
        content: "\F64D" !important;
        padding-right: 10px;
        font-size: 16px;
        color: #fff;
    }

.card-body .col-12 {
    display: flex;
    flex-wrap: wrap;
}

.catLink{
    width: 33.3%;
}

footer{
    margin-top: 20px;
}

footer a {
    display: flex;
    color: #fff;
    text-decoration: none;
}

    footer a:hover {
        color: #ffcc00;
    }

footer .container-fluid {
    padding: 20px 0px;
}

footer p {
    margin-top: 20px;
    font-size: 12px;
    text-align: justify;
}

.smlFooterLogoLeft{
    width: 45%;
    margin-bottom: 5px;
}

.smlFooterLogoRight {
    width: 55%;
    margin-bottom: 5px;
}


    /* Start of company list page */
    /* Start of category sponsors */
    .viewBtns {
        background: #000;
        color: #ffcc00;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
        align-items: stretch;
        border-radius: 5px;
        filter: drop-shadow(0px 2px 5px #eee);
    }

.col.viewText {
    padding: 10px;
    border-right: 1px solid #333;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}


.viewBtns a {
    display: flex;
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

    .viewBtns a:hover {
        background: #333;
    }

.catSponsMainTitle {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.NewProductCompanyName {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
}

.catSponsContainer {
    position: relative;
    margin-bottom: 5px;
    margin-top: 15px;
    background: #fff;
    filter: drop-shadow(0px 2px 5px #eee);
}

    .catSponsContainer:hover {
        filter: drop-shadow(2px 0px 5px #ccc);
    }


.catSponsLogo {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 1.5em;
}

.catSponsText {
    padding: 1.5em;
}

.catSponsLogo img {
    width: 120px;
}

.catSponsCompanyLink a{
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #fff;
    padding: 5px 5px 5px 100px;
    border-bottom: 1px solid #ddd;
    background: #000;
}

    .catSponsCompanyLink a:hover{
        color: #ffcc00;
    }


    .catSponsText ul {
        display: inline-block;
        width: 100%;
    }

    .catSponsText ul li {
        width: 45%;
        margin-left: 4%;
        margin-right: 1%;
        list-style-type: disc;
        float: left;
    }

.catSponsorbtn a{
    display: block;
    background: #ffcc00;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-radius: 4px;
}

    .catSponsorbtn a:hover {
        background: #ffcc00;
        filter: drop-shadow(2px 0px 2px #ccc);
    }

.catSponsorbtn i {
    margin-right: 10px;
}


/* Ribbon*/
.ribbon {
    width: 125px;
    height: 125px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

    .ribbon::before{
        z-index: 0;
    }

    .ribbon::after {
        z-index: -1;
    }

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        content: '';
        display: block;
        border: 5px solid #ffcc00;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 235px;
        padding: 6px 0;
        background-color: #ffcc00;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #000;
        font-size: 10px;
        font-weight: bold;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: #c39c00;
        border-left-color: #c39c00;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 30px;
    }

    .ribbon-top-left::after {
        bottom: 10px;
        left: 0;
    }

    .ribbon-top-left span {
        right: -30px;
        top: 35px;
        transform: rotate(309deg);
    }



/* top left ribbon - tilted at lesser degree*/
/*
.ribbon {
    width: 150px;
    height: 90px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 200px;
        padding: 6px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font-size: 12px;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }


.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: -2px;
    }

    .ribbon-top-left::after {
        bottom: 29px;
        left: 0;
    }

    .ribbon-top-left span {
        right: -5px;
        top: 10px;
        transform: rotate(-20deg);
    }

    */


/* End of category sponsors */

.yellow{
    color: #ffcc00;
}

.catTiltleContainer {
    display: flex;
    border-radius: 0px;
    background-image: url('/images/constructionWorkers.jpg');
    background-size: cover;
    background-position-y: 70%;
}

.catTitleoverlay {
    width: 100%;
    backdrop-filter: brightness(0.2);
    padding: 20px;
    min-height: 200px;
}

.catTitle {
    justify-content: center;
    display: flex;
    border: 1px solid #ffcc00;
    padding: 20px;
    width: 100%;
    height: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
}

.catTitleText {
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

    .catTitleText img {
        margin-bottom: 10px;
        display: block;
    }

/*.catTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px;
    background: linear-gradient( 190deg, #ffcc00 10%, #000 10%, #000 20%, #ffcc00 20%, #ffcc00 30%, #000 30%, #000 40%, #ffcc00 40%, #ffcc00 50%, #000 50%, #000 60%, #ffcc00 60%, #ffcc00 70%, #000 70%, #000 80%, #ffcc00 80%, #ffcc00 90%, #000 90%);
}

.catTitleText {
    background: #fff;
    display: inline-block;
    padding: 20px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    margin: 0px 0px 0px 10px;
    filter: drop-shadow(2px 0px 10px rgba(0,0,0,0.21));
    width: 100%;
    border-radius: 0px;
}
*/

#companyList {
    
    margin-top: 20px;
    background: #f2f2f2;
    padding: 1.5em;
    
}


.companyListContainer {
    background: #fff;
    filter: drop-shadow(0px 2px 5px #eee);
    padding: 1em;
    align-items: center;
    border-image: repeating-linear-gradient( 45deg, #ffcc00 10px, #000 10px, #000 20px, #ffcc00 20px, #ffcc00 30px, #000 30px, #000 40px, #ffcc00 40px, #ffcc00 50px, #000 50px, #000 60px, #ffcc00 60px, #ffcc00 70px, #000 70px, #000 80px, #ffcc00 80px, #ffcc00 90px, #000 90px) 9/1rem;
    border-image-width: 0px 0px 0px 7px;
    margin-bottom: 20px;
}

.companyListContainer:hover {
    filter: drop-shadow(2px 0px 5px #ccc);
}

.companyListCompName a {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f2f2f2;
}

    .companyListCompName a:hover {
        color: #000;
    }
    

.companyListContainer img {
        max-width: 100% !important;
        max-height: 80px;
    }

.companyListListingLink {
    display: inline-block;
    margin-right: 5px;
}


    .companyListListingLink a {
        display: inline-block;
        width: auto;
        padding: 5px 30px;
        background: #000;
        color: #fff;
    }

    .companyListListingLink a:hover {
        background: #333;
    }

.companyListWebsiteLink {
    display: inline-block;
}

.companyListWebsiteLink a {
    display: inline-block;
    background: #ffcc00;
    width: auto;
    padding: 5px 30px;
    color: #000;
}

    .companyListWebsiteLink a:hover {
        background: #ECBD02;
    }


.companyListButtons {
    margin-top: 20px;
    flex: 2 0 30%;
}

.companyListStarRating{
    margin-top: 20px;
}

.paginationCol {
    flex-wrap: wrap;
    justify-content: center;
}

    .paginationCol a {
        padding: 1em;
        background: #000;
        color: #fff;
        border-radius: 5px;
        margin: 2px;
        display: flex;
    }

#cphMain_companyListUserControl_hypPrevious::before, #cphMain_hypPrevious::before {
    font-family: 'Bootstrap-icons';
    content: "\F12A";
    margin-right: 5px;
}

#cphMain_companyListUserControl_hypNext::after, #cphMain_hypNext::after {
    font-family: 'Bootstrap-icons';
    content: "\F134";
    margin-left: 5px;
}

    .paginationCol a:hover {
        transform: scale(1.2);
        transition-duration: .5s;
        background: #333;
        color: #fff;
    }

.paginationCol a:not([href]):not([class]){
    color: #ffcc00;
    font-weight: bold;
    }


.regions{
    padding: 1em;
}

.regions a{
    padding: 5px;
    color: #000;
    display: inline-block;
}

.regionTitle{
    font-size: 22px;
    font-weight: bold;
}

.regionbtns {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5px;
}

    .regionbtns a {
        display: inline-block;
        background-color: #000;
        padding: 10px 25px;
        margin: 5px;
        color: #ffcc00;
        border-radius: 5px;
    }

    .regionbtns a:hover {
        background-color: #ffcc00;
        color: #000;
        transition-duration: 0.5s;
    }




/* End of company list page */

/* Start of company listing page */

.topbarListing{
    border-bottom: 1px solid #eee;
}

.reviewCountText{
}

.reviewImage{
    max-width: 125px;
}

.listingCompanyName {
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.listingSectionHeader{
    background-color: #000;
    color: #fff;
    border-radius: 4px;
}

.listingTitle {
    font-size: 18px;
}

.websitelinkbtn{
    width: 100%;
}

.websitelinkbtn::before {
    content: "\F1C5";
    font-family: 'Bootstrap-icons';
    margin-right: 5px;
}

.listingSocialLinks img{
    margin-right:5px;
}

.listingSection {
    background: #fff;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.15));
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 20px;
}

.contactDetailsTitle{
    font-weight: bold;
}

.contactDetail {
    padding: 15px 0px;
    align-items: center;
    display: flex;
}

.contactDetail:last-of-type {
    border-bottom: 0px;
}


.contactDetail a{
color: #000;
}

    .contactDetail a:hover {
        color: #fc0;
    }

.listingicon {
    font-size: 18px;
    background: #333;
    color: #fc0;
    padding: 4px 8px;
    border-radius: 100px;
    margin-right: 5px;
}

.allOpeningHours{
    display: none;
}

#moreInfoGone:focus ~ .allOpeningHours {
    display: block;
}

#moreInfoGone:focus .todayshours {
    display: none;
}

.todayshours{
    display: inline-block;
    cursor: pointer;
}

    .textlink{
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.textlink:hover {
    color: #ffcc00;
    font-weight: bold;
}

.listingbtns a{
    display: flex;
    align-items: center;
    margin: 5px;
}

.listingbtns i {
    font-size: 20px;
    margin-right: 5px;
}



.listingAboutBody a {
    color: #000;
    background: linear-gradient(to top, transparent 50%, transparent 50%);
    transition: background 2s ease-in;
    -webkit-transition: background 2s ease-in;
    text-decoration: underline;
    text-decoration-color: #ffcc00;
    text-decoration-style: solid;
    text-decoration-thickness: 3px;
}
    .listingAboutBody a:hover {
        background: linear-gradient(to top, #ffcc00 50%, transparent 50%);
    }

    .listingAboutBody ul li{
        width: 50%;
    }

    .listingReviews {
        height: 200px;
        overflow-y: scroll;
    }

.listingReview {
    width: 100%;
    padding: 20px;
    min-height: 200px;
}

.stars, .review, .dateName{
    width: 100%;
}

.reviewScore {
    position: relative;
    z-index: 9;
    background: #000;
    color: #fff;
}

.score{
    color: #ffcc00;
    font-weight: bold;
    font-size: 18px;
}

.dateName .date {
    font-size: 12px;
    font-weight: bold;
}

.dateName .name {
    font-size: 18px;
    font-weight: bold;
}



/* Gallery on company listing page */

.listingGallery .carousel-item img{
    height: 500px;
    object-fit: cover;
}

.listingGallery .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 0px;
}

.listingGallery .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.listingGallery .carousel-indicators button img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* End of Gallery on company listing page */




#Vidcarousel {
}

    #Vidcarousel iframe {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 16 / 9;
    }

.card {
    --bs-card-border-width: 0px;
    filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.2));
    margin-bottom: 10px;
}

.listingNews .card-header{
    padding: 0;
}

    .listingNews .card-header .btn {
        background: #fff;
        padding:0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
    }

        .listingNews .card-header .btn:hover {
            background: #f2f2f2;
        }

    .listingNews .card-header button[aria-expanded=true]{
        background: #f2f2f2;
    }

    .listingNews .card-header button[aria-expanded=true]::after {
        font-family: 'Bootstrap-icons';
        content: "\F63B" !important;
        padding-right: 10px;
        font-size: 16px;
        color: #555;
        justify-content: flex-end;
        display: flex;
    }

    .listingNews .card-header button[aria-expanded=false]::after {
        font-family: 'Bootstrap-icons';
        content: "\F4FE" !important;
        padding-right: 10px;
        font-size: 16px;
        color: #555;
        justify-content: flex-end;
        display: flex;
    }

.listingnewsInfo {
    width: 90%;
    display: flex;
    align-items: center;
    padding: 0.5em;
}

.listingNews .storydate {
    color: #333;
    font-size: 10px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    width: 15%;
    height: 100%;
    background: #eee;
    display: inline-block;
    padding: 2px 2px;
}

.listingNews .headline {
    color: #555;
    display: inline-block;
    width: 85%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.productListItem{
    display: flex;
}

    .productListItem::before {
        display: inline-block;
        font-family: 'Bootstrap-icons';
        content: "\F2EF";
        color: #ffcc00;
        min-width: 20px;
    }

.productListItem span {
    display: inline-block;
}

.listingTeam table{
    max-width: 100%;
    overflow: scroll;
}

.listingTeam thead tr th {
    background: #000;
    color: #ffcc00;
    font-weight: normal;
}

.listingTeamName {
    font-weight: bold;
}

.companyAreaTabs h2 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.companyAreaTabs .row{

}

    .companyAreaTabs .row .col {
        flex: 1 0 0%;
        min-width: 25%;
    }


/* Tabs on both company page and Self Build */
.tab-pane .row {
    filter: drop-shadow(0px 2px 5px #eee);
    background: #fff;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
}

.tab-pane a {
    padding: 5px;
    color: #000;
    display: inline-block;
}

.nav-pills {
    display: flex;
    gap: 10px;
}

 .nav-item{
     flex: 1;
             }

.nav-pills .nav-link {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 15px 25px;
    background: #333;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: -1px;
    z-index: 2;
    margin-bottom: -1px;
}


    .nav-pills .nav-link.active {
        background: #fff;
        color: #000;
        border-width: 1px 1px 1px 1px;
        border-color: #ddd;
        border-bottom-color: #fff;
        border-style: solid;
        filter: drop-shadow(0px -4px 2px #eee);
    }

    .nav-pills .nav-link:hover {
        background: #000;
    }

    .nav-pills .nav-link.active:hover {
        background: #fff;
    }

    .tab-content {
        padding-top: 0 !important;
    }


/* End of company listing page */
    /* Start of the News Page*/

.newsList .card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

    .newsList .card-body{
        padding: 2em;
    }

    .newsDate {
        position: absolute;
        right: 0;
        top: 0;
        padding: .5em;
        background: #222;
        color: #fff;
        font-size: 10px;
        letter-spacing: 1px;
    }

.newsList .card-title a{
    color: #000;
}
.newsList .card-title a:hover {
    color: #333;
}

.newsList .card-img-left {
    flex: 2;
}

.newsList .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 3;
}

.newsList .card img {
    width: 100% !important;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
}

.newsfeedbtn {
    position: fixed;
    left: 0;
    top: 100%;
    transform-origin: top left;
    transform: rotate(-90deg);
    z-index: 9;
}

/* Newfeed Subscribe button media queries*/


@media only screen and (max-width:1350px), screen and (max-height: 550px) {
    .newsfeedbtn {
        position: fixed;
        left: 0;
        top: auto;
        bottom: 0 !important;
        transform-origin: top left;
        transform: rotate(0deg);
        z-index: 9;
        
    }
}

@media only screen and (max-width:768px){

    .newsfeedbtn {
        width: 100%;
        font-size: 12px;
    }

        .newsfeedbtn a {
            font-size: 12px;
            width: 100%;
            padding: 5px 5px;
        }
}
/* Newfeed Subscribe button media queries*/

    .newsTitle h2 {
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 0;
    }

.newsTitle span {
    background: #000;
    color: #fff;
    padding: 5px;
    display: inline-block;
}

.newsStoryDate{
    align-self: flex-end;
}

.newsStoryDate span {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 900;
    display: inline-block;
    background: #ffcc00;
    padding: 1px 5px;
}

.newsStoryHeadline{
    position: absolute;
    background: rgba(0,0,0,0.6);
    top: 24px;
    padding: 20px 10px;
    width: calc(100% - 16px);
    text-align: center;
    backdrop-filter: blur(10px);
}

    .newsStoryHeadline h1 {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0;
        color: #fff;
    }

.newsStoryImage img {
    width: 100%;
    border-top: 5px solid #000;
}

/* News Archive Start*/
.archiveYear{
    border-bottom: 3px solid #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.archiveYear span {
    background: #000;
    color: #ffcc00;
    padding: 5px 10px;
    display: inline-block;
    font-size: 20px;
}

    .archiveMonth span {
        padding: 5px;
        display: inline-block;
    }

.archiveMonth span a {
    color: #000;
}
        .archiveMonth span a:hover {
            color: #333;
        }


/* Ad rates Page */
.adrates-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.adRatesBoxHeader {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    background: #000;
    color: #fff;
}

.adRatesPrice{
    font-weight: bold;
    color: #ffcc00;
    font-size: 12px;
    letter-spacing: 2px;
}

.adRatesBody {
    padding: 20px;
}

.adRates {
    background: #fff;
    filter: drop-shadow(0px 2px 5px #eee);
    padding-bottom: 50px;
}

    .adRates.col-6 {
        background: #fff;
        filter: drop-shadow(0px 2px 5px #eee);
        width: calc(50% - 5px);
    }

.adRatesRow {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    margin-top: 20px;
}

.adRatesBody .row {
    gap: 15px;
}

.col-md-4.bundle {
    width: calc(33.3% - 10px);
}

.bundle {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

    .bundle span {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        padding: 5px;
    }

.bundleTitle1 {
    background: #ffcc00;
}

.bundleTitle2 {
    background: #333;
    color: #fff;
}

.bundleTitle3 {
    background: #fff;
}

.adRatesButton {
    position: absolute;
    margin-top: 20px;
    width: calc(100% - 40px);
    text-align: center;
    bottom: 20px;
}

/* Start Of Contact Page */

.contactPageDetails i{
    font-size: 22px;
}

.contactPageDetails h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.contactPageDetails a{
    color: #333;
}

.contactInfo {
    margin-top: 20px;
}

.defaultFormSection {
    padding: 5px;
}

.defaultFormSection.half {
    width: 50%;
    float: left;
}

.defaultInput input, .defaultInput textarea {
    width: 100%;
    padding: 10px;
    border-width: 1px 1px 5px 1px;
    border-color: #eee;
    border-style: solid;
}

.defaultSubmitButtonHolder {
    width: 100%;
    text-align: center;
}

.defaultFormSection input[type=submit] {
    padding: 10px 20px;
    background: #ffcc00;
    border: 0;
    border-radius: 4px;
}

.defaultFormSection select {
    padding: 5px;
    max-width: 100%;
}

.g-recaptcha div{
    margin: 0 auto;
}

.successMsg{
    width: auto;
    margin: 0 auto;
    background: #cdffaf;
    color: #4a642d;
    padding: 40px;
    text-align: center;
    font-size: 20px;
}
.successMsg i{
    font-size: 50px;
    display: block;
}

.errorMsg {
    background: #ffb0b5;
    color: #821919;
    padding: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/* Jobs */
.jobtop a {
    color: #fff;
    font-weight: bold;
}

    .jobtop a:hover {
        color: #aaa;
    }

.jobtop {
    color: #fff;
    background: #000;
    padding: 10px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job {
    font-weight: bold;
    flex: 0 1 600px;
}

.salary {
    font-weight: bold;
    flex: 0 1 200px;
}

.joblocation {
    color: #ffcc00;
    flex: 0 1 200px;
}

.jobTitle{
    font-size: 22px;
    margin-bottom: 10px;
}

.jobRow{
    display: flex;
    flex-wrap: wrap;
}

.jobField{
    min-width: 20%;
    font-weight: bold;
}

.jobRow a{
    background-color: #ffcc00;
    color: #000;
    padding: 0px 10px;
}

.jobRow a:hover {
    background-color: #ddb100;
}

.jobdescriptiontitle {
    font-size: 20px;
    width: 100%;
}

.jobDesc{
    padding: 10px;
}

.applyNowBtn a {
    background: #ffcc00;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px;
    color: #000;
}

    .applyNowBtn a:hover {
        background: #e5b802;
    }

    .applyNowBtn i{
        font-size: 24px;
        display: block;
        margin-top: -20px;
    }


.divideTopBot {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
}

/*CMS*/

.customerAccountInfo {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.customerAccountInfo a{
    align-self: end;
    padding: 7px 15px;
    margin-left: 5px;
    background: #ffcc00;
    color: #000;
    border-radius: 4px;
}


.cmsHeader {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #ddd;
}

.customerInfoName span{
    font-weight: bold;
}

.customerInfobtns{
    display: flex;
}

.cmsLinks {
    display: flex;
    flex-direction: row;
    gap: 2%;
    justify-content: center;
}

.cmsLink {
    text-align: center;
    background: #fff;
    flex-basis: 31.33333%;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 5px #eee);
    border-top: 5px solid #ffcc00;

}

    .cmsLink:hover {
        filter: drop-shadow(0px 0px 5px #ccc);
        border-top: 5px solid #ffcc00;
    }

    .cmsLink a {
        color: #000;
        display: block;
        width: 100%;
        padding: 50px;
    }
 
.cmsLink img{
    margin: 0 auto;
    max-width: 100px;
    margin-bottom: 10px;
}

.cmsLink span {
    width: 100%;
    display: block;
}

.customerInfo {
    background: #000;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.customerInfo i {
    color: #fc0;
    font-size: 24px;
    display: inline-block;
    margin-right: 7px;
}

.customerInfoText {
    display: inline-block;
}

.customerInfoText a {
    color: #fff;
}

.note i{
    display: block;
    color: #ed3419;
    font-size: 12px;
    margin-bottom: 10px;
}

.cmsProductHeading {
    background: #ffcc00;
    font-size: 10px;
    font-weight: bold;
}
    .cmsProductHeading div {
        padding: 10px;
    }


.cmsProduct {
    display: flex;
    align-items: stretch;
    line-height: 1;
}

    .cmsProduct div:first-of-type {
        border-left: 1px solid #ddd;
    }


    .cmsProduct div {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 10px;
    }

    .cmsProduct .col-md-1 {
        text-align: center;
    }

.cmsProduct:hover{
    background: #fff;
}

.cmsProduct i{
    font-size: 20px;
    color: #000;
}

.cmsGalleryImg{
    width: 100%;
}

.cmsReviewList {
    column-gap: 1%;
}

.cmsReview {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    flex-basis: 49%;
    margin-bottom: 1%;
    filter: drop-shadow(0px 0px 5px #ccc);
}

.reviewReplyImage i{
    font-size: 30px;
}

.reviewerName {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.reviewText {
    flex-grow: 1;
    margin: 10px 0px 10px 0px;
}

.cmsReviewBtns {
    display: flex;
    flex: 1 1;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
}

.reviewbtn {
    flex-grow: 1;
}

.reviewReply {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.reviewReplyreview{
    margin-bottom: 10px;
}

.reviewDate{
    font-style: italic;
}

.videoInput{
    display: flex;
}


/** New Product page **/


/** half width column
.newProductList {
    flex-direction: row;
}

.newProduct {
    padding: 20px;
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    border-image: repeating-linear-gradient( 45deg, #ffcc00 10px, #000 10px, #000 20px, #ffcc00 20px, #ffcc00 30px, #000 30px, #000 40px, #ffcc00 40px, #ffcc00 50px, #000 50px, #000 60px, #ffcc00 60px, #ffcc00 70px, #000 70px, #000 80px, #ffcc00 80px, #ffcc00 90px, #000 90px) 9/1rem;
    border-image-width: 0px 0px 0px 7px;
    filter: drop-shadow(0px 0px 5px #ccc);
}

.newProduct a{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
    .newProduct a:hover {
        color: #666;
    }

.newProduct:nth-of-type(odd) {
    margin-right: 10px;
}

    .newProduct:nth-of-type(even) {
        margin-left: 10px;
    }

.newProductImage img{
    width: 100%;
    margin-bottom: 20px;
}

.newProductText a{
    color: #000;
}

.newProductCompanyDets{

}
 **/

.newProductSearch .catTitleText{
    font-size: 20px;
}


.newProductSearch input, .newProductSearch button {
    padding: 15px !important;
    border: 0px;
}


    .newProductSearch input{
        border-radius: 50px 0px 0px 50px;
    }
    .newProductSearch button {
        border-radius: 0px 50px 50px 0px;
        font-weight: 600;
    }

.form-horizontal {
    padding: 0px;
}

.newProduct {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 13px 20px 20px;
    background: #fff;
    margin-bottom: 20px;
    border-image: repeating-linear-gradient( 45deg, #ffcc00 10px, #000 10px, #000 20px, #ffcc00 20px, #ffcc00 30px, #000 30px, #000 40px, #ffcc00 40px, #ffcc00 50px, #000 50px, #000 60px, #ffcc00 60px, #ffcc00 70px, #000 70px, #000 80px, #ffcc00 80px, #ffcc00 90px, #000 90px) 9/1rem;
    border-image-width: 0px 0px 0px 7px;
    filter: drop-shadow(0px 0px 5px #ccc);
}

.newProduct img{
    max-width: 150px;
}



.newProductInfo a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

    .newProductInfo a:hover {
        color: #666;
    }

.newProductImage img {
    width: 100%;
    margin-bottom: 20px;
}

.newProductText a {
    color: #000;
}

.newProductCompanyDets {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    background: #fff;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 20px;
}

.newProductCompanyDetsInfo{
    text-align: center;
}

.newProductCompanyDetsBtn a {
    display: block;
    padding: 10px;
    width: 100%;
    background: #ffcc00;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

    .newProductCompanyDetsBtn a:hover {
        background: #ecbd00;
    }





.newProductLeftCol {
    display: flex;
    align-items: center;
}

.newProductInfo{
    margin-left: 20px;
}

.newProductRightCol {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ccc;
}



.newProductCompanyLogo {
    width: 100%;
    text-align: center;
}


.newproductListButtons {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .newproductListButtons a {
        text-align: center;
        padding: 5px 30px;
        display: inline-block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
    }

.newproductListListingLink {
    display: inline-block;
}


    .newproductListListingLink a {      
        background: #000;
        color: #fff;
        margin-left: 3px;
        
    }

        .newproductListListingLink a:hover {
            background: #333;
        }

.newproductListWebsiteLink {
    display: inline-block;
}

    .newproductListWebsiteLink a {
        background: #ffcc00;
        color: #000;
    }

        .newproductListWebsiteLink a:hover {
            background: #ECBD02;
        }




.relatedLinks .normalLink{
    padding: 5px 10px;
}

.relatedLinks .normalLink:nth-of-type(even) {
    text-align: right !important;
}

@media only screen and (max-width:1400px) {

.fixed-top {
    position: relative;
    height: 100%;
}

    .directory-search{
        padding: 2%;
    }

}


@media only screen and (max-width:990px) {

    .smallNewsStory:nth-of-type(5) .card{
        margin-bottom: 10px;
    }
    .smallNewsStory:nth-of-type(odd) {
        padding-right: 0;
    }



        .featuredProduct {
            margin-bottom: 10px;
        }

        .catLink {
            width: 50%;
        }

        .catSponsText ul li {
            width: 100%;
            margin-left: 4%;
            margin-right: 1%;
        }

    .newsStoryHeadline h1 {
        font-size: 20px;
    }

    .col-md-4.bundle {
        width: 100%;
    }

    .customerInfobtns span {
        display: none;
    }

    .customerAccountInfo a {
     margin-bottom: 5px;
        width: 100%;
        display: block;
    }

    .job {
        font-weight: bold;
        flex: 0 1 auto;
    }

    .salary {
        font-weight: bold;
        flex: 0 1 auto;
    }

    .joblocation {
        color: #ffcc00;
        flex: 0 1 auto;
    }

    .regions{
        padding: 3px;
    }

    .newProductRightCol {
        display: flex;
        flex-direction: column;
        border-left: 0px;
        border-top: 1px solid #f2f2f2;
        margin-top: 10px;
    }


    }


@media only screen and (max-width:880px) {

    .companyListButtons {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .companyListContainer .row{
        display: block;
    }

    .companyListStarRating img{
        float: none !important;

    }

    .companyListStarRating{
        text-align: center;
    }

}

@media only screen and (max-width:768px) {

    .smallNewsStory {
        padding: 1% !important;
    }
    

    .smallNewsStory .card {
        flex-direction: column;
        margin-bottom: 0;
    }

    .smallNewsStory .card-img-left {
        width: 100%;
    }

    .smallNewsStory img {
        width: 100%;
        height: 150px;
    }

    .smallNewsStory .card-body {
        padding: 10px 10px;
        width: 100%;
    }

    .smallNewsStory .card-title {
        font-size: 14px;
        margin-bottom: 0px;
        -webkit-line-clamp: 1;
    }

    .smallNewsStory .card-text {
        margin-bottom: 0px;
        -webkit-line-clamp: 2;
    }

    .featuredProduct .card-body h4 {
        font-size: 16px;
    }

    .carousel-caption h5 {
        font-size: 16px;
    }

    .carousel-caption p {
        font-size: 12px;
        max-height: 20px;
        overflow:;
    }

    .carousel-caption {
        padding: 3% 2%;
    }

    .popularCats li {
        margin-bottom: 2px;
    }

    .popularCats li a {
        font-size: 12px;
    }

    .catSponsLogo {
        display: block;
        text-align: center;
        padding-bottom: 0px;
    }

    .catSponsCompanyLink a {
        font-size: 16px;
    }

    #companyList {
        padding: 5px;
    }

    .companyListContainer {
        text-align: center;
    }

        .companyListContainer img {
            margin: 0 auto;
            float: none !important;
        }

    .companyListStarRating{
        display: block;
        width: 100%;
        text-align: center;
    }

    .regions {
        font-size: 12px;
    }

    .listingCompanyName {
        font-size: 22px;
        text-align: center;
    }

    .listingAboutBody ul li {
        width: 100%;
    }

    .newsList .card-title a {
        font-size: 20px;
    }

    .adRates.col-6 {
        width: 100%;
    }

    .cmsProduct {
        margin-bottom: 10px;
    }

    .cmsProductHeading {
        display: none;
    }

    .cmsProduct div:first-of-type {
        background: #ddd;
    }

    .cmsProduct div {
        border-left: 1px solid #ddd;
    }

    .jobtop{
        margin-bottom: 0;
        text-align: left !important;
    }

    .applyNowBtn a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        margin: 10px;
    }

        .applyNowBtn a:hover {
            background: #e5b802;
        }

    .applyNowBtn i {
        padding-right: 5px;
        font-size: 20px;
        margin-top: 0px;
    }

    .newProductSearch button span{
        display: none;
    }

    .newProductSearch {
        padding: 5px !important;
    }

    

}




        @media only screen and (max-width:576px) {

            .mastheadSearchResults {
                position: relative;
                width: 100%;
            }

         
            .maincontentContainer {
                margin-bottom: 20px;
            }

            .heroTextLg {
                font-size: 28px;
                font-weight: 600;
                margin-bottom: 10px;
            }

        .directory-search input {
            padding: 0.4em 10px;
            font-size: 12px;
        }

        .directory-search button[type="submit"] {
            padding: 0.40em;
            width: 100%;
            margin-left: 0px;
            font-size: 14px;
            font-weight: 600;
        }

            .smallNewsStory img {
                height: 100px;
            }

        .featuredProductsRow .col-6 {
            padding: 5px;
        }

            .fpProductImage{
                min-height: 80px;
            }

            .featuredProduct .card-body {
                font-size: 14px;
                padding: 5px;
            }

            .featuredProduct .card-body h4 {
                font-size: 14px;
            }
            .featuredProduct .card-text {
                font-size: 12px;
            }

            .featuredProduct a {
                font-size: 14px;
            }

            .contactDetailsTitle span {
                display: none;
            }

        .listingTeam th {
            display: none
        }

        .listingTeamMember td {
            width: 100%;
            display: inline-block;
        }

            .cmsReview {
                flex-basis: 100%;
            }

            .relatedLinks .normalLink:nth-of-type(even) {
                text-align: center !important;
            }

            .companyListStarRating{
                margin-top: 5px;
            }

    }

    @media only screen and (max-width:470px) {

        header .col {
            padding: 5px;
        }

        .loginbtn i{
            display: none;
        }


        .catLink {
            width: 100%;
        }

        .newsList .card {
            display: inline-block;
        }

        .newsList .card-body {
            padding: 2em;
            text-align: center;
        }

        .newsStoryHeadline h1 {
            font-size: 16px;
        }

        .catTitleText {
            font-size: 20px;
        }


        /** New Product page **/

        .newProduct {
            padding: 20px 13px 13px 13px;
            border-image-width: 7px 0px 0px 0px;
        }

            .newProduct img {
                max-width: 150px;
            }

        .newProductInfo {
            margin-top: 20px;
            margin-left: 0px;
            text-align: center;
        }

        .jobtop  {
            color: #fff;
            background: #000;
            padding: 10px;
            margin-bottom: 5px;
            display: block;
            justify-content: space-between;
            align-items: center;
        }


        .newProductLeftCol {
            display: block;
            text-align: center;
        }

        .newProductLeftCol img{
            max-width: 100%;
        }



        .newproductListButtons {
            display: block;
            text-align: center;
        }

            .newproductListButtons div{
                width: 49%;
                display: inline-block;
            }

            .newproductListButtons a {
                text-align: center;
                width: 100%;
                display: block;
                margin-top: 10px;
                font-size: 12px;
            }

        .companyListListingLink {
            width: 100%;
            margin-bottom: 5px;
        }

        .companyListListingLink a {
            width: 100%;
        }

        .companyListWebsiteLink {
            margin-right: 0px;
            width: 100%;
            margin-bottom: 5px;
        }

            .companyListWebsiteLink a{
                width: 100%;
            }


    }
</pre></body></html>