@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');

html {
  font-size: 100%;
}
body {
  font-family: 'Source Sans Pro';
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #a98e3d;
}

p, h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 140%;
}
h1, h2, h3, h4, h5 { }
p:last-child {
  margin-bottom: 0px;
}

#toparea {
  background-color: #efefef;
  padding: 7px 0px;
  text-align: right;
  color: #736762;
  border-bottom:1px solid #d3d3d3;
}
#topnav {
  margin: 0px;
  padding: 0px;
  text-align: right;
  display: inline;
}
#topnav li {
  display: inline-block;
  float: none;
  font-size: 14px;
  color: #000000;
  margin-left: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#topnav li a {
  color: #000000;
}
#topnav .social-icons img{
  width:22px;
  height: auto;
  margin:0px 1px;
}
#topnav li form input {
  display: block;
  margin-left: 15px;
  width: 160px;
  height: 34px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 30px;
  background-image: url(magnify.png);
  background-position: 8px 9px;
  background-repeat: no-repeat;
  text-align: left;
  color:#000;
  text-transform: none;
  font-family: sans-serif;
}
#branding {
  padding: 15px 0px;
  position: relative;
  display: block;
  z-index: 2;
  text-align: left;
  margin-left:0;
  padding-left:0;
}
#tagline h2 {
  color: #000000;
  font-weight: 300;
  font-size: 22px;
  margin-top: 16px;
  padding:4px;
  display:inline-block;
}
img#logo {
  max-width: 400px;
  height: auto;
  width: 100%;
}
#tsnav {
  background-color:#7e6a2d;
}
nav#main ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-left:4px;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-right: 30px;
}
nav#main ul li:first-child {
  margin-left: 0px;
}
nav#main ul li a {
  color: #fff;
  font-size: 20px;
  padding: 12px 0px;
  display: block;
  font-weight: 600;
}
nav#main ul li a:hover {
  text-decoration: none;
  color: #000000;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color: #000;
}

#sliderow{
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(city-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sliderow h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight:700;
  text-align: center;
  margin:0;
}
#sliderow p {
  color: #ffffff;
  font-size: 26px;
  font-weight:600;
  text-align: center;
  margin:0;
}
#sliderow a {
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
}
#sliderow a:hover {
  text-decoration: underline;
}
#sliderow .row {
  display: flex;
  align-items: center;
}

.section-padding{
  padding:0px 0;
}

#footerboxes {
  margin-top:0px;
  background-color: #000;
  padding: 30px 0px;
}
#footerboxes h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center !important;
}
#footerboxes p {
  color: #fff;
  margin-bottom: 20px;
  font-size:16px;
  text-align: center;
}
#footerboxes p a, #footerboxes a {
  color: #fff;
}
#footerboxes .social-icons img {
  width: 28px;
  height: auto;
  margin: 0px 1px;
}

#bottom-bar {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  color:#736762;
  text-align: center;
}

.alignright {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}
.alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
#pageinterior {
  padding: 30px 0px 40px;
}
#pagetitle .container  {
  border-bottom: 1px solid #d1d1d1;
}
#pagetitle h1 {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 18px 0px 15px;
}

#sidebar .widget {
  height: auto;
  margin-bottom: 15px;
  padding: 14px;
  color: #000;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 1) 0%,rgba(230, 231, 232, 1) 99.88%);
  background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 232, 1) 99.88%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(0.9988,rgba(230, 231, 232, 1) ));
  background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 232, 1) 99.88%);
  background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 232, 1) 99.88%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E7E8' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 232, 1) 99.88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E7E8',endColorstr='#FFFFFF' , GradientType=0);
  border-top:4px solid #7e6a2d;
  border-bottom:4px solid #7e6a2d;
}
#sidebar, #sidebar p {
  text-shadow: none;
  color: #000;
  font-size: 14px;
}
#sidebar .widget h3, #product-lines h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.pagecontent {
  font-size: 17px;
  color: #000000;
}
.pagecontent p {
  font-size: 17px;
}
em {
}
.pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5, .pagecontent ul, .pagecontent p {
  margin-bottom: 20px;
}
.pagecontent h2 {
  font-weight: 900;
  font-size: 24px;
  color: #000;
}
.pagecontent h3 {
  font-weight: 500;
  font-size: 21px;
  color: #000;
}
.pagecontent h4 {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  font-family: 'Source Sans Pro';
}
.gtitle {
  font-weight: 500;
  font-size: 18px !important;
  color: #000;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:15px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.tsbtn {
  display: inline-block;
  color: #ffffff;
  padding: 10px 20px;
  font-weight:600;
  background-color: #7e6a2d;
  border:1px solid #7e6a2d !important;
}
a.tsbtn:hover {
  text-decoration: none;
  background-color: #ffffff;
  color:#7e6a2d !important;
  border:1px solid #7e6a2d !important;
}

/**** cymCMS specific ****/
/* gallery */
#gallery-masonry {
  margin: 0 auto;
  width: auto;
}

