










/* 1b. Colors */




/* 1c. Typography */











































































/* 1d. Buttons */












/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */










.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 0px;
}


@media (min-width: 576px){
  .content-wrapper {
    max-width: 539.9999999928px;
  }
  .dnd-section > .row-fluid {
    max-width: 539.9999999928px;
  }
}

@media (min-width: 768px){
  .content-wrapper {
    max-width: 719.9999999903999px;
  }
  .dnd-section > .row-fluid {
    max-width: 719.9999999903999px;
  }
}

@media (min-width: 992px){
  .content-wrapper {
    max-width: 959.999999991px;
  }
  .dnd-section > .row-fluid {
    max-width: 959.999999991px;
  }
}

@media (min-width: 1200px){
  .content-wrapper {
    max-width: 1140px;
  }
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
}






body {
  font-size: 18px;
  font-weight: 400;
  font-family: proxima-nova,sans-serif;
}
body {
  
  color: rgba(102, 102, 102, 1.0);
  
}

/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #5a655d;
}

a:hover {
  color: #8e979f;
}

/* Headings */

h1 {
  font-family: grueber;
  font-size: 2.5rem;
  font-weight: 500;
}
h1 {
  
  color: rgba(90, 101, 93, 1.0);
  
}


h2 {
  font-family: grueber;
  font-size: 2rem;
  font-weight: 500;
}
h2 {
  
  color: rgba(90, 101, 93, 1.0);
  
}

h3 {
  font-family: grueber;
  font-size: 1.75rem;
  font-weight: 500;
}
h3 {
  
  color: rgba(90, 101, 93, 1.0);
  
}

h4 {
  font-family: grueber;
  font-size: 1.5rem;
  font-weight: 500;
}

h4 {
  
  color: rgba(90, 101, 93, 1.0);
  
}
h5 {
  font-family: grueber;
  font-size: 1.25rem;
  font-weight: 500;
}
h5 {
  
  color: rgba(90, 101, 93, 1.0);
  
}

h6 {
  font-family: grueber;
  font-size: 1rem;
  font-weight: 500;
}
h6 {
  
  color: rgba(90, 101, 93, 1.0);
  
}






button,
.button {
  background-color: rgba(90, 101, 93, 1.0);
  border: 1px solid #5a655d;
  border-radius: 8px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(90, 101, 93, 1.0);
  padding: 5px 40px;
}

button:hover,
.button:hover,
.button:focus {
  background-color: rgba(90, 101, 93, 1.0);
  border-color: rgba(90, 101, 93, 1.0);
  color: rgba(255, 255, 255, 1.0);
}}







form,
.submitted-message {

}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(90, 101, 93, 1.0);
}

/* Form label */

form label {
  color: rgba(142, 150, 158, 1.0);
}

/* Form help text */

form legend {
  color: rgba(142, 150, 158, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: rgba(206, 212, 218, 1.0);
  color: rgba(73, 80, 87, 1.0);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1.0);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(128, 189, 255, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #666666;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #666666;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}

/* Submit button */

form input[type=submit],
form .hs-button,.hs-button {

  border: 1px solid #5a655d;
  background-color: rgba(90, 101, 93, 1.0);
  border-color: rgba(90, 101, 93, 1.0);
  border-radius: 8px;
  color: rgba(255, 255, 255, 1.0);
  padding: 5px 40px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: rgba(90, 101, 93, 1.0);
  border-color: rgba(90, 101, 93, 1.0);
  color: rgba(255, 255, 255, 1.0);
}






th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(119, 119, 119, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(119, 119, 119, 1.0);
}





body #important-info h5{
  color: rgba(196, 149, 66, 1.0);
}
body #important-info .text-warning{
  color: rgba(196, 149, 66, 1.0);
}
body #important-button-close .text-warning{
  color: rgba(196, 149, 66, 1.0);
}

.desktop-header {
  background-color: rgba(255, 255, 255, 0.0);
}
body  .desktop-header .search-link p, body .menu-button{
  color: rgba(255, 255, 255, 1.0);
}
body .desktop-header .search-link span, body .menu-button .nav-button{
  background-color: rgba(90, 101, 93, 1.0);
}

body .custom-menu-primary .menu-image-overlay, .custom-menu-primary .submenu.level-1>li.has-submenu .menu_image .menu-image-overlay:hover{
  background-color: rgba(0, 0, 0, 0.4);
}
body .custom-menu-primary .menu-image-overlay:hover{
  background-color: rgba(91, 102, 93, 0.9);
}
body .custom-menu-primary .menu_image h3 a{
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .menu_image h3:hover a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}




body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(155, 155, 140, 1.0);;
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 0.0);;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(73, 79, 84, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(155, 155, 140, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .header-social .social .circle{
  background-color: rgba(90, 101, 93, 1.0);
  border-color: rgba(232, 230, 219, 1.0);
}
body .header-social .social a{
  color: rgba(232, 230, 219, 1.0);
}
body .header-social .social a:hover{
  color: rgba(232, 230, 219, 1.0);
}

.desktop-header .weather-background{
  background-color: rgba(90, 101, 93, 0.9);
}






.footer {
  color: rgba(255, 255, 255, 1.0);
}
.footer__overlay{
  background: linear-gradient(0,rgba(91, 102, 93, 0.5) 0%,#5b665d 100%);
}

/* Footer Content */

.footer a{
  color: rgba(232, 230, 219, 1.0);
}
.footer a:hover{
  color: rgba(232, 230, 219, 1.0);
}
.footer h4{
  color: rgba(255, 255, 255, 1.0);
}
.footer .social .circle{
  background-color: rgba(232, 230, 219, 1.0);
}
.footer .social a,.footer .social a:hover{
  color: rgba(90, 101, 93, 1.0);
}
.footer .bozeman-guide .guide-image .btn{
  background-color: rgba(155, 155, 140, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}




/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #FFF;
}












.card__price {
  font-family: grueber
    font-size: 1.75px;
  color: #5a655d;
  font-weight: 500
}