/* CSS Document */

/* Body and Universal Reset */

* {
    margin: 0;
    padding: 0;
}

html {
    background: #fff;
}

body {
    background: #fff;
}

#container {}

#contentWrapper {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ebeced, #ebeced);
    background-size: 100% 200px;
    background-repeat: no-repeat;
}

.contentBGWrapper {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 400px;
    padding-top: 45px;
}

.contentBGWrapper .contentBGTop,
.contentBGWrapper .contentBGBottom {
    margin-left: -10px;
    margin-right: -10px;
}

.contentBGWrapper .contentBGTop {
    height: 60px;
    /*background: transparent url(/images/backgrounds/header-line-bg.gif) 0 0 repeat;*/
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.contentBGWrapper .contentBGTop:before,
.contentBGWrapper .contentBGTop:after {
    content: '';
    display: block;
    transform: skew(23deg);
}

.contentBGWrapper .contentBGTop:before {
    background-color: #f7f7f7;
    margin-top: 4px;
    margin-right: 2px;
    margin-left: -20px;

    -webkit-flex-grow: 20;
    flex-grow: 20;
}

.contentBGWrapper .contentBGTop:after {
    visibility: hidden;

    background-color: #ebeced;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: -20px;

    -webkit-flex-grow: 10;
    flex-grow: 10;
}

.contentBGWrapper .contentBGBottom {
    height: 360px;
    background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
}

.home_page .contentBGWrapper .contentBGTop:before,
.product_list .contentBGWrapper .contentBGTop:before,
body.default .contentBGWrapper .contentBGTop:before {
    -webkit-flex-grow: 14;
    flex-grow: 14;
}

.product_view .contentBGWrapper .contentBGTop:before {
    margin-right: -20px;
}

.product_view .contentBGWrapper .contentBGTop:after {
    display: none;
}

#footerWrapper {
    background-color: #21241c;
}

#popupWindowCaller {
    display: none;
}

.clear {
    clear: both;
    height: 0;
}

img {
    border: none;
}

::selection {
    background: #393e42;
    color: #FFF;
}

::-moz-selection {
    background: #393E42;
    color: #FFF;
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


/* Defaults */

.rounded {
    border-radius: 4px;
}

.transition {
    transition: all linear 0.2s;
}

#content ul.noContent li:before,
#content .noContent ul li:before,
#content .flexslider ul li:before {
    content: '';
    display: none;
}

#content ul.noContent li,
#content .noContent ul li,
#content .flexslider ul li {
    text-indent: 0;
    margin-left: 0;
}


/* Typography */

#copy h1 {
    padding-right: 60px;
}

.home_heading_2 {
    background: url(/images/backgrounds/header-line-bg.gif) 0 0 repeat-x;
    padding-top: 18px;
}


/* Header */

#headerWrapper,
#headerFill {
    height: 125px;
}

#headerFill {
    display: none;
}

#header {
    position: relative;
}

#header > .container_24 {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 75px;
    position: relative;
}

#header > .container_24::before,
#header > .container_24::after {
    display: none;
}

#header > .container_24 > div {
    position: static;
}

#header a.logo {
    display: block;
    margin: 0px;
    padding: 0px;
}

#header a.logo img {
    display: block;
    max-width: 100%;
    width: 470px;
    height: auto;
    object-fit: contain;
}

/*
.topBanner {
    float: right;
    margin-top: 10px;
}

.nav_right {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 42px;
}
*/

#header .header_buttons {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: -5px 0 0 -10px;
}

#header .header_buttons > * {
    margin: 5px 0 0 10px;
}

#header .button {
    border-radius: 50px;
    height: 30px;
    background: #008530 !important;
    color: #ffffff !important;
    line-height: 20px !important;
    padding: 5px 10px !important;
    border: 0 !important;
    transition: 0.2s ease all;
    text-shadow: none;
    box-sizing: border-box;
    box-shadow: none;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    text-transform: none;
}

#header .button:hover {
    opacity: 0.85;
    text-decoration: none;
}

#header .button.hollow {
    padding: 4px 14px !important;
    color: #008530 !important;
    background: rgba(0, 141, 51, 0) !important;
    border: 1px solid #008530 !important;
}

#header .button.hollow:hover {
    opacity: 1;
    background: rgba(0, 141, 51, 0.1) !important;
}

#header .social {
    display: inline-flex;
    list-style: none;
    font-size: 20px;
}

#header .social li + li {
    margin-left: 10px;
}

#header .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 1.5em;
    height: 1.5em;
    font-weight: 400;
    box-sizing: border-box;
    color: #ffffff;
    border-radius: 50%;
}

#header .social li a.facebook { background: #3f5da5; }
#header .social li a.twitter { background: #79c3f0; }
#header .social li a.instagram { background: #efd343; }
#header .social li a.rss { background: #79c3f0; }

#header .social li a img {
    display: none;
}

#header .social li a:hover {
    opacity: 0.85;
    text-decoration: none;
}

#headerMenu {
    background-color: #3f5da5;
    color: #ffffff;
    padding: 5px 0;
    height: 40px;
}

#headerMenu .search-fields {
    display: flex;
    margin: -5px 0 0 -5px;
}

#headerMenu .search-fields > * {
    margin: 5px 0 0 5px;
}

#headerMenu .search-fields label,
#headerMenu .search-fields input {
    width: 100%;
}

#headerMenu .search-fields input,
#headerMenu .search-fields select {
    background-color: #ffffff;
    padding: 5px 10px;
}

#headerMenu .search-fields input,
#headerMenu .search-fields select,
#headerMenu .search-fields button {
    border-radius: 0;
    border: 0;
    height: 40px;
    line-height: 20px;
    box-sizing: border-box;
}

#headerMenu .search-fields button {
    flex-shrink: 0;
    background-color: #FD8B16;
    color: #000000;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    padding: 5px 20px;
    transition: 0.2s ease all;
}

#headerMenu .search-fields button > span {
    display: none;
}

#headerMenu .search-fields button > .search-icon {
    margin-bottom: 2px;
}

/* GOOGLE SEARCH BOX */

/*
#header .search_trigger {
    height: 100%;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 32px;
    text-align: center;
}

#header .search_trigger .close_icon {
    display: none;
}

#header .search_trigger:hover {
    background-color: #2175a6;
}

.header_search_wrapper {
    position: absolute;
    z-index: 6;
    bottom: 4px;
    right: 50px;
    left: 10px;
    visibility: hidden;
    display: flex;
}
*/

