/*
Date: 26 March 2018
Author: Amanda Ebdon, Achorda Ltd
Custom styles to overwrite Umbraco starter kit styles
*/
/*
    Colors:
    #000000 - body (was #555555 until 080823)
    #B6C71A - Achorda GREEN
    #26A8E1 - Achorda BLUE
    #F3A43C - Achorda ORANGE
    #666666 - Achorda GREY
    #E2E7AE - Achorda LIGHT GREEN
    #80C1EB - Achorda LIGHT BLUE
    #F7C482 - Achorda LIGHT ORANGE
    #D1D2D4 - Achorda LIGHT GREY
*/

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400,200,100);

/*ANIMATION*/
.roll-in-left {
    -webkit-animation: roll-in-left 0.6s ease-out both;
    animation: roll-in-left 0.6s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-2-14 17:18:25
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation roll-in-left
 * ----------------------------------------
 */
@-webkit-keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

/*END ANIMATION*/

body, html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    /*color: #555; changed 00823*/
    color: #000;
    font-size: 14px;
}

a {
    color: #F3A43C;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #F3A43C;
    }

body.theme-font-standard p {
    margin-bottom: 10px;
}

body.theme-font-standard .nav-link.nav-link--home, body.theme-font-standard h1, body.theme-font-standard h2, body.theme-font-standard h3, body.theme-font-standard h4, body.theme-font-standard h5, body.theme-font-standard h6 {
    font-family: 'Open Sans';
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}

h1 {
    font-size: 2.2em;
    /*text-transform: uppercase;*/
    font-weight: 200;
}

.section--full-height h1 {
    font-size: 3.0em;
}

h1.page-title {
    color: #333;
}

.background-image-full h1.page-title {
    color: #fff;
}

h2 {
    text-transform: none;
    margin: 0;
    font-size: 1.6em;
    letter-spacing: normal;
}

    h2 > span.lc {
        text-transform: none;
    }

h3 {
    font-size: 1.2em;
    font-weight: 900;
}



h5 {
    font-weight: 700;
    line-height: 20px;
    font-size: 1.1em;
}

.section {
    padding: 40px 20px;
}

.section-nosidepadding {
    padding: 40px 0;
}

.section-nopadding {
    padding: 0;
}

.section--header {
    min-height: 150px;
    padding: 20px 0 0 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/*buttons*/
.btn-primary {
    /*text-transform: uppercase;*/
    background-color: #ACC73E;
    border-color: transparent;
    transition: all 0.5s;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #F3A43C;
    }

/*header*/
.header {
    background: #515151;
    padding: 15px 0 0 0;
    display: block;
    border-bottom: solid 2px #26A8E1;
    position: relative;
}

    .header .logo {
        padding: 0;
    }

    .header .logo-image {
        max-width: 300px;
        max-height: 50px;
    }


/*top navigation*/
.nav-link {
    white-space: nowrap;
    font-size: 1.0em;
    letter-spacing: normal;
}

.header--fixed {
    position: relative;
}

    .header--fixed .nav-bar {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0,0);
    }

    .header--fixed .nav-link {
        color: #fff !important;
    }

.source-sans-pro, body.theme-font-standard, body.theme-font-standard .nav-link {
    font-family: 'Open Sans', sans-serif;
    /*font-weight: 300;   changed 080823*/
    font-weight: 400;
}

body.frontpage .header:not(.header--fixed) .nav-link--active, body.frontpage .header:not(.header--fixed) .nav-link:hover {
    border-bottom: none;
    color: #ACC73E;
    text-decoration: none;
}

.header--fixed .nav-link--active, .header--fixed .nav-link:hover {
    border-bottom: none;
    color: #ACC73E !important;
    text-decoration: none;
}

.header-contact > .telnoLg a {
    font-size: 1.8em;
    color: #B6C71A;
}

.nav-bar {
    padding: 10px 20px 0 20px;
    transition: all 0.8s;
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
}
/*sub nav*/
.nav-bar--list {
    background-color: #fff;
    padding: 0;
    margin: 0 -15px;
    border-bottom: solid 1px #D3E9F8;
}

    .nav-bar--list .nav-link {
        font-size: 0.9em;
        color: #515151 !important;
        margin-bottom: 3px;
        margin-top: 5px;
        display: inline-block
    }

        .nav-bar--list .nav-link:hover {
            color: #B6C71A !important;
            box-shadow: none !important;
            border: 0 !important;
        }


        .nav-bar--list .nav-link.nav-link--active {
            box-shadow: none !important;
            color: #B6C71A !important;
            font-weight: bold;
        }
/*mobile nav*/
.mobile-nav--open {
    background: rgba(51,51,51,0.9);
}

    .mobile-nav--open .nav-bar {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: column;
        -ms-grid-row-align: center;
        padding-top: 150px;
    }

    .mobile-nav--open .nav-link {
        color: #fff;
        font-weight: bold;
        font-size: 1.1em;
        margin: 10px;
    }

.mobile-nav-handler {
    margin: 0 15px;
}
/*USP strip*/
.header--fixed .USP-strip {
    display: none;
}

