﻿
/*-----------------------------------------------------------------------------------*/
/*	1.	Global Styles
/*-----------------------------------------------------------------------------------*/
/* Elements */

html {
    overflow: auto;
    height: auto;
    font-size: 16px;
}

    html.no-scroll {
        overflow: hidden;
        height: 100%;
    }

body {
    line-height: 26px;
    overflow: auto;
    height: auto;
    color: #444444 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 1rem;
}

    body.no-scroll {
        overflow: hidden;
        height: 100%;
    }

.reqField {
    color: #FF0000;
}

ul.Bullet, ul.Tips {
    margin: 0px !important;
    padding: 10px 40px 0px 10px !important;
}

.main-container .Bullet ul li {
    position: relative;
    list-style: none;
    padding-left: 20px !important;
    line-height: 1.6em;
    padding-bottom: 15px;
    position: relative;
}

.main-container .Bullet ul li::before {
    content: "\f061";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: -.5rem;
    border: 1px solid #71004b;
    border-radius: 100%;
    top: 2px;
    padding: 3px 4px;
    color: #71004b;
    font-size: 14px;
}

    ul.Bullet li {
        list-style: none;
        background: url(../images/bullet.png) no-repeat 5px 0px;
        padding-left: 30px !important;
        line-height: 1.6em;
        padding-bottom: 15px;
    }

ul.no-margin {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
}

    ul.no-margin li {
        list-style: none;
    }

#SearchToggle, #search-toggle {
    display: none;
}

#SearchToggle {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0px;
    padding: 0px;
    height: auto;
    text-align: center;
    background: #ffffff;
    color: #444444;
    cursor: pointer;
    font-size: 25px;
}

/*skip for keyboard navigation and screen readers*/
#skip a, #skip a:hover, #skip a:visited {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:active, #skip a:focus {
        position: absolute;
        float: left;
        width: 150px;
        margin-left: 20px;
        margin-top: 10px;
        height: auto;
    }

strong {
    font-weight: 700
}

em {
    font-style: italic;
    font-weight: 400;
}

    em strong, strong em {
        font-weight: 700;
        font-style: italic
    }

.linksUnderline a:link {
    text-decoration: underline !important;
}

a#Button-Link {
    display: inline-block;
    padding: 5px;
    background: #fbb64f url(../images/bg/menu-bg.png) repeat-x top left;
    color: #fff;
    text-decoration: none;
    border: 2px solid #9c5708;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    font-size: 1.2em;
}


a:hover, a:active, a:focus {
    color: #f49136;
}

main a:link,
main a:visited {
    text-decoration: underline;
}

main a:hover, main a:active, main a:focus {
    text-decoration: none;
}

main .request-demo a {
    text-decoration: none;
}

button, input[type="submit"] {
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}


input[type="text"], textarea {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #9c9c9c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="text"] {
    max-width: 400px;
    height: 35px;
    line-height: 35px;
}

select {
    width: 100%;
    max-width: 400px;
    height: 35px;
    line-height: 35px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #9c9c9c;
    border: 1px solid #9c9c9c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea {
    height: 150px;
    margin-top: 10px;
    width: 100%;
}