#footerSearch.header_search_wrapper > .button {
    background: #FD8B16 !important;
    height: auto;
    padding: 10px 20px;
    color: #000000;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 0 !important;
    float: none;
    text-shadow: none;
    text-transform: none;
    transition: all 0.2s ease;
}

#footerSearch.header_search_wrapper > .button:hover {
    text-decoration: none;
    transform: translateY(-3px);
}

#footerSearch.header_search_wrapper > form {
    height: 34px;
    display: flex;
    flex-grow: 2;
    min-width: 290px;
}

#footerSearch.header_search_wrapper select,
#footerSearch.header_search_wrapper input[type="text"] {
    border: none !important;
    padding: 6px 15px;
    box-sizing: border-box;
    border-radius: 0;
}

#footerSearch.header_search_wrapper input[type="text"] {
    width: 100%;
}

#footerSearch.header_search_wrapper input[type="text"]:focus {
    border: none !important;
    box-shadow: none !important;
}

#footerSearch.header_search_wrapper select {
    width: 30%;
    flex-grow: 1;
}

#footerSearch.header_search_wrapper .googleSearchBtn {
    background: #ff7900;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: #ffffff;
    border: none;
    padding: 0 10px;
    flex-shrink: 0;
    margin-right: 10px;
}

#footerSearch.header_search_wrapper .googleSearchBtn:hover {
  background-color: #ee7100;
}

/*
#header.search_active #navigation {
    visibility: hidden;
}

#header.search_active .header_search_wrapper {
    visibility: visible;
}

#header.search_active .search_trigger .search_icon { display: none; }
#header.search_active .search_trigger .close_icon { display: inline-block; }
*/

#footerSearch {
    padding: 5px;
    position: sticky;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: 0.4s ease transform;
    box-sizing: border-box;
    width: 100%;
}

#footerSearch.active {
    transform: translateY(0%);
}

#footerSearch form {
    position: relative;
    padding: 5px;
}

#footerSearch input[type="text"] {
    height: 36px;
}


/* Main Navigation */

#mainNav {
    height: 42px;
}

#mainNav .home_icon {
    vertical-align: text-bottom;
}

#mainNav li {
    list-style: none;
    float: left;
    position: relative;
}

#mainNav > li {
    margin: 0 0 0 0px;
}

#mainNav > li.first {
    margin-left: 0;
}

#mainNav > li + li > a:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    opacity: 0.2;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}

#mainNav li a {
    padding: 11px 18px;
    color: #fff;
    display: block;
}

#mainNav > li > a {
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

#mainNav li:hover a,
#mainNav li.current > a {
    background: #2175a6;
    color: #fff;
    text-decoration: none;
}

#mainNav ul {
    position: absolute;
    top: -999px;
    background: #2886c0;
}

#mainNav ul:not(.mega_menu) {
    width: 160px; /* left offset of submenus need to match (see below) */
}

#mainNav ul li {
    width: 100%;
}

#mainNav li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul,
#mainNav li.sfHover ul {
    left: 0;
    top: 42px; /* match top ul list item height */
    z-index: 99;
}

#mainNav li:hover li ul,
#mainNav li.sfHover li ul {
    top: -999em;
}

#mainNav li li:hover ul,
#mainNav li li.sfHover ul {
    left: 160px; /* match ul width */
    top: 0;
}

#mainNav li li:hover li ul,
#mainNav li li.sfHover li ul {
    top: -999em;
}

#mainNav li li li:hover ul,
#mainNav li li li.sfHover ul {
    left: 160px; /* match ul width */
    top: 0;
}

#mainNav ul li a {
    /*margin : 1px 1px 0 0;*/
    padding: 5px 10px;
    background: url(/images/backgrounds/nav-bg.png) bottom center repeat-x;
}

#mainNav ul li a:hover {
    color: #9ce4ff;
    background: url(/images/backgrounds/nav-bg.png) bottom center repeat-x;
}

/* Mega Menu */
#mainNav > li.has_mega {
    position: static;
}

#mainNav .mega_menu {
    display: -webkit-flex;
    display: flex;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
}

#mainNav li:hover .mega_menu,
#mainNav li.sfHover .mega_menu {
    left: -10px;
}

#mainNav .mega_menu .left_col {
    background-color: #2175a6;
    border-right: 1px solid #4982a3;
    width: calc(100% * 1/4);
    padding: 20px 0;
    font-size: 14px;
}

#mainNav .mega_menu .left_col .cat {
    background: transparent;
    width: calc(100% + 1px);
    margin-right: -1px;
    margin-top: -1px;
    display: block;
    padding: 15px 20px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

#mainNav .mega_menu .left_col .cat:hover,
#mainNav .mega_menu .left_col .cat.current {
    color: #ffffff;
    background-color: #1c638c;
    border-top-color: #4982a3;
    border-bottom-color: #4982a3;
    border-right-color: #1c638c;
}

#mainNav .mega_menu .left_col span.cat + a.cat {
    margin-top: 10px;
}

#mainNav .mega_menu .left_col a.cat {
    padding: 5px 20px;
}

#mainNav .mega_menu .left_col a.cat:hover,
#mainNav .mega_menu .left_col a.cat.current {
    background-color: transparent;
    background-image: linear-gradient(to right, #1c638c 50%, transparent);
    border-right-color: #4982a3;
}

#mainNav .mega_menu .right_col {
    background-color: #1c638c;
    width: calc(100% * 3/4);
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
}

#mainNav .mega_menu .right_col .listing_group {
    float: left;
    width: 100%;
    margin-right: -100%;
    padding: 8px 30px;
    column-count: 3;
    column-width: 160px;
    column-gap: 30px;
    box-sizing: border-box;
    line-height: 1.2;
}

#mainNav .mega_menu .right_col .listing_group.current {
    visibility: visible;
}

#mainNav .mega_menu .right_col .listing_group,
#mainNav .mega_menu .right_col .listing_group.current ~ .current {
    visibility: hidden;
}

#mainNav .mega_menu .right_col .listing_group a {
    background: transparent;
    display: inline-block;
    width: 100%;
}

#mainNav .mega_menu .right_col .listing_group a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* Mobile Navigation */