.USP-strip {
    background-color: #26A8E1;
    margin: 0 auto;
    text-align: center;
}

    .USP-strip ul {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .USP-strip ul li {
            padding: 8px 30px;
            list-style-type: none;
            display: inline-block;
            color: #fff;
            font-size: 1.1em;
            font-weight: 300;
        }
/*social icons*/
ul.social {
    margin-top: 3px;
}

    ul.social li {
        display: inline-block;
        margin-left: 10px;
    }

.social i.fa {
    height: 30px;
    width: 30px;
    border: 2px solid #8c8c8c;
    font-size: 20px;
    padding: 4px 5px;
    border-radius: 50%;
    color: #8c8c8c;
    transition: all 0.5s;
    text-align: center;
}

    .social i.fa:hover {
        background: #F3A43C;
        border-color: #F3A43C;
        color: #ffffff;
    }

.social i.fa-facebook {
    text-align: center;
}
/*hero*/
.overlay--dark:after {
    /* background: rgba(37,33,33,.7); */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );
}

.section__hero-content {
    max-width: 100%;
    position:relative;
}

.hero_logo img {
    text-align: center;
    margin: 10px auto 20px auto;
    max-width: 60%;
}

.section__hero-content .section__description p {
    font-size: 1.3em;
    line-height: 1.4;
}

    .section__hero-content .section__description p span {
        font-size: 1.1em;
    }

.section__scrollText {
    margin-top: 75px;
    font-size: 1.2em;
}

a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 15px;
    transition: all 0.5s;
}

    a.fa.fa-angle-down:hover {
        background: #F3A43C;
        color: #ffffff;
        border: 2px solid #F3A43C;
    }



/* About Section */
ul.feature-list {
    margin: 30px 0 0 30px;
    padding: 0;
}

    ul.feature-list li {
        display: block;
        font-family: 'Open Sans', sans-serif;
        text-indent: -15px;
        margin-bottom: 15px;
    }

        ul.feature-list li span {
            margin-right: 10px;
        }

img.mw-logo {
    max-width: 120px;
    text-align: center;
    margin: 0 0 10px 10px;
}


/* Services Section */


.space {
    margin-top: 40px;
}

#tf-services .fa {
    font-size: 40px;
    border: 4px solid #F3A43C;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}

    #tf-services .fa.fa-mobile {
        font-size: 50px;
        padding: 20px 25px;
    }

#tf-services .service:hover > .fa {
    background: #F3A43C;
    color: #ffffff;
}
/* Clients Section */
#tf-clients {
    background: url(../images/software1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #tf-clients .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        padding: 120px 0;
        background-attachment: fixed;
    }

#clients .item {
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
    min-height: 70px;
}
/* Solutions Section 
==============================*/
.solution-icon .fa {
    font-size: 20px;
    border: 3px solid #cccccc;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    padding-left: 4px;
    border-radius: 50%;
    color: #cccccc;
    transition: all 0.5s;
}

.solution-icon .web {
    border-color: #26A8E1;
    color: #26A8E1;
}


.solution-icon .system {
    border-color: #ACC73E;
    color: #ACC73E;
    padding-left: 6px;
}


.solution-icon .people {
    border-color: #F3A43C;
    color: #F3A43C;
}


.solution-icon .commerce {
    border-color: #666666;
    color: #666666;
}


.categories {
    padding: 10px 0;
}

ul.cat, ol.type {
    padding: 0;
}

    ul.cat li {
        display: inline-block;
    }

#tf-works li.pull-right {
    margin-top: 10px;
}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

    ol.type li:after {
        content: ' | ';
        margin-left: 20px;
    }

    ol.type li:last-child:after {
        content: '';
    }

    ol.type li a {
        color: #222222;
        text-align: center;
        display: inline-block;
    }

        ol.type li a.active {
            font-weight: 700;
        }

#tf-solutions .type > li > a i.fa {
    font-size: 20px;
    border: 3px solid #cccccc;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    border-radius: 50%;
    color: #cccccc;
    transition: all 0.5s;
}

#tf-solutions .type > li > a:hover i.fa, #tf-solutions .type > li > a:focus i.fa, #tf-solutions .type > li > a.active i.fa {
    background: #cccccc;
    color: #ffffff;
}

#tf-solutions .type > li > a i.web {
    border-color: #26A8E1;
    color: #26A8E1;
}

#tf-solutions .type > li > a:hover i.web, #tf-solutions .type > li > a:focus i.web, #tf-solutions .type > li > a.active i.web {
    background: #26A8E1;
}

#tf-solutions .type > li > a i.system {
    border-color: #ACC73E;
    color: #ACC73E;
}

#tf-solutions .type > li > a:hover i.system, #tf-solutions .type > li > a:focus i.system, #tf-solutions .type > li > a.active i.system {
    background: #ACC73E;
}

#tf-solutions .type > li > a i.people {
    border-color: #F3A43C;
    color: #F3A43C;
}

#tf-solutions .type > li > a:hover i.people, #tf-solutions .type > li > a:focus i.people, #tf-solutions .type > li > a.active i.people {
    background: #F3A43C;
}

#tf-solutions .type > li > a i.commerce {
    border-color: #666666;
    color: #666666;
}

