/*------------------------------------*\
  #COLORS
\*------------------------------------*/
.bg-color-1 {
  background-color: #432D12;
}

.border-color-1 {
  border-color: #432D12;
}

.text-color-1 {
  color: #432D12;
}

.bg-color-2 {
  background-color: #160400;
}

.border-color-2 {
  border-color: #160400;
}

.text-color-2 {
  color: #160400;
}

.bg-color-3 {
  background-color: #be9e64;
}

.border-color-3 {
  border-color: #be9e64;
}

.text-color-3 {
  color: #be9e64;
}

/*------------------------------------*\
  #FONTS
\*------------------------------------*/
html, body {
  color: #483b30;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.83em;
}

@media (min-width: 768px) {
  html, body {
    font-size: 1rem;
  }
}
/*------------------------------------*\
	#ELEMENTS
\*------------------------------------*/
hr {
  border-color: #432D12;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.extra-margin-hr {
  display: block;
}
.extra-margin-hr hr {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

/*------------------------------------*\
	#TEXT
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #432D12;
  font-family: "Crimson Text", serif;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 29.0909090909px;
}

p:last-child {
  margin-bottom: 0;
}

a:focus {
  outline: none;
}

/*------------------------------------*\
	#BUTTONS
\*------------------------------------*/
.btn {
  background-color: transparent;
  border-radius: 0.25em;
  color: #483b30 !important;
  font-family: "Titillium Web", sans-serif;
  line-height: 1em;
  padding-bottom: 0.75em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  padding-top: 0.75em;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  white-space: inherit;
}

.btn:hover, .btn-default:hover {
  background-color: #432D12;
  border-color: #432D12;
  color: #fff !important;
}

.btn-default {
  background-color: transparent;
  border-color: inherit;
  color: #483b30 !important;
}

.btn-wide {
  display: block;
  text-align: center;
}

.full-width-btn {
  background-color: #432D12;
  border-color: #432D12;
  color: #fff !important;
  padding: 0.9em 2em;
  text-align: left;
  width: 100%;
}

.btn-wrapper {
  display: block;
}
.btn-wrapper + .btn-wrapper {
  margin-top: 20px;
}

@media (min-width: 640px) {
  .btn-wide {
    display: inline-block;
    padding-left: 3.88em;
    padding-right: 3.88em;
  }
  .btn-wrapper {
    display: inline-block;
  }
  .btn-wrapper + .btn-wrapper {
    margin-left: 20px;
    margin-top: 0;
  }
}
:root {
  font-size: 14px;
}

@media (min-width: 768px) {
  :root {
    font-size: 18px;
  }
}
.full-img {
  width: 100%;
}

/* Hidden Login Link */
.login-hidden {
  bottom: 0;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: fixed;
  text-indent: -999px;
  width: 50px;
  z-index: 999;
}

.full-row {
  margin-left: 0;
  margin-right: 0;
}
.full-row .pane, .full-row .dnnSortable.ui-sortable.pane, .full-row .dnnSortable.ui-droppable.pane {
  padding-left: 0;
  padding-right: 0;
}

.band {
  position: relative;
  z-index: 10;
}

.band .row:not(.full-row) .pane:first-child {
  margin-top: 5.5555555556rem;
}

.band .row:not(.full-row) .pane:last-child {
  margin-bottom: 5.5555555556rem;
}

#page-78 .band .row:not(.full-row) .pane:first-child {
  margin-top: 0;
}

.no-banner #header {
  height: auto;
  position: static;
  z-index: 100;
}

.no-banner .content-pane {
  margin-top: 0;
}

.no-banner #navigation .root .sub.depth-0 {
  z-index: 100;
}

/*------------------------------------*\
	#GENERAL/HELPERS
\*------------------------------------*/
.logged-out .hide-logged-out {
  display: none !important;
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

/*------------------------------------*\
	#Type
\*------------------------------------*/
.text-title {
  font-size: 3.5rem;
  font-weight: 400;
}

.sub-heading {
  color: #be9e64;
  font-family: "Crimson Text", serif;
  font-size: 1.889rem;
  font-style: italic;
}

.primary-font {
  font-family: "Lato", sans-serif;
}

.secondary-font {
  font-family: "Crimson Text", serif;
}

.tertiary-font {
  font-family: "Titillium Web", sans-serif;
}

.text-size-1 {
  font-size: 3.5rem;
}

.text-size-2 {
  font-size: 2.778rem;
}

.text-size-3 {
  font-size: 2.222rem;
}

.text-size-4 {
  font-size: 1.889rem;
}

.text-size-5 {
  font-size: 1.556rem;
}

.text-size-6 {
  font-size: 1.389rem;
  line-height: 2.2222222222rem;
}

.text-size-7 {
  font-size: 1.222rem;
}

.text-size-small {
  font-size: 16px;
  line-height: 22px;
}

.bold-text {
  font-weight: 700;
}

.semibold-text {
  font-weight: 600;
}

.regular-text {
  font-weight: 400;
}

.light-text {
  font-weight: 300;
}

.text-underline {
  text-decoration: underline;
}

/*------------------------------------*\
	#ELEMENTS
\*------------------------------------*/
.margin-b-0 {
  margin-bottom: 0;
}

.margin-b-sm {
  margin-bottom: 10px;
}

.margin-b-md {
  margin-bottom: 15px;
}

.margin-b-lg {
  margin-bottom: 36px;
}

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

.margin-t-sm {
  margin-top: 10px;
}

.margin-t-md {
  margin-top: 15px;
}

.margin-t-lg {
  margin-top: 36px;
}

.block {
  display: block;
}

@media (max-width: 767px) {
  .equal-height {
    height: auto !important;
  }
}
.column-count-2 {
  text-align: left;
}

/* Responsive Google Map */
.google-maps {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 40%;
}

.google-maps iframe {
  height: 100% !important;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100% !important;
}

@media (min-width: 768px) {
  .column-count-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 100px; /* Chrome, Safari, Opera */
    -moz-column-gap: 100px; /* Firefox */
    column-gap: 100px;
  }
}
/*------------------------------------*\
	#HEADER
\*------------------------------------*/
.dnnForm.dnnLoginService {
  margin-top: 175px;
}

#header {
  background: -moz-linear-gradient(top, rgba(190, 158, 100, 0.9) 0%, rgba(190, 158, 100, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(190, 158, 100, 0.9) 0%, rgba(190, 158, 100, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(190, 158, 100, 0.9) 0%, rgba(190, 158, 100, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#E6BE9E64", endColorstr="#00BE9E64",GradientType=0 ); /* IE6-9 */
  content: "";
  display: block;
  height: 15rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767px) {
  #header {
    position: initial;
    height: auto;
  }
}
#header .container {
  margin: 0 auto;
  z-index: 4;
  width: 97%;
}
#header #logo {
  margin-top: 1.8333333333rem;
  margin-bottom: 1.8333333333rem;
}
#header #logo a {
  display: block;
}
#header #logo a img {
  max-width: 100%;
  width: 150px;
}
#header #mobile-nav-toggle {
  margin-top: 1.8333333333rem;
  margin-bottom: 1.8333333333rem;
  top: -100px;
}