#navigation {
    position: absolute;
    z-index: 5;
    bottom: 0px;
}

#navigation select {
    -webkit-appearance: none;
    margin-bottom: 4px;
    height: 34px !important;
    line-height: 20px;
    position: relative;
    width: 100% !important;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 4px;
    border: 1px solid #1b6b9b;
    background: #27aedf;
    background-image: linear-gradient(bottom, rgb(39, 174, 223) 0%, rgb(41, 139, 195) 100%);
}

#navigation select option {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}


/* Sidebar */

#sidebar {}

#featuredVideo iframe {
    width: 100% !important;
}


/* Content */

.contentHeader {

}

#content {
    padding-top: 10px;
    padding-bottom: 10px;
}

#copy {
    padding-top: 5px;
    position: relative;
}

#copy p,
#copy table,
#copy ul,
#copy ol {
    margin: 0 0 18px 0;
}

#copy ul,
#copy ol {
    margin-left: 18px;
}


/* Home */

#homePage #headerWrapper,
#homePage #headerFill {
    height: 75px;
}

#homePage #headerMenu {
    display: none;
}

#homePage #content,
#homePage #copy {
    padding: 0;
}

#homePage #copy h1 {
    display: none;
}

#content ul#homeNav {
    margin: 0 0 15px;
    padding: 7px;
    background: url(/images/backgrounds/header-line-bg.gif) 0 0 repeat;
}

#content #homeNav li {
    margin: 0;
    padding: 1px 0;
    text-align: center;
    text-indent: 0;
    margin-left: 0 !important;
}

#content #homeNav li:before {
    content: '' !important;
}

#homeNav a {
    display: block;
    background: #EEEEEE;
    background-image: linear-gradient(bottom, rgb(41, 139, 195) 0%, rgb(39, 174, 223) 100%);
    padding: 7px 15px;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

#homeNav a:active,
#homeNav a:focus,
#homeNav a:hover {
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline: none !important;
}

#homeNav li:first-child a {}

#homeNav li:last-child a {}

#featuredProducts {
    padding-bottom: 15px;
}

#featuredProducts .smallBanner {
    float: right;
    margin-left: 15px;
    margin-bottom: 0px;
}

#featuredProducts span {}

#newsLetter {
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;

    background-color: #bad7e8;
    background-image: url(/images/backgrounds/envelope.png);
    background-size: 120px 90px;
    background-position: right -8% top -10%;
    background-repeat: no-repeat;
}

#sidebar #newsLetter h2 {
    padding: 0;
}

#sidebar #newsLetter p {
    margin-bottom: 20px;
    font-size: 14px;
}

#newsLetter .newsInput {
    width: 244px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    float: left;
    padding-left: 12px;
    color: #666666;
}

#sidebar #newsLetter form {
    display: -webkit-flex;
    display: flex;
    height: 38px;
}

#sidebar #newsLetter .newsInput {
    width: 0;
    border: 1px solid #526aaf;
    padding-right: 55px;
    font-size: 14px;

    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-grow: 1;
    flex-shrink: 1;
}

#sidebar #newsLetter .submitButton {
    width: 55px;
    height: 100%;
    margin-left: -55px;
    font-size: 14px;

    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#newsLetter .newsInput:focus {
    color: #333;
}

.largeBanner {
    border: 1px solid #e3e3e3;
    background: url(/images/backgrounds/large-banner-bg.png) 0 0 repeat-x;
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 25px;
    text-align: center;
}

.category-listing-wrapper {
    margin: 0 -15px;
}

.category-listing-wrapper .category {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

#content .browseCategory {
    margin: 0px 0 20px;
}

#content .browseCategory ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    grid-gap: 20px;
}

#sidebar .browseCategory ul {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#content .browseCategory li + li {
    margin-top: 2px;
}

#content .browseCategory li {
    display: block;
    text-indent: 0px;
    padding: 0px;
    margin: 0;
    margin-top: 1px;
    background: #ebeced;
}

#content .browseCategory li:before {
    content: none;
}

#content .browseCategory li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #ffffff;
    position: relative;
}

#sidebar .browseCategory li a {
    font-size: 14px;
    color: #000000;
}

@media screen and (max-width: 1023px) {
    #content .browseCategory ul {
        grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    }

    #content .browseCategory li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    #content .browseCategory ul {
        grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
    }
}

#content .browseCategory li a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10%;
    transition: all 0.2s ease;
}

#sidebar .browseCategory li a span {
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    text-align: left;
    justify-content: flex-start;
    transform-origin: 0 50%;
    font-weight: 300;
}

#copy .browseCategory:not(.thumbs) li a::before {
    flex: 0 0 120%;
    content: '';
    width: 120%;
    padding-top: 75%;
    margin-right: -120%;
    pointer-events: none;
    transition: all 0.2s ease;
}

#sidebar .browseCategory:not(.thumbs) li a::before {
    position: absolute;
    top: 0;
    left: 0;
}

#sidebar .browseCategory:not(.thumbs) li a:hover {
    background-color: #3f5da5;
    color: #ffffff;
}

#sidebar .browseCategory:not(.thumbs) li a span {
    transition-property: transform;
}

#content .browseCategory:not(.thumbs) li a:hover {
    text-decoration: none;
}

#copy .browseCategory:not(.thumbs) li a:hover::before {
    opacity: 0.8;
}

#copy .browseCategory:not(.thumbs) li a:hover span {
    transform: scale(1.05);
}

#content .browseCategory li a {
    color: #000000;
}

#copy .browseCategory li:nth-child(5n+1) a,
#copy .browseCategory li:nth-child(5n+5) a {
    color: #ffffff;
    background-color: #3f5da5;
}

#copy .browseCategory li:nth-child(5n+1) a::before {
    background-color: #3f5da5;
}

#copy .browseCategory li:nth-child(5n+2) a::before {
    background-color: #79c3f0;
}

#copy .browseCategory li:nth-child(5n+3) a::before {
    background-color: #efd343;
}

#copy .browseCategory li:nth-child(5n+4) a::before {
    background-color: #FD8B16;
}

#copy .browseCategory li:nth-child(5n+5) a::before {
    background-color: #008530;
}

#content .browseCategory.thumbs {
    margin-bottom: 0;
}

#content .browseCategory.thumbs ul {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
}

#content .browseCategory.thumbs li {
    margin: 0px 10px 20px;
    width: calc(100%/4 - 20px);
}