#gallery-masonry div.item {
  display: block;
  width: 160px;
  float: left;
  background-color: #ffffff;
  padding: 4px 4px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
      border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
   -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
      box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.cymProdCaption {
  padding: 3px;
  font-size: 11px;
  color: #0160aa;
}
.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul {
  margin-top: 10px;
}
.cymBody ol {
  margin-top: 10px;
}
.cymBody ul li {
  list-style: square outside none;
  margin-left: 20px;
  line-height: 125%;
  padding-bottom: 6px;
}
.cymBody ol li {
  list-style: decimal outside none;
  margin-left: 20px;
  line-height: 125%;
  padding-bottom: 6px;
}
.pagecontent ul {
  margin-top: 10px;
}
.pagecontent ol {
  margin-top: 10px;
}
.pagecontent ul li {
  list-style: square outside none;
  margin-left: 20px;
  line-height: 125%;
  padding-bottom: 6px;
}
.pagecontent ol li {
  list-style: decimal outside none;
  margin-left: 20px;
  line-height: 125%;
  padding-bottom: 6px;
}
.pagecontent strong,b { font-weight: bold; }
.pagecontent em,i { font-style: italic; }
.cymBody strong,b { font-weight: bold; }
.cymBody em,i { font-style: italic; }
.cymArticleBody { padding-top:6px; }
.cymBody .cymHeader, .cymSectHeader, .cymArticleHeader, .cymTitle, .cymGalleryHeader, span.cymHeader {
  line-height: 120%;
  font-size:18px;
  font-weight: normal;
}
td.cymBody span.cymHeader {
  display: none;
}
.cymCalcTable td {
  padding: 3px;
}
.cymBody h4 {
  margin-top: 8px;
  margin-bottom: 10px;
}
.cymGallery { padding: 8px; line-height: 130%; }
.cymGallery ul li {
  list-style: disc outside none;
  margin-left: 20px;
  line-height: 120%;
  padding-bottom: 4px;
}
.cymGallery ol li {
  list-style: decimal outside none;
  margin-left: 20px;
  line-height: 120%;
  padding-bottom: 4px;
}

.cymGallery strong,b { font-weight: bold; }
.cymGallery em,i { font-style: italic; }

hr.grad { border: 0; height: 0; border-top: 1px solid rgba(0,0,0,0.2); border-bottom: 1px solid rgba(255,255,255,0.3); }

.sidenav, .sidenav_child, .sidenav_gchild {
  list-style-type: square !important;
  color: #666666;
  font-size:15px;
  margin: 0px 0px 2px 16px;
}
.sidenavtitle {
  font-weight: 600 !important;
  font-size: 22px !important;
  color: #000 !important;
  line-height:150% !important;
}
.sidenav a, .sidenav_child a, .sidenav_gchild a {
  color: #666666;
  text-decoration:none;
}
.sidenav a:hover, .sidenav_child a:hover, .sidenav_gchild a:hover {
  text-decoration:underline;
}
.sidenav_static, .sidenav_child_static {
  text-transform: uppercase;
  list-style-type: none !important;
  margin-left: 0 !important;
  margin-top: 8px;
  font-weight: bold;
  color: #000000;
}
.sidenav_lftmar {
  margin-left:10px;
}
.sidenav_gchild {
  margin-left: 25px;
}

.cymFormTable { width: 99%; }
.cymFormTable .fText { width: 85%; }
.cymFormTable .fTextArea { width: 85%; }
.cymFormTable .fSelect { width: 88%; }
.cymFormBody { padding: 10px 0px 0px 2px }
.cymLabel { color: #555555; }
.cymLabelRequired { color: #555555; }
.cymHelp { color: #777777; font-style: italic; }

.form_gallery {
  margin: 0 auto;
  width: auto;
}
.form_gallery .item {
  display: block;
  width: 160px;
  float: left;
  background-color: #fff;
  padding: 4px 4px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
}
span.coyright {
  color: #222222;
  font-size: 15px;
}
a.misclink, a.misclink:visited {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
a.misclink:hover {
  text-decoration: underline;
}

.topmar8  { margin-top:8px;  }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }
.topmar32 { margin-top:32px; }
.topmar36 { margin-top:36px; }


/************************/
/* Mobile */
/************************/

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
#topnav {
  text-align: center;
  display: block;
}
#branding{
  background:none;
}
#branding h2 {
  text-align: center;
  display: block;
  padding:0;
  background:none;
}
#tsnav form {
  display: none;
}
img#logo {
  padding: 20px 0px;
  display: block;
  margin: 0 auto;
}
  #home-about .col-md-8 {
    margin-bottom: 30px;
  }

  #footerboxes {
    height: auto;
  }
  #footerboxes .col-md-4 {
    border: none;
    margin-bottom: 50px;
  }
  .pagecontent {
    margin-bottom: 30px;
  }

  nav#main ul {
    text-align: center;
  }
  nav#main ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  nav#main ul li a {
    font-size: 17px;
  }
  ul#head-buttons {
    text-align: center;
  }
  ul#head-buttons li {
    text-align: left;
  }
}

@media (max-width: 768px) {
#toparea {
  text-align: center;
}
#bottom-bar {
  text-align: center;
}
#sliderow h1{
  font-size:20px;
}
#sliderow p{
  font-size:18px;
}
img.alignright, img.alignleft{
  margin-bottom:30px;
  width:100% !important;
}
#sliderow .row{
  display:block;
}
#sliderow h1{
  padding:0;
  text-align: center;
  border:0;
  margin-bottom:25px;
}
#sliderow .col-md-5 {
  text-align: center;
}
}

@media (max-width: 568px) {
  nav#main {
    margin: 0 auto;
    float: none;
    margin-top: 0px;
  }
  #menu-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  nav#main ul, nav#main:active ul {
    display: none;
    position: relative;
    padding: 20px;
    border: none;
    margin: 0 auto;
    width: 100%;
    border-radius: 4px 0 4px 4px;
    margin-bottom: 10px;
  }
  nav#main ul li {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    margin-left: 0px;
    display: block;
  }
  nav#main ul li a {
    padding: 0px;
    width: 100%;
    font-size: 17px;
  }
  nav#main ul li a:hover {
    color: #000000
  }
  nav#main:hover ul {
    display: block;
  }
  #topnav {
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
  }
  #topnav li {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
    background-image: none;
  }
  #topnav li form input {
    display: block;
    margin-left:36%;
    width: 135px;
  }
}