@media (min-width: 539px) {
  #header #mobile-nav-toggle {
    top: 0;
  }
}
@media (min-width: 992px) {
  #header #logo a img {
    width: auto;
  }
}
/*------------------------------------*\
	#Popups
\*------------------------------------*/
/* General */
.popup-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999;
  background-color: rgba(58, 58, 58, 0.76);
  text-align: center;
}

.close-popup {
  position: absolute;
  top: -23px;
  right: -7px;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
.close-popup:after {
  content: "+";
  transform: rotate(45deg);
  display: block;
  color: white;
  font-weight: 500;
  font-size: 38px;
  margin-right: -16px;
  margin-top: -2px;
}

*:not(a)[popup-id] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vh;
  display: inline-block;
  background-color: white;
  border-radius: 1px;
  position: relative;
  max-width: calc(100% - 40px);
  width: 767px;
  text-align: left;
}
*:not(a)[popup-id] h1, *:not(a)[popup-id] h2, *:not(a)[popup-id] h3, *:not(a)[popup-id] h4, *:not(a)[popup-id] h5, *:not(a)[popup-id] h6 {
  text-align: center;
}
*:not(a)[popup-id] h1, *:not(a)[popup-id] h2, *:not(a)[popup-id] h3, *:not(a)[popup-id] h4, *:not(a)[popup-id] h5, *:not(a)[popup-id] h6, *:not(a)[popup-id] p {
  margin-bottom: 20px;
}
*:not(a)[popup-id] .scroll-area {
  max-height: 84vh;
  overflow: auto;
  padding: 30px;
}

a[popup-id] {
  cursor: pointer;
}

