 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700');
 /* ------- The browser window ------ */
 /* -- Defined classes and HTML Tags used in editor  --  */
 
 .title,
 h1 {
     font-family: 'Roboto Slab', serif;
     color: #032639;
     line-height: 1em;
     text-align: center;
 }
 
 .heading,
 h2 {
     font-family: 'Roboto Slab', serif;
     line-height: 1.5em;
     text-align: center;
     margin-top: 1.6em;
 }
 
 h3,
 .h3,
 .subHeading,
 .productCaption,
 .productCaption a {
     font-family: 'Roboto Slab', serif;
     text-transform: uppercase;
 }
 
 h4 {
     font-family: Arial, verdana, sans-serif;
     font-weight: bold;
 }
 
 a {
     color: #032639;
     text-decoration: underline;
 }
 
 a:visited {
     color: #494949;
 }
 
 a:hover {
     color: #032639;
 }
 
 #pageBack {
     background: #ddd;
 }
 
 #page {
     margin: 0;
     font-size: 1.4em;
 }
 
 #banner {
     width: 100%;
     text-align: center;
     border-bottom: solid 1px #032639;
     float: left;
     background: #fff;
 }
 
 #banner a.logo {
     float: left;
     width: auto;
     height: auto;
     text-align: center;
     padding: 1em;
 }
 
 #banner a.logo img {
     height: 50px;
     margin-right: 2em;
     width: auto;
 }
 
 nav#nav {
     float: left;
     margin: 1em;
     font-size: 1.3em;
     text-transform: uppercase;
 }
 
 nav#nav ul {
     float: left;
 }
 
 nav#nav ul ul {
     float: none;
 }
 
 nav#nav ul li {
     margin: 0;
     margin-right: 0.5em;
 }
 
 nav#nav ul li div li {
     float: none;
     border: none;
     display: block;
     margin-top: 0.5em;
 }
 
 nav#nav ul li div,
 nav#nav ul li.selected div {
     background: none;
 }
 
 #clientMenu {
     position: relative;
     clear: none;
     background: none;
     padding: 0;
 }
 
 #clientMenu.hover a {
     background: #1CB6B8;
 }
 
 #clientMenu.hover div.userMenu {
     position: absolute;
     z-index: 9999;
     background: #1CB6B8;
     padding: 0.5em;
     min-width: 240px;
     margin-top: -0.5em;
 }
 
 #clientMenu h3 {
     margin: 0;
     font-weight: normal;
     font-size: 1em;
 }
 
 nav#nav #clientMenu ul,
 nav#nav #clientMenu ul li {
     float: none;
     border: none;
     margin: 0;
 }
 
 nav#nav #clientMenu ul li a {
     font-size: 0.8em;
     background: #fff;
     margin-top: 0.5em;
 }
 
 nav#nav #clientMenu ul li a:hover {
     background: #1CB6B8;
 }
 
 #menu {
     width: 150px;
 }
 
 #menu #simpleSearch,
 #menu #userMenu {
     display: none;
 }
 
 #main {
     padding-top: 2em;
     line-height: 1.5em;
     background: #fff;
 }
 
 section.content {
     max-width: 1000px;
     margin: auto;
     line-height: 1.2em;
     padding: 1em;
 }
 
 section.productList {
     text-align: center;
     max-width: 1000px;
     margin: auto;
 }
 
 .productBody ul {
     list-style: outside disc;
     padding-left: 1.5em;
 }
 
 .productBody ul li {
     color: #032639;
     line-height: normal;
     padding-bottom: 6px;
 }
 
 .productList .childItems {}
 
 .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;
 }
 
 .productList .product .childItems.pullContent .date {
     padding-right: 1em;
     font-weight: normal;
 }
 
 .productList .product .childItems.pullContent .date:before {
     font: normal normal normal 14px/1 FontAwesome;
     content: "\f073";
 }
 
 .productList .childItems.pullContent .date span {
     padding-right: 0.2em;
     padding-left: 0.2em;
 }
 
 .productList .childItems.pullContent .date .year {
     display: none;
 }
 
 nav#nav ul li div {
     background: none;
     font-size: 0.6em;
 }
 
 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,
 nav#nav li.selected a {
     color: #032639;
     background: #eee;
     box-shadow: 0 0 1em inset #ccc;
 }
 
 nav#nav a:hover,
 nav#nav a:active,
 nav#nav li.hover>a,
 nav#nav li.selected a:hover {
     color: #032639;
     background: #1cb6b8;
     box-shadow: none;
 }
 
 nav#nav li.selected>a,
 nav#nav li.selected>a:hover,
 li.selected.hover>a {
     background: #032639;
     color: #ffffff;
     box-shadow: none;
 }
 
 nav#nav ul li:hover div,
 nav#nav ul li.hover div {
     display: none;
     background: #1cb6b8;
     padding: 0.5em;
     margin-top: -0.5em;
     z-index: 9999;
 }
 
 nav#nav ul li.selected:hover div,
 nav#nav ul li.selected.hover div {
     background: #032639;
 }
 
 nav#nav ul li li li {
     padding-left: 1em;
     border: none;
     background: inherit;
 }
 
 #actionProgress {
     color: #032639;
     border-color: #032639;
 }
 
 ul.tabs li.selected a,
 ul.filter li.selected a {
     color: #032639;
 }
 
 .productList article.product .productBody .images,
 article.product .productBody .image,
 article.product .productBody .googleMap,
 .product .productBody .image,
 .product .productBody .googleMap {
     margin-bottom: 0;
     width: 25%;
     margin-right: 5%;
     margin-left: 0;
     float: left;
 }
 /*  .productList article.product {
     background: #1cb6b8;
 }
 
 .productList article.product:nth-child(3n) {
     background: #1d86b7;
 }
 
 .productList article.product:nth-child(3n+1) {
     background: #1CB881;
 }
 
 .productList article.product h3.productCaption,
 .productList article.product h3.productCaption a,
 .productList article.product h3.productCaption a:visited {
     color: #fff;
 } */
 
 .product .buttons {
     margin-top: 2em;
 }
 
 .productList article.product:nth-child(even) .productBody .images,
 article.product:nth-child(even) .productBody .image,
 article.product:nth-child(even) .productBody .googleMap,
 .product:nth-child(even) .productBody .image,
 .product:nth-child(even) .productBody .googleMap {
     float: right;
     margin-left: 5%;
     margin-right: 0;
 }
 
 .googleMap,
 .product .googleMap {
     border: none;
 }
 
 .product .author {
     background: #032639;
 }
 
 .product .author img {
     margin: 0;
 }
 
 .product .author span {
     display: none;
 }
 
 section.block {
     margin-bottom: 1.5em;
     float: none;
     width: 100%;
     max-width: 1000px;
     margin: auto;
     clear: both;
     box-sizing: border-box;
 }
 
 section.block article.product,
 .productList .childItems .product {
     padding: 1%;
     margin: 0;
     margin-bottom: 2em;
     background: none;
 }
 
 section.block article.product.colLast,
 .productList .childItems .product.colLast,
 section.block article.product.colFirst,
 .productList .childItems .product.colFirst {
     width: 50%;
     box-sizing: border-box;
     float: left;
     clear: none;
     padding: 1%;
 }
 
 section.block article.product .productBody .image,
 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: auto;
     float: none;
 }
 
 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%;
 }
 
 .product .attributes {
     float: left;
     width: 65%;
     padding: 2%;
     text-align: left;
 }
 
 .product .noImage .attributes {
     float: none;
     width: auto;
 }
 
 article.product .productBody .image,
 article.product .productBody .image .frame,
 article.product .productBody .googleMap {
     border: none;
 }
 
 #jumpTop {
     background: #032639;
     text-decoration: none;
 }
 
 .product .attribute.price {
     font-size: 2em;
     overflow: hidden;
 }
 
 .product .attribute.price .attName {
     display: none;
 }
 
 .product .attribute.price .attValue {
     float: right;
     text-align: center;
     padding: 0.4em !important;
     color: #fff;
     background: #032639;
 }
 
 .product .attribute.price .attValue .priceDetails {
     display: block;
     padding: 0;
     padding-top: 0.5em;
 }
 
 .button,
 .openClose {}
 
 #miniOrder {
     border-bottom: solid 1px #032639;
     float: none;
     margin: 0;
     background: #1CB6B8;
     padding: 0;
 }
 
 #miniOrder a {
     margin: 0;
     color: #fff;
 }
 
 #miniOrder a:hover {
     background: #032639;
     color: #fff;
 }
 
 .product .buttons .public .button:hover,
 form input[type=submit]:hover,
 form button:hover {}
 
 .productList article.product,
 .productList article.product.colLast {
     width: 100%;
     float: none;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     background: none;
 }
 
 .productList article.product .attribute .attValue p {
     margin-bottom: 0.5em;
 }
 
 #objectBodyInfo ul li {
     margin-bottom: 0.1em;
 }
 
 #siteCopyright {
     padding: 0.5em;
 }
 
 .pullContent {
     padding: 0.5em;
 }
 
 .pullContent a {
     padding-left: 0.5em;
 }
 
 .productList article.product.news .pullContent div:before {
     font: normal normal normal 14px/1 FontAwesome;
     content: "\f073";
 }
 
 .product.membership_application .attribute.textarea .attName {
     display: initial;
 }
 
 #banner #simpleSearch {
     display: none;
 }
 
 #main.hasMenu {
     padding-left: 0;
     max-width: 1000px;
 }
 
 nav#menu {
     display: block;
     position: static;
     clear: both;
     float: none;
     width: 100%;
     overflow: hidden;
     max-width: 900px;
     margin: auto;
     padding-top: 0.5em;
 }
 
 nav#menu ul li {
     clear: none;
     display: block;
     margin-right: 0.5em;
     margin-bottom: 0.5em;
     padding: 0;
     float: left;
 }
 
 nav#menu ul li div {
     background: #032639;
 }
 
 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: #032639;
 }
 
 nav#menu li.selected a,
 nav#menu li.selected a:hover {
     color: #032639;
     background: #1CB6B8;
 }
 
 nav#menu a:hover,
 nav#menu a:active {
     color: #032639;
     background: #1CB6B8;
 }
 
 #objectBodyInfo,
 .productList {
     max-width: 900px;
     margin: auto;
 }
 
 .openClose.open {
     border: none;
     border-radius: 0;
     text-align: left;
 }
 
 .sectionOpen {
     border: none;
 }
 
 .tagList {
     padding-bottom: 1em;
     overflow: hidden;
 }
 
 nav.horizontal ul li {
     float: none;
     display: inline-block;
 }
 
 footer {
     text-align: center;
 }
 /*  
 .productList article.product .attribute .attValue * {
     color: #fff;
 } */