/* cmsms stylesheet: foundation_styles modified: Thursday, May 28, 2026 6:42:29 AM */


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #697378;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Open Sans", Arial, sans-serif;
}

h1 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #8f6349;
  font-weight: 800;
}

h2 {
  font-size: 1.8rem;
  color: #8f6349;
  font-weight: 800;
}

h2.upper {
  font-size: 2rem;
}

h3 {
  color: black;
  font-size: 1.5rem;
  font-weight: 600;
}

h4, .h4 {
  color: black;
  font-weight: 600;
  border-bottom: 1px solid #697378;
  margin-bottom: 1rem;
} 

h5, .h5 {
  color: black;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

h6, .h6 {
  color: black;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

a {
  
  transition: all 0.2s ease;
  text-decoration: underline;
}

.menu a, #header a {
  color: black;
}

h3 a {
  text-decoration: none;
  color: inherit;
}

h3 a:hover {
  color: #697378;
}

a:hover, a.menuactive, .menu .is-active>a, a:focus {
  color: #231F20;
}

.button {
  background: #8f6349;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.button:hover {
  background: #697378;
  color: white;
}

.corner {
  border-radius: 3px;
}

.upper {
  text-transform: uppercase;
}

hr {
  border-bottom: 0.5rem solid #8f6349;
}

.divider {
  width: 70vw;
  max-width: 40rem;
  margin: 0 auto;
  border-bottom: 0.5rem solid #8f6349;
}

.spacer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.grid-container {
  max-width: 970px;
}

.grid-container-medium {
  max-width: 1200px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid-container-full {
  max-width: 1440px;
}

.screen {
  background: #F1F1F1;
}

#header {
  border-top: 30px solid #231F20;
  padding-top: 50px;
  color: #8f6349;
  font-weight: 800;
  line-height: 1.3;
  padding-bottom: 20px;
}

#header.home {
  border-top: 0;
  padding-top: 0;
}

#header .banner {
  margin-bottom: 50px;
  background: #231F20;
  color: white;
  text-align: center;
  padding: 8px 0;
}

#logo {
  display: block;
}

#logo-only img {
  display: block;
  margin: 0 auto;
  margin-top: -75px;
  width: 125px;
  max-width: 15vw;
}

.video-container {
  overflow: hidden;
}

video {
  max-width: 101%;
}



#nav-toggle {
  padding-bottom: 0.5rem;
}

.menu-icon {
  font-weight: 700;
  text-transform: uppercase;
  color: #231F20;
  text-indent: 1.7rem;
}

.menu-icon::after {
  background: #8f6349;
  -webkit-box-shadow: 0 7px 0 #8f6349, 0 14px 0 #8f6349;
  box-shadow: 0 7px 0 #8f6349, 0 14px 0 #8f6349;
}

.menu-icon:hover {
  color: #697378;
}
  
#dropdown-menu .menudepth0>a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.7rem 1.5rem;
}

#dropdown-menu a:hover, #dropdown-menu .is-active>a, #dropdown-menu .menuactive>a {
  color: #697378;
}

.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #8f6349 transparent transparent;
}

.is-dropdown-submenu {
  border: 0;
  background: #dcdcdc;
}

.is-dropdown-submenu a {
  width: 100%;
}

#dropdown-menu .is-dropdown-submenu a:hover {
  background: white;
  color: black;
}

.accordion-menu {
  padding-top: 1rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  border-color: #8f6349 transparent transparent;
}

.accordion-menu .is-accordion-submenu {
  padding-left: 1rem;
}

.breadcrumb {
  color: #697378;
  font-size: 0.7rem;
  margin-top: 0.5rem;
}



#contact-form-container {
  background-size: cover;
  background-position: center;
}

#contact-form {
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(0,0,0,0.6);
  min-height: 410px;

}

#contact-form h2 {
  color: white;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

#contact-form input, #contact-form textarea {
  border: 2px solid black;
  border-radius: 5px;
}

#contact-form textarea {
  height: 6rem;
}

::-webkit-input-placeholder {
  color: #231F20;
}

::placeholder {
  color: #231F20;
}

#specialties h2 {
  margin-bottom: 1.5rem;
}

.specialty {
  background: white;
  border-radius: 5px;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25); 
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
}

.content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.column {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.column img {
  display: block;
  margin: 0 auto;
}

.column h6 img, .column .h6 img {
  margin: 0 0 1rem 0;
}

.column h6 {
  margin-bottom: 0.25rem;
}

#footer-image {
  color: black;
}

#footer-image img, #footer-image p {
  width: 70vw;
  max-width: 40rem;
  margin: 0 auto;
}

#footer-top {
  background: #231F20;
  color: white;
  margin-top: 2rem;
}

#footer-top .grid-container {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}

#footer-top img {
  max-width: 70%;
  margin: 0.5rem;
  margin-bottom: 1.5rem;
}

#footer-top li {
  margin-bottom: 1rem;
}

#footer-top a, #footer-bottom a {
  color: white;
  text-decoration: underline;
}

#footer-top a:hover, #footer-bottom a:hover {
  color: #dcdcdc;
}

#footer-bottom {
  background: #8f6349;
  color: white;
  font-size: 0.8rem;
  padding: 1rem 1rem 0.5rem 1rem;
}

#footer-bottom p {
  margin-bottom: 0.4rem;
}

.faq {
  font-weight: 700;
  font-size: 1rem;
  color: #697378;
}
/* cmsms stylesheet: foundation_queries modified: Tuesday, November 1, 2022 9:44:11 AM */


/* Small only */
@media screen and (max-width: 39.9375em) {

  #logo {
    margin-bottom: 40px;
    padding: 0 1rem;
  }

  #navigation {
    padding: 0 1rem;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column h6 img, .column .h6 img {
    float: left;
    margin: 0 1rem 1rem 0;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

  .divider {
    border-bottom: 1rem solid #8f6349;
  }

  .menu.large-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #contact-form-container {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  #contact-form {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #contact-form h2 {
    margin-left: 2rem;
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* X-Large and up */
@media screen and (min-width: 75em) {

}
