﻿@import url('font-awesome.min.css');
@import url('font-SourceSansPro.css');
@import url('font-texgyreadventor.css');

body {
    font-family: 'texgyreadventorregular', 'Source Sans Pro', Lucida Grande, Arial, sans-serif;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 20px;
    /*background-color: pink;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

a:hover {
    color: deeppink;
    text-decoration: none;
}

/* Form */

form {
}

    form label {
        display: block;
        font-weight: 400;
        color: #483949;
        margin: 0 0 0 0;
    }

    form input[type=text], form input[type=email], form input[type=password], form select, form textarea {
        -webkit-appearance: none;
        display: block;
        border: 0;
        background: #fafafa;
        width: 100%;
        border-radius: 0.2em;
        border: solid 1px #E5E5E5;
        padding: 0.2em;
        -moz-box-shadow: 1px 1px 3px 3px #E6E6E6;
        -webkit-box-shadow: 1px 1px 3px 3px #E6E6E6;
        box-shadow: 1px 1px 3px 3px #E6E6E6;
        -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        -o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        -ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    }

    form input[type=text], form input[type=email], form input[type=password], form select {
        line-height: 1em;
    }

    form textarea {
        min-height: 9em;
    }

    form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form select:focus, form textarea:focus {
        background: #fff;
        border-color: #df7366;
    }

    form input[type=textfooter]:focus, form input[type=emailfooter]:focus {
        background: #fff;
    }

    form .formerize-placeholder {
        color: #555 !important;
    }

    form ::-webkit-input-placeholder {
        color: #555 !important;
    }

    form :-moz-placeholder {
        color: #555 !important;
    }

    form ::-moz-placeholder {
        color: #555 !important;
    }

    form :-ms-input-placeholder {
        color: #555 !important;
    }

    form ::-moz-focus-inner {
        border: 0;
    }

.form-control-footer {
    width: 100%;
    padding: 12px 20px;
    margin: 3px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ACACAC;
    background-color: #3D3D3D;
    box-shadow: 0px 0px 0px 0px;
}

.form-contact-footer {
    width: 100%;
    padding: 0px;
}

form-group-footer {
    width: 100%;
    padding: 0px;
}

/* Table */

table {
    width: 100%;
}

    table.default {
        width: 100%;
    }

        table.default tbody tr {
            border-top: solid 1px #e5e5e5;
        }

            table.default tbody tr:first-child {
                border-top: 0;
            }

            table.default tbody tr:nth-child(2n+1) {
                background: #fafafa;
            }

        table.default td {
            padding: 0.5em 1em 0.5em 1em;
        }

        table.default th {
            text-align: left;
            font-weight: 400;
            padding: 0.5em 1em 0.5em 1em;
        }

        table.default thead {
            border-bottom: solid 2px #e5e5e5;
        }

        table.default tfoot {
            border-top: solid 2px #e5e5e5;
        }


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    font-family: 'texgyreadventorregular', 'Source Sans Pro', Lucida Grande, Arial, sans-serif;
}

.HeadingTurqSml {
    /*color: #00aacc;*/
    color: #4956E4;
    font-family: "TEX GYRE ADVENTOR", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 9px;
}