#tf-solutions .type > li > a:hover i.commerce, #tf-solutions .type > li > a:focus i.commerce, #tf-solutions .type > li > a.active i.commerce {
    background: #666666;
}

img.achorda-product-logo {
    max-height: 80px;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

.portfolio-item {
    margin-bottom: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.2em;
    height: 260px;
    overflow: hidden;
    padding: 10px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    position: relative;
}


    .portfolio-item:hover {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */
    }



#tf-challenges .portfolio-item .fa.first {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    font-size: 28px;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    transform: none;
    position: absolute;
    bottom: 25px;
    left: 43%;
}

.portfolio-item h4, .portfolio-item h2 {
    padding: 10% 10% 0 10%;
    color: #fff;
    font-size: 1.1em;
}

/*#tf-solutions .portfolio-item .logo {
    height: 30px;
    text-align: center;
    margin: 0 auto;
}*/



/*#tf-solutions .system .portfolio-item {
    background-color: #9AB434;
    background-image: url(../images/portfolio-bg-1.png);
}
#tf-solutions .web .portfolio-item {
    background-color: #1A89B9;
    background-image: url(../images/portfolio-bg-2.png);}


#tf-solutions .commerce .portfolio-item {
    background-color: #535353;
    background-image: url(../images/portfolio-bg-3.png);
}
#tf-solutions .people .portfolio-item {
    background-color: #F09313;
    background-image: url(../images/portfolio-bg-4.png);
}
    */

#tf-challenges .style-1 .portfolio-item {
    background-color: #9AB434;
    background-image: url(../images/portfolio-bg-1.png);
}

#tf-challenges .style-2 .portfolio-item {
    background-color: #1A89B9;
    background-image: url(../images/portfolio-bg-2.png);
}

#tf-challenges .style-3 .portfolio-item {
    background-color: #535353;
    background-image: url(../images/portfolio-bg-3.png);
}

#tf-challenges .style-4 .portfolio-item {
    background-color: #F09313;
    background-image: url(../images/portfolio-bg-4.png);
}



/*.portfolio-item .hover-bg {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    padding: 10% 5%;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

    .hover-bg .hover-text > h4 {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all 0.3s;
        padding: 5% 0 0 0;
        margin-bottom: 5px;
    }

.hover-bg:hover .hover-text > h4, .hover-bg-forcehover .hover-text > h4, .added-wishlist .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text > i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > i, .hover-bg-forcehover .hover-text > i, .added-wishlist .hover-text > i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: relative;
    bottom: 20px;
}

.hover-bg:hover .hover-text, .hover-bg-forcehover .hover-text, .added-wishlist .hover-text {
    opacity: 1;
}

a.add-wishlist {
    cursor: pointer;
}

.added-wishlist .add-wishlist {
    opacity: 0;
}

.hover-bg .hover-text i.fa {
    height: 30px;
    width: 30px;
    border: 1px solid #F3A43C;
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    color: #F3A43C;
}*/
/* Testimonials Section */
#tf-testimonials {
    /*background: url(../images/);
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;*/
    font-size: 1.1em;
    /*border-bottom: solid 6px #D1D2D4;*/
}

    #tf-testimonials .overlay {
        padding: 60px 0;
        background-attachment: fixed;
    }

#testimonial {
    padding: 30px 0;
}

    #testimonial .item {
        display: block;
        width: 100%;
        height: auto;
    }

    #testimonial h3 {
        font-weight: 300;
        font-size: 1.1em;
    }

    #testimonial .item p {
        font-weight: 400;
        margin: 20px 0;
        /*color: #d1d1d1;*/
    }

    #testimonial .item div img {
        width: 180px;
    }
/* Solutions Section */
#tf-solutions {
    background: url(../images/04.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 1.1em;
}

    #tf-solutions h2 {
        margin-bottom: 30px;
    }

    #tf-solutions .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        padding: 120px 0;
        background-attachment: fixed;
    }




    #tf-solutions p {
        font-weight: 400;
    }

        #tf-solutions p span {
            font-size: 1.2em;
        }
/*team section*/
.employee-grid__item__role {
    color: #B6C71A;
    font-weight: bold;
}


/* Contact Section */
#tf-contact {
    background: url(../images/05.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
}

    #tf-contact .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        /*height: auto;*/
        background-attachment: fixed;
        padding: 60px 0;
    }

    #tf-contact .content {
        padding: 0;
    }

    /*#tf-contact .form-control, .blogComments .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}*/
    #tf-contact .form-control, .blogComments .form-control {
        color: #555;
    }

        #tf-contact .form-control:focus {
            border-color: inherit;
            outline: 0;
            -webkit-box-shadow: transparent;
            box-shadow: transparent;
        }

    #tf-contact .fa.wishlist, #tf-solutions .fa.wishlist {
        font-size: 20px;
    }

/* #tf-contact .btn-primary {
        float: right;
        background: #F3A43C;
        border: 0;
        padding: 10px 40px;
        color: #ffffff;
        text-transform: uppercase;
        cursor:  pointer;
    }*/



.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: none;
        outline-offset: none;
    }

.contact-email {
    font-size: 2.0em;
}

    .contact-email a:link {
        color: #B6C71A;
    }