/* Delayed Popup */
div[popup-id=DelayedPopup],
div[popup-id=NewsletterPopup] {
  width: 400px;
  margin-top: 45px !important;
}
div[popup-id=DelayedPopup] .scroll-area,
div[popup-id=NewsletterPopup] .scroll-area {
  max-height: calc(100vh - 60px) !important;
}
div[popup-id=DelayedPopup] .contact-form,
div[popup-id=NewsletterPopup] .contact-form {
  margin: 0px !important;
}
div[popup-id=DelayedPopup] .contact-form .form-group,
div[popup-id=NewsletterPopup] .contact-form .form-group {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
div[popup-id=DelayedPopup] .contact-form p[data-ng-model="form.fields.Header.value"],
div[popup-id=NewsletterPopup] .contact-form p[data-ng-model="form.fields.Header.value"] {
  margin: -30px -30px 0px -30px !important;
  padding: 15px 30px 20px;
  background-color: #ae945d;
}
div[popup-id=DelayedPopup] .contact-form p[data-ng-model="form.fields.Header.value"] h2,
div[popup-id=NewsletterPopup] .contact-form p[data-ng-model="form.fields.Header.value"] h2 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  color: white;
  font-family: "Crimson Text", serif;
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
}
div[popup-id=DelayedPopup] .contact-form p[data-ng-model="form.fields.Header.value"] p,
div[popup-id=NewsletterPopup] .contact-form p[data-ng-model="form.fields.Header.value"] p {
  margin-bottom: 0px !important;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
div[popup-id=DelayedPopup] .contact-form label,
div[popup-id=NewsletterPopup] .contact-form label {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-bottom: -3px !important;
  display: block !important;
  text-align: left !important;
  padding-top: 5px !important;
}
div[popup-id=DelayedPopup] .contact-form .text-danger,
div[popup-id=NewsletterPopup] .contact-form .text-danger {
  margin-bottom: 5px !important;
}
div[popup-id=DelayedPopup] .contact-form textarea,
div[popup-id=NewsletterPopup] .contact-form textarea {
  height: 75px;
  margin-top: 10px !important;
}
div[popup-id=DelayedPopup] .contact-form .btnc,
div[popup-id=NewsletterPopup] .contact-form .btnc {
  margin: 15px 0px 0px !important;
}
div[popup-id=DelayedPopup] .contact-form .btnc button.btn.submit[type=button],
div[popup-id=NewsletterPopup] .contact-form .btnc button.btn.submit[type=button] {
  padding: 9px 18px !important;
}
div[popup-id=DelayedPopup] .alert.alert-info.submit-confirm,
div[popup-id=NewsletterPopup] .alert.alert-info.submit-confirm {
  padding: 0px 15px !important;
  margin: 0px !important;
}
div[popup-id=DelayedPopup] .alert.alert-info.submit-confirm h2,
div[popup-id=NewsletterPopup] .alert.alert-info.submit-confirm h2 {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  color: #1A0804;
  font-family: "Crimson Text", serif;
  font-size: 36px;
  line-height: 1.15;
  text-align: center;
}
div[popup-id=DelayedPopup] .alert.alert-info.submit-confirm p,
div[popup-id=NewsletterPopup] .alert.alert-info.submit-confirm p {
  margin-bottom: 0px !important;
  color: #1A0804;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

#dnn_NewsletterPopup button {
  margin-left: 15px !important;
}

/*------------------------------------*\
	#STICKY CALLOUT
\*------------------------------------*/
.sticky-callout {
  position: fixed;
  bottom: 5px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  background-color: #432d12;
  border: 1px solid #432d12;
  z-index: 99999999;
  color: white;
  line-height: 1.35;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 0px 1px 3px rgba(25, 7, 2, 0.65);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.sticky-callout:hover, .sticky-callout:focus {
  background-color: white;
  color: #432d12;
}

/*------------------------------------*\
	#TAB DROPDOWNS
\*------------------------------------*/
.desktop-tab-dropdown {
  position: absolute;
  z-index: 5;
  right: 30px;
  text-align: right;
}
.desktop-tab-dropdown:not(.expanded) .desktop-tab-dropdown__title {
  border-radius: 0px 0px 4px 4px;
}
.desktop-tab-dropdown .desktop-tab-dropdown__title {
  display: inline-block;
  background-color: #5F4B30;
  color: white;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
}
.desktop-tab-dropdown .desktop-tab-dropdown__title span {
  font-size: 14px;
  margin-left: 10px;
}
.desktop-tab-dropdown .desktop-tab-dropdown__content {
  display: none;
  width: 400px;
  max-width: 100%;
  background-color: #f7f7f7;
  color: #160400;
  text-align: left;
}
.desktop-tab-dropdown .desktop-tab-dropdown__content h1, .desktop-tab-dropdown .desktop-tab-dropdown__content h2, .desktop-tab-dropdown .desktop-tab-dropdown__content h3, .desktop-tab-dropdown .desktop-tab-dropdown__content h4, .desktop-tab-dropdown .desktop-tab-dropdown__content h5, .desktop-tab-dropdown .desktop-tab-dropdown__content h6 {
  color: white;
  margin: 0px;
}
.desktop-tab-dropdown .desktop-tab-dropdown__content h1:not(.confirm-message), .desktop-tab-dropdown .desktop-tab-dropdown__content h2:not(.confirm-message), .desktop-tab-dropdown .desktop-tab-dropdown__content h3:not(.confirm-message), .desktop-tab-dropdown .desktop-tab-dropdown__content h4:not(.confirm-message), .desktop-tab-dropdown .desktop-tab-dropdown__content h5:not(.confirm-message), .desktop-tab-dropdown .desktop-tab-dropdown__content h6:not(.confirm-message) {
  background-color: #be9e64;
  padding: 30px;
  border-bottom: 2px solid #5F4B30;
}
.desktop-tab-dropdown .desktop-tab-dropdown__content p:not(.confirm-message) {
  font-size: 13px;
  padding: 0px 30px 30px 30px;
  font-family: "Lato", sans-serif;
  margin: 0px;
  color: #333;
}

.mobile-tab-dropdown .mobile-tab-dropdown__title {
  background-color: #5F4B30;
  color: white;
  text-align: center;
  padding: 0.5em 30px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
}
.mobile-tab-dropdown .mobile-tab-dropdown__title span {
  font-size: 14px;
  margin-left: 10px;
}
.mobile-tab-dropdown .mobile-tab-dropdown__content {
  display: none;
  max-width: 100%;
  background-color: #EDEDED;
  color: #160400;
  text-align: left;
}
.mobile-tab-dropdown .mobile-tab-dropdown__content h1, .mobile-tab-dropdown .mobile-tab-dropdown__content h2, .mobile-tab-dropdown .mobile-tab-dropdown__content h3, .mobile-tab-dropdown .mobile-tab-dropdown__content h4, .mobile-tab-dropdown .mobile-tab-dropdown__content h5, .mobile-tab-dropdown .mobile-tab-dropdown__content h6 {
  color: white;
  margin: 0px;
}
.mobile-tab-dropdown .mobile-tab-dropdown__content h1, .mobile-tab-dropdown .mobile-tab-dropdown__content h2, .mobile-tab-dropdown .mobile-tab-dropdown__content h3, .mobile-tab-dropdown .mobile-tab-dropdown__content h4, .mobile-tab-dropdown .mobile-tab-dropdown__content h5, .mobile-tab-dropdown .mobile-tab-dropdown__content h6 {
  background-color: #be9e64;
  padding: 30px;
  border-top: 1px solid #be9e64;
  border-bottom: 2px solid #5F4B30;
}
.mobile-tab-dropdown .mobile-tab-dropdown__content p {
  font-size: 13px;
  padding: 0px 30px 30px 30px;
  font-family: "Lato", sans-serif;
  margin: 0px;
  color: #333;
}

/*------------------------------------*\
	#NAVIGATION
\*------------------------------------*/
@media (min-width: 992px) {
  #navigation {
    float: right;
    font-family: "Crimson Text", serif;
    margin-top: 3.3333333333rem;
    position: static;
    text-align: right;
    width: auto;
  }
  #navigation .root {
    float: left;
    position: static;
    vertical-align: top;
    /* Submenu Hover Triangle */
    /* Highlight last button (Book Now) */
  }
  #navigation .root > a {
    color: #432D12;
    font-size: 1.0555555556rem;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 0.38em;
    padding-top: 0.38em;
    position: relative;
    margin: 0 0.7777777778rem;
    text-align: left;
  }
  #navigation .root.has-child:hover > a:before {
    content: "";
    border-color: transparent transparent #DAC69E transparent;
    border-style: solid;
    border-width: 1.45em;
    display: block;
    left: calc(50% - 0.725em - 1.055em);
    position: absolute;
    bottom: -23px;
    opacity: 0.93;
  }
  #navigation .root.first > a {
    margin-left: 0;
  }
  #navigation .root.last > a {
    background-color: #432D12;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 0.9444444444rem;
    font-style: italic;
    font-weight: 400;
    margin-right: 0;
    padding: 0.44em 0.67em;
  }
  #navigation .root .sub {
    color: #432D12;
    font-family: "Crimson Text", serif;
    text-align: left;
  }
  #navigation .root .sub a {
    color: inherit;
  }
  #navigation .root .sub.depth-0 {
    background-color: rgba(218, 198, 158, 0.93);
    left: 0 !important;
    padding: 0 calc(1.5% + 30px);
    position: absolute;
    top: 108px;
    width: 100%;
  }
  #navigation .root .sub.depth-0 > .item {
    padding-top: 4.1em;
    padding-bottom: 4.1em;
  }
  #navigation .root .sub.depth-0 > .item > a {
    font-weight: 700;
    font-size: 1.889rem;
    line-height: 1em;
    margin-bottom: 0.4em;
  }
  #navigation .root .sub.depth-1 .item {
    display: inline-block;
  }
  #navigation .root .sub.depth-1 .item + .item {
    margin-left: 2.2em;
  }
  #navigation .root .sub.depth-1 .item a {
    padding: 0.57em 0;
  }
  #navigation .root .sub .sub {
    display: block !important;
    left: auto !important;
    position: static;
  }
  #navigation .root.num-2 .sub.depth-0 > .item {
    display: table-cell;
    padding-bottom: 2em;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2em;
    width: 30%;
  }
  #navigation .root.num-2 .sub.depth-0 > .item + .item {
    border-left: solid 1px;
  }
  #navigation .root.num-2 .sub.depth-0 > .item .depth-1 > .item {
    display: block;
    margin: 0;
  }
  #navigation .root.num-2 .sub.depth-0 > .item.first {
    padding-left: 0;
  }
  #navigation .root.num-2 .sub.depth-0 > .item.last {
    padding-right: 0;
  }
  #navigation .root.num-2 .sub.depth-0 > .item.num-1 {
    width: 40%;
  }
  #navigation .root.num-2 .sub.depth-0 > .item.num-1 .item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #navigation .root > a {
    font-size: 1.1666666667rem;
    margin: 0 1.0555555556rem;
    padding-bottom: 3.0555555556rem;
  }
  #navigation .root.last > a {
    font-size: 1rem;
    padding: 0.44em 0.95em;
  }
  #navigation .root.has-child:hover > a:before {
    bottom: 0;
  }
  #navigation .root .sub.depth-0 {
    top: auto;
  }
  #navigation .root.num-2 .sub.depth-0 > .item.num-1 .item {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  #navigation .root.num-2 .sub.depth-0 > .item {
    padding-left: 90px;
    padding-right: 90px;
  }
}
/*------------------------------------*\
	#Interior Banner
\*------------------------------------*/
#banner {
  position: relative;
  z-index: 1;
}

.interior-banner {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 375px;
  position: relative;
  text-align: center;
  width: 100%;
}
.interior-banner .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  bottom: -10px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.interior-banner .breadcrumb p {
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  color: #432D12;
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-size: 2.4444444444rem;
  padding: 14px 20px 0;
}

@media (min-width: 768px) {
  .interior-banner .breadcrumb {
    right: 3%;
    width: auto;
  }
}
/*------------------------------------*\
	#FOOTER
\*------------------------------------*/
#footer {
  background: #be9e64; /* The Fallback */
  background: rgba(190, 158, 100, 0.75);
  color: #432D12;
  font-family: "Titillium Web", sans-serif;
  padding-bottom: 1.3em;
  padding-top: 1.3em;
  position: relative;
  text-align: center;
}
#footer p {
  margin-bottom: 0;
}
#footer p a {
  color: #483b30;
}
#footer p:first-child {
  margin-bottom: 20px;
}
#footer .custom-icon-forest-service {
  color: #005941;
  font-size: 24px;
  margin-bottom: -0.375em;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
  top: -0.17em;
}
#footer .footer-2-pane {
  margin-top: 30px;
}
#footer .footer-social {
  margin: 0;
  text-align: center;
}
#footer .footer-social li {
  display: inline-block;
  font-size: 34px;
  padding: 0 18px;
}
#footer .footer-social li:last-child {
  font-size: 52px;
  margin-bottom: -0.375em;
  overflow: hidden;
  position: relative;
  top: -0.17em;
}
#footer .footer-social li a {
  color: #483b30;
}

@media (min-width: 1200px) {
  #footer {
    text-align: inherit;
  }
  #footer p:first-child {
    margin-bottom: 10px;
  }
  #footer .footer-2-pane {
    margin-top: 15px;
  }
  #footer .footer-social {
    text-align: right;
  }
}
/*------------------------------------*\
	#FULLBANDHIGHLIGHT
\*------------------------------------*/
.full-band-highlight {
  background: center center no-repeat;
  background-size: cover;
  font-size: 1.3888888889rem;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 7.2222222222rem;
  padding-top: 7.2222222222rem;
  text-align: center;
}
.full-band-highlight .item {
  padding-bottom: 2.7777777778rem;
  padding-top: 2.7777777778rem;
}
.full-band-highlight .item p {
  margin: 0;
}
.full-band-highlight .item p span {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 1.92em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.58em;
}

