@import url('https://fonts.googleapis.com/css?family=Spectral+SC');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* -- Defined classes and HTML Tags used in editor  --  */

.title,
h1 {
    font-family: 'Spectral SC', serif;
    color: #003839;
    line-height: 1em;
}

.heading,
h2 {
    font-family: 'Spectral SC', serif;
    line-height: 1.5em;
    color: #38389F;
}

h3,
.h3,
.subHeading,
.productCaption,
.productCaption a {
    font-family: 'Spectral SC', serif;
    text-transform: uppercase;
}

h4 {
    font-family: Arial, verdana, sans-serif;
    font-weight: bold;
}

a {
    color: #003839;
    text-decoration: underline;
}

a:visited {
    color: #494949;
}

a:hover {
    color: #003839;
}

#page {
    margin: 0;
}

#main {
    max-width: 1000px;
    padding-left: 0;
}

#main.hasMenu {
    max-width: 1000px;
    padding-left: 220px;
}

#banner {
    width: 100%;
    text-align: center;
    margin: 0;
}

#banner a.logo {
    float: left;
    width: 25em;
    height: 5em;
    display: inline-block;
    text-align: center;
    margin: 1em;
    background-image: url(images/logo.png);
}

#banner div#contact {
    text-align: right;
    float: right;
    margin: 1em;
    font-family: 'Spectral SC', serif;
    padding: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    border-radius: 1em;
    color: #003839;
    border: solid 0.2em;
}

#banner div#contact div.social {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-right: 2em;
}

#banner div#contact h3.phone {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}

#banner div#contact h3.phone span {
    display: block;
    font-size: 0.8em;
}

nav#menu {
    padding-top: 1em;
}

nav#nav {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.3em;
    text-transform: uppercase;
    background: #003839;
    padding: 0.5em;
    font-family: 'Montserrat', sans-serif;
}

nav#nav ul {
    text-align: center;
}

nav#nav ul li {
    display: inline-block;
    float: none;
    margin: 0;
    border: none;
}

nav#nav ul li div li {
    float: none;
    border: none;
    display: block;
    margin-top: 0.4em;
}

#menu {
    width: 150px;
}

#menu #simpleSearch,
#menu #userMenu {
    display: none;
}

section.content {
    max-width: 1000px;
    margin: auto;
    line-height: 2em;
    font-size: 1.3em;
    padding: 1em;
}

section.productList {}

.productBody ul {
    list-style: outside disc;
    padding-left: 1.5em;
}

.productBody ul li {
    color: #003839;
    line-height: normal;
    padding-bottom: 6px;
}

#productList .childItems {
    font-size: 0.7em;
}

#productList .childItems .product {}

#productList .childItems .product .attributes span,
#productList .childItems .product .author {
    display: none;
}

#productList .childItems .product .image {
    padding: 0;
    margin: 0;
    display: block;
    float: none;
}

#productList .childItems .product .image .frame {
    max-height: 200px;
    overflow: hidden;
}

#productList .childItems .product .image img {
    width: 100%;
}

#productList .childItems .product h3.productCaption {
    padding: 8px;
    margin: 0;
}

#productList .childItems .product .buttons .button {
    font-size: 12px;
    line-height: 20px;
}

nav#nav ul li div,
nav#nav ul li.selected div {
    background: #003839;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}

nav#nav ul li.selected,
nav#nav ul li.selected div {}

nav#nav ul li div span.description {
    color: #ffffff;
}

nav#nav a,
nav#nav a:link,
nav#nav a:visited {
    color: #38389F;
    background: #ffffff;
    border-radius: 0.3em;
    border: solid 0.2em #fff;
}

nav#nav li.selected a,
nav#nav li.selected a:hover {
    background: #38389F;
    color: #ffffff;
    border-radius: 0.3em;
}

nav#nav a:hover,
nav#nav a:active {
    color: #ffffff;
    background: #003839;
    border-radius: 0.3em;
}

nav#nav ul li li {
    text-align: left;
}

nav#nav ul li li li {
    padding-left: 1em;
    border: none;
    background: inherit;
}

#actionProgress {
    color: #003839;
    border-color: #003839;
}

.googleMap,
.product .googleMap {
    border: none;
}