#tf-contact .alert-success {
    font-size: 1.3em;
    background: rgba(0, 0, 0, 0.40);
    border-color: #B6C71A;
    border-width: 2px;
    transition: all 0.5s;
    color: #fff;
}

    #tf-contact .alert-success > .fa {
        font-size: 40px;
        border: 4px solid #B6C71A;
        width: 100px;
        height: 100px;
        padding: 27px 25px;
        margin-bottom: 10px;
        border-radius: 50%;
        transition: all 0.5s;
        color: #B6C71A;
    }

        #tf-contact .alert-success > .fa.fa-mobile {
            font-size: 50px;
            padding: 20px 25px;
        }

.form-error {
    /*background-color: #DC0530;
    color: #fff;*/
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.9em;
    display: none;
}

.field-validation-error {
    display: block;
}

.form-error::before {
    content: "X";
    font-weight: bold;
    Font-size: 1.2em;
    padding-right: 3px;
    padding-left: 3px;
}

#tf-contact .form-group {
    text-align: left;
}

#tf-contact .mobile {
    display: none;
}

/*insights*/
.itemTitle H1 {
    font-size: 2.0em;
    color: #B6C71A;
    text-transform: none;
    font-weight: 300;
    padding-top: 0;
    margin-top: 0;
}

.blogpostTitle .section--header {
    min-height: 100px;
}



.blogpostHeader {
    height: 40px;
    background-size: cover;
    background-position: 50%;
    background-image: url(/Images/07.jpg);
}

h3.blogpost-title {
    color: #B6C71A;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 1.8em;
}

.addthis_sharing_toolbox {
    margin-top: 10px;
}
/* Footer */
#footer {
    background: #222222;
    color: #ffffff;
    padding: 20px 0 15px 0;
}

    #footer .fnav {
        vertical-align: middle;
    }


    #footer p {
        font-size: 12px;
        margin-top: 10px;
    }


    #footer img.logo {
        max-width: 150px;
        padding: 0;
    }

