/*

Next Level CSS Template

https://templatemo.com/tm-532-next-level

	COLORS:
		Primary: #ca9acd
		Secondary: #669999 
    Gray: #CFD0D1
    
  SPACING:
    pt = padding top
    pb = padding bottom
    mb = margin bottom

    1 = 15px
    2 = 20
    3 = 30
    4 = 40
    5 = 45
    6 = 50
    7 = 55
*/

/*	Overrides */

html { scroll-behavior: smooth; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 0;
  color: #5f6061;
}

p { line-height: 2; }
a, button { transition: all 0.3s ease; }
a:hover { text-decoration: none; }
label { margin-bottom: 0; }
input { padding: 13px 20px; }

ul {
  margin: 0;
  padding: 0;
}

.btn {
  font-size: 1.1rem;
  padding: 15px 25px;
  border-radius: 0;
}

.btn-primary {
  background-color: #659acd;
  border: none;
}

.btn-secondary {
	background-color: #669999;
	border: none;
}

/* end Overrides */

/* Page Layout */
.container-fluid { max-width: 1430px; }

.tm-page-cols-container {
  display: flex;
  justify-content: space-between;
}

.tm-page-col-left {
  width: 28.56%;
  max-width: 400px;
}

.tm-page-col-right {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
}

.tm-home-section-2-left { padding-right: 40px; }
.tm-home-section-2-right { padding-left: 40px; }

.tm-pt-4 { padding-top: 40px; }
.tm-pt-5 { padding-top: 45px; }
.tm-pt-7 { padding-top: 55px; }
.tm-pb-6 { padding-bottom: 50px; }
.tm-mb-1 { margin-bottom: 15px; }
.tm-mb-2 { margin-bottom: 20px; }
.tm-mb-3 { margin-bottom: 30px; }
.tm-mb-4 { margin-bottom: 40px; }
.tm-mb-5 { margin-bottom: 45px; }
.tm-mb-6 { margin-bottom: 50px; }

.tm-center-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .tm-home-section-2-left {
    padding-right: 15px;
    margin-bottom: 80px;
  }

  .tm-home-section-2-right {
    padding-left: 15px;
  }

  .tm-home-section-2-left,
  .tm-home-section-2-right {
    max-width: 660px;
  }
}

@media (max-width: 991px) {
  .tm-page-col-left {
    width: 100%;
    max-width: 100%;
  }

  .tm-page-col-right { width: 100%; }
}
/* end Page Layout */

/* Colors */

.tm-text-secondary { color: #669999; }
.tm-bg-primary { background-color: #ca9acd; }
.tm-bg-gradient {
  background: linear-gradient(
    135deg,
    #a0c0c0 0%,
    #669999 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tm-bg-black-transparent {
  background-color: rgba(15, 29, 32, 0.6);
  color: white;
}

/* end Colors */

.tm-brand-row {
  position: relative;
  padding-top: 42px;
  padding-bottom: 48px;
}

.tm-welcome-row {
  padding-top: 65px;
  padding-bottom: 40px;
}

.tm-brand-logo-link {
  display: inline-block;
}

.tm-brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
}

/* Navbar */

.tm-nav-col {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tm-brand-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  width: auto;
  height: 52px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  border: 1px solid #98999a;
  background-color: rgba(102, 153, 153, 0.10);
  color: #98999a;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #98999a;
}

@media (max-width: 991px) {
  .tm-nav { position: static; }

  #navbarNav {
    position: absolute;
    top: 52px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 1001;
  }

  .tm-navbar {
    background-color: transparent;
    justify-content: flex-end;
    padding-right: 0;
  }

  .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    height: 45px;
    margin: 5px 15px;
  }
}

/* end Navbar */

/* Language switcher */
.tm-top-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.tm-call-now {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background-color: #669999;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 20px;
  white-space: nowrap;
}

.tm-call-now:hover {
  background-color: #557f7f;
  color: #fff;
}

.tm-call-now:focus-visible {
  outline: 2px solid #3c3b6e;
  outline-offset: 2px;
}

@media (max-width: 399px) {
  .tm-call-now-number { display: none; }
}

.tm-lang-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: max-content;
  max-width: calc(100% - 16px);
  margin-left: 0;
  z-index: 1002;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  box-sizing: border-box;
}