input[type="submit"] {
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #fff;
    padding: 0.5rem;
    border: 1px solid #9c5708;
    background: #c36d16;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f49039), color-stop(100%, #c36d16));
    background: -webkit-linear-gradient(top, #f49039, #c36d16);
    background: -moz-linear-gradient(top, #f49039, #c36d16);
    background: -o-linear-gradient(top, #f49039, #c36d16);
    background: linear-gradient(top, #f49039, #c36d16);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        color: #fff;
        padding: 0.5rem;
        border: 1px solid #fbb64f;
        background: #f49039;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c36d16), color-stop(100%, #f49039));
        background: -webkit-linear-gradient(top, #c36d16, #f49039);
        background: -moz-linear-gradient(top, #c36d16, #f49039);
        background: -o-linear-gradient(top, #c36d16, #f49039);
        background: linear-gradient(top, #c36d16, #f49039);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


.is-relative {
    position: relative;
}

.is-absolute-center {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.is-absolute-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.is-absolute-center * {
    padding: 1em;
}

form .is-relative::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -10px;
    background: #00339b;
    color: #fff;
    width: 150px;
    opacity: 0;
    padding: 0.5rem;
    text-align: center;
    z-index: 5;
    font-size: 0.85rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}



input {
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}



.ProductsImgFull img {
    width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

ul, ol {
    margin: 10px 20px;
    padding: 10px 20px;
}

    ul li {
        padding-left: 10px;
    }

strong, b {
    font-weight: 700;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.alt-font {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
}


h1 {
    font-size: 2rem;
    line-height: 1.3em;
}

.heading-two {
    letter-spacing: -1px;
    background: #117e11;
    -webkit-border-radius: 25px 0 0 0;
    -moz-border-radius: 25px 0 0 0;
    border-radius: 25px 0 0 0;
    border-bottom: 2px solid #ffcc00;
}

    .heading-two h2 {
        font-size: 1.8rem;
        display: block;
        padding: 5px 0.5em;
        margin: 0;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    

h3 {
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #056704;
    border-bottom: 1px dotted #444;
    border-top: 1px dotted #444;
    margin-bottom: 1.5rem;
}

    h3 em {
        color: #444;
        font-size: 0.8em;
    }

h4 {
    font-size: 1rem;
    line-height: 1.3em;
}

.x-large {
    font-size: 2rem;
    line-height: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-bottom: 1rem;
}

.large {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-bottom: 1rem;
}

.medium {
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-bottom: 1rem;
}


h5 {
    font-size: 1em;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    padding-bottom: 1rem;
}

.content-inner {
    padding: 25px 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

.content-inner-all {
    padding: 1em;
}

.right-inner {
    padding-right: 30px;
}


.full-img {
    width: 100%;
    height: auto;
}

.full-img-bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/* Header Styles */
header {
    padding: 0px;
    background: #ffffff;
    z-index: 999;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
}

    header ul li {
        padding-bottom: 0px;
    }



    header .row {
        margin-left: 0px;
        margin-right: 0px;
    }

#searchForm {
}

    #searchForm form {
        margin: 0px;
        padding: 0px;
    }

.search-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .search-block input, .search-block label, .search-block button {
        display: inline-block;
    }

.mod > header h2 {
    border-bottom: 6px solid #000;
}

header .wrap {
    overflow: visible;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    height: auto;
    border: 0px !important;
    max-width: 538px;
}

    .logo img.desktop-only {
        display: block;
    }

    .logo img.mobile-only {
        display: none;
    }

.logo:hover img, .logo:focus img, .logo:active img {
    border: 1px dotted rgba(255,255,255,0.3);
}

nav {
    float: right;
    display: table;
    position: relative;
    width: 100%;
}

.show-responsive .menu-close {
    display: none;
    padding-top: 0px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

body:not(.sfPageEditor) .main-menu {
    z-index: 9 !important;
    text-transform: lowercase;
}

@media (min-width: 768px) {
    body:not(.sfPageEditor) .main-menu {
        top: -30px;
        position: absolute;
        right: 0;
    }

        body:not(.sfPageEditor) .main-menu ul.navbar-nav {
            float: right;
        }
}

body:not(.sfPageEditor) .main-menu ul.navbar-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style-type: none;
    overflow: visible;
    background-color: #2ba72d;
    background-image: -moz-linear-gradient(top, #2ba72d, #187019);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2ba72d), to(#187019));
    background-image: -webkit-linear-gradient(top, #2ba72d, #187019);
    background-image: -o-linear-gradient(top, #2ba72d, #187019);
    background-image: linear-gradient(to bottom, #2ba72d, #187019);
}

body:not(.sfPageEditor) .main-menu li.nav-item {
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

        

        body:not(.sfPageEditor) .main-menu li.nav-item:last-child::after {
            display: none;
        }

        .navbar-light .navbar-nav .nav-link {
            padding: 13px 11px 13px 12px;
            color: #fff;
            display: block;
            margin: 0px auto;
            line-height: 1.5;
            text-transform: lowercase;
            text-decoration: none;
        }

body:not(.sfPageEditor) .main-menu ul.dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0;
    margin: 0;
}

    body:not(.sfPageEditor) .main-menu ul.dropdown-menu li:hover {
        background: #000;
    }

    body:not(.sfPageEditor) .main-menu ul.dropdown-menu li:last-child {
        border-bottom: 0;
    }

    body:not(.sfPageEditor) .main-menu a.dropdown-item {
        color: #fff;
        padding: 5px;
        text-decoration: none;
        text-transform: none;
        border: 0 !important;
    }

            .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus,
            .navbar-light .navbar-nav .nav-item.active .nav-link {
                color: #fff
            }

            .navbar-light .navbar-nav .nav-link.disabled {
                color: #fff
            }

            @media (min-width: 768px) {
                .dropdown-toggle::after {
                    display: none;
                }

                .nav-item:hover .dropdown-menu {
                    display: block;
                }
            }

body:not(.sfPageEditor) .main-menu li a:hover,
body:not(.sfPageEditor) .main-menu li a:active,
body:not(.sfPageEditor) .main-menu li a:focus,
body:not(.sfPageEditor) .main-menu li:hover,
body:not(.sfPageEditor) .main-menu li:active,
body:not(.sfPageEditor) .main-menu li:focus,
body:not(.sfPageEditor) .main-menu li.active {
    background: #056704;
}

        body:not(.sfPageEditor) .main-menu li li a:hover,
        body:not(.sfPageEditor) .main-menu li li a:active,
        body:not(.sfPageEditor) .main-menu li li a:focus,
        body:not(.sfPageEditor) .main-menu li li:hover,
        body:not(.sfPageEditor) .main-menu li li:active,
        body:not(.sfPageEditor) .main-menu li li:focus {
            background: #056704;
        }

#about body:not(.sfPageEditor) .main-menu li.about a#about-page, 
#solutions body:not(.sfPageEditor) .main-menu li.solutions a#solutions-page, 
#whyClearview body:not(.sfPageEditor) .main-menu li.whyClearview a#whyClearview-page, 
#Media body:not(.sfPageEditor) .main-menu li.Media a#Media-page, #AwardsPage body:not(.sfPageEditor) .main-menu li.Awards a#Awards-page, #EventsPage body:not(.sfPageEditor) .main-menu li.Events a#Events-page, 
#ClientsPage body:not(.sfPageEditor) .main-menu li.Clients a#Clients-page, 
#CareersPage body:not(.sfPageEditor) .main-menu li.Careers a#Careers-page, 
#CAB body:not(.sfPageEditor) .main-menu li.CAB a#CAB-page, 
#consulting body:not(.sfPageEditor) .main-menu li.Consulting a#Consulting-page,
#ContactPage body:not(.sfPageEditor) .main-menu li.contact a#Contact-page {
    background: #f49136;
    color: #fff;
}

body:not(.sfPageEditor) .main-menu li.current-menu-item a, body:not(.sfPageEditor) .main-menu li.current-menu-parent a {
    color: #fff;
}

body:not(.sfPageEditor) .main-menu li.nav-item:first-child {
    border-left: none;
}

body:not(.sfPageEditor) .main-menu li.nav-item:last-child {
    border-right: none;
}


body:not(.sfPageEditor) .main-menu li ul.sub-menu li {
    border-left: none;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 0px;
    padding-bottom: 0px;
}

    body:not(.sfPageEditor) .main-menu li ul.sub-menu li a {
        display: block;
        width: auto;
        text-decoration: none;
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
        vertical-align: middle;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        text-transform: none;
    }

    body:not(.sfPageEditor) .main-menu li ul.sub-menu li::after {
        display: none;
    }



    body:not(.sfPageEditor) .main-menu li ul.sub-menu li.current-menu-item a, body:not(.sfPageEditor) .main-menu li ul.sub-menu li.current-menu-parent a {
        color: #292929;
        background-color: #224185;
    }

    body:not(.sfPageEditor) .main-menu li ul.sub-menu li:last-child {
        border-bottom: none;
    }

@media (min-width: 768px) {

    body:not(.sfPageEditor) .main-menu li.nav-item::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 25px;
        top: 25%;
        right: 0px;
        background: rgba(255,255,255,0.5);
    }


    body:not(.sfPageEditor) .main-menu ul li:hover ul, #desktopnav ul li.hover ul {
        left: auto;
    }

    body:not(.sfPageEditor) .main-menu ul li.nav-item:nth-child(3):hover ul.dropdown-menu {
        left:auto;
        right: 0;
    }

    body:not(.sfPageEditor) .main-menu ul.dropdown-menu {
        min-width: 230px;
        position: absolute;
        -moz-box-shadow: 3px 3px 3px #999999;
        -webkit-box-shadow: 3px 3px 3px #999999;
        box-shadow: 3px 3px 3px #999999;
    }
}

@media (max-width: 767px) {
    body:not(.sfPageEditor) .main-menu ul.dropdown-menu {
        position: relative;
    }
}


    body:not(.sfPageEditor) .main-menu ul.dropdown-menu {
        margin: 0;
        padding: 0px;
        background: #056704;
    }

    body:not(.sfPageEditor) .main-menu ul li:hover ul a:hover,
    body:not(.sfPageEditor) .main-menu ul li.hover ul a:hover,
    body:not(.sfPageEditor) .main-menu ul li.hover ul a:focus,
    body:not(.sfPageEditor) .main-menu ul li.hover ul a:active {
        background: #000000;
        color: #ffffff;
    }

    body:not(.sfPageEditor) .main-menu ul li:hover ul a,
    body:not(.sfPageEditor) .main-menu ul li.hover ul a {
        border-bottom: 1px solid #ffffff;
        background: #056704;
        padding: 5px;
        font-weight: normal;
    }




    #HomePage body:not(.sfPageEditor) .main-menu li.home a#home-page,
    #AboutUs body:not(.sfPageEditor) .main-menu li.about a#about-page,
    #Services body:not(.sfPageEditor) .main-menu li.services a#services-page,
    #Clients body:not(.sfPageEditor) .main-menu li.clients a#clients-page,
    #Contact body:not(.sfPageEditor) .main-menu li.contact a#contact-page {
        background: #056704;
        color: #fff;
    }

    .contact-link {
        font-size: 1.5rem;
    }

        .contact-link p {
            margin: 0 !important;
            padding: 0 !important;
        }


        .contact-link a {
            color: #444;
        }

        .contact-link .content-inner {
            padding: 10px 0 15px 0;
        }


    /* Classes */

    /* SEARCH RESULTS PAGE */

    #SearchForm table {
        width: 100%;
    }

    .ResultsHeader {
        border-bottom: 5px solid #fff;
        padding: 1em
    }

    .SearchResult {
        margin-bottom: 5px;
    }


    .SearchResultAlt {
        background: #cccccc;
        border-top: 5px solid #cccccc;
        border-bottom: 5px solid #cccccc;
    }


    .SearchResultTitle {
        line-height: 1.2em;
        padding: 1em;
        font-size: 1.1em
    }

    .SearchResultDesc {
        padding: 1em;
    }

    tr.ResultsHeader td {
        padding: 1em;
    }

    main {
        margin-bottom: 50px;
    }


    .container {
        max-width: 1380px !important;
    }

    section .wrap {
        height: 100%;
    }

    .clear {
        clear: both;
    }



    /* Slideshow */

    .MainSlideShow {
        width: 100%;
        margin: 0px 0 0px 0;
        height: 420px;
        position: relative;
    }

    .slideshow {
        padding: 0px;
        overflow: hidden;
        height: 420px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .slideshow ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: block;
        }

        .slideshow li {
            -webkit-background-size: cover !important;
            -moz-background-size: cover !important;
            -o-background-size: cover !important;
            background-size: cover !important;
            padding: 0;
            margin: 0px;
            display: block;
            float: left;
            height: 420px;
            position: relative;
            text-align: center;
            background-repeat: no-repeat;
            background-position: top center;
        }

    @media (min-width: 1080px) {
        .slideshow li {
            -webkit-background-size: 1080px !important;
            -moz-background-size: 1080px !important;
            -o-background-size: 1080px !important;
            background-size: 1080px !important;
        }
    }

    #homepage .slideshow li img {
        position: relative;
        z-index: 2
    }

    .slideshow li a {
        display: block;
        position: absolute;
        top: 0px;
        left: 10px;
        width: 100%;
        height: 100%;
    }

    .slideshow .pagination {
        position: absolute;
        left: 0px;
        bottom: -30px;
        width: 100%;
        text-align: center;
        z-index: 9;
    }

        .slideshow .pagination a {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 2px;
            border-radius: 6px;
            cursor: pointer;
            opacity: .9;
            background: #666666;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

            .slideshow .pagination a.selected {
                background: #000 !important;
                opacity: 1;
            }

    .pagination a span {
        display: none;
    }


    a.next, a.play, a.pause {
        background: url(images/arrow-next.png) no-repeat 0 0;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 53px;
        height: 93px;
        display: block;
        position: absolute;
        right: 0px;
        top: 20%;
        z-index: 2;
    }

        a.next:hover, a.play:hover, a.pause:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    a.prev {
        background: url(images/arrow-prev.png) no-repeat 0 0;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 53px;
        height: 93px;
        display: block;
        position: absolute;
        left: -1px;
        top: 20%;
        z-index: 2;
    }

        a.prev:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

        a.prev span, a.next span, a.play span, a.pause span {
            display: none;
        }

    /* Text meant only for screen readers. */
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

        .screen-reader-text:focus {
            background-color: #f1f1f1;
            border-radius: 3px;
            box-shadow: 0 0 2px 2px rgba(41,41,41, 0.6);
            clip: auto !important;
            color: #21759b;
            display: block;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: 700;
            height: auto;
            left: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000; /* Above WP toolbar. */
        }


    /*-----------------------------------------------------------------------------------*/
    /*	9.	Colours
/*-----------------------------------------------------------------------------------*/

    .black-bg {
        background: #000000;
        height: 260.4px;
        margin-bottom: 60px;
    }



    /*-----------------------------------------------------------------------------------*/
    /*	Extra Styles
/*-----------------------------------------------------------------------------------*/

    p.home-intro, ul.home-intro,
    .home-intro * {
        font-size: 1.4rem;
        line-height: 1.5em;
        padding-top: 0px;
        margin-top: 0px;
        font-family: "Roboto", sans-serif !important;
        font-weight: 300;
    }

    #SearchBox {
        background: #fff;
        border: 2px solid #ccc;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        padding: 5px 0.5em 5px 1em;
        margin-top: 0.5em;
        margin-bottom: 1em;
    }

        #SearchBox form {
            margin: 0px;
            padding: 0px;
        }

        #SearchBox label {
            display: none;
        }

    #query {
        background: #ffffff;
        border: 0px;
        margin: 0px;
        padding: 0px 5px;
        color: #444444;
        font-family: "Roboto", sans-serif !important;
        font-weight: 400;
        font-size: medium;
        line-height: 28px;
        height: 28px;
        float: left;
        width: 75%;
    }

    #Search-Button {
        background: url(../images/search-icon.png) no-repeat 50% 50%;
        width: 28px;
        height: 28px;
        margin: 0px;
        padding: 0px;
        border: 0px;
        cursor: pointer;
        float: right;
        text-indent: -999em;
    }

    h2 span {
        display: block;
        padding: 5px 0.5em;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    p {
        line-height: 1.5em;
    }


    .contact-link a:link, .contact-link a:visited {
        color: #444444;
        text-decoration: none;
    }

    .contact-link a:hover {
        color: #056704;
    }

    a:link, a:visited {
        color: #056704;
        text-decoration: underline;
    }

    a:hover, a:active, a:focus {
        color: #444444;
        text-decoration: none;
    }

    footer {
        font-size: .75rem;
    }

    .footer {
        bottom: 0;
        background: #d4d4d4;
        font-size: .75rem;
    }

        .footer .col-auto {
            padding-left: 5px;
            padding-right: 5px;
        }

    .isologos {
        padding-bottom: 10px;
    }



    .footer a:link, .footer a:visited {
        color: #292929;
        text-decoration: none;
    }

    .footer ul li.last {
        padding-right: 0px;
    }

    .footer ul li a:hover {
        text-decoration: underline;
    }

    .show-responsive {
        display: none;
    }

    .callus p {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .HOne {
        font-size: 1.25rem;
        text-align: right;
    }

    .inner-right {
        padding-right: 25px;
    }

    .heading-one {
        margin: 0 -0.5em 0.5em -0.5em;
        font-size: 2.2em;
        line-height: 1.5em;
        color: #fff;
        padding: 0px;
        border-bottom: 2px solid #ffcc00;
    }

        .heading-one h1 {
            background: #056704;
            display: block;
            border-bottom: 2px solid #fff;
            padding: 0 0.5em;
            margin: 0;
            -webkit-border-radius: 25px 0 0 0;
            -moz-border-radius: 25px 0 0 0;
            border-radius: 25px 0 0 0;
            color: #fff;
            font-weight: 300;
        }

    .align-image img {
        display: block;
        margin: 0 auto;
        width: 75%;
        height: auto;
    }

    .banner img {
        width: 100%;
        height: auto;
        max-width: 1080px;
    }

    .banner-fix {
        height: 420px;
        display: block;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
    }

        .banner-fix img {
            width: 100%;
            height: auto;
            max-width: 1080px;
        }

    .web-image-2 img {
        display: block;
        margin: auto;
        height: auto;
    }

    /*-----------------------------------------------------------------------------------*/
    /*	Pages
/*-----------------------------------------------------------------------------------*/

    ul.Bullet li {
        list-style: none;
        background: url(../images/bg/bullet-blue.png) no-repeat 5px 2px;
        padding-left: 40px !important;
        line-height: 1.6em;
        padding-bottom: 15px;
    }

    .what-clients-say {
        background: #117e11;
        color: #fff;
        border: solid 1px;
        border-color: #E5E5E5 #BBB #BBB #E5E5E5;
        margin: 1em 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        position: relative;
    }

        .what-clients-say::after {
            content: "\f10d";
            font-weight: 700;
            font-family: "Font Awesome 5 Free";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1rem;
            position: absolute;
            right: 1.75rem;
            bottom: 1rem;
            padding: 3px 4px;
            color: #fff;
            font-size: 16px;
        }

        .what-clients-say:nth-child(odd)::after {
            right: auto;
            left: .5rem;
            color: #117e11;
        }

        .what-clients-say::before {
            content: "\f10e";
            font-weight: 700;
            font-family: "Font Awesome 5 Free";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1rem;
            position: absolute;
            right: .5rem;
            bottom: .5rem;
            padding: 3px 4px;
            color: #fff;
            font-size: 16px;
        }

        .what-clients-say:nth-child(odd)::before {
            right: auto;
            left: 1.75rem;
            color: #ffcc00;
        }

        .what-clients-say p {
            margin: 0px;
            padding: 1.5rem 4.5rem 2.5rem 1.5rem;
            position: relative;
            line-height: 1.9em;
        }

        .what-clients-sayAlt,
        .what-clients-say:nth-child(odd) {
            background: #fff;
            color: #117e11;
            border: solid 1px;
            border-color: #E5E5E5 #BBB #BBB #E5E5E5;
            margin: 1em 0;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }

            .what-clients-sayAlt p,
            .what-clients-say:nth-child(odd) p {
                margin: 0px;
                padding: 1.5rem 1.5rem 2.5rem 4.5rem;
                position: relative;
                line-height: 1.9em;
            }


    ul#SiteMapUL {
        margin-left: 20px;
        padding-left: 0px;
        line-height: 1.6em;
    }

        ul#SiteMapUL li {
            list-style: none;
            margin-left: 0px;
            padding-left: 2em;
        }

    a.Top {
        font-size: 1.2em;
    }

    ul#SiteMapUL ul {
        margin: 0px;
        padding: 1em 2.5em;
    }

    ul#SiteMapUL li li {
        background: none;
        list-style: disc;
        margin: 0px;
        padding: 0px;
    }



    /*-----------------------------------------------------------------------------------*/
    /*	Media
/*-----------------------------------------------------------------------------------*/


    @media (max-width: 1400px) {



        .heading-one {
            margin-left: 0;
            margin-right: 0;
        }
    }

    @media (max-width: 1030px) {

        .black-bg {
            background: #fff;
        }


        .Slideshow, .slideshow, .slideshow li {
            height: 320px;
        }
    }

    @media(max-width: 980px) {
        .black-bg {
            margin-bottom: 0 !important;
        }
    }


    @media (max-width: 900px) {

        .Slideshow, .slideshow, .slideshow li {
            height: 250px;
        }
    }

    @media(max-width: 820px) {






        .slideshow li {
            height: 275px;
        }

        .slideshow {
            height: 275px;
        }

            .slideshow li {
                height: 275px;
            }
    }

    @media(max-width: 767px) {

        .main-menu .navbar {
            padding: .5rem 0;
        }

        body:not(.sfPageEditor) .main-menu ul.dropdown-menu {
            min-width: 100%;
        }

        .navbar-light .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        }

        .navbar-light .navbar-toggler {
            position: absolute;
            right: 0;
            top: -30px;
            padding: 0 1rem;
            border: 0;
            background: #056704;
        }

        .right-inner {
            padding-right: 0px;
        }

        .web-image img {
            width: 100%;
            height: auto;
        }

        .web-image-2 {
            text-align: center;
        }

            .web-image-2 img {
                width: 75%;
            }

        #SearchBox {
            margin-left: 0;
            margin-right: 0;
        }

        .contact-link {
            font-size: 1rem;
        }
    }


    @media (max-width: 700px) {

        .Slideshow, .slideshow, .slideshow li, .black-bg {
            height: 200px;
        }
    }



    @media (max-width: 639px) {
        .logo img {
            max-width: 300px;
        }

        /* Mobile Navigation */



        .slideshow img {
            width: 100%;
            height: auto;
        }

        a.prev, a.next {
            top: 1em;
        }
    }

    @media (max-width: 575px) {



        .Slideshow, .slideshow, .slideshow li, .black-bg {
            height: 170px;
        }
    }





    @media (max-width: 479px) {

        body {
            font-family: "Open Sans", arial, sans-serif;
            font-weight: 400;
            background: #fff;
        }


        header div.HOne {
            float: right;
            width: 100%;
            text-align: right;
            height: auto;
            font-size: small;
            padding: 1em 0px 0 0px;
        }

        h1#strapline img {
            width: 100%;
            height: auto;
        }

        .Slideshow, .slideshow, .slideshow li, .black-bg {
            height: 150px;
        }

        a.prev, a.next {
            width: 25px;
            height: 44px;
        }



        .logo img {
            margin-bottom: 0;
        }
    }

    @media (max-width: 400px) {

        .Slideshow, .slideshow, .slideshow li, .black-bg {
            height: 115px;
        }
    }