ul.tabs li.selected a,
ul.filter li.selected a {
    color: #003839;
}

.product .productBody .image,
.product .productBody .googleMap {
    margin-bottom: 0;
}

.product .author {
    background: #003839;
}

.product .author img {
    margin: 0;
}

.product .author span {
    display: none;
}

nav#menu ul li {
    margin-bottom: 0.5em;
}

nav#menu ul li div {
    background: #003839;
}

nav#menu ul li.selected div {
    background: #000000;
}

nav#menu ul li div span.description {
    color: #ffffff;
}

nav#menu a,
nav#menu a:link,
nav#menu a:visited {
    color: #ffffff;
    background: #003839;
    border-radius: 0.5em;
}

nav#menu li.selected a,
nav#menu li.selected a:hover {
    background: #494949;
    color: #ffffff;
}

nav#menu a:hover,
nav#menu a:active {
    color: #ffffff;
    background: #000000;
}

section.block {
    margin-bottom: 1.5em;
    float: left;
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

section.block article.product,
.productList .childItems .product {
    width: 46%;
    float: left;
    clear: left;
    padding: 1%;
    margin: 0;
    margin-bottom: 2em;
    background: none;
}

section.block article.product.colLast,
.productList .childItems .product.colLast {
    float: right;
    clear: none;
    width: 46%;
}

section.block article.product .productBody .image,
section.block article.product .productBody .video,
section.block article.product .productBody .googleMap,
.productList .childItems .product .image {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    border: none;
}

section.block article.product .attributes,
section.block article.product.first .noImage .attributes,
.productList .childItems .product .attributes {
    width: 100%;
    float: none;
}

section.block article.product.first {
    width: auto;
    padding: 0;
    background: none;
    float: left;
}

section.block article.product.first .attributes {
    width: 46%;
    float: left;
}

section.block article.product.first .productBody .image {
    max-height: unset;
    float: left;
    width: 48%;
    margin-right: 4%;
}

.productList article.product,
.productList article.product.colLast {
    margin-left: 1%;
    margin-right: 1%;
    width: 47%;
    padding: 0;
    float: left;
    clear: none;
    background: none;
}

.productList article.product.colFirst {
    float: right;
}

.productList article.product.first {
    width: auto;
    float: none;
}

article.product .productBody .image .frame,
article.product .productBody .googleMap {
    border: none;
}

article.product .productBody .image,
article.product .productBody .video {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 1em;
}

article.product.first .productBody .image,
article.product.first .productBody .video,
article.product.first .productBody .googleMap {
    width: 48%;
    float: right;
    margin-left: 2%;
    margin-right: 0;
}

.product .attributes {
    float: none;
    width: auto;
    line-height: 2em;
    font-size: 1.3em;
}

article.product.first .attributes {
    width: 49%;
    float: left;
}

article.product h3 {
    margin: 0;
}

#jumpTop {
    background: #003839;
    text-decoration: none;
}

section:empty,
div.attributes:empty {
    display: none;
}

article.product .productBody .images {
    width: auto;
    margin: 0;
}

#objectBodyInfo ul {
    list-style: outside;
    line-height: normal;
}

#objectBodyInfo ul li {
    padding-bottom: 0.5em;
}

#objectBodyInfo p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

table th,
.columnHeader {
    color: #000;
}

section.content table {
    border: .1em solid rgba(0, 0, 0, .3);
}

#banner #simpleSearch a.openClose,
nav#nav #clientMenu a {
    background: #fff;
}

nav #clientMenu,
nav #cart {
    margin-bottom: 0;
}

nav#nav ul li div {
    right: unset;
    left: 0;
    border-radius: 0 0 0.3em 0.3em;
}

nav#nav #clientMenu a:hover,
nav#nav #simpleSearch a:hover {
    color: #003839;
}

nav #clientMenu.hover {
    background: none;
}

nav #clientMenu div.userMenu {
    background: #003839;
    padding: 1em;
}

nav #clientMenu ul li {
    float: none;
    display: block;
    margin-bottom: 0.5em;
}

#banner #simpleSearch form button,
#banner #simpleSearch a.toggle {
    background: #fff;
    color: #38389f;
}