/*cookie banner*/
.cookie_consent_banner {
    width: 100%;
    background: #000;
    padding: 15px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

    .cookie_consent_banner p {
        font-size: 1.1em;
    }

    .cookie_consent_banner span {
        font-size: 0.9em;
    }


/*new item pages*/
.item-related-links {
    padding-left: 15px;
    /*border-left: solid 1px #B6C71A;*/
    font-size: 0.9em;
}

    .item-related-links h2 {
        font-size: 1.6em;
        /*font-weight: bold;*/
    }

    .item-related-links h3 {
        font-size: 1.1em;
        font-weight: normal;
    }

/*.item-related-links p {
        margin-bottom: 0 !important;
        margin-left: 5px;
    }*/

.itemTitle H1 {
    font-size: 2.0em;
    color: #B6C71A;
    text-transform: none;
    font-weight: 300;
}

.itemTitle .section--header {
    min-height: 100px;
}



.itemHeader {
    height: 40px;
    background-size: cover;
    background-position: 50%;
    background-image: url(/Images/07.jpg);
}

h3.item-title {
    color: #B6C71A;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 1.8em;
}

a.item {
    margin-bottom: 20px;
    display: block;
}

    a.item h2 {
        color: #B6C71A;
    }

    a.item:hover h2 {
        color: #F3A43C;
    }

    a.item .item-excerpt {
        color: #555;
    }

img.item-image {
    width: 100%;
    margin: 15px 0 15px 0;
}

.item-image-border {
    border: solid 1px #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0 10px;
}

img.module-image {
    margin: 0 auto;
    max-height: 70px;
    width: auto;
    max-width: 100%;
}

.item-thumb {
    float: left;
    margin: 8px 15px 15px 0;
    border: solid 1px #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 150px;
    position: relative;
    overflow: hidden;
}

.itemPromo .item-thumb {
    float: none;
    margin: 0;
    width: 100%;
    border: none;
    position: relative;
}

.itemPromo .itemPromoHeading2 {
    background: rgba(51,51,51,0.8);
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.itemPromo .item-date {
    font-size: 1.2em;
}

.itemPromoHeading {
    margin-top: 27px;
    margin-bottom: 5px;
    padding-left: 65px;
    position: relative;
}

.item-image-thumb {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a.item:hover .item-image-thumb {
    max-width: 100%;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.module .item-thumb {
    float: none;
    border: none;
    width: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

    .module .item-thumb .item-image-thumb {
        max-height: 30px;
        width: auto;
        max-width: 100%;
    }

a.module:hover .item-thumb .item-image-thumb {
    transform: none;
}

a.module:hover .item-excerpt {
    color: #F3A43C;
}

.itemlist .item-content {
    float: left;
    display: inline;
}

.item-wrap {
    display: flex;
}

p.excerpt {
    font-size: 1.2em;
}

.item-excerpt {
    margin-top: 5px;
}

.item-first-para {
    font-size: 1.3em;
}

.pageIntro {
    font-size: 1.5em;
}

.home-achorda-promo {
    background-color: #222222;
    color: #fff;
    padding: 30px 10px;
    border-bottom: solid 1px #333;
}

.page-intro-blocks {
    width: 150px;
}

/*case studies*/
.item-colour-header {
    padding: 25px;
    color: #fff;
}

    .item-colour-header h1 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 2.0em;
    }

.item-header-image {
    background-size: cover;
    padding-bottom: 60px;
    min-height: 400px;
    margin-bottom: 20px;
    background-position: center;
}

/*.item-keyElements {
    margin: 0 25px 40px 0;
    width: 40%;
    color: #fff;
    padding: 25px;
}

    .item-keyElements ul {
        margin: 20px 0 0 0;
    }

        .item-keyElements ul li {
            font-size: 1.2em;
            margin-bottom: 0.5em;
            list-style-type: none;
            list-style-image: url(/Images/bullet-white.png);
            padding-left: 0;
        }*/

.item-testimonial {
    margin: 50px 0;
}

    .item-testimonial blockquote {
        padding: 0;
        margin: 0;
        font-size: 1.0em;
        border-left: none;
        font-style: italic;
    }

    .item-testimonial > span, .item-testimonial .right-quote {
        display: block;
        height: 25px;
        background-image: url(/Images/quote-right.png);
        background-repeat: no-repeat;
    }

    .item-testimonial blockquote > span {
        display: block;
        height: 25px;
        background-image: url(/Images/quote-left.png);
        background-repeat: no-repeat;
    }

.testimonial-author {
    margin: 15px 0 0 0;
    font-weight: bold;
    font-size: 1.3em;
}

    .testimonial-author > span {
        font-weight: normal;
    }

.item-main-content h2 {
    margin: 1.0em 0 0.7em 0;
}

.item-summary {
    color: #fff;
    padding: 25px;
    margin: 10px 0 30px 0;
}

    .item-summary p {
        font-size: 1.2em;
    }

    .item-summary ul {
        margin: 20px 0 0 0;
    }

        .item-summary ul li {
            font-size: 1.2em;
            margin-bottom: 0.5em;
            list-style-type: none;
            list-style-image: url(/Images/bullet-white.png);
            padding-left: 0;
        }

/*ISO badge*/
.qmsuk-badge {
    display: inline-block;
    margin: 30px 0 0 0;
    text-align: right;
    float: right;
}

    .qmsuk-badge > div {
        text-align: right;
    }

.qmsuk-badge-img-container {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center !important;
}


.qmsuk-badge span {
    font-family: Arial,sans-serif;
    font-size: 11px
}

.qmsuk-badge img {
    max-width: 120px;
}
/**/

/*home page update 13-02-19*/
.social-feed-content {
    border: solid 1px #B6C71A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.social-feed h2 {
    margin-bottom: 5px;
    position: relative;
    margin-top: 27px;
}

    .social-feed h2 a {
        color: #B6C71A;
        padding-left: 65px;
    }

        .social-feed h2 a:hover {
            color: #F3A43C;
        }

    .social-feed h2 img, .itemPromoHeading img {
        width: 60px;
        position: absolute;
        top: -22px;
        left: 0;
    }

.social-feed-content > div {
    padding: 12px;
}

.social-feed-footer {
    background-color: #B6C71A;
    overflow: hidden;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .social-feed-footer a {
        color: #fff;
        font-size: 1.3em;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

        .social-feed-footer a i {
            font-size: 1.6em;
        }







/*march 2019 amendments*/
/*home page*/
section.newsfeed {
    /*border-top: solid 4px #ccc;*/
    background-color: #f3f3f3;
}


/* team page/about us */
section.meet-the-team .profile-wrap {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: relative;
    margin-top: 1px;
}



.wrap-overlay-bg {
    transition: all 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    background-image: linear-gradient(90deg, transparent 0%, #133241 100%);
}



section.meet-the-team .profile {
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 100%;
}

    section.meet-the-team .profile .content-wrap {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 5;
        transition: all 0.2s;
    }

        section.meet-the-team .profile .content-wrap span {
            color: #ffffff;
            display: block;
        }

            section.meet-the-team .profile .content-wrap span.name {
                font-size: 1.4em;
            }

            section.meet-the-team .profile .content-wrap span.job-title {
                font-size: 1.2em;
                opacity: 0.6;
            }

    section.meet-the-team .profile .overlay-bg {
        height: 50%;
        transition: all 0.15s;
        content: '';
        position: absolute;
        top: 51%;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(-180deg, transparent 0%, #000000 100%);
        z-index: 2;
    }



    section.meet-the-team .profile:hover {
        cursor: pointer;
    }

        section.meet-the-team .profile:hover .overlay-bg {
            top: 40%;
            height: 60%;
            transition: all 0.15s;
        }

        section.meet-the-team .profile:hover .content-wrap {
            bottom: 20px;
            transition: all 0.2s;
        }


        section.meet-the-team .profile:hover::before {
            opacity: 1;
            border-width: 1px;
            border-style: solid;
            border-image: none;
            border-image-slice: 1;
            transition: all 0.1s;
        }


    section.meet-the-team .profile::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border: 2px solid transparent;
        transition: all 0.1s;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 4;
    }


    section.meet-the-team .profile:hover::before {
        border-image-source: linear-gradient(-135deg, #B6C71A 0%, #26A8E1 100%);
    }



    section.meet-the-team .profile:hover::after {
        opacity: 1;
    }

    section.meet-the-team .profile .cover-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        section.meet-the-team .profile .cover-wrapper img {
            object-position: top;
            position: absolute;
            top: 0;
            object-position: top;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

            section.meet-the-team .profile .cover-wrapper img.normal {
                opacity: 1;
                transition: all 0.2s;
            }

            section.meet-the-team .profile .cover-wrapper img.hover {
                opacity: 0;
                transition: all 0.2s;
                object-position: center;
            }

    section.meet-the-team .profile:hover .cover-wrapper img.hover {
        opacity: 1;
        transition: all 0.2s;
    }

section.meet-the-team .employee-grid__item__description {
    padding: 30px 30px 0 10px;
    color: #fff;
    font-size: 1.1em;
    opacity: 0.9;
}

section.meet-the-team .skills-and-social {
    margin-top: 30px;
    opacity: 0.9;
}

section.meet-the-team .employee-grid__item__skills {
    color: #fff;
    font-size: 0.9em;
}

section.meet-the-team .employee-grid__item__contact-item {
    color: #555;
    margin-bottom: 15px;
}

/*general*/
h2.bigh2 {
    font-size: 2.4em;
    margin-bottom: 20px;
}

.about-text .section-title {
    font-size: 2.4em;
    font-weight: 500;
}

.about-text span {
    font-size: 1.2em;
}

h1 {
    font-size: 3.0em;
}

/*how we work*/

.how-we-work .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    justify-content: space-between;
}

    .how-we-work .flex-container > div {
        width: 18.5%;
        margin-bottom: 10px;
    }

.how-we-work .intro-block {
    font-size: 1.3em;
    text-align: center;
}

.how-we-work .step-block {
    background-image: linear-gradient(135deg, #B6C71A 0%, #26A8E1 100%);
    padding: 18px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

    .how-we-work .step-block h3 {
        font-weight: 600;
        font-size: 1.5em;
    }

.how-we-work .step-number {
    color: #133241;
    opacity: 0.5;
    font-size: 4.0em;
    font-weight: 900;
    border: dotted 2px #133241;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
    padding: 0 0 6px 0;
}

    .how-we-work .step-number span {
        position: relative;
        top: -3px;
    }
/*what clients like*/
section.what-clients-like {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

    section.what-clients-like .flex-container {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: center;
        justify-content: space-between;
    }

        section.what-clients-like .flex-container > div {
            width: 30%;
            margin-bottom: 10px;
        }

    section.what-clients-like h2 {
        color: #fff;
    }

    section.what-clients-like .likes-block {
        color: #fff;
    }

    section.what-clients-like .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        padding: 80px 0;
        background-attachment: fixed;
    }

    section.what-clients-like h3 {
        font-weight: 600;
        font-size: 1.5em;
        margin-left: 70px;
        padding-top: 15px;
    }

.big-tick-box {
    border: solid 2px #fff;
    border-radius: 10px;
    height: 45px;
    width: 45px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 7px;
    float: left;
}

    .big-tick-box .fa {
        font-size: 4.3em;
        position: relative;
        top: -15px;
        left: 3px;
        color: #B6C71A;
    }

section.what-clients-like p {
    clear: both;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px;
}

section.what-clients-like .likes-header {
    vertical-align: top;
}

/*solutions-changes*/

.wide-item-wrap {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: relative;
    margin-top: 1px;
    background-attachment: fixed;
}

    .wide-item-wrap .overlay-bg {
        background-image: linear-gradient(90deg, #555555 0%, transparent 100%);
        transition: all 0.15s;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.50);
    }


    .wide-item-wrap .flex-container {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        z-index: 2;
        padding: 80px 0 70px 0;
    }

        .wide-item-wrap .flex-container > div {
            margin-bottom: 10px;
            align-self: center;
        }





        .wide-item-wrap .flex-container .box1 {
            width: 50%;
        }

        .wide-item-wrap .flex-container .box2 {
            width: 40%;
        }

        .wide-item-wrap .flex-container .box3 {
            width: 10%;
        }


    .wide-item-wrap .item-thumb {
        float: none;
        margin: 0;
        border: solid 3px #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .wide-item-wrap h2 {
        font-size: 2.8em;
        color: #fff;
        font-weight: 600;
        opacity: 1;
        margin: 0 10px 0 20px;
    }

    .wide-item-wrap .btn {
        background-image: linear-gradient(135deg, #B6C71A 0%, #26A8E1 100%);
        border-radius: 50%;
        height: 100px;
        width: 100px;
        border: solid 2px #fff;
    }

        .wide-item-wrap .btn:hover, .wide-item-wrap .btn:focus {
            background-image: none;
            background-color: #F3A43C;
        }

        .wide-item-wrap .btn .fa {
            font-size: 90px;
            line-height: 90px;
            font-weight: 900;
            position: relative;
            top: -5px;
            left: 5px;
            opacity: 0.7;
        }

        .wide-item-wrap .btn:hover .fa, .wide-item-wrap .btn:focus .fa {
            opacity: 1;
        }

/*image-title headers*/
.image-title-header {
    position: relative;
}

    .image-title-header .overlay-bg {
        transition: all 0.15s;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(-180deg, transparent 0%, #000000 110%);
        z-index: 2;
    }

    .image-title-header .itemTitle {
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 3;
    }

        .image-title-header .itemTitle h1 {
            color: #fff;
            font-size: 3.0em;
            font-weight: 200;
            margin: 0;
            padding: 0;
        }

    .image-title-header .item-image {
        margin: 0 0 30px 0;
    }

.item-call-to-action {
    background-color: #555;
    color: #fff;
    padding: 20px;
    font-size: 1.6em;
    margin-bottom: 30px;
}
/*item related links*/
.item-related-links h2 {
    margin: 30px 0 20px 0;
    font-size: 1.8em;
    color: #B6C71A;
    letter-spacing: initial;
}

.item-related-links h3 {
    text-transform: uppercase;
}

.item-related-links a.related-item {
    display: block;
    background-size: cover;
    background-position: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    font-size: 1.2em;
    background-image: linear-gradient(135deg, #B6C71A 0%, #26A8E1 100%);
    color: #fff;
}

    .item-related-links a.related-item:hover, .item-related-links a.related-item:focus {
        background-color: #F3A43C;
        background-image: none;
    }

    .item-related-links a.related-item span.related-item-type {
        display: block;
        text-transform: uppercase;
        color: #555;
        font-weight: 800;
        font-size: 0.8em;
    }

.item-related-links span.related-item-type span.fa {
    font-weight: 800;
    font-size: 1.2em;
}

/*case-study*/

.case-study .image-title-header .itemTitle {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 30px 100px 30px;
}

    .case-study .image-title-header .itemTitle h1 {
        font-size: 2.1em;
    }

.case-study .item-keyElements {
    margin: 0;
    width: 60%;
    color: #fff;
    padding-top: 25px;
}

    .case-study .item-keyElements ul {
        margin: 20px 0 0 0;
    }

        .case-study .item-keyElements ul li {
            font-size: 1.4em;
            margin-bottom: 0.5em;
            list-style-type: none;
            list-style-image: url(/Images/bullet-white.png);
            padding-left: 0;
        }

.case-study .image-title-header .overlay-bg {
    height: 100%;
    position: relative;
}


/*case-studies*/
.case-studies .wide-item-wrap .flex-container .box1 {
    width: 40%;
}

.case-studies .wide-item-wrap .flex-container .box2 {
    width: 50%;
}

}

.case-studies .wide-item-wrap .flex-container .box3 {
    width: 10%;
}

.case-studies .wide-item-wrap h2 {
    font-size: 2.0em;
    margin: 0 10px 0 20px;
}

.case-studies .item-excerpt {
    color: #fff;
    margin: 20px 10px 0 20px;
    font-size: 1.2em;
}

/*home page solution links*/

.solution-links .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
}

    .solution-links .flex-container > div {
        /* changed 01 08 23 width: 15%;*/
        margin: 0 10px 10px 0;
        background-image: linear-gradient(135deg, #B6C71A 0%, #26A8E1 100%);
        padding: 18px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #fff;
        text-align: center;
    }

        .solution-links .flex-container > div:hover, .solution-links .flex-container > div:focus {
            background-image: none;
            background-color: #F3A43C;
        }

.solution-links a h2 {
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 0 !important;
}

.solution-links .circle-icon {
    color: #133241;
    opacity: 0.5;
    font-size: 3.0em;
    font-weight: 900;
    border: dotted 2px #133241;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
    padding: 0 0 6px 0;
}

.solution-links .fa {
    position: relative;
    top: 5px;
}





/*case studies carousel*/

#tf-casestudies {
    /*background: url(../images/);
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;*/
    background: rgba(27,71,92,0.8);
}

    #tf-casestudies .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        padding: 60px 0;
        background-attachment: fixed;
    }

#caseStudy {
    padding: 40px 0 25px 10px;
}

    #caseStudy .item {
        padding: 0;
        text-align: center;
        margin: 0 2px 30px 0;
    }

#tf-casestudies h2 {
    color: #fff;
}

#caseStudy .item .thumb-wrap {
    width: 100%;
    height: 250px;
    margin: auto;
    overflow: hidden;
}


#caseStudy .item .thumb {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}


#caseStudy .thumb-wrap:hover .thumb, #caseStudy .thumb-wrap:focus .thumb {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#caseStudy .item h2 {
    font-size: 1.3em;
    font-weight: 200;
    margin-top: 20px;
    opacity: 0.9;
    padding: 0 15%;
}

/*#caseStudy.owl-carousel {
    display: block;
}*/

#caseStudy .more-info-button {
    height: 60px;
    width: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #B6C71A;
    border: solid 2px #fff;
    margin: auto;
    margin-top: -20px;
}

#caseStudy .item:hover .more-info-button {
    background-color: #F3A43C;
}




#caseStudy .more-info-button .fa {
    font-size: 2.6em;
    color: #555;
    font-weight: 600;
    position: relative;
    top: 10px;
    left: 2px;
}


.slick-dots li button::before {
    font-size: 12px;
    opacity: 0.25;
    color: #869791;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #869791;
}

/*Blog*/
section.blog {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

    section.blog .flex-container {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: center;
    }

        section.blog .flex-container > div {
            width: 32%;
            margin-bottom: 15px;
            transition: all 0.8s;
            margin-right: 15px;
        }

    section.blog a {
        display: block;
        height: 100%;
    }

    section.blog .item-box-wrap {
        border: solid 2px #B6C71A;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        height: 300px;
        margin-top: 22px;
    }

    section.blog .flex-container > div:hover.item-box-wrap, section.blog .flex-container > div:focus.item-box-wrap {
        border: solid 2px #F3A43C;
    }


    section.blog .item-box-wrap .overlay-bg {
        background-image: linear-gradient(0deg, #000000 0%, transparent 70%);
        transition: all 0.15s;
        content: '';
        width: 100%;
        height: 100%;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    section.blog .flex-container > div:hover.item-box-wrap .overlay-bg {
        background-image: none;
        background: rgba(243,164,60,0.9);
    }





    section.blog .item-box-header {
        padding: 20px;
        /*background: rgba(51,51,51,0.8);*/
        position: absolute;
        bottom: 0;
        left: 0;
        -moz-border-bottom--left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-bottom--right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%;
        transition: all 0.8s;
    }

        section.blog .item-box-header:hover {
        }



    section.blog a .item-box-header h2 {
        color: #fff;
        font-size: 1.3em;
        font-weight: 400;
    }

    section.blog .flex-container > div:hover .item-box-header h2, section.blog .flex-container > div:focus .item-box-header h2 {
        font-weight: 600;
    }

    section.blog .item-meta {
        color: #B6C71A;
        font-weight: 800;
        margin-bottom: 15px;
        position: absolute;
        top: -22px;
        left: 10px;
        font-size: 20px;
        text-transform: uppercase;
        transition: all 0.8s;
    }

    section.blog .flex-container > div:hover .item-meta, section.blog .flex-container > div:focus .item-meta {
        color: #F3A43C;
    }

/*contact us*/
.contact-telephone .telnoLg a {
    color: #B6C71A;
    font-size: 2.0em;
}

/*blog pagination*/

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #B6C71A;
    text-decoration: none;
    background-color: #fff;
    border: none;
    font-weight: 200;
    font-size: 1.4em;
    margin-right: 3px;
    border-radius: 3px;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #F3A43C;
    }

.pagination > li:last-child a, .pagination > li:first-child a {
    background: none;
    font-weight: 600;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #F3A43C !important;
}
/*added 27072023 to correct twitter feed styling*/
.social-feed-content .twitter-timeline {
    height: 250px;
    overflow-y: scroll;
}
.btn.homeCTA {
    width: 100%;
    font-size: 1.1em
}

/*added 08 23 for solutions pages*/
/*solution hero*/
.solution .overlay--dark:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.60) 70%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(70%,rgba(0,0,0,0.60)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.60) 70%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.60) 70%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.60) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.60) 70%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );
}