.HeadingBlueLrg {
    color: #151F8E;
    font-family: "TEX GYRE ADVENTOR", Sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.HeadingBlueMed {
    color: #151F8E;
    font-family: "TEX GYRE ADVENTOR", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.HeadingBlueSml {
    color: #151F8E;
    font-family: "TEX GYRE ADVENTOR", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.card-title {
    color: #151F8E;
    font-family: "TEX GYRE ADVENTOR", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.MiniCard {
    text-align: center;
    background-color: #fcfcfc;
    padding: 10px;
    margin: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 4px 4px 4px 4px;
}

footer {
    font-family: 'texgyreadventorregular', 'Source Sans Pro', Lucida Grande, Arial, sans-serif;
    font-size: 12px;
    background-color: #000;
    color: #adadad;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(255,255,255,0.19);
    padding-top: 25px;
    padding-bottom: 15px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.FooterButton {
    background-color: #0ea8ce;
    color: #ffffff;
    font-family: "TEX GYRE ADVENTOR", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border-width: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

@media (min-width: 990px) {
    .FooterLink {
        font-size: 12px;
    }
}

@media (max-width: 990px) {
    .FooterLink {
        font-size: 10px;
    }
}

.FooterLink a:link, .FooterLink a:visited {
    /*color: #adadad;*/
    color: #757575;
    text-decoration: none;
}

    .FooterLink a:hover {
        color: #6ec1e4;
        text-decoration: none;
    }

    .AboutTopSection {
        background-image: linear-gradient(to right, #65c6e7,#91d7ee,#65c6e7);
    }

    .ProductsTopSection {
        background-image: linear-gradient(to right, #7265b3,#9287c4,#7265b3);
    }

    .ServicesTopSection {
        background-image: linear-gradient(to right, #e87364,#ee9b90,#e87364);
    }

    .SustainabilityTopSection {
        background-image: linear-gradient(to right, #186000,#269900,#186000);
    }

    .NewsTopSection {
        background-image: linear-gradient(to right, #6585e7,#91a8ee,#6585e7);
    }

    .ContactTopSection {
        background-image: linear-gradient(to right, #e0b638,#dbbc5e,#e0b638);
    }

        .AboutTopSection a:link, .AboutTopSection a:visited,
        .ProductsTopSection a:link, .ProductsTopSection a:visited,
        .ServicesTopSection a:link, .ServicesTopSection a:visited,
        .SustainabilityTopSection a:link, .SustainabilityTopSection a:visited,
        .NewsTopSection a:link, .NewsTopSection a:visited,
        .ContactTopSection a:link, .ContactTopSection a:visited {
            color: white;
            text-decoration: none;
        }

        .AboutTopSection a:hover, .ProductsTopSection a:hover, .ServicesTopSection a:hover,
        .SustainabilityTopSection a:hover, .NewsTopSection a:hover, .ContactTopSection a:hover {
            color: darkslategray;
            text-decoration: none;
        }

    .TopSectionImage {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    @media (min-width: 990px) {
        .TopSectionText {
            padding-top: 80px;
            padding-bottom: auto;
            padding-left: 85px;
            padding-right: 85px;
            min-height: 360px;
            max-width: 1290px;
            margin-left: auto;
            margin-right: auto;
            margin-top: auto;
            margin-bottom: auto;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
            position: relative;
        }
    }

    @media (max-width: 990px) {
        .TopSectionText {
            padding-top: 20px;
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 10px;
            min-height: 360px;
            max-width: 1290px;
            margin-left: auto;
            margin-right: auto;
            margin-top: auto;
            margin-bottom: auto;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
            position: relative;
        }
    }

    .TopSectionText h1 {
        color: white;
        font-family: "TEX GYRE ADVENTOR", Sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.2em;
        letter-spacing: 9px;
    }

    .TopSectionText h2 {
        color: white;
        font-family: "TEX GYRE ADVENTOR", Sans-serif;
        font-size: 45px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.2em;
    }

    .TopSectionText h3 {
        color: white;
        font-family: "TEX GYRE ADVENTOR", Sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.2em;
        letter-spacing: 9px;
    }

    .TopSectionText p {
        color: white;
        font-size: 14px;
        font-weight: normal;
    }

    .HomeTopSectionText {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 200px;
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-weight: bold;
        position: relative;
    }

        .HomeTopSectionText h2 {
            color: white;
            font-size: 36px;
            font-weight: bolder;
        }
            
            @media (max-width: 1120px) {
                .HomeTopSectionText h2 {
                    font-size: 32px;
                }
            }

            @media (max-width: 900px) {
                .HomeTopSectionText h2 {
                    font-size: 24px;
                }
            }

            @media (max-width: 768px) {
                .HomeTopSectionText h2 {
                    font-size: 36px;
                }
            }
        

        .HomeTopSectionText h3 {
            color: white;
            font-size: 16px;
            font-weight: bold;
        }

            .HomeTopSectionText h3 a {
                color: white;
                text-decoration: none;
            }

                .HomeTopSectionText h3 a:hover {
                    color: #FE9BFF;
                    text-decoration: none;
                }

    .AboutTopLayer {
        background: rgba(101, 198, 231, 0.6);
    }

    .ProductsTopLayer {
        background: rgba(100, 84, 171, 0.6);
    }

    .ServicesTopLayer {
        background: rgba(224, 76, 56, 0.6);
    }

    .SustainabilityTopLayer {
        background: rgba(38, 153, 0, 0.6);
    }

    .NewsTopLayer {
        background: rgba(79, 116, 227, 0.6);
    }

    .ContactTopLayer {
        background: rgba(224, 182, 56, 0.6);
    }

    .DarkTopLayer {
        background: rgba(10, 30, 80, 0.9);
    }

    .LinkBlockAboutTopLayer {
        background: rgba(101, 198, 231, 0.6);
    }

        .LinkBlockAboutTopLayer :hover {
            background: rgba(101, 198, 231, 0.2);
        }

    .LinkBlockProductsTopLayer {
        background: rgba(100, 84, 171, 0.6);
    }

        .LinkBlockProductsTopLayer :hover {
            background: rgba(100, 84, 171, 0.2);
        }

    .LinkBlockServicesTopLayer {
        background: rgba(224, 76, 56, 0.6);
    }

        .LinkBlockServicesTopLayer :hover {
            background: rgba(224, 76, 56, 0.2);
        }

    .LinkBlockSustainabilityTopLayer {
        background: rgba(38, 153, 0, 0.6);
    }

        .LinkBlockSustainabilityTopLayer :hover {
            background: rgba(38, 153, 0, 0.2);
        }

    .LinkBlockNewsTopLayer {
        background: rgba(79, 116, 227, 0.6);
    }

        .LinkBlockNewsTopLayer :hover {
            background: rgba(79, 116, 227, 0.2);
        }

    .LinkBlockContactTopLayer {
        background: rgba(224, 182, 56, 0.6);
    }

        .LinkBlockContactTopLayer :hover {
            background: rgba(224, 182, 56, 0.2);
        }



    .footeraddress {
        font-family: 'texgyreadventorregular', 'Source Sans Pro', Lucida Grande, Arial, sans-serif;
        font-size: 12px;
        color: #fff;
    }

        .footeraddress a:link {
            color: #FFF;
        }

        .footeraddress a:hover {
            color: #FE9BFF;
        }

    .icon {
        text-decoration: none;
        border-bottom: none;
        position: relative;
    }

        .icon:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        .icon > .label {
            display: none;
        }

        .icon.alt:before {
            background-color: #ffffff;
            border-radius: 100%;
            color: #242943;
            display: inline-block;
            height: 2em;
            line-height: 2em;
            text-align: center;
            width: 2em;
        }

    a.icon.alt:before {
        -moz-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

    a.icon.alt:hover:before {
        background-color: #FE9BFF;
    }

    a.icon.alt:active:before {
        background-color: #FE9BFF;
    }

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1em 0 0;
        }

            ul.icons li:last-child {
                padding-right: 0;
            }

    @media screen and (max-width: 736px) {

        ul.icons li {
            padding: 0 0.75em 0 0;
        }
    }

    .card {
        /* Add shadows to create the "card" effect */
        box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
        transition: 0.3s;
        /*background-color: aquamarine;*/
        border-radius: 5px;
        padding: 10px;
    }

        /* On mouse-over, add a deeper shadow */
        .card:hover {
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        }

    .card-header-accordion {
        text-align: left;
        font-weight: bold;
        padding: 10px;
        font-size: large;
    }

    .card-header-accordion-sust {
        text-align: left;
        font-weight: bold;
        padding: 10px 10px 10px 20px;
        background-color: #186000;
        color: white;
        border-radius: 5px;
    }

    .img-rounded {
        border-radius: 6px;
    }

    .navbar-custom {
        color: #111111;
    }

        .navbar-custom a {
            color: #111111;
        }

        .navbar-custom a:hover {
            color: deeppink;
        }

        .navbar-custom .colourAbout:hover {
            color: #3399ff;
            background-color: #e6f2ff;
        }

        .navbar-custom .colourProducts:hover {
            color: #7265b3;
            background-color: #e0ddee;
        }

        .navbar-custom .colourServices:hover {
            color: #e45f4e;
            background-color: #f8d7d3;
        }

        .navbar-custom .colourSustainability:hover {
            color: #186000;
            background-color: #c6ffb3;
        }

        .navbar-custom .colourContact:hover {
            color: #b08b1c;
            background-color: #f5e7bd;
        }

        .navbar-custom .colourNews:hover {
            color: #5c00e6;
            background-color: #e0ccff;
        }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    @media (min-width: 991px) {
        .navbar-nav {
            float: none;
            margin: 0 auto;
            display: block;
            text-align: center;
        }

            .navbar-nav > li {
                display: inline-block;
                float: none;
            }

        .topnavlogo {
            float: left;
        }

        .topnavbuttons {
            float: right;
            width: calc(100% - 200px);
        }

        .topnavlinks {
            float: right;
        }

        .navbarstrapline {
            width: 300px;
            display: block;
        }

        .logostrapline {
            display: none;
        }
    }

    @media (max-width: 990px) {

        .topnavlogo {
            float: left;
        }

        .topnavbuttons {
            float: right;
            width: calc(100% - 200px);
        }

        .topnavlinks {
            float: right;
        }

        .navbarstrapline {
            width: 300px;
            display: block;
        }

        .logostrapline {
            display: none;
        }
    }

    @media (max-width: 760px) {

        .topnavlogo {
            float: left;
        }

        .topnavbuttons {
            float: right;
            width: calc(100% - 200px);
        }

        .topnavlinks {
            float: right;
        }

        .navbarstrapline {
            width: 220px;
            display: block;
        }

        .logostrapline {
            display: none;
        }
    }

    @media (max-width: 576px) {

        .topnavlogo {
            float: none;
        }

        .topnavbuttons {
            float: none;
            width: 100%;
        }

        .topnavlinks {
            float: none;
        }

        .navbarstrapline {
            width: 200px;
            display: none;
        }

        .logostrapline {
            display: block;
        }
    }

    @media (max-width: 440px) {

        .topnavlogo {
            float: none;
        }

        .topnavbuttons {
            float: none;
            width: 100%;
        }

        .topnavlinks {
            float: none;
        }

        .navbarstrapline {
            width: 200px;
            display: none;
        }

        .logostrapline {
            display: block;
        }
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .custom-toggler.navbar-toggler {
        border-color: white;
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url( "data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E %3C/svg%3E");
        background-color: grey;
    }



@media (min-width: 990px) {
    .cardlinkbutton {
        text-align: left;
    }
}

@media (max-width: 990px) {
    .cardlinkbutton {
        text-align: center;
    }
}

.centredcontainer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.QRgrid-container {
    display: grid;
    grid-gap: 10px;
    padding: 10px;
    align-items: center;
}

.QRgrid-item {
    text-align: center;
    padding: 20px;
    font-size: 30px;
}

.QRitem1 {
    grid-column: 1;
    grid-row: 1;
}

.QRitem2 {
    grid-column: 1;
    grid-row: 2;
}

.QRitem3 {
    grid-column: 2;
    grid-row: 1/ span 2;
}

.QRitem4 {
    grid-column: 3;
    grid-row: 1;
}

.QRitem5 {
    grid-column: 3;
    grid-row: 2;
}

@media (max-width: 576px) {
    .QRitem1 {
        grid-column: 1;
        grid-row: 1;
    }

    .QRitem2 {
        grid-column: 1;
        grid-row: 2;
    }

    .QRitem3 {
        grid-column: 1;
        grid-row: 3;
    }

    .QRitem4 {
        grid-column: 1;
        grid-row: 4;
    }

    .QRitem5 {
        grid-column: 1;
        grid-row: 5;
    }
}

@media (min-width: 991px) {
    .panelsidegraphic {
        width: 200px;
    }
}

@media (max-width: 990px) {
    .panelsidegraphic {
        width: 150px;
    }
}

@media (max-width: 576px) {
    .panelsidegraphic {
        width: 120px;
    }
}

@media (max-width: 440px) {
    .panelsidegraphic {
        width: 100px;
    }
}



