﻿@charset "UTF-8";
@import url("https://use.typekit.net/knb4tei.css");

@font-face {
    font-family: Helvetica Condensed Bold;
    src: url('/fonts/helvetica_condensed_bold.ttf');
}

@font-face {
    font-family: Helvetica Condensed;
    src: url('/fonts/helvetica_condensed.ttf');
}

@font-face {
    font-family: Helvetica Condensed Light;
    src: url('/fonts/helvetica_condensed_light.ttf');
}

:root {
    /* Set fonts for project */
    --first-font: Helvetica Condensed;
    --first-font-bold: Helvetica Condensed Bold;
    --first-font-light: Helvetica Condensed Light;
    --second-font: Helvetica Condensed;
    /* Set Brand Colours for project */
    --first-color: #d3313f;
    --second-color: #0071b9;
    --third-color: #fecc35;
    --fourth-color: #2d2d2d;
    --fifth-color: #eeeff3;
    --sixth-color: #696A6A;
    /* Colours for positive & negative buttons */
    --pos-button: #007012;
    --pos-button-hover: #00440b;
    --neg-button: #E6332A;
    --neg-button-hover: #74041c;
    /* Set Colours for general links */
    --link-color: #fb4872;
    --link-color-hover: #4d8792;
}


/* CSS Document */

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.3;
    /* letter-spacing: .02em; */
}

h1 {
    font-family: var(--first-font);
    color: var(--fourth-color);
    font-weight: 700;
    font-size: 3em;
    margin: 0 0 16px 0;
}

h2 {
    font-family: var(--first-font);
    color: var(--fourth-color);
    font-weight: 700;
    font-size: 2.75em;
    margin: 0 0 14px 0;
}

h3 {
    font-family: var(--first-font);
    font-weight: 700;
    color: var(--fourth-color);
    font-size: 2em;
    margin: 0 0 12px 0;
}

h4 {
    font-family: var(--first-font);
    color: var(--fourth-color);
    font-weight: 700;
    font-size: 1.7em;
    margin: 0 0 8px 0;
}

h5 {
    font-family: var(--first-font);
    color: var(--fourth-color);
    font-weight: 700;
    font-size: 1.4em;
    margin: 0 0 8px 0;
}

body,
p,
.dxheControl .dxheHtmlViewArea,
body.dxheDesignViewArea,
body.dxhePreviewArea,li {
    font-family: var(--first-font);
    margin: 0 0 8px 0;
    color: var(--fourth-color);
    font-size: 16px;
    line-height: 30px;
}

body.dxheDesignViewArea {
    background-color: transparent !Important;
    padding: 2px
}

body.dxhePreviewArea {
    background-color: transparent !Important;
    padding: 2px
}

a {
    color: var(--sixth-color);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:hover {
    color: var(--fourth-color);
}


/* Text Align */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.dxheContentArea {
    background: #fff
}

strong,
b,
.boldtext {
    font-weight: 700
}

i,
em {
    font-style: italic
}

.caption {
    font-style: italic;
    font-size: 90%;
    margin-top: 8px;
    margin-bottom: 0px
}

.feature-heading {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px
}

.presented {
    font-size: 85%;
    line-height: 1.5
}

.media-icons {
    font-size: 16px;
    line-height: 40px
}

.media-icons a {
    cursor: pointer;
    margin-left: 8px;
}


/* Search News */

input[type=text].txbarchivesearch {
    width: auto;
    margin: 0 -42px 0 0;
    padding: 8px 54px 8px 8px;
    height: 50px;
    display: inline-block;
    width: 100%;
}

.search-archive-glass-ico i {
    background: var(--second-color);
    padding: 7.6px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    left: -1px;
    top: 0px;
    font-size: 26px;
}

.search-archive-glass-ico i:hover {
    background: var(--first-color);
}


/* Search Site */

input[type=text].txbsitesearch {
    width: auto;
    margin: 0px;
    padding: 8px 54px 8px 8px;
    height: 40px;
    display: inline-block;
    width: 100%;
}

.search-holder {
    display: flex;
    width: 100%;
}

.search-input {
    max-width: 100% !Important;
    padding: 10px;
    outline: none;
    margin: 0px;
}

.search-input:focus {
    border: 2px solid var(--second-color);
}

.search-icon {
    padding: 10px;
    background: var(--second-color);
    color: white;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    margin: 0px;
    font-size: 22px;
}

.search-icon:hover {
    background: var(--third-color);
}

.lightblue {
    color: #B8CFE9
}

.tel-no {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px
}

.white {
    color: #fff
}

.homesliderhead {
    font-size: 40px !Important;
    line-height: 105%;
    font-size: 36px !important
}

.product-grid-product-name a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden
}

.product-grid-product-name a:hover {
    text-decoration: none
}


/*Styles for screen 667px and lower*/

@media only screen and (max-width:667px) {
    h1 {
        font-size: 2.0em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1.4em;
    }

    body,
    p,
    .dxheControl .dxheHtmlViewArea,
    body.dxheDesignViewArea,
    body.dxhePreviewArea {
        font-size: 14px;
    }

    .grey {
        width: 100%;
        margin-right: 0px;
        float: left;
        margin-top: 10px
    }

    .txbsitesearch {
        margin-left: 0
    }
}