.tm-lang-bar-inner {
  width: max-content;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 3px 8px;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.tm-lang-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #5f6061;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.55;
  white-space: nowrap;
}

.tm-lang-link:hover {
  opacity: 0.85;
  color: #5f6061;
}

.tm-lang-link.is-active {
  opacity: 1;
  color: #669999;
}

.tm-flag-icon {
  width: 16px;
  height: 11px;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  display: block;
}
/* end Language switcher */

address a[href^="tel:"] {
  color: #669999;
  text-decoration: underline;
  font-weight: 700;
  white-space: nowrap;
}

address a[href^="tel:"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 6px;
}

address a[href^="tel:"]:hover,
address a[href^="tel:"]:focus-visible {
  color: #557f7f;
}

address a[href^="tel:"]:focus-visible {
  outline: 2px solid #669999;
  outline-offset: 2px;
}

ul.tm-list-plus li {
  list-style: none;
  margin-bottom: 12px;
}

ul.tm-list-plus li:before {
  content: "+";
  margin-right: 10px;
}

/* Welcome */
.tm-welcome-box {
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-welcome-parallax {
  min-height: 440px;
  background: transparent;
}

.tm-small-parallax {
  min-height: 240px; 
  background: transparent;
}

.tm-welcome-text {
  max-width: 320px;
  width: 100%;
  padding: 15px 25px 15px 15px;
  color: white;
  font-size: 1.3rem;
  margin-bottom: 0;
  text-align: right;
}

@media (max-width: 991px) {
  .tm-welcome-box {
    margin-bottom: 20px;
    height: auto;
    min-height: 250px;
  }

  .tm-page-cols-container { flex-direction: column; }
}

/* Call to Action */

#tmCallToAction {
  padding-top: 50px;
  padding-bottom: 40px;
}

.tm-call-to-action-box {
  color: #5f6061;
  border: 1px solid #cfd0d1;
  padding: 50px 63px 65px;
  display: flex;
  align-items: center;
}

.tm-call-to-action-icon {
  padding: 25px 28px;
  border: 1px solid #cfd0d1;
  border-radius: 50%;
  color: #bbbcbe;
}

.tm-call-to-action-title { margin-bottom: 30px; }
.tm-call-to-action-text { margin-left: 65px; }
.tm-call-to-action-description { margin-bottom: 35px; }

.tm-call-to-action-form .tm-email-input {
  max-width: 352px;
  width: 100%;
  margin: 0 15px 15px 0;
}

@media (max-width: 660px) {
  .tm-call-to-action-box { flex-direction: column; }

  .tm-call-to-action-text {
    margin-left: 0;
    margin-top: 50px;
  }
}

/* end Call to Action */

/* Copyright and Page Footer */