.solution .section--content-center {
    align-items: flex-start;
}
.solution .section__hero-content {
    padding: 6.0rem 20px;
    position: relative;
}
.solution h1 {
    font-size: 3.6em;
    font-weight: bold;
}
.solution .section__description {
    font-size: 1.6rem;
}
.solution .btn.back {
    position: absolute;
    right: 0;
    top: -0.5rem;
}
.section__hero-content .btn.back {
    background-color: transparent;
    border-color: #fff;
}
.fvh-hero .hero-more {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 2.5rem;
}
.fvh-hero .hero-more span {
    display: block;
    font-size: 3.0em;
}
.featured-case-study .item-excerpt {
    color: #fff;
    margin: 20px 10px 0 20px;
    font-size: 1.2em;
}
.featured h2 span {
    text-transform: uppercase;
    font-size: 1.2rem;
}
.featured .box2 span {
    text-transform: uppercase;
    font-weight: bold;
}
/*added 080823*/
.dark-bg, .dark-bg #tf-clients {
    background-image: none;
    background-color: #333333;
}
    .dark-bg #tf-clients .overlay {
        padding: 50px 0;
        background: #333333
    }
.hero-buttons {
    position: absolute;
    right: 0;
    top: -0.5rem;
}
.no-logo .section__hero-content {
    padding-top: 3rem;
}
    .no-logo .section__hero-content .item-intro {
        font-size: 1.6rem;
    }
    .no-logo .section__hero-content .item-testimonial blockquote {
        font-size: 1.4rem;
    }
    .no-logo .section__hero-content .item-testimonial .testimonial-author span {
        display: inline;
    }
.case-study-2023 .item-keyElements {
    width: 100%; 
    color: inherit;
    padding-top: 0;
    font-weight: bold;
    font-size: 1.2rem;
}
.item-main-content li {
    padding-bottom: 1.0em;
}
.case-study-2023 .item-summary {
    background-color: #333333;
}
.full-cover-link a .btn {
    color: #fff;
}
.section__hero-content .item-testimonial .right-quote {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
}
.section__hero-content .item-testimonial > div {
    padding-bottom: 25px;
}
.no-logo .section__hero-content h1 {
    font-weight: bold; 
}