@font-face {
  font-family: Oregon ldo webfont;
  src: url('../fonts/oregon_ldo_medium-webfont.eot') format("embedded-opentype"), url('../fonts/oregon_ldo_medium-webfont.woff') format("woff"), url('../fonts/oregon_ldo_medium-webfont.ttf') format("truetype"), url('../fonts/oregon_ldo_medium-webfont.svg') format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Droidsans webfont;
  src: url('../fonts/DroidSans-webfont.eot') format("embedded-opentype"), url('../fonts/DroidSans-webfont.woff') format("woff"), url('../fonts/DroidSans-webfont.ttf') format("truetype"), url('../fonts/DroidSans-webfont.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Oregon ldo webfont;
  src: url('../fonts/oregon_ldo_light-webfont.eot') format("embedded-opentype"), url('../fonts/oregon_ldo_light-webfont.woff') format("woff"), url('../fonts/oregon_ldo_light-webfont.ttf') format("truetype"), url('../fonts/oregon_ldo_light-webfont.svg') format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tmc;
  src: url('../fonts/tmc.eot') format("embedded-opentype"), url('../fonts/tmc.woff') format("woff"), url('../fonts/tmc.ttf') format("truetype"), url('../fonts/tmc.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
  --tmc-orange: #d57a2a;
  --tmc-text-grey: #566676;
  --tmc-heading-grey: #6c7f93;
  --tmc-grad-start: #c16f27;
  --tmc-grad-stop: #e5ac7a;
  --tmc-menu-grey: #566676;
  --tmc-menu-border: #f2d7bf;
  --tmc-menu-current: #d57a2a;
  --tmc-h2-grey: #566676;
  --tmc-stripe-orange: #d57a2a;
  --tmc-menu-hover: #dc8f4c33;
  --tmc-blue-grad-start: #98a5b3;
  --tmc-blue-grad-stop: #6c7f93;
}

h1, h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oregon ldo webfont, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: #566676;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}

a {
  color: #566676;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.body {
  color: #566676;
  font-family: Droid Sans, sans-serif;
  font-size: .93rem;
  line-height: 1.38462;
}

.nav-lnk {
  color: #566676;
  border-left: 2px solid #0000;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 12px;
  font-family: Oregon ldo webfont, sans-serif;
  font-size: 13px;
  line-height: 18px;
  display: block;
}

.nav-lnk:hover {
  background-color: #dc8f4c33;
  text-decoration: none;
}

.nav-lnk.w--current {
  color: #d57a2a;
  border-left-color: #f2d7bf;
}

.nav-lnk.is-home {
  width: 100%;
  display: block;
  position: absolute;
  top: -25px;
}

.navbar {
  background-color: #0000;
  height: auto;
  min-height: 150px;
  margin-bottom: 12px;
}

.nav-menu {
  float: left;
  width: auto;
  font-family: Droid Sans, sans-serif;
  position: relative;
}

.nav-menu.level1 {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-dd-toggle {
  border-left: 2px solid #0000;
  padding: 3px 42px 3px 12px;
  display: none;
}

.nav-dd-icon {
  margin-top: 6px;
  margin-bottom: 0;
}

.nav-dd-list {
  top: 0;
  right: -100%;
}

.nav-dd-list.w--open {
  top: 0;
  left: 100%;
  right: auto;
}

.nav-dd-list.lvl2.w--open {
  right: -100%;
}

.nav-dd-list.level2 {
  background-color: #0000;
  border-left: 1px solid #f2d7bf;
  width: 200%;
  inset: 0 -200% auto auto;
}

.nav-dd-list.level2.w--open {
  width: 250%;
  right: -250%;
}

.nav-dd-list.level3 {
  background-color: #0000;
  border-left: 1px solid #f2d7bf;
}

.nav-dd-list.level3.w--open {
  column-count: 2;
}

.nav-dd-list.level3.is-cols-1.w--open {
  column-count: 1;
}

.container {
  margin-top: 82px;
}

.nav-dd {
  display: block;
  position: static;
  overflow: visible;
}

.nav-dd.hide-this {
  display: none;
}

.nav-cont {
  margin-top: 40px;
  margin-left: -12px;
  position: relative;
}

.is-current {
  color: #d57a2a;
  border-left: 2px solid #f2d7bf;
  font-family: Oregon ldo webfont, sans-serif;
}

.is-cols-1 {
  column-count: 1;
}

.ss-slideshow {
  float: left;
  clear: left;
  width: 52.381%;
}

.ss-slideshow.has-map {
  display: block;
  position: relative;
}

.ss-thumbs {
  float: right;
  clear: none;
  width: 46.4286%;
  display: block;
}

.ss-thumbs.hidden {
  display: none;
}

.ss-thumbs-ul {
  float: left;
  flex-direction: column;
  justify-content: space-between;
  width: 22.9%;
  margin-bottom: 0;
  margin-right: 12px;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.g-thumb-li {
  width: 100%;
  height: 0;
  margin-bottom: 10%;
  padding: 75% 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.ss-controls {
  clear: both;
  text-align: right;
  width: 100%;
  padding-right: 48%;
}

.ss-controls.hidden {
  display: none;
}

.ss-button {
  color: #6c7f93;
  background-color: #0000;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 2px;
  font-family: Tmc, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline;
}

.ss-button:hover {
  color: #fff;
  background-color: #6c7f93;
}

.ss-button.is-active, .ss-image {
  display: none;
}

.ss-image.is-first {
  display: inline-block;
}

.gallery-masonry-lnk {
  border: 1px solid #fff;
  width: 33.3333%;
  padding-bottom: 6px;
  padding-right: 6px;
}

.gallery-masonry-lnk.w2 {
  width: 66.6667%;
}

.gallery-masonry-sizer {
  width: 33.3%;
}

.sec {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.sec.is-under {
  z-index: 1;
}

.sec-wrap {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oregon ldo webfont, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.logo-lnk {
  color: #6c7f93;
  font-family: Oregon ldo webfont, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.logo-lnk:hover {
  text-decoration: none;
}

.logo-lnk.is-tag {
  color: #d57a2a;
}

.logo-tag {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.head-logo {
  float: left;
  width: auto;
  padding-top: 36.85px;
  display: inline-block;
}

.head-contact {
  float: right;
  text-align: right;
  width: auto;
  font-family: Oregon ldo webfont, sans-serif;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 12px;
}

.contact-phone {
  color: #6c7f93;
}

.contact-email {
  color: #6c7f93;
  text-decoration: none;
}

.contact-email:hover {
  text-decoration: underline;
}

.cols-wrap {
  justify-content: space-between;
  display: flex;
}

.main-rtb {
  width: 22.96%;
  margin-bottom: 24px;
}

.footer-wrap {
  border-top: 1px solid #f2d7bf;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-info {
  float: left;
  width: auto;
  font-size: 11px;
  line-height: 18;
  display: inline-block;
}

.footer-contact {
  float: right;
  text-align: right;
  width: auto;
  display: inline-block;
}

.footer-logos {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translate(-50%);
}

.stripe {
  background-color: #d57a2a;
  background-image: linear-gradient(#e5ac7a, #c16f27);
  height: 20px;
}

.footer-p {
  font-size: 11px;
}

.footer-siteby {
  font-size: 11px;
  font-style: italic;
}

.footer-lnk {
  margin-left: 12px;
  margin-right: 12px;
}

.home-lnk {
  display: none;
}

.g-thumb-li-img {
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.col {
  width: 25%;
}

.intro-rtb {
  z-index: 10;
  width: 22.96%;
  margin-bottom: 24px;
  position: relative;
}

.cols-rtb {
  z-index: 1;
  transform-origin: 0 0;
  width: 22.96%;
  margin-bottom: 24px;
  padding-top: 59px;
  padding-bottom: 59px;
  position: relative;
  overflow: hidden;
  transform: translate(0, -300px);
}

.cols-rtb ul {
  padding-left: 16px;
  list-style-type: disc;
}

.cols-rtb li {
  font-size: 13px;
  line-height: 18px;
}

.flinks {
  float: right;
  clear: none;
  justify-content: space-between;
  width: 46.4286%;
  display: flex;
}

.flink {
  width: 23.05%;
}

.link-block {
  position: relative;
}

.flink-txt {
  color: #fff;
  background-image: linear-gradient(to top, #c16f27, #e5ac7a);
  min-height: 40px;
  padding: 6px;
  font-family: Oregon ldo webfont, sans-serif;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.flink-txt:hover {
  background-image: linear-gradient(#98a5b3, #6c7f93), linear-gradient(to top, #c16f27, #e5ac7a);
}

.flink-lnk {
  display: block;
  position: relative;
}

.flink-img:hover {
  opacity: .64;
}

.heading {
  font-size: 22px;
  line-height: 30px;
}

.p-readmore {
  text-align: right;
  margin-top: -10px;
  padding-right: 18px;
}

.p-readmore.has-break {
  margin-top: 0;
}

.p-lnk-open:hover {
  text-decoration: none;
}

.p-lnk-close {
  display: none;
}

.p-lnk-close:hover {
  text-decoration: none;
}

.readmore-icon {
  margin-left: 1px;
  font-family: Tmc, sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
  position: relative;
  top: 4px;
}

.readmore-icon:hover {
  text-decoration: none;
}

.p-lnk:hover {
  text-decoration: underline;
}

.more-h2 {
  margin-top: 0;
}

.more-h2-lnk {
  color: #d57a2a;
}

.more-h2-lnk:hover {
  text-decoration: none;
}

.cols-rtb-static {
  z-index: 1;
  width: 22.96%;
  margin-bottom: 24px;
  padding-top: 59px;
  padding-bottom: 59px;
  position: relative;
  overflow: visible;
}

.cols-rtb-static ul {
  margin-left: -15px;
  padding-left: 14px;
  list-style-type: disc;
  display: inline-block;
}

.cols-rtb-static li {
  font-size: 13px;
  line-height: 18px;
}

.cols-rtb-static.is-wide {
  width: 34.44%;
}

.cols-rtb-static.is-narrow {
  width: 11.48%;
}

.cols-rtb-h2 {
  color: #d57a2a;
  margin-top: 0;
}

.form-info {
  text-align: center;
  margin-bottom: 18px;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
}

.form-text {
  min-height: 120px;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
}

.form-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.form-text-field {
  font-size: 13px;
  font-style: italic;
  line-height: 18;
}

.submit {
  color: #000;
  background-color: #98a5b380;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
}

.submit:hover {
  color: #fff;
  background-color: #98a5b3fc;
}

.divider {
  z-index: 11;
  border-top: 1px solid #f2d7bf;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.divider.is-lower {
  margin-top: -36px;
  margin-bottom: 36px;
  position: relative;
}

.divider.is-foot {
  margin-bottom: 48px;
}

.spacer {
  height: 36px;
}

.gmap-fixed {
  width: 100%;
  height: 0;
  padding: 67.14% 0 0;
  position: relative;
  overflow: hidden;
}

.gmap-embed {
  position: absolute;
  inset: 0;
}

.p-links {
  font-family: Droid Sans, sans-serif;
  line-height: 24px;
}

.intext-ul {
  padding-left: 13px;
  font-size: 13px;
  line-height: 18px;
}

.is-top {
  margin-top: 0;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slider-arrow, .slider-nav {
  display: none;
}

.error-message {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    float: right;
    width: 100%;
  }

  .nav-menu.level1 {
    float: left;
    width: auto;
  }

  .nav-dd-toggle {
    font-family: Oregon ldo webfont, sans-serif;
  }

  .nav-dd-list.level2, .nav-dd-list.level3 {
    border-left-style: none;
    border-left-width: 0;
  }

  .nav-dd-list.level3.is-cols-1.w--open {
    column-count: 1;
  }

  .menu-button {
    position: absolute;
    top: 0;
    right: 0;
  }

  .ss-slideshow {
    width: 100%;
  }

  .ss-thumbs {
    text-align: right;
    width: 101%;
    margin: 6px -.5%;
  }

  .ss-thumbs-ul {
    float: left;
    flex-direction: row;
    justify-content: flex-start;
    width: 50%;
    margin-right: 0;
    display: block;
  }

  .ss-thumbs-ul.is-second {
    float: right;
  }

  .ss-thumbs-ul.is-third {
    float: none;
    clear: both;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
  }

  .g-thumb-li {
    float: left;
    width: 23%;
    height: auto;
    margin-bottom: 0%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 0%;
    display: block;
    overflow: visible;
  }

  .ss-controls {
    text-align: right;
    margin-bottom: -25px;
    padding-right: 0%;
  }

  .ss-button {
    text-align: right;
  }

  .sec {
    position: relative;
  }

  .sec.space-v {
    padding-bottom: 4rem;
  }

  .sec-wrap {
    float: none;
    text-align: center;
    max-width: 600px;
  }

  .cols-wrap {
    flex-wrap: wrap;
  }

  .main-rtb {
    text-align: left;
    width: 100%;
    margin-bottom: 36px;
  }

  .footer-info {
    text-align: left;
  }

  .footer-contact {
    text-align: right;
  }

  .footer-logos {
    border-bottom: 1px solid #f2d7bf;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: static;
    transform: none;
  }

  .home-lnk {
    display: none;
  }

  .g-thumb-li-img {
    position: static;
  }

  .intro-rtb {
    text-align: left;
    width: 100%;
    margin-bottom: 24px;
  }

  .cols-rtb {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 300px;
    transform: none;
  }

  .flinks {
    text-align: right;
    width: 101%;
    margin: 3px -.5% 6px;
  }

  .flink {
    width: 100%;
    padding-right: 3px;
  }

  .flink.dummy {
    width: 25%;
    display: none;
  }

  .flink-txt {
    text-align: left;
    position: static;
  }

  .flink-img, .p-lnk-open {
    display: none;
  }

  .cols-rtb-static {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cols-rtb-static.is-wide {
    width: 100%;
  }

  .gmap-fixed {
    width: 100%;
    height: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .nav-lnk {
    z-index: 2;
    clear: both;
    width: 85%;
    min-height: 38px;
    margin-right: 15%;
    padding-top: 10px;
    font-size: 18px;
  }

  .nav-lnk:hover {
    background-color: #0000;
  }

  .nav-lnk.is-home {
    font-size: 18px;
    display: none;
    position: static;
  }

  .navbar {
    background-color: #d57a2a;
    height: 38px;
    min-height: auto;
    margin-top: 30px;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .nav-menu.level1 {
    background-color: #fff;
    border: 1px solid #d57a2a;
  }

  .nav-dd-toggle {
    border-left: 2px solid #fff;
    width: 15%;
    height: 38px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    display: block;
  }

  .nav-dd-icon {
    transform-origin: 60% 50% 0px;
    border-left: 2px solid #0000;
    margin-top: 0;
    top: 11px;
    bottom: auto;
    right: 0;
  }

  .nav-dd-list.level2.w--open {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }

  .nav-dd-list.level3.w--open {
    column-count: 2;
  }

  .nav-dd-text {
    display: none;
  }

  .nav-dd {
    z-index: 1;
    width: 100%;
    height: auto;
    margin-top: -38px;
    position: relative;
  }

  .nav-cont {
    min-height: 38px;
    margin-top: 38px;
    margin-left: 0;
  }

  .menu-button {
    padding: 3px 12px;
    top: -32px;
  }

  .menu-button.w--open {
    background-color: #0000;
    top: -32px;
  }

  .is-current {
    border-left-color: #0000;
  }

  .gallery-masonry-lnk {
    width: 49%;
  }

  .gallery-masonry-lnk.w2 {
    width: 100%;
  }

  .gallery-masonry-lnk.is-first {
    text-align: left;
  }

  .gallery-masonry-sizer {
    width: 49%;
  }

  .sec {
    padding-left: 12px;
    padding-right: 12px;
  }

  .logo {
    font-size: 27px;
    line-height: 36px;
  }

  .logo-tag {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-lnk {
    max-width: 20%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .menu-icon {
    color: #fff;
    display: inline;
  }

  .menu-text {
    color: #fff;
    font-family: Oregon ldo webfont, sans-serif;
    font-size: 18px;
    line-height: 1.1;
    display: inline;
    position: relative;
    top: -5px;
    bottom: -5px;
    left: -4px;
  }

  .home-lnk {
    float: left;
    color: #fff;
    padding-left: 14px;
    font-family: Oregon ldo webfont, sans-serif;
    font-size: 18px;
    display: block;
    position: absolute;
    top: -32px;
  }

  .home-lnk:hover {
    text-decoration: none;
  }

  .home-lnk-txt {
    display: inline;
  }

  .home-lnk-icon {
    font-family: Tmc, sans-serif;
    display: inline;
    position: relative;
    top: 4px;
  }

  .nav-group {
    height: auto;
    position: relative;
  }

  .flink-txt {
    min-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu.level1 {
    z-index: 99999;
  }

  .nav-dd-list.level3.w--open {
    column-count: 1;
  }

  .gallery-masonry-lnk {
    width: 49%;
  }

  .gallery-masonry-lnk.w2, .gallery-masonry-lnk.is-first {
    width: 100%;
  }

  .gallery-masonry-sizer {
    width: 49%;
  }

  .logo {
    line-height: 1;
  }

  .logo-lnk {
    font-size: 29px;
  }

  .logo-lnk.is-tag {
    font-size: 18px;
  }

  .logo-tag {
    text-align: center;
    width: 100%;
  }

  .head-logo {
    width: 100%;
    margin-bottom: -1px;
    padding-top: 21.85px;
    display: block;
  }

  .head-contact {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 24px;
    bottom: -32px;
  }

  .contact-phone {
    float: right;
    width: auto;
    font-size: .8rem;
  }

  .contact-email {
    float: left;
    width: auto;
    font-size: .8rem;
  }

  .top {
    z-index: 20;
    position: relative;
  }

  .flinks {
    flex-wrap: wrap;
  }

  .flink {
    width: 100%;
  }

  .flink-txt {
    padding-top: 12px;
    padding-left: 13px;
    padding-right: 3px;
  }

  .flink-lnk {
    margin-bottom: 1px;
  }
}


@font-face {
  font-family: 'Oregon ldo webfont';
  src: url('../fonts/oregon_ldo_medium-webfont.eot') format('embedded-opentype'), url('../fonts/oregon_ldo_medium-webfont.woff') format('woff'), url('../fonts/oregon_ldo_medium-webfont.ttf') format('truetype'), url('../fonts/oregon_ldo_medium-webfont.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Droidsans webfont';
  src: url('../fonts/DroidSans-webfont.eot') format('embedded-opentype'), url('../fonts/DroidSans-webfont.woff') format('woff'), url('../fonts/DroidSans-webfont.ttf') format('truetype'), url('../fonts/DroidSans-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Oregon ldo webfont';
  src: url('../fonts/oregon_ldo_light-webfont.eot') format('embedded-opentype'), url('../fonts/oregon_ldo_light-webfont.woff') format('woff'), url('../fonts/oregon_ldo_light-webfont.ttf') format('truetype'), url('../fonts/oregon_ldo_light-webfont.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tmc';
  src: url('../fonts/tmc.eot') format('embedded-opentype'), url('../fonts/tmc.woff') format('woff'), url('../fonts/tmc.ttf') format('truetype'), url('../fonts/tmc.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}