#content .browseCategory.thumbs li a {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: auto;
    background: #21241c;
}

#content .browseCategory.thumbs li a:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 80%;
}

#content .browseCategory.thumbs li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #ebeced;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    transform: scale(1);
    opacity: 1;
    transition: all 0.4s ease;
}

#content .browseCategory.thumbs li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    padding: 50px 20px 20px;
    box-sizing: border-box;
    color: #ffffff;
    margin: 0;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.05) 10%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
}

#content .browseCategory.thumbs li a:hover .bg {
    transform: scale(1.05);
    opacity: 0.9;
}

.jcarousel-container-horizontal {
    border: 1px solid #e3e3e3;
    background: url(/images/backgrounds/rotating-banner-bg.png) 0 0 repeat-x;
    border-radius: 4px;
    width: 596px;
    padding: 12px 28px;
    margin-bottom: 20px;
}

#tabs1.homeTabs > ul,
#tabs2.homeTabs > ul {
    display: none;
}

.homeBlogImages {
    width: 40%;
    float: left;
    margin: 0 10px 5px 0;
}

.home_section .section_title {
  padding: 20px 0;
  color: #ffffff;
  background-color: #3f5da5;
  margin-bottom: 20px;
}

.home_section .section_title h2 {
  margin-bottom: 0;
  color: inherit;
}

.home_section.green .section_title {
  background-color: #008530;
}

.home_section.green .salesBannerOriginal h3 {
  color: #008530;
}

.home_section.yellow .section_title {
  background-color: #efd343;
  color: #000000;
}

.home_section.yellow .salesBannerOriginal h3 {
  color: #000000;
}

/*
#salesBanner {
    background: url(/images/backgrounds/header-line-bg.gif) top left repeat-x;
    padding-top: 20px;
    margin-bottom: 5px;
}

#salesBanner hr {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #eee;
    border-top: 1px dotted #eee;
}

#categoriesPage #salesBanner {
    background: none;
}

#salesBanner h3 a {
    text-decoration: none !important;
}

#salesBanner div ul {
    margin: 0px;
}

#salesBanner .bannerTextLinks {
    display: block;
}

#salesBanner .flex-direction-nav {
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
    text-align: center;
    display: block;
}

#salesBanner .flex-direction-nav li {
    display: inline-block;
    vertical-align: top;
}

#salesBanner .flex-direction-nav a {
    display: block;
    width: 56px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #f0f0f0;
    border-radius: 0 0 5px 5px;
    text-decoration: none !important;
    color: #333333;
    margin: 0 5px;
}

#salesBanner .flex-direction-nav a.flex-disabled {
    opacity: 0.3;
}
*/

div.salesBannerOriginal {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

div.salesBannerOriginal .featuredHomeProducts {
    border-bottom: 0;
    padding: 20px;
}

div.salesBannerOriginal .featuredHomeProducts .banner_image {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    background-color: rgba(0,0,0,0.05);
}

div.salesBannerOriginal .featuredHomeProducts .banner_image:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(100% * (200 / 330));
}

div.salesBannerOriginal .featuredHomeProducts .banner_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.salesBannerOriginal .featuredHomeProducts h3 {
  font-weight: 400;
}

div.salesBannerOriginal .featuredHomeProducts h3 a {
  color: inherit;
}

div.salesBannerOriginal .featuredHomeProducts .summaryText p:last-child {
    margin-bottom: 0 !important;
}

div.salesBannerOriginal .featuredHomeProducts .summaryText p a {
    text-decoration: underline;
}

#content .flexslider ul {
    margin: 0;
}

#content .flexslider ul li {
    text-indent: 0;
    margin-left: 0;
    padding: 0px;
}

#content .flexslider ul li a {
    text-decoration: underline;
}

#content .flexslider ul li a:hover {
    text-decoration: none;
}

.featuredHomeProducts:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.featuredHomeProducts .smallBanner {
    float: left;
    margin-right: 0px;
    width: 100%;
    box-sizing: border-box;
    background: url(/images/backgrounds/large-banner-bg.png?cache=3) 0 0 repeat-x;
}

.featuredHomeProducts .smallBanner,
.featuredHomeProducts .text_content  {
    margin-bottom: 20px;
}

h2.featuredListings {
    background: url(/images/backgrounds/header-line-bg.gif) bottom left repeat-x;
    padding: 10px 0 15px;
    margin-bottom: 15px;
}

.controlsHome {
    display: block;
    margin-bottom: 20px;
    float: left;
}

#copy .flex-control-nav {
    list-style: none;
    margin: 0px;
    float: left;
}

#copy .flex-control-nav li {
    padding: 0px;
    margin: 0 10px 0 0;
    float: left;
}

.flex-control-nav li a {
    background: #526AAF;
    color: #fff;
    display: block;
    float: left;
    line-height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 13px;
    text-indent: -9999px;
    border: 1px solid #fff;
}

.flex-control-nav li a:hover,
.flex-control-nav li .flex-active {
    text-decoration: none;
    background: #5E6063;
    cursor: pointer;
}

.homepageContent {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 22px;
    color: #3f5da6;
}

.homepageContent > *:last-child {
    margin-bottom: 0 !important;
}

.home_bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* HOME BANNER */

.home_above_banner,
.home_under_banner {
    background-color: #ffffff;
    padding: 30px;
}
.home_above_banner { margin-bottom: 40px; }
.home_under_banner { margin-top: 40px; }

#copy .home_above_banner > *:last-child,
#copy .home_under_banner > *:last-child {
    margin-bottom: 0;
}

.homebanner_outer {
    background-color: #79c3f0;
    padding: 40px 0;
}

.homebanner_grid {
    display: grid;
    gap: 40px;
    margin: 40px 0;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
}

.homebanner_block {
    position: relative;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    background-color: #3f5da5;
    color: #ffffff;
}

.homebanner_block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.homebanner_block a {
    color: inherit;
}

.homebanner_block .flexslider,
.homebanner_block .flexslider .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homebanner_block .flexslider .slide,
.homebanner_block .flexslider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homebanner_block ul.slides li + li { display: none; }
.homebanner_block .flex-viewport ul.slides li + li { display: block; }