.tm-copyright-text { font-size: 1rem; }
.tm-copyright-link { color: #5f6061; }

.tm-page-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* end Copyright and Page Footer */

/* About Page */
.tabs { list-style: none; }

.tabs > li > a {
  border: 1px solid #cfd0d1;
  color: #999a9b;
  padding: 20px 25px;
  display: block;
  max-width: 300px;
  margin: 0 auto 30px;
}
.tm-about-page .tm-tabs-container,
.tm-about-page .tm-tab-links {
  background-color: transparent;
}

.tm-about-page .tm-tab-links {
  padding-top: 8px;
}

.tm-about-page .tm-tab-links a {
  background-color: var(--tm-teal-soft);
  border: 1px solid rgba(178, 139, 77, 0.2);
  border-top: 3px solid var(--tm-brass);
  border-radius: 10px;
  color: var(--tm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  box-shadow: 0 10px 24px rgba(37, 40, 61, 0.12);
}

.tm-about-page .tm-tab-links a.active,
.tm-about-page .tm-tab-links a:hover {
  background-color: var(--tm-teal-soft);
  border-color: var(--tm-brass);
  color: var(--tm-ink);
}

.tm-about-page .tm-tab-icon {
  background-color: var(--tm-brass);
}

.tm-about-page .tm-tab-contents {
  padding-left: 8px;
  padding-right: 8px;
}

.tm-review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px auto;
  padding: 12px 22px;
  background-color: var(--tm-ink);
  border: 2px solid var(--tm-brass);
  border-radius: 24px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(37, 40, 61, 0.12);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tm-review-button::after {
  content: ">";
  font-size: 1.1rem;
}

.tm-review-button:hover {
  background-color: var(--tm-ink-soft);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(37, 40, 61, 0.18);
}

.tm-review-button:focus-visible {
  outline: 3px solid rgba(178, 139, 77, 0.55);
  outline-offset: 3px;
}

.tm-tab-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: transparent;
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.tabs > li > a.active .tm-tab-icon,
.tabs > li > a:hover .tm-tab-icon {
  background-color: #669999;
}

.tm-about-person { max-width: 280px; }

.tm-about-social-icon {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #cfd0d1;
  color: white;
  border-radius: 50%;
  font-size: 1.4rem;
  padding-top: 10px;
  transition: all 0.3s ease;
}

.tm-about-social-link:hover > .tm-about-social-icon {
  background-color: #979899;
}

@media (max-width: 767px) {
  .tm-about-person { margin-bottom: 50px; }
}

/* Gallery */

.tm-parallax-overlay {
  padding: 40px 60px;
  width: auto;
  display: inline-block;
  text-align: center;  
}

.tm-gallery {
  margin: -20px -20px 0;
  max-width: 960px;
}

.tm-gallery-item {
  width: 29%;
  margin: 2%;
}

.filters-button-group { padding-right: 15px; }

/* 
  Gallery Item Hover Effect
  https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
*/

/* Common style */
.tm-gallery-item figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 0;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.tm-gallery-item figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-gallery-item figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-gallery-item figure figcaption::before,
.tm-gallery-item figure figcaption::after {
	pointer-events: none;
}

.tm-gallery-item figure figcaption,
.tm-gallery-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-gallery-item figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.tm-gallery-item figure h2 span {	font-weight: 800; }

.tm-gallery-item figure h2,
.tm-gallery-item figure p {
	margin: 0;
}

.tm-gallery-item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {	background: #9e5406; }

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	font-size: 1.5rem;
	padding-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	width: 100%;
	padding: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media (max-width: 767px) {
  .tm-gallery {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .tm-gallery-item { width: 46%; }

  .filters-button-group {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .tm-gallery { max-width: 280px; }

  .tm-gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* end Gallery */

/* Contact */

.tm-contact-container {
	max-width: 375px;
	padding-left: 60px;
	padding-right: 15px;
}

.tm-address-container {	margin-bottom: 95px; }

@media (max-width: 991px) and (min-width: 660px) {
	.tm-contact-container {
		max-width: 100%;
		display: flex;
	}

	.tm-address-container,
	.tm-location-container {
		width: 50%;
	}
}

.tm-form-container {
	padding-left: 90px;
	padding-right: 90px;
}

@media (max-width: 767px) {
  .tm-contact-container { padding-left: 15px; }

  .tm-form-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#tm_contact_form {
	max-width: 524px;
	width: 100%;
	padding:40px;
}
.form-group { margin-bottom: 35px; }
.form-group-2 { margin-bottom: 65px; }

.form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	color: #669999;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #669999;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #669999;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #669999;
}

.tm-select {
	-webkit-appearance: none;
  appearance: none;
	font-size: 1rem;
	color: #669999;	
	background: url("../img/select-arrow.png") no-repeat right center;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #98999A;		    
	border-radius: 0;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.tm-choices-container { display: flex; }
.tm-w-50 { width: 50%; }

@media (max-width: 450px) {
  .tm-choices-container { flex-direction: column; }

  .tm-w-50 {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Radio buttons */

[type="radio"]:not(:checked)+span, [type="radio"]:checked+span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    font-size: 18px;
    padding-left: 40px;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="radio"]:not(:checked)+span:before, 
[type="radio"]:not(:checked)+span:after {
    border: 2px solid #A6A7A8;
}

[type="radio"]:not(:checked)+span:before, 
[type="radio"]:not(:checked)+span:after, 
[type="radio"]:checked+span:before, 
[type="radio"]:checked+span:after, 
[type="radio"].with-gap:checked+span:before, 
[type="radio"].with-gap:checked+span:after {
    border-radius: 50%;
}

[type="radio"]+span:before, 
[type="radio"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

[type="radio"] + span:before, 
[type="radio"] + span:after {
    border-color: #686868;
    width: 25px;
    height: 25px;
    top: -4px;
}

[type="radio"]:not(:checked)+span, 
[type="radio"]:checked+span {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]:checked + span, 
[type="checkbox"].filled-in:checked + span {
    color: #669999;
}

[type="radio"]:checked+span:before {
    border: 2px solid transparent;
}

[type="radio"]:checked+span:after, 
[type="radio"].with-gap:checked+span:before, 
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #669999;
}

[type="radio"]:checked+span:after, 
[type="radio"].with-gap:checked+span:after {
    background-color: #669999;
}

[type="radio"].with-gap:checked+span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* end Radio buttons */

/* Checkbox */

[type="checkbox"]:not(:checked), 
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"]+span:not(.lever):before, 
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"].filled-in+span:not(.lever):before, 
[type="checkbox"].filled-in+span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in+span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in+span:not(.lever):before, 
[type="checkbox"].filled-in+span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #669999;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after, 
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    width: 35px;
    height: 35px;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border-color: #A6A7A8;
}

[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 47px;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(39deg);
    transform: rotateZ(39deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    width: 14px;
    height: 25px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 35px;
    height: 35px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

/* end Checkbox */

textarea.form-control {
  border-color: #669999; 
  padding: 15px 20px;
}

.file-upload-container {
	display: flex;
	justify-content: space-between;	
}

.btn-outline {
	border: 1px solid #98999A;
	color: #669999;
  cursor: pointer;
	padding: 12px 35px;
	width: 140px;
	margin-left: 20px;
}

#file_name_label { width: calc(100% - 160px); }

@media (max-width: 500px) {
  .file-upload-container { flex-direction: column; }
  #file_name_label { width: 100%; }

  .btn-outline {
    margin-left: 0;
    margin-top: 20px;
  }
}

#file_name_label::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #669999;
  opacity: 1; /* Firefox */
}

#file_name_label:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #669999;
}

#file_name_label::-ms-input-placeholder { /* Microsoft Edge */
  color: #669999;
}

.tm-btn-submit {
	font-size: 1.2rem;
	padding: 12px 40px;
}

/* end Contact */

/* Homepage refresh */
:root {
  --tm-ink: #25283d;
  --tm-ink-soft: #3b3e57;
  --tm-brass: #b28b4d;
  --tm-warm-white: #fffaf4;
  --tm-mauve-soft: #f0d8ed;
  --tm-teal-soft: #e5f0ee;
}

body.tm-home-page {
  background: var(--tm-warm-white);
  color: var(--tm-ink-soft);
}

.tm-home-page .tm-brand-row {
  border-bottom: 1px solid rgba(178, 139, 77, 0.22);
}

.tm-interior-page .tm-brand-row {
  border-bottom: 1px solid rgba(178, 139, 77, 0.22);
}

.tm-home-page .tm-welcome-row {
  padding-top: 32px;
}

.tm-home-page .tm-welcome-box {
  background-color: var(--tm-ink);
  background-image: linear-gradient(135deg, rgba(178, 139, 77, 0.18), transparent 58%);
  position: relative;
  overflow: hidden;
}

.tm-home-page .tm-welcome-box::after {
  content: "§";
  position: absolute;
  right: 22px;
  bottom: -28px;
  color: rgba(178, 139, 77, 0.28);
  font-family: Georgia, serif;
  font-size: 9rem;
  line-height: 1;
}

.tm-home-page .tm-welcome-text {
  position: relative;
  z-index: 1;
  max-width: 390px;
  text-align: left;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.35;
}

.tm-home-page .tm-welcome-parallax {
  min-height: 440px;
  border-radius: 0 18px 18px 0;
}

.tm-home-intro {
  background: #fff;
  border-left: 4px solid var(--tm-brass);
  padding: 28px clamp(20px, 4vw, 58px);
  box-shadow: 0 12px 30px rgba(37, 40, 61, 0.07);
}

.tm-home-kicker {
  color: var(--tm-brass);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tm-practice-section {
  position: relative;
  padding: 48px 0 30px;
}

.tm-practice-section::before {
  content: "";
  position: absolute;
  inset: 0 8%;
  border-top: 1px solid rgba(178, 139, 77, 0.28);
  border-bottom: 1px solid rgba(178, 139, 77, 0.28);
  pointer-events: none;
}

.tm-practice-card {
  height: 100%;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid rgba(37, 40, 61, 0.08);
  border-top: 3px solid var(--tm-teal);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(37, 40, 61, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tm-practice-card:hover,
.tm-practice-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(37, 40, 61, 0.12);
}

.tm-practice-icon {
  color: var(--tm-brass);
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.tm-practice-card h3 {
  color: var(--tm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.tm-credibility-panel {
  background: var(--tm-ink);
  border-radius: 14px;
  color: #fff;
  padding: 34px clamp(22px, 4vw, 52px);
  position: relative;
  overflow: hidden;
}

.tm-credibility-panel::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  border: 1px solid rgba(178, 139, 77, 0.55);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(178, 139, 77, 0.08), 0 0 0 24px rgba(178, 139, 77, 0.06);
}

.tm-credibility-item {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 18px;
}

.tm-credibility-number {
  color: #e4c27d;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
}

.tm-home-cta {
  align-items: center;
  background: var(--tm-mauve-soft);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 4vw, 42px);
}

.tm-home-cta h2 {
  color: var(--tm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.tm-home-cta .btn {
  background-color: var(--tm-ink);
  border-radius: 24px;
  color: #fff;
  white-space: nowrap;
}

.tm-reveal {
  opacity: 1;
  transform: none;
}

.js .tm-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.js .tm-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .tm-home-page .tm-welcome-box,
  .tm-home-page .tm-welcome-parallax {
    min-height: 300px;
  }

  .tm-home-page .tm-welcome-parallax {
    border-radius: 0 0 14px 14px;
  }

  .tm-practice-section::before {
    inset: 0;
  }

  .tm-home-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .tm-home-cta .btn {
    text-align: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-practice-card,
  .js .tm-reveal {
    transition: none;
  }

  .js .tm-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Interior page refresh */
.tm-interior-page {
  background:
    linear-gradient(rgba(255, 250, 244, 0.94), rgba(255, 250, 244, 0.94)),
    repeating-linear-gradient(90deg, transparent 0, transparent 48px, rgba(178, 139, 77, 0.04) 49px, transparent 50px);
}

.tm-interior-page .tm-welcome-box {
  background-color: var(--tm-ink);
  background-image: linear-gradient(135deg, rgba(178, 139, 77, 0.2), transparent 60%);
}

.tm-interior-page .tm-welcome-text {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.45;
}

.tm-interior-page .tm-tabs-container,
.tm-interior-page .tm-form-container,
.tm-interior-page .tm-tab-contents {
  background-color: rgba(255, 255, 255, 0.82);
}

.tm-contact-page .tm-contact-container {
  background-color: transparent;
}

.tm-interior-page .tm-tab-contents,
.tm-interior-page .tm-form-container {
  border-left: 4px solid var(--tm-brass);
  padding-top: 28px;
  padding-bottom: 28px;
}

.tm-interior-page .tm-text-secondary {
  color: var(--tm-ink);
  font-family: Georgia, "Times New Roman", serif;
}

.tm-interior-page .tm-tab-links a,
.tm-interior-page .tabs > li > a {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
}

.tm-interior-page .tm-tab-links a:hover,
.tm-interior-page .tm-tab-links a.active,
.tm-interior-page .tabs > li > a:hover,
.tm-interior-page .tabs > li > a.active {
  background-color: var(--tm-mauve-soft);
  border-color: rgba(178, 139, 77, 0.45);
}

.tm-contact-page .tm-address-container {
  background-color: var(--tm-teal-soft);
  border-top: 3px solid var(--tm-brass);
  border-radius: 10px;
  padding: 24px;
}

.tm-contact-page .tm-form-container {
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(37, 40, 61, 0.08);
}

.tm-contact-page .tm-btn-submit,
.tm-thanks-page .btn {
  border-radius: 24px;
}

.tm-thanks-page .container-fluid {
  min-height: 100vh;
}

.tm-thanks-page .tm-brand-logo {
  margin: 0 auto;
}

.tm-thanks-page section {
  background-color: rgba(255, 255, 255, 0.82);
  border-top: 4px solid var(--tm-brass);
  border-radius: 12px;
  max-width: 760px;
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .tm-interior-page .tm-tab-contents,
  .tm-interior-page .tm-form-container {
    border-left: 0;
    border-top: 4px solid var(--tm-brass);
  }

  .tm-contact-page .tm-address-container {
    margin-bottom: 30px;
  }
}