@media (min-width: 768px) {
  .full-band-highlight .item.col-sm-6:nth-child(2), .full-band-highlight .item.col-sm-6:nth-child(4) {
    border-left: solid 1px;
  }
  .full-band-highlight .item.col-sm-6:nth-child(1), .full-band-highlight .item.col-sm-6:nth-child(2) {
    border-bottom: solid 1px;
  }
  .full-band-highlight .item.col-sm-4 {
    border-left: solid 1px;
  }
  .full-band-highlight .item.col-sm-4:first-child {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .full-band-highlight .item.col-md-3:nth-child(2), .full-band-highlight .item.col-md-3:nth-child(4) {
    border-left: none;
  }
  .full-band-highlight .item.col-md-3:nth-child(1), .full-band-highlight .item.col-md-3:nth-child(2) {
    border-bottom: none;
  }
  .full-band-highlight .item.col-md-3:not(:first-child) {
    border-left: solid 1px;
  }
}
/*------------------------------------*\
	#PICTURE HIGHTLIGHTS
\*------------------------------------*/
.picture-highlights {
  background: center center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 1.7222222222rem;
  font-weight: 300;
  line-height: 1em;
  overflow: hidden;
}
.picture-highlights p {
  background: #be9e64; /* The Fallback */
  background: rgba(190, 158, 100, 0.85);
  refont-style: italic;
  margin: calc(100% - 2.66em) 0 0 0;
  overflow: hidden;
  padding: 0.83em 1em;
  white-space: nowrap;
  width: 100%;
}
.picture-highlights p a {
  color: #483b30;
}

.pane + .pane .picture-highlights {
  margin-top: 0.2em;
}

/* Link */
.picture-highlight-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .picture-highlights {
    font-size: 1.1111111111rem;
  }
  .picture-highlights p {
    margin-top: 107%;
  }
  .pane + .pane .picture-highlights {
    border-left: solid 3px #fff;
    margin-top: 0;
  }
  .pane + .pane .picture-highlights p {
    margin-top: 107.66%;
  }
}
@media (min-width: 992px) {
  .picture-highlights {
    font-size: 1.4444444444rem;
  }
}
@media (min-width: 1200px) {
  .picture-highlights {
    font-size: 1.7222222222rem;
  }
}
/*--------------------------------------*\
	#PICTURE HIGHTLIGHTS HIDDEN CONTENT
\*--------------------------------------*/
.picture-highlights.highlights--hidden {
  overflow: hidden;
  position: relative;
}
.picture-highlights.highlights--hidden:hover .hidden-content {
  top: 0;
}
.picture-highlights.highlights--hidden p a {
  color: #483b30;
}
.picture-highlights.highlights--hidden .hidden-content {
  background: #432D12; /* The Fallback */
  background: rgba(67, 45, 18, 0.97);
  top: -100%;
  left: 0;
  height: calc(100% - 2.66em);
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}
.picture-highlights.highlights--hidden .hidden-content .hidden-content__area {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.picture-highlights.highlights--hidden .hidden-content ul {
  margin: 0;
  padding: 0;
}
.picture-highlights.highlights--hidden .hidden-content ul li {
  color: #be9e64;
  font-size: 20px;
  list-style-type: none;
  margin: 15px 25px;
}
.picture-highlights.highlights--hidden .hidden-content .btn {
  border-color: #be9e64;
  color: #be9e64 !important;
}
.picture-highlights.highlights--hidden .hidden-content .btn:hover {
  background-color: #be9e64;
  border-color: #be9e64;
  color: #fff !important;
}

@media (min-width: 768px) {
  .picture-highlights {
    border-bottom: 3px solid #fff;
  }
  .picture-highlights.picture-highlights-2 {
    border-top: 3px solid #fff;
  }
  .picture-highlights.picture-highlights-2 p {
    margin-top: 65.5%;
  }
  .picture-highlights.picture-highlights-2 a {
    color: #483b30;
  }
  .pane + .pane .picture-highlights-2 p {
    margin-top: 65.66%;
  }
  .picture-highlights.highlights--hidden .hidden-content ul li {
    font-size: 17px;
  }
  .picture-highlights.highlights--hidden .hidden-content .btn {
    padding: 0.5em 1.2em;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .picture-highlights.highlights--hidden .hidden-content ul li {
    font-size: 20px;
    margin: 30px 25px;
  }
  .picture-highlights.highlights--hidden .hidden-content .btn {
    font-size: 1rem;
    padding-bottom: 0.75em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-top: 0.75em;
  }
}
/*------------------------------------*\
	#PICTURE HIGHTLIGHT SMALL
\*------------------------------------*/
.picture-highlight-small .picture-area {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.7222222222rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1em;
  overflow: hidden;
}
.picture-highlight-small .picture-area p {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+74&0+0,0.65+74 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 74%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 74%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
  margin: 150px 0 0 0;
  overflow: hidden;
  padding: 2em 1em 0.83em;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.pane + .pane .picture-highlight-small {
  margin-top: 0.2em;
}

@media (min-width: 450px) {
  .picture-highlight-small .picture-area p {
    margin: 300px 0 0 0;
  }
}
@media (min-width: 768px) {
  .picture-highlight-small {
    border-bottom: 3px solid #fff;
  }
  .picture-highlight-small .picture-area + .picture-area {
    border-left: 3px solid #fff;
  }
  .pane + .pane .picture-highlight-small {
    border-left: solid 3px #fff;
    margin-top: 0;
  }
}
/*------------------------------------*\
	#EQUAL HEIGHT IMAGE
\*------------------------------------*/
.equal-height-img {
  position: relative;
}

.equal-height-img--img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.equal-height-img--content :first-child {
  margin-top: 0;
}

.equal-height-img--content :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .equal-height-img--img {
    border-radius: 50%;
    margin: 0 auto 30px auto;
    overflow: hidden;
    height: 250px;
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .equal-height-img--img {
    border-radius: 0;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .equal-height-img--img .img-caption {
    left: 0;
    width: 100%;
  }
  .equal-height-img__left .equal-height-img--img {
    left: 0;
  }
  .equal-height-img__left .equal-height-img--content {
    float: right;
    padding-left: 60px;
  }
  .equal-height-img__right .equal-height-img--img {
    right: 0;
  }
  .equal-height-img__right .equal-height-img--content {
    padding-right: 60px;
  }
}
/*------------------------------------*\
	#ACCORDION
\*------------------------------------*/
.accordion {
  margin-top: 60px;
}
.accordion .item {
  margin: 25px 0;
  position: relative;
}
.accordion .item .title {
  border: 1px solid #483b30;
  color: #483b30;
  cursor: pointer;
  display: table;
  font-family: "Crimson Text", serif;
  font-size: 1.6666666667rem;
  line-height: 37px;
  position: relative;
  width: 100%;
}
.accordion .item .title a {
  color: inherit;
  display: table-cell;
  padding: 14px 25px;
  vertical-align: middle;
  width: 85%;
}
.accordion .item .title .edit,
.accordion .item .title .sort {
  position: absolute;
}
.accordion .item .title .indicator {
  background: #fff;
  border-left: 1px solid #483b30;
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}
.accordion .item .title .indicator span.expand {
  color: #483b30;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 28px;
  font-weight: 200;
  height: 100%;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2pxs ease;
}
.accordion .item.active .title {
  background: #432D12;
  color: #be9e64;
}
.accordion .item.active .title a {
  color: inherit;
}
.accordion .item.active .title .indicator {
  background: #432D12;
  border-color: #be9e64;
}
.accordion .item.active .title .indicator .expand {
  color: #be9e64;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .item .content {
  font-size: 1.1111111111rem;
  line-height: 2.2222222222rem;
  padding: 30px 0 20px;
}

@media (min-width: 992px) {
  .accordion {
    margin-left: auto;
    margin-right: auto;
    width: 82%;
  }
  .accordion .item .title a {
    width: 92%;
  }
  .accordion .indicator {
    width: 8%;
  }
}
/*------------------------------------*\
	#Border Column
\*------------------------------------*/
.border-col + .border-col p {
  border-top: 1px solid;
  padding-top: 36px;
}

@media (min-width: 768px) {
  .border-col + .border-col {
    border-left: 1px solid;
  }
  .border-col + .border-col p {
    border-top: none;
    padding-top: 0;
  }
}
/*------------------------------------*\
	#BOTTOMQUOTE
\*------------------------------------*/
.latigo-testimonials {
  padding-bottom: 1em;
  position: relative;
  width: 100%;
}
.latigo-testimonials:after {
  background: url(../images/quote-bg.jpg) center top no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.12;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.latigo-testimonials .sort {
  display: none;
}
.latigo-testimonials .item {
  display: none;
  width: 100%;
}

.bottom-quote {
  font-size: 0.8333333333rem;
  margin-top: 0;
  padding-top: 7.55em;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center;
}
.bottom-quote:before {
  background: url(../images/quote-symbol.png) center top no-repeat;
  content: "";
  display: block;
  height: 81px;
  left: calc(50% - 41px);
  margin: 0 auto 0.25em auto;
  position: absolute;
  top: 1px;
  width: 81px;
}
.bottom-quote .author {
  border-bottom: solid 1px;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.66em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 36px;
}
.bottom-quote .quote {
  color: #be9e64;
  font-family: "Crimson Text", serif;
  font-size: 2.22em;
  line-height: 1.57em;
  margin: 0 auto 1em auto;
  max-width: 992px;
}
.bottom-quote .btn {
  background-color: rgba(255, 255, 255, 0.6);
}
.bottom-quote .btn:hover {
  background-color: #432D12;
}

.footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4em 0 0em;
}
.footer-logos a {
  text-decoration: none;
  outline: 0;
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
}
.footer-logos img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .footer-logos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-logos a {
    flex: 0 0 33%;
  }
}
@media (max-width: 767px) {
  .footer-logos a {
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) {
  .bottom-quote {
    font-size: inherit;
  }
  .bottom-quote .author {
    margin-top: 0;
  }
}
/* Hack to for Last Footer Logo to Make things centered */
/*------------------------------------*\
	#Testimonails
\*------------------------------------*/
.video {
  position: relative;
}

/*------------------------------------*\
	#Gallery
\*------------------------------------*/
/* #GALLERY MENU
------------------------------------*/
.gallery-menu {
  margin-bottom: 2.2em;
}
.gallery-menu ul {
  border: 1px solid #432D12;
  border-radius: 5px;
  margin: 0;
  overflow: hidden; /* clears float on li elements */
  padding: 0;
}
.gallery-menu ul li {
  display: block;
  list-style-type: none;
  text-align: center;
}
.gallery-menu ul li:first-child > a {
  border-top: none;
}
.gallery-menu ul li a {
  border-top: 1px solid;
  color: #432D12;
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 1.3333333333rem;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  width: 100%;
}
.gallery-menu ul li a:hover {
  background-color: #432D12;
  color: #fff;
}

@media (min-width: 500px) {
  .gallery-menu ul li a {
    border-left: 1px solid #432D12;
    border-top: none;
    float: left;
    width: 16.6666667%;
  }
  .gallery-menu ul li:first-child > a {
    border-left: none;
  }
}
/* #GALLERY MODULE
------------------------------------*/
.ModEasyDNNGalleryC {
  margin: 2.2em 0 3em;
}

/*------------------------------------*\
	#BLOG
\*------------------------------------*/
/* Menu
------------------------------------------------------------------------------------ */
.logged-out .NA-Menu {
  display: none;
}

.NA-Menu {
  margin: 1.15em 0;
}

.NA-Menu a {
  margin: 0 0.5em;
}

.NA-Menu a:first-child {
  margin-left: 0;
}

/* Listing
------------------------------------------------------------------------------------ */
.NA-article {
  border-top: 1px solid;
  padding: 2em 0;
}
.NA-article:first-child {
  border-top: none;
  padding-top: 0;
}
.NA-article .NA-title {
  margin-bottom: 0;
}
.NA-article .NA-title a {
  color: #432D12;
}
.NA-article .NA-details {
  font-size: 0.8333333333rem;
  margin-bottom: 20px;
}
.NA-article .NA-listing-content .NA-listing-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 30px;
  width: 100%;
}
.NA-article .NA-listing-content .btn {
  font-size: 1rem;
  margin-top: 1.5em;
  padding: 0.75em 1em;
}

@media (min-width: 768px) {
  .NA-article .NA-listing-content .NA-listing-image {
    height: 250px;
  }
  .NA-article .NA-listing-content .col-sm-5,
  .NA-article .NA-listing-content .col-md-3 {
    padding-right: 0;
  }
  .NA-article .NA-listing-content .NA-text {
    font-size: 0.9444444444rem;
  }
  .NA-article .NA-listing-content .btn {
    font-size: 0.8888888889rem;
    margin-top: 1.5em;
    padding: 0.75em 1em;
  }
}
/* Pager
------------------------------------------------------------------------------------ */
/* Arrows */
.listing-prev a,
.listing-next a {
  border: 1px solid #432D12;
  color: #432D12;
  display: inline-block;
  font-size: 1rem;
  padding: 0.65em 1em;
}

.listing-prev a:hover, .listing-next a:hover {
  background-color: #432D12;
  color: #fff;
}

/* View
------------------------------------------------------------------------------------ */
.Na-view .NA-title {
  color: #432D12;
  margin-bottom: 0;
}
.Na-view .NA-view-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.Na-view .NA-details {
  font-size: 0.8333333333rem;
  margin-bottom: 20px;
}

/* Categories
------------------------------------------------------------------------------------ */
.blog-cat-menu {
  margin-bottom: 2em;
}

.blog-menu-trigger {
  border: 1px solid #432D12;
  border-radius: 5px;
  color: #432D12;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  padding: 0.5em 2em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}
.blog-menu-trigger.open {
  background: #432D12;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.blog-menu-trigger:hover {
  background: #432D12;
  color: #fff;
}

.blog-menu {
  border: 1px solid #432D12;
  border-top: none;
  display: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 0.3em 0;
  text-align: left;
  width: 100%;
}
.blog-menu li {
  padding: 0.5em 2em;
}
.blog-menu li a {
  color: #432D12;
}

/*------------------------------------*\
	#Adding Date/Time to Artcile
\*------------------------------------*/
/* Publish Date */
#dnn_ctr541_NewsArticles_ucSubmitNews_txtPublishDate {
  display: inline-block;
}

/* Publish Hour/Minute */
#dnn_ctr541_NewsArticles_ucSubmitNews_txtPublishHour,
#dnn_ctr541_NewsArticles_ucSubmitNews_txtPublishMinute {
  display: inline-block;
  width: 60px !important;
}

/* Expiration Date */
#dnn_ctr541_NewsArticles_ucSubmitNews_txtExpiryDate {
  display: inline-block;
}

/* Expiration Hour/Minute */
#dnn_ctr541_NewsArticles_ucSubmitNews_txtExpiryHour,
#dnn_ctr541_NewsArticles_ucSubmitNews_txtExpiryMinute {
  display: inline-block;
  width: 60px !important;
}

/*------------------------------------*\
	#CONTACT FORM
\*------------------------------------*/
.contact-form {
  font-family: "Lato", sans-serif;
  max-width: 767px;
  margin: 30px auto;
}
.contact-form.contact-form--mini {
  font-size: 15px;
}
.contact-form.contact-form--mini .c-form .row {
  margin: 0px 10px !important;
}
.contact-form.contact-form--mini .c-form .row [class*=col] {
  padding: 0px 7px !important;
}
.contact-form.contact-form--mini .c-form .row [class*=col] label {
  display: block !important;
  text-align: left !important;
  line-height: 1.3 !important;
}
.contact-form.contact-form--mini .c-form .row [class*=col] div.checkbox {
  margin: 0px !important;
  width: 50% !important;
  float: left;
  padding-top: 0px !important;
}
.contact-form.contact-form--mini .alert-info {
  background: transparent !important;
  margin: 0px 15px !important;
}
.contact-form.contact-form--mini .alert-info p {
  margin-bottom: 0px !important;
  font-weight: 400 !important;
}
.contact-form.contact-form--mini div.has-error {
  margin-bottom: 0px !important;
}
.contact-form.contact-form--mini .text-danger {
  position: initial !important;
  float: left;
}
.contact-form .btn,
.contact-form button[type=button].btn.btn-info.submit {
  background-color: transparent !important;
  border: 1px solid #483b30 !important;
  border-radius: 0.25em !important;
  box-shadow: none !important;
  color: #483b30 !important;
  font-family: "Titillium Web", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1em !important;
  margin-left: 0px !important;
  padding-bottom: 0.75em !important;
  padding-left: 1.6em !important;
  padding-right: 1.6em !important;
  padding-top: 0.75em !important;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in !important;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in !important;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in !important;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in !important;
  text-transform: none !important;
  white-space: inherit !important;
}
.contact-form .btn:hover, .contact-form .btn:focus, .contact-form .btn:active,
.contact-form button[type=button].btn.btn-info.submit:hover,
.contact-form button[type=button].btn.btn-info.submit:focus,
.contact-form button[type=button].btn.btn-info.submit:active {
  background-color: #432D12 !important;
  border-color: #432D12 !important;
  color: #fff !important;
}
.contact-form .field-container {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.contact-form label {
  padding-top: 15px !important;
}
.contact-form input[type=checkbox].normalCheckbox {
  border: none !important;
  box-shadow: none !important;
}
.contact-form input[type=checkbox] + span {
  color: #666 !important;
}
.contact-form input[type=checkbox]:after {
  border-color: #aaa !important;
  border-width: 1px !important;
}
.contact-form input[type=checkbox]:checked:after {
  background-color: #aaa !important;
}
@media (max-width: 991px) {
  .contact-form div.has-error {
    margin-bottom: 35px !important;
  }
}
.contact-form .field-container:not(.has-error) .text-danger {
  display: none !important;
  opacity: 0 !important;
  position: absolute !important;
}
.contact-form .has-error input:not([type=checkbox]), .contact-form .has-error select, .contact-form .has-error textarea {
  box-shadow: inset 0 -1px 0 #900 !important;
}
.contact-form .has-error input:not([type=checkbox]):focus, .contact-form .has-error input:not([type=checkbox]):active, .contact-form .has-error select:focus, .contact-form .has-error select:active, .contact-form .has-error textarea:focus, .contact-form .has-error textarea:active {
  box-shadow: inset 0 -2px 0 #900 !important;
}
.contact-form .text-danger {
  color: #900 !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  display: block !important;
  margin-top: 5px !important;
  position: absolute;
}
.contact-form .text-danger + .text-danger {
  display: none !important;
}
.contact-form .alert-info {
  background: white !important;
  box-shadow: none !important;
  max-width: 767px;
  margin: auto;
}
.contact-form .alert-info .hidden-script {
  opacity: 0;
  position: absolute;
}
.contact-form .alert-info h1 {
  color: #432D12 !important;
  font-family: "Crimson Text", serif !important;
}

/* Focus */
.bstrap3-material .contact-form textarea:focus, .bstrap3-material .contact-form textarea.form-control:focus, .bstrap3-material .contact-form input.form-control:focus, .bstrap3-material .contact-form input[type=text]:focus, .bstrap3-material .contact-form input[type=password]:focus, .bstrap3-material .contact-form input[type=email]:focus, .bstrap3-material .contact-form input[type=number]:focus, .bstrap3-material .contact-form .form-control[type=text]:focus, .bstrap3-material .contact-form .form-control[type=password]:focus, .bstrap3-material .contact-form .form-control[type=email]:focus, .bstrap3-material .contact-form .form-control[type=tel]:focus, .bstrap3-material .contact-form .form-control[contenteditable]:focus, .contact-form input:not([type=checkbox]):not(.btn):focus, .contact-form select:focus, .contact-form textarea:focus {
  -webkit-box-shadow: inset 0 -2px 0 #be9e64 !important;
  box-shadow: inset 0 -2px 0 #be9e64 !important;
  border-color: #be9364 !important;
}

.bstrap3-material .contact-form textarea:focus, .bstrap3-material .contact-form textarea.form-control:focus {
  border: 1px solid #be9e64 !important;
}

/* Text Area */
.bstrap3-material .contact-form textarea,
.bstrap3-material .contact-form textarea.form-control {
  height: 160px;
  resize: none;
}

/* Button */
.bstrap3-material .contact-form .col-sm-offset-12 {
  margin-left: 0;
}

/*------------------------------------*\
	#Sharpspring
\*------------------------------------*/
[ss-break] {
  min-height: 0px !important;
}
[ss-break] > div {
  min-height: 0px !important;
}
[ss-break] iframe {
  min-height: 0px !important;
}

/*------------------------------------*\
	#SurveyPin
\*------------------------------------*/
#SurveyPin {
  background-color: #be9e64;
  width: 225px;
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  #SurveyPin {
    bottom: 45px;
  }
}
#SurveyPin .close {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: white;
  color: #333;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  font-size: 18px;
}
#SurveyPin .message {
  display: inline-block;
  padding: 15px;
  color: white;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.4;
}
#SurveyPin .message strong {
  display: inline-block;
}
#SurveyPin.hidden {
  display: none !important;
}

#page-115 #SurveyPin {
  display: block !important;
}

.navbar-brand {
  height: 92px;
  padding: 16px 0 0 0;
  margin: 0 auto 0 0;
}
.navbar-brand a, .navbar-brand img {
  display: block;
  height: 100%;
  max-width: auto;
}
@media (max-width: 1099px) {
  .navbar-brand {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    height: 70px;
  }
}

.navbar {
  margin-bottom: 0;
}
.navbar ul {
  list-style: none !important;
}

.navbar-toggler {
  appearance: none;
  background: none;
  border: none;
  line-height: 24px;
  width: 40px;
  height: 40px;
  position: relative;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler:focus-visible {
  box-shadow: 0 0 4px 1px rgba(67, 45, 18, 0.5);
}
.navbar-toggler:before {
  content: "\e236";
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar-toggler[aria-expanded=true]::after {
  content: "";
  position: absolute;
  top: calc(100% + 24px);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 21px 20px;
  border-color: transparent transparent #DAC69E transparent;
  opacity: 1;
}

.nav > li > a:focus {
  background-color: unset;
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
  .navbar {
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .navbar-collapse > div {
    float: right;
    clear: both;
    display: block;
  }
  .navbar .navbar-nav > li:last-child a {
    padding-right: 0;
  }
  .navbar .navbar-nav > li > a {
    line-height: 1.2;
    color: #432D12;
    font-family: "Crimson Text", serif;
  }
  .navbar .nav > li > a:hover,
  .navbar .nav .open > a {
    background: none;
  }
  .navbar .nav-top a {
    font-weight: 400;
    font-size: 0.89rem;
  }
  .navbar .nav-top a[data-name*=Book] {
    background-color: #432D12 !important;
    color: white;
    padding-right: 15px !important;
  }
  .navbar .nav-main a {
    font-size: 1.22rem;
    font-weight: 600;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .nav-main a {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .navbar .nav-top,
  .navbar .nav-main {
    text-align: right;
  }
  .dropdown:hover {
    cursor: pointer;
  }
  .dropdown-menu {
    min-width: 400px;
    border: none;
    padding: 0;
    left: 16px;
    top: calc(100% + 21px);
  }
  .dropdown-menu::before, .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -21px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 21px 20px;
    border-color: transparent transparent white transparent;
    opacity: 1;
  }
  .dropdown-menu::before {
    opacity: 0.2;
    top: -18px;
    border-color: transparent transparent black transparent;
    filter: blur(4px);
    z-index: 0;
  }
  .dropdown-menu .mega {
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 16px 24px;
    z-index: 1004;
    position: relative;
  }
  .dropdown-menu .mega ul {
    flex: 1;
    margin-left: 0 !important;
  }
  .dropdown-menu .mega ul:first-child {
    border-right: 1px solid rgba(67, 45, 18, 0.12);
    padding-right: 32px;
    margin-right: 24px;
  }
  .dropdown-menu .mega li {
    line-height: 1.2;
    margin: 8px 0;
  }
  .dropdown-menu .mega a {
    color: #432D12;
    font-family: "Crimson Text", serif;
    font-size: 0.89rem;
    font-weight: 400;
    padding: 0;
    line-height: 1.2;
  }
  .dropdown-menu .mega a:hover, .dropdown-menu .mega a.active {
    color: #be9e64;
  }
  .dropdown-menu .mega a.mega-header {
    font-size: 1rem;
    font-weight: 600;
  }
}
.nav .open > a,
.nav .open > a:focus {
  background-color: unset;
  border: none;
}

.mobile-nav {
  border: none;
  width: 100%;
}
.mobile-nav .navbar-collapse {
  position: relative;
  z-index: 999;
  padding: 0;
  background-color: #DAC69E;
  margin: 2rem 0 0 0;
}
.mobile-nav .navbar-nav {
  margin: 0;
  line-height: 24px;
  border: none;
}
.mobile-nav .nav-link {
  display: block;
  font-family: "Crimson Text", serif;
  color: #432D12;
  transition: all 0.3s ease;
  padding-left: 40px;
  padding-right: 40px;
}
.mobile-nav .nav-item {
  border-bottom: 1px solid rgba(67, 45, 18, 0.12);
}
.mobile-nav .nav-item ul {
  margin-left: 0;
}
.mobile-nav .nav-item.level-1, .mobile-nav .nav-item.level-2:last-child {
  border-bottom: none;
}
.mobile-nav .nav-item.level-0 > .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 21px;
  font-weight: 600;
}
.mobile-nav .nav-item.level-0 > .nav-link:hover, .mobile-nav .nav-item.level-0 > .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.mobile-nav .nav-item.level-0 > .nav-link[data-name*=Book] {
  background-color: #432D12;
  color: white;
  text-align: center;
  justify-content: center;
  font-family: "Titillium Web", sans-serif;
}
.mobile-nav .nav-item.dropdown > .nav-link::after {
  content: "\e114";
  font-family: "Glyphicons Halflings";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  margin-right: 10px;
}
.mobile-nav .nav-item.dropdown > .nav-link[aria-expanded=true]::after {
  content: "\e113";
}
.mobile-nav .nav-item.level-1 .nav-link, .mobile-nav .nav-item.level-2 .nav-link {
  background-color: white;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile-nav .nav-item.level-1 > .nav-link {
  font-weight: 600;
  padding-left: 40px;
}
.mobile-nav .nav-item.level-2 > .nav-link {
  font-size: 16px;
  padding-left: 48px;
}
.mobile-nav .dropdown-menu,
.mobile-nav .sub-menu {
  margin: 0;
  padding: 0;
}
.mobile-nav .dropdown-menu .nav-item,
.mobile-nav .sub-menu .nav-item {
  border: none;
}
.mobile-nav .dropdown-menu .nav-link,
.mobile-nav .sub-menu .nav-link {
  border-top: 1px solid rgba(67, 45, 18, 0.12);
}
.mobile-nav .dropdown-menu .nav-link:hover, .mobile-nav .dropdown-menu .nav-link:focus,
.mobile-nav .sub-menu .nav-link:hover,
.mobile-nav .sub-menu .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home-banner {
  height: 800px;
  margin-top: -2.7777777778rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.home-banner video {
  display: none;
}
.home-banner .mobile-banner {
  background: url(../images/home-banner.jpg) center top no-repeat;
  background-size: cover;
  height: 700px;
}
.home-banner .content {
  bottom: 35%;
  position: absolute;
  width: 100%;
}
.home-banner .content .heading {
  background-color: rgba(255, 255, 255, 0.9);
  color: #160400;
  font-size: 2.2777777778rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 100;
  line-height: 1em;
  padding: 1em 1.8333333333rem;
}
.home-banner .content .sub-heading {
  background: #160400; /* The Fallback */
  background: rgba(22, 4, 0, 0.9);
  color: #B4B4B4;
  font-family: "Crimson Text", serif;
  font-size: 1.4444444444rem;
  font-style: italic;
  line-height: 1em;
  padding: 0.53em 1.8333333333rem;
}
.home-banner .content .link {
  background: #be9e64; /* The Fallback */
  background: rgba(190, 158, 100, 0.9);
  color: #fff;
  font-size: 1.2777777778rem;
  font-style: italic;
  font-weight: 600;
  height: 100%;
  line-height: 1rem;
}
.home-banner .content .link:hover {
  background: #be9e64; /* The Fallback */
  background: rgba(190, 158, 100, 0.96);
}
.home-banner .content .link a {
  color: #fff;
  display: inline-block;
  padding: 0.8em 1.8333333333rem;
  width: 100%;
}

@media (min-width: 768px) {
  .home-banner {
    text-align: inherit;
  }
  .home-banner .mobile-banner {
    display: none;
  }
  .home-banner video {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
  }
  .home-banner .content {
    bottom: 20%;
    float: right;
    margin: 0;
    right: 3%;
    width: auto;
  }
  .home-banner .content .heading {
    padding: 0.4em 1.8333333333rem;
    margin-right: 9.0555555556rem;
  }
  .home-banner .content .sub-heading {
    padding: 0.58em 1.8333333333rem 0.5em;
    margin-right: 9.0555555556rem;
  }
  .home-banner .content .link {
    line-height: 5.4444444444rem;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* #Trip Advisor Badge
------------------------------------*/
.home-banner-badge {
  left: calc(50% - 97px);
  position: absolute;
  top: -13em;
}

@media (min-width: 768px) {
  .home-banner-badge {
    left: 30px;
  }
}
/* #Awards Symbol
------------------------------------*/
.home-award-badge {
  position: relative;
  padding-bottom: 4em;
}

.home-award-badge > img {
  left: calc(50% - 98.5px);
  position: absolute;
  top: -7.7em;
}

#page-41 .band.band-1 .container {
  width: 100%;
}

#page-41 .top-50-badge {
  display: block;
  margin: 60px auto 0;
}

@media (min-width: 992px) {
  #page-41 .top-50-badge {
    margin: 0 auto;
  }
}
/*------------------------------------*\
	#MODULECONTAINERS
\*------------------------------------*/
/* #Box Gray Containers
------------------------------------*/
.module-container-box-gray {
  background: #f6f6f6;
  padding: 100px 50px;
}
.module-container-box-gray.module-container-box-gray--darker {
  background: #ededed;
}
.module-container-box-gray .module-container-content-pane {
  margin: 0 auto;
  max-width: 500px;
}

@media (min-width: 768px) {
  .module-container-box-gray .module-container-content-pane .btn-wrapper {
    display: block;
  }
  .module-container-box-gray .module-container-content-pane .btn-wrapper + .btn-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .module-container-box-gray .module-container-content-pane .btn-wrapper {
    display: inline-block;
  }
  .module-container-box-gray .module-container-content-pane .btn-wrapper + .btn-wrapper {
    margin-left: 20px;
    margin-top: 0;
  }
}
/* Generated by Glyphter (http://www.glyphter.com) on  Mon Feb 27 2017*/
@font-face {
  font-family: "Latigo";
  src: url("../fonts/Latigo.eot");
  src: url("../fonts/Latigo.eot?#iefix") format("embedded-opentype"), url("../fonts/Latigo.woff") format("woff"), url("../fonts/Latigo.ttf") format("truetype"), url("../fonts/Latigo.svg#Latigo") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=custom-icon-] {
  display: inline-block;
}

[class*=custom-icon-]:before {
  display: block;
  font-family: "Latigo";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-facebook:before {
  content: "A";
}

.custom-icon-instagram:before {
  content: "B";
}

.custom-icon-pinterest:before {
  content: "C";
}

.custom-icon-tripadvisor:before {
  content: "D";
}

.custom-icon-forest-service:before {
  content: "E";
}

.unique-week__heading {
  margin-top: 24px;
  margin-bottom: 4px;
}
.unique-week__subhead {
  color: #be9e64;
  font-family: "Crimson Text", serif;
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 16px;
}
.unique-week p {
  margin-bottom: 16px;
}

/*# sourceMappingURL=skin.css.map */