.homebanner_search {
    grid-column-end: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3f5da5;
    color: #ffffff;
    border-radius: 5px;
    padding: 25px 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .homebanner_search {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .homebanner_search {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.homebanner_search h2 {
    color: inherit;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -5px;
}

.homebanner_search form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homebanner_search form > *:not(:last-child) {
    margin-bottom: 10px;
}

.homebanner_search form label {
    display: block;
    width: 100%;
}

.homebanner_search form input,
.homebanner_search form select,
.homebanner_search form button {
    width: 100%;
    border-radius: 5px;
    border: 0;
    height: 30px;
    line-height: 20px;
    padding: 5px 20px;
    box-sizing: border-box;
}

.homebanner_search form input,
.homebanner_search form select {
    background-color: #ffffff;
}

form.search-fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 20px !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px 5px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='5'><polygon points='0,0 8,0 4,5' style='fill:%23666666;' /></svg>");
}

.homebanner_search form button {
    height: auto;
    max-width: 280px;
    padding: 10px 20px;
    background-color: #FD8B16;
    color: #000000;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

.homebanner_search form button .search-icon {
    display: none;
}

/*
#homeBanner {
    position: relative;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

#homeBanner .flex-control-paging {
    position: absolute;
    left: 20px;
    bottom: 15px;
}

#homeBanner .slides li:before {
    content: none !important;
}

#homeBanner.flexslider ul li.flex-active-slide {}

#homeBanner.flexslider ul li,
#headerBanner.flexslider ul li,
#footerBanner.flexslider ul li {
    list-style: none;
}

#homeBanner.flexslider ul li + li,
#headerBanner.flexslider ul li + li,
#footerBanner.flexslider ul li + li {
    display: none;
}

#homeBanner.flexslider ul li a {
    vertical-align: middle;
    line-height: 0;
    display: block;
}

#homeBanner.flexslider ul li a img {
    width: 100%;
}

#headerBanner.flexslider ul li {
    height: 60px;
    line-height: 58px;
    overflow: hidden;
    text-align: right;
}

#headerBanner.flexslider ul li a {
    vertical-align: middle;
    line-height: 0;
    display: inline-block;
}

#footerBanner.flexslider ul li {
    height: 120px;
    overflow: hidden;
    text-align: right;
}
*/


/* Category List Styles */

#categoryList .jcarousel-container-horizontal {
    width: 679px;
}

#content #categoryList #rotatingBanner li {
    margin: 0 38px 0 0;
}

#content #categoryList .jcarousel-clip-horizontal {
    width: 679px;
}

/* Carousel Styles */

.jcarousel-clip-horizontal {
    width: 596px;
    overflow: hidden;
    height: 170px;
}

#content #rotatingBanner li {
    text-indent: 0px;
    margin: 0 12px 0 0;
    padding: 0px;
}

#content #rotatingBanner li:before {
    content: none;
}

.jcarousel-prev,
.jcarousel-next {
    width: 17px;
    height: 52px;
    display: block;
    position: absolute;
    top: 70px;
}

.jcarousel-prev:hover,
.jcarousel-next:hover {
    cursor: pointer;
    background-position: 0 0;
}

.jcarousel-prev {
    background: url(/images/buttons/left.png) 0 -52px no-repeat;
    left: 5px;
}

.jcarousel-next {
    background: url(/images/buttons/right.png) 0 -52px no-repeat;
    right: 5px;
}

.homeNews h2 {
    background: url(/images/backgrounds/header-line-bg.gif) bottom left repeat-x;
    padding: 10px 0 15px;
    margin-bottom: 15px;
}

.homeNews > div {
    /*background:url(/images/backgrounds/small-line.gif) bottom left repeat-x;*/
    margin-bottom: 15px;
}

.homeNews .second {
    /*background:none;*/
}

.homeNews > div p {
    margin-bottom: 15px !important;
}

.homeNews .homeBlogImages {
    width: 100px;
}


/* Product List */

.productList {
    background: url(/images/backgrounds/header-line-bg.gif) bottom left repeat-x;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.productList p {
    margin-bottom: 8px !important;
}

.productList .productListImage {
    border: 1px solid #e3e3e3;
    background: url(/images/backgrounds/large-banner-bg.png?cache=3) 0 0 repeat-x;
    border-radius: 4px;
    padding: 7px;
    margin: 0 0 10px 0;
    float: left;
}

.productList .productListImage img {
  max-width: 280px;
}

#categoryPage .productList p,
#categoryPage .productList h3,
.productList h3,
.productList h4,
#content .productList p {
    margin-left: 316px;
}

.viewMoreLink {
    background: #405ba8;
    border: none;
    padding: 8px 15px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 20px;
}

.viewMoreLink:hover {
    color: #ffffff;
    background: #374e8f;
}


/* Product View */

.product_view #copy h1 {
    padding-right: 0;
}

.product_view_columns {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.product_view_columns > div {
    padding-left: 10px;
    padding-right: 10px;
}

.productImages > div {
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.PremiumImageStroke img {
    width: 100%;
    height: auto !important;
}

.productImages .main_thumbnail {
  position: relative;
}

.productImages .button {
  border-radius: 0;
  padding: 8px 15px !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none;
  text-shadow: none;
  transition: all 0.2s ease;
  margin-bottom: 10px;
}

.productImages .button:hover {
    text-decoration: none;
    background-color: #314881 !important;
}

.productImages .button i {
    line-height: 1;
}

#productDetails {
    background: url(/images/backgrounds/header-line-bg.gif) 0 0 repeat;
    margin: 0px 0 20px;
    padding: 5px;
}

@supports (position: sticky) or (position: -webkit-sticky) {
    @media only screen and (min-width: 768px) {
        /* Sticky Contact form */
        #productDetails.sticky {
            position: sticky;
            position: -webkit-sticky;
            z-index: 1;
            top: 10px;
            background-color: #ffffff;
        }
    }
}

#productDetails .form_content_wrapper {
    background: #fff;
    padding: 10px 20px;
}

#productDetails h3 {
    font-weight: bold;
}

#productDetails .form_label {
    width: auto;
    font-weight: bold;
}

#productDetails .form_required i {
    margin-left: 0.5em;
    font-size: 10px;
}

#productDetails .form_field {
    width: 100%;
    margin: 0;
    clear: left;
}

#productDetails .imageVerification {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

#productDetails .imageVerification .captcha_image {
    flex-shrink: 0;
    margin-right: -5px;
    margin-left: 8px;
}

#productDetails .imageVerification .fancy-form-input {
    margin: 0;
    margin-right: 5px;
}

#productDetails .imageVerification input {
    flex-shrink: 1;
    flex-grow: 0;
    padding: 10px 5px;
    height: 40px;
    box-sizing: border-box;
}

#productDetails .additional-question {
    position: relative;
}

#productDetails .additional-question .button {
    float: none;
    margin: 0 auto;
}

#productDetails .contact-buttons {
    display: inline-block;
    vertical-align: middle;
}

#productDetails .websiteLink {
    border: none;
    padding: 8px 15px;
    margin: 0;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#productDetails .websiteLink:hover {
    text-decoration: none;
}

#productDetails .contactButton {
    background: #405ba8;
}

#productDetails .visitButton {
    background: #26aee1;
}

#productDetails .favLink {
    background: url(/images/backgrounds/fav-bg.gif) right 0px no-repeat;
    padding-right: 20px;
}

#productDetails .socialLinks {
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

#productDetails .socialLinks .clear {
    width: 100%;
}

#productDetails .socialLinks .visitButton,
#productDetails .socialLinks .socialLink {
    vertical-align: middle;
    display: inline-block;
    margin: 0 2px;
}

#productDetails .socialLinks .socialLink {
    text-decoration: none;
    color: #ff00ff;
    padding: 5px;
    height: 18px;
}

#productDetails .socialLinks .socialLink svg {
    fill: currentColor;
    width: 18px;
    height: 18px;
}

#productDetails .socialLinks .socialLink svg path {
    fill: inherit;
}

#productDetails .socialLinks .twitter {
    color: #00aced;
}

#productDetails .socialLinks .facebook {
    color: #3b5998;
}

#productDetails .socialLinks .instagram {
    color: #c62da2;
}

#productDetails .listingInfoGroup {
    display: inline-block;
    vertical-align: middle;
}

#productDetails .listingInfo {
    margin: 4px 5px;
    display: inline-block;
    vertical-align: top;
}

#productDetails .listingInfo .label {
    font-weight: bold;
}

#productDetails .listingInfo > * {
    display: block;
    font-size: 14px;
    color: inherit;
}

#productDetails .exportReady {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#productDetails hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mobile_enquiry_cta {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-top: 1px solid #eeeeee;
    opacity: 1;
    transition: opacity 0.2s ease;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.mobile_enquiry_cta.inactive {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
    .mobile_enquiry_cta.visible_phone {
        display: flex !important;
    }
}

.mobile_enquiry_cta .label {
  width: 100%;
  margin-bottom: 5px !important;
  font-size: 16px;
}

.mobile_enquiry_cta .button {
    margin: 0 auto;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 5px !important;
    background-image: none !important;
    font-size: 14px;
    flex: 1 1 0;
}

.mobile_enquiry_cta .button + .button {
    margin-left: 5px;
}

.mobile_enquiry_cta.disabled {
    opacity: 0;
    pointer-events: none;
}

.twitter-follow-button {
    margin-top: 15px;
}

.backList {
    position: absolute;
    top: 10px;
    left: 660px;
    text-transform: uppercase;
    font-size: 11px;
}

/* START jQuery.Rating Plugin CSS */

div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.star-rating,
div.star-rating a {
    background: url(/images/backgrounds/star.gif) no-repeat 0 0px
}

div.rating-cancel a,
div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}

div.star-rating-on a {
    background-position: 0 -16px !important
}

div.star-rating-hover a {
    background-position: 0 -32px
}


/* Read Only CSS */

div.star-rating-readonly a {
    cursor: default !important
}


/* Partial Star CSS */

div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

/* END jQuery.Rating Plugin CSS */


.ratingTable {
    margin: 10px !important;
    padding: 10px 0 !important;
}


/* Tabs */

#tabs,
#tabs1,
#tabs2 {
    background: url(/images/backgrounds/rotating-banner-bg.png?cache=3) 0 0 repeat-x;
    border-color: #e3e3e3;
    margin-bottom: 15px;
}

#content #tabs > ul {
    padding: 10px 0 0;
    margin: 0px;
    border-bottom: #e3e3e3 1px solid;
}

#content #tabs > ul > li {
    padding: 0px;
    text-indent: 0px;
    margin: 0px 0 0 10px;
}

#content #tabs > ul > li:before {
    content: none;
}

#content .listings {
    margin: 0px 0 0 10px;
}

#content .listings li:before {
    content: "- ";
    color: #586DB0;
}

#content .listings li {
    padding: 0px;
}

#tabs h4 {
    color: #5b5b5b;
    margin-bottom: 10px;
}

#tabs .ui-state-default {
    border-color: #e3e3e3;
    background: #405ba8;
    border-bottom: 1px solid #e3e3e3 !important;
}

#tabs .ui-tabs-selected,
#tabs .ui-state-active {
    background: url(/images/backgrounds/rotating-banner-bg.png) 0 0 repeat-x;
    border-bottom: 1px solid #f5f7f4 !important;
}

#tabs .ui-state-default a {
    color: #fff;
}

#tabs .ui-tabs-selected a,
#tabs .ui-state-default a:hover,
#tabs .ui-state-active a {
    color: #5b5b5b;
}

#tabs .ui-state-default a:hover {
    color: #fff;
    text-decoration: underline;
}

#tabs .ui-tabs-selected a:hover {
    color: #5b5b5b;
    text-decoration: none;
}

#tabs .ui-widget-content a {
    color: #586DB0;
}

#tabs .ui-widget-content hr {}


/* Reviews */

.sidebarReview p {
    margin-bottom: 15px;
}

.sidebarReview a {
    text-decoration: underline;
}

.sidebarReview a:hover {
    text-decoration: none;
}

.sidebarReview span {
    font-weight: bold;
    color: #5d5d5d;
}

.sidebarReview .link {
    color: #294077;
}


/* Blog */

.displaying {
    text-align: right;
    float: right;
    margin-right: 15px !important;
    color: #999;
    margin-bottom: 10px;
}

.nextprevnav {
    text-align: center;
    margin: 18px 0 0 0;
    float: right;
}

.nextprevnav span,
.nextprevnav a {
    border: 1px solid #586DB0;
    padding: 3px 5px;
}

.nextprevdisabled,
.nextprevcurrentpage {
    border-color: #CCC !important;
    color: #ccc !important;
}

.blogListingThumb {
    float: left;
}

.blogListingYoutubeThumb {
    width: 250px;
    position: relative;
}

.videoPlay {
    background: url(/images/backgrounds/youtube-icon.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
}

.blogListingYoutubeThumb img {
    width: 100%;
}

.blogListingContainerWImage {
    margin-left: 150px;
    min-height: 128px;
}

.blogListingContainerWYoutubeImage {
    margin-left: 265px;
    min-height: 128px;
}

#content .blogListingContainer p {
    margin: 0 0 10px 0;
}

.blogDate {
    color: #ccc;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    text-transform: uppercase;
    font-size: 11px;
}

.blogDate a,
.blogDate span {
    /*color:#999 !important;*/
}

.blogAddThisTop {
    float: right;
}

.blogAddThisTop {
    display: none;
    width: 130px;
    position: absolute;
    top: 62px;
    right: 0;
}

@media only screen and (min-width: 768px) {
    .article_grid {
        display: grid;
        column-gap: 20px;
        grid-template-columns: 3fr 1fr;
        grid-auto-flow: dense;
    }

    .article_grid .article_content,
    .article_grid .article_footer {
        grid-column: 1;
    }

    .article_grid .article_sidebar {
        grid-column: 2;
        grid-row: 1 / span 10;
    }
}


/* Footer */

#footerCategoriesWrapper {
  background-color: #1c638d;
  color: #ffffff;
  padding: 30px 0 40px;
}

#footerCategoriesWrapper h2 {
  color: inherit;
  margin-bottom: 30px;
}

#footerCategoriesWrapper ul {
  list-style: none;
  column-count: 4;
  column-gap: 50px;
  column-width: 200px;
}

#footerCategoriesWrapper ul li {
  display: inline-block;
  width: 100%;
}

#footerCategoriesWrapper ul li a {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
}

#footerTagWrapper {
    position: relative;
}

#footerTag {
    font-family: 'Roboto Slab', serif;
    color: #294077;
    font-size: 16px;
    padding: 20px 0 40px;
    text-align: center;
}

#footerTag span {
    color: #21241c;
    font-size: 18px;
    line-height: 24px;
}

#footerTag img {}

#footer {
    clear: both;
    padding-top: 30px;
    padding-bottom: 25px;
}

#footer > div {
    background: url(/images/backgrounds/logo-footer.png) bottom right no-repeat;
}

#footer .h4 {
    font-size: 18px;
    color: #b2bbda;
}

#footer .h4 span {
    color: #fff;
}

.footerNav {
    margin-bottom: 10px;
}

#footer ul {
    margin: 15px 0 0;
}

#footer li {
    list-style: none;
    margin: 0 12px 0 0;
}

#footer li a {
    color: #DDDDDD;
}

#footer li a:hover {
    color: #fff;
    text-decoration: none;
}

#footerDetailsWrapper {
    background: #11120E;
}

#footerDetails {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #11120E;
}

#footerDetails,
#footerDetails a {
    color: #7C7C7C;
}

#footerDetails .right {
    text-align: right;
}

#footerDetails a:hover {
    color: #bdbdbd;
    text-decoration: none;
}

#footerDetails a span {
    color: #bdbdbd;
}

#footerDetails p {
    text-align: center;
    margin: 10px 0;
}

.byLine {
    white-space: nowrap;
}

.byLine span {
    position: relative;
    display: inline-block;
    top: -6px;
    margin: 0 3px 0;
}


/* Sitemap */

#content ul.sitemap {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#content ul.sitemap li {
    padding: 0px;
}

ul.sitemap li a {
    padding: 5px 0px 3px;
    display: block;
}

ul.sitemap a:hover {
    color: #000;
    text-decoration: none;
}

ul.sitemap li.sitemapHeading > a {
    font-size: 16px;
    padding: 10px 5px;
    margin: 0px 0px 0px;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    display: block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background: #eee;
    border-bottom: 1px solid #aaa;
}

.byLine {
    white-space: nowrap;
}

.byLine span {
    position: relative;
    display: inline-block;
    top: -5px;
    margin: 0 3px 0;
}

#footerBanner {
    margin-top: 5px;
}

/* Breadcrumbs */

#breadcrumbs {
    float: left;
}

#content #breadcrumbs ul {
    list-style: none;
    margin: 0px 0px 15px;
    padding: 7px 10px 7px 0;
    display: block;
    position: relative;
    float: left;
    font-size: 10px;
}

#content #breadcrumbs ul li {
    display: inline;
    padding: 0px 7px 0 0;
    color: #79c3f0;
}

#content #breadcrumbs ul li a {
    margin: 0px 2px 0 0;
    color: #999999;
    text-decoration: none;
    border-bottom: 1px solid #999999;
}

#content #breadcrumbs ul li a:hover {
    text-decoration: none;
    border-bottom: none;
}

#content span.breadcrumbDivider {
    position: absolute;
    color: #999999;
    text-shadow: -1px 0px 0px #ccc;
    font-weight: normal;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
    border-bottom: none;
}

/* Login Search */

#loginSearch {
    float: right;
    font-size: 10px;
}

#account {
    color: #79c3f0;
    padding-top: 7px;
    float: right;
}

#account a {
    color: #999999;
    text-decoration: none;
    border-bottom: 1px solid #999999;
}

#account a:hover {
    border-bottom: none;
}

#cse-search-results {
    background: #fff;
}

#cse-search-results iframe {
    width: 734px;
}


/* Category Search */

#categorySearch {
    margin-bottom: 25px;
}

#categorySearch select {
    border: 1px solid #999999;
    padding: 5px;
    width: 170px;
    float: left;
}

#homePage #categorySearch select {
    width: 265px;
}

.homeSidebar h2 {
    padding: 10px 0 0px;
    margin-bottom: 15px;
}

#content .homeSidebar .browseCategory ul,
#content .homeSidebar .browseCategory li {
    width: 100%;
}


/* Side Banner Banners */

.smallBanner {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 6px;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}


/* Online Enquiry Form */

.required_fields_heading {
    font-size: 11px;
}

.form_required i,
.required_fields_heading i {
    color: #ff0000;
}

.form_label,
.form_required,
.form_field {
    margin: 6px 0;
}

.form_label {
    width: 20%;
    padding: 7px 0 0 0;
}

.form_required {
    width: 5%;
    padding: 5px 0 0 0;
}

.form_field {
    width: 75%;
}

input,
textarea,
select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}

.requiredFields {
    text-align: right !important;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="password"],
textarea {
    width: 96%;
    border-radius: 3px;
    padding: 6px;
    border: 1px solid #BABABA;
    box-shadow: rgba(255, 255, 255, 0) 0 0 4px;
    transition: box-shadow linear 0.2s, border linear 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #79C3F0 !important;
    box-shadow: #79C3F0 0 0 4px !important;
}

#content .errorInput {
    background: url(/images/icons/error.gif) no-repeat right 3px #fff;
    box-shadow: #E59595 0 0 4px;
    border: 1px solid #CC0000;
}

.imageVerification * {
    vertical-align: middle;
    margin: 0 5px 0 0;
    text-decoration: none !important;
}

.imageVerification input {
    width: 25%;
}

.errorText {
    color: #CC0000;
}

input.hintText {
    color: #666666;
}

table.invisibleTable tr:hover .mceLayout td {
    border-top: 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin: 10px 0 5px !important;
}

#tabs .onlineEnquiryTable {
    margin: 10px 0 0 !important;
}


/* Buttons */

.button {
    padding: 6px 24px !important;
    background: url(/images/buttons/button.png) #3F5DA6 top center repeat-x !important;
    display: block;
    font-size: 12px;
    line-height: normal !important;
    text-transform: uppercase;
    border-radius: 20px;
    color: #fff !important;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #7493e1 !important;
    border-bottom: 1px solid #293a61 !important;
    border-right: 1px solid #293a61 !important;
    float: right;
}

#news-viewPage .button {
    float: left;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
    background-position: center center !important;
}

input[type="submit"]:active,
button:active,
.button:active {
    background-position: bottom center !important;
}

.submitButton {
    /*background:url(/images/backgrounds/category-button.png) 0 0 no-repeat;*/
    background-color: #526aaf;
    border-radius: 20px;
    color: #fff;
    border: none;
    width: 42px;
    height: 29px;
    float: right;
}

.button.category_button {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    box-sizing: border-box;
    padding: 15px 30px !important;
    background-image: none !important;
    border-radius: 0;
}

.button.category_button.no_margin_top {
    margin-top: 0;
}


/* Error / Info / Caution Boxes */

.error_box,
.info_box {
    margin: 0 0 15px 0;
    padding: 15px;
    border-width: 3px;
    border-style: solid;
    color: #555555;
}

#copy .error_box > *:last-child,
#copy .info_box > *:last-child {
    margin-bottom: 0;
}

.error_box {
    border-color: #C30000;
    background-color: #FFF2ED;
    color: #C30000;
}

.info_box {
    border-color: #D5F296;
    background-color: #F2FCDC;
}

#content .error_box ul {
    margin-bottom: 0;
}

.info_box i {
    margin: 0 8px 0 0;
}


/* Message Boxes */

.msg_box {
    position: relative;
    margin: 20px 0;
    padding: 10px 10px 10px 45px;
    width: 640px;
    width: 94.2%;
    border-width: 2px;
    border-style: solid;
    /* border-radius: 5px; */
    color: #555555;
}

.msg_box.info {
    background: #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
    border-color: #C5E4ED;
}

.msg_box.success {
    background: #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
    border-color: #D5F296;
}

.msg_box.caution {
    background: #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
    border-color: #F5F0AE;
}

.msg_box.error {
    background: #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
    border-color: #F5C2AE;
}

.msg_box a.close {
    position: absolute;
    top: 3px;
    right: 0px;
    padding: 5px 10px;
}


/* Icons */

.small-icon {
    font-size: 14px;
}

.medium-icon {
    font-size: 22px;
    vertical-align: middle;
}

.large-icon {
    font-size: 35px;
    vertical-align: middle;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
    width: 100%;
}

.mini_editor {}

.ideaRating {
    padding-top: 0px;
    display: none;
}

/*
.ideaRating span {
    display:block;
}
*/

.ideaRating i.iconWidth,
.ideaRating .halfstar {
    width: 16px !important;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    color: #f8aa1a;
    position: relative;
    float: left;
}

.fancy-form-input label.fancy-label {
    color: #E3E3E3;
}

.fancy-form-input {
    margin-bottom: 10px;
}

.fancy-form-input input[type="text"] {
    height: 43px;
    font-size: 13px;
    border-radius: 0;
}

.button-sticky {
    top: -20px;
    text-align: center;
    transition: opacity 0.4s ease-out;
}

.contact-sticky {
    box-sizing: border-box;
    display: inline-block;
    opacity: 0;
    width: 100%;
    z-index: 5;
    transition: all 0.75s ease;
    background: #fff url(images/backgrounds/nav-bg.png?cache=4) bottom center repeat-x;
    pointer-events: none;
    top: -100%;
    /*position: fixed;*/
}

.contact-sticky.is_stuck {
    box-shadow: 0 2px 2px #777;
    pointer-events: all;
}

.homeStickyContainer {
    line-height: 0px;
    height: 1px; /* apparently the height can't be 0. */
    margin-bottom: -1px;
}

.is-sticky .button-sticky,
.button-sticky.is_stuck,
.homeStickyContainer .contact-sticky.is_stuck {
    /*display: block;*/
    height: auto;
    font-size: 16px;
    left: 0;
    opacity: 1;
    padding: 6px 15px;
    width: 100% !important;
    z-index: 150;
    border-width: 1px;
    background: #fff url(images/backgrounds/nav-bg.png?cache=4) bottom center repeat-x;
    box-sizing: border-box;
    z-index: 5;
}

.homeStickyContainer .contact-sticky {
    height: 0px;
    padding: 0px;
    border-width: 0px;
    width: 100%;
    z-index: -1;
}

.homeStickyContainer .head_search {
    display: -webkit-flex;
    display: flex;
}

.homeStickyContainer .hintText {
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    float: left;
    padding-left: 12px;
    color: #4a4a4a;
    width: 0;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.homeStickyContainer .googleSearchBtn {
    background: url(/images/backgrounds/search-icon.png) 12px center no-repeat #5e6063;
    border: none;
    text-indent: -5000px;
    width: 42px;
    height: 29px;
    float: right;
    border-radius: 20px;
    margin-left: 10px;
}

.homeStickyContainer h3 {
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 0px;
}
