@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

body {
  font: 16px 'Commissioner', sans-serif;
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background-color:#FAEACE;
}

dl, ol, ul {margin:0!important; padding:1rem;}
li {margin:10px 0!important; line-height: 1.25em; list-style-position: outside;}

p {font-family: 'Commissioner', sans-serif; font-size: 16px; color: #000; line-height: 1.6em;}

a:focus .btn-content, a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

a {color:#7E521D; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
a:hover {color:#000; font-weight: 800;  text-decoration: none;}
a:focus {color:#222!important; text-decoration: none; outline: -webkit-focus-ring-color auto 1px;}
a:focus-visible {color:#7E521D!important; text-decoration: none; outline: -webkit-focus-ring-color auto 5px;}

.section {scroll-margin-top: 150px!important;}

/*SKIP TO CONTENT*/
.skip-to-content-link {
    left: 0%;
    position: absolute;
    transform: translateY(-100%);
    background: #fff;
    height: 70px;
    padding: 8px;
    transition: transform 0.3s;
	scroll-padding-top:110px;
}
.skip-to-content-link:focus {
    transform: translateY(0%);
	width:100%;
	background-color:#fff;
	z-index:99999999999;
	line-height:50px;
	font-weight:bold;
	color:#000;
	border:none;
	text-align: center!important;
}
/*END SKIP TO CONTENT*/

.small {font-size: 90%!important;}
.smaller {font-size: 80%!important;}
.smallest {font-size: 70%!important;}
.large {font-size: 110%!important;}
.larger {font-size: 120%!important;}
.largest {font-size: 135%!important;}

.lh-sm {line-height: 1.5em!important;}
.lh-md {line-height: 1.6em!important;}
.lh-lg {line-height: 1.7em!important;}

.brown {color:#7E521D;}
.green {color:#1E351D;}
.beige {color:#FAEACE;}
.black {color:#000;}
.white {color:#fff;}

.bar-brown {width:100px; border-top:10px solid #7E521D;}
.bar-green {width:100px; border-top:10px solid #1E351D;}
.bar-white {width:100px; border-top:10px solid #fff;}
.bar-black {width:100px; border-top:10px solid #000;}

.divider {border-top: 1px solid #E4D1AF;}
.divider-brown {border-top: 1px solid #7E521D;}

.border-right {border-right:1px solid #E4D1AF;}
.border-pic {border: 5px solid #1E351D;}
.border-lt {border: 3px solid #fff;}
.border-black {border: 4px solid #000;}
.border-brown {border: 3px solid #7E521D;}
.shadow {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35);}
.shadow-lt {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.25)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35);}

h1 {
	font-family: 'Commissioner', sans-serif;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
	color:#FAEACE;
	letter-spacing:-.5px;
}

h2 {
	font-family: 'STIX Two Text', serif;
	font-size: 42px;
	font-weight: 700;
	color:#1E351D;
	letter-spacing:0;
}

h3 {
	font-family: 'STIX Two Text', serif;
	font-size: 20px;
	font-weight: 600;
	color:#1E351D;
	letter-spacing: -.5px;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #7E521D;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	border:2px solid #FFF;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #1E351D;
}
#button:active {
  background-color: #1E351D;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

.header {
  background-color: #FAEACE;
  z-index: 999999;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  clear: both;
  padding:0!important;
  margin:0!important;
  height: 110px!important;
  /*border-top:2px solid #fff;*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FAEACE;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.offcanvas {background-color: #FAEACE; border-top: none!important; padding:0!important;}
.offcanvas-backdrop.show {opacity: 0!important;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:70px!important; padding-top:25px; margin:0 0 0 20px!important;}
.offcanvas-header .btn-close {background-image: url("graphics/close.png"); margin-top: 0.5rem; margin-right: 0.5rem; margin-bottom: 0.5rem;}

.navbar-light .navbar-nav .nav-link {
  font-family: 'STIX Two Text', serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.5px;
  color: #1E351D;
  text-transform: uppercase;
  padding: 15px 1.5rem!important;
  margin:15px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom:3px solid #FAEACE;
}
.navbar-light .navbar-nav .nav-link:hover {color:#7E521D!important; border-bottom:3px solid #1E351D;}
.navbar-light .navbar-nav .nav-link:focus {color:#7E521D!important; border:2px solid #1E351D;}
.navbar-light .navbar-nav .nav-link:focus-visible {color:#7E521D!important; border:2px solid #1E351D;}

.navbar-toggler {border-color:#fff!important; background-color:transparent!important; border:0!important; color:(0,0,0,1.0)!important;}
.navbar-light .navbar-toggler {outline: none;}

.navbar-brand {height:auto; padding:0!important;}
.navbar-brand img {height:75px!important; margin: 0;}
.navbar-brand.js-scrolling img {
	height: 50px;
	-webkit-transition: height 0.3s ease; 
	-moz-transition: height 0.3s ease; 
	-ms-transition: height 0.3s ease; 
	-o-transition: height 0.3s ease; 
	transition: height 0.3s ease;
}

.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:#1E351D!important;}

.bg-hero {background-image: url("images/hero.webp"); overflow: hidden;}

.content {font-family: 'STIX Two Text', serif; font-size: 16px; font-weight: 400; letter-spacing: -.5px;}
.content a {color:#1E351D; font-weight: 600; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#7E521D; text-decoration:underline; font-weight: 800;}
.btn-content {
	background-color:#7E521D;
	font-family: 'Commissioner', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-shadow: none!important;
	text-transform: uppercase;
	color:#fff!important;
	letter-spacing: .25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #7E521D;
}
.btn-content:hover {
	background:#1E351D;
	color:#fff!important;
	text-decoration: underline;
	cursor: pointer;
	border:4px solid #1E351D;
}
.btn-content:focus {border:2px solid #1E351D; outline-color: #1E351D; outline-style: solid; outline-width: 4px;}
.btn-content:focus-visible {border:2px solid #1E351D; outline-color: #1E351D; outline-style: solid; outline-width: 4px;}

.bg-green {background: #1E351D;}

.carousel-control-next, .carousel-control-prev {opacity: 1;}
.carousel-control-next-icon, .carousel-control-prev-icon {background-color: rgba(0,0,0,0.65); padding: 1rem 0; border:1px solid #FFF;}

button.carousel-control-prev:hover, button.carousel-control-next:hover {
 .carousel-control-prev-icon, .carousel-control-next-icon {
        border: solid white 2px;
        outline-color: #7E521D;
        outline-style: solid;
        outline-width: 2px;
        background-color: #7E521D;
        transform:	scale(1.25);
    }
}
button.carousel-control-prev:focus, button.carousel-control-next:focus {
 .carousel-control-prev-icon, .carousel-control-next-icon {
        border: solid white 2px;
        outline-color: #7E521D;
        outline-style: solid;
        outline-width: 2px;
        background-color: #7E521D;
        transform:	scale(1.25);
    }
}

.carousel-container {color:#FFF!important; font-size: 18px; font-weight: 500; width:650px!important; margin:0 auto 50px auto; float:none; clear: both; overflow: hidden; -webkit-backface-visibility: visible!important; backface-visibility: visible!important;}
section#testimonials .carousel-caption {position: static;}
.name {font-family: 'STIX Two Text', serif; 20px; font-weight: 800; color:#FAEACE; margin-bottom: 50px;}
.carousel-indicators [data-bs-target] {background-color:#FFF!important; height:10px; margin:0 6px;}

.content-interior {min-height: 1000px; border-bottom: 1px solid #E4D1AF;}

.footer {font-family: 'STIX Two Text', serif; font-size: 18px; font-weight:400; color:#000; letter-spacing: -.5px;}
.footer a {color: #1E351D; font-weight: 700; text-decoration: underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer a:hover {color: #7E521D; font-weight: 700; text-decoration: none;}
.footer ul {padding:0; margin:0; text-align:center;}
.footer ul li {list-style-type:none; display:inline;}
.footer ul li:before {content:'';}
.footer ul li:after {content:''; margin:0 0 0 75px;}
.footer ul li:last-child:after {content:''; margin-left: 0;}

.bg-anchor {background:#1E351D; color:#FAEACE; font-family: 'Commissioner', sans-serif; font-weight: 400; letter-spacing: -.25px;}
.bg-anchor a {color:#FAEACE; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#FFF; text-decoration:none; font-weight: 400;}
.bg-anchor a:focus {color:#FFF!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 1px;}
.bg-anchor a:focus-visible {color:#FFF!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 5px;}
.bg-anchor ul {padding:0; margin:0; text-align:center; }
.bg-anchor ul li {list-style-type:none; display:inline; font-size: 14px!important; font-weight: 400!important;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#7E521D; margin:0 10px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

.bg-intro {background: #FAEACE; background: linear-gradient(0deg,rgba(250, 234, 206, 1) 0%, rgba(228, 209, 175, 1) 60%);}
.intro-text {font-size: 20px; font-weight: 500; line-height: 1.8em; letter-spacing: -.25px; padding:0px 4px}

.callout-a {border-right:1px solid #E4D1AF; font-size: 16px; letter-spacing: -.5px;}
.callout-b {font-size: 16px; letter-spacing: -.5px;}
.icon {font-size: 85px; color:#7E521D;}

.bg-about {background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(1) rotate(15)'><rect x='0' y='0' width='100%' height='100%' fill='%231e351dff'/><path d='M18.822 18.717s.077-1.396-.737-2.21c-.813-.813-2.21-.736-2.21-.736s-.076 1.396.737 2.21c.814.813 2.21.736 2.21.736zm0-17.643s-1.396-.077-2.21.736c-.813.814-.736 2.21-.736 2.21s1.396.077 2.21-.736c.813-.814.736-2.21.736-2.21zM3.389 17.98c.813-.813.736-2.21.736-2.21s-1.396-.076-2.21.737c-.813.814-.736 2.21-.736 2.21s1.396.077 2.21-.737zm.736-13.96s.077-1.396-.736-2.21c-.814-.813-2.21-.736-2.21-.736s-.077 1.396.736 2.21c.814.813 2.21.736 2.21.736z'  stroke-width='1' stroke='none' fill='%23294628ff'/><path d='M15.833 9.896s-.932-1.042-2.083-1.042c-1.15 0-2.083 1.042-2.083 1.042s.932 1.041 2.083 1.041c1.15 0 2.083-1.041 2.083-1.041zm-7.5 0S7.401 8.854 6.25 8.854c-1.15 0-2.083 1.042-2.083 1.042s.932 1.041 2.083 1.041c1.15 0 2.083-1.041 2.083-1.041zm2.709-3.75c0-1.15-1.042-2.083-1.042-2.083s-1.042.932-1.042 2.083C8.958 7.296 10 8.229 10 8.229s1.042-.933 1.042-2.083zm-2.084 7.5c0 1.15 1.042 2.083 1.042 2.083s1.042-.933 1.042-2.083c0-1.15-1.042-2.083-1.042-2.083s-1.042.932-1.042 2.083z'  stroke-width='1' stroke='none' fill='%23294628ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>"); background-attachment: fixed; background-size: cover;}

.bg-territory {background: #A16824; background: linear-gradient(0deg,rgba(161, 104, 36, 1) 0%, rgba(126, 82, 29, 1) 60%); color:#FFF!important;}

.bg-contact {background-image: url("graphics/bg-contact.webp"); background-attachment: fixed;}

/*FORM*/
#form {
        width:100%;
        float:left;
		font-family: 'Commissioner', sans-serif;
}


form{
        width: 100%;
        }

legend {font-size: 16px; font-weight: 500; color:#000;}

fieldset{
        border: 0;
        padding:2.5% 0;
        clear: left;
		
        }
        
textarea, input, select{
        border-top:0;
		border-right:0;
		border-left:0;
		border:1px solid #1E351D;
        padding:2.5%;
        width: 100%;
		font-size: 16px;
        }

label{
        font-weight: 600!important;
		font-size: 100%;
		display: block;
        }       
        
textarea:focus, input:focus, select:focus{
        border: 3px solid #7E521D;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

.submit {
	padding:3.5%!important;
	background:#1E351D; 	
	color:#FFF!important;
	font-family: 'Commissioner', sans-serif;
	font-size:2em;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing: -.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #1E351D;
}
/*.submit:hover {
	background-color:#000;
	color:#ccc!important;
	cursor:pointer;
	border:4px solid #000;
}*/
.submit:hover {background-color:#7E521D; color:#FAEACE!important; cursor:pointer;border:2px solid #FFF; outline-color: #7E521D; outline-style: solid; outline-width: 4px; padding:4px; border:4px solid #7E521D;}
.submit:focus {border:2px solid #FFF; outline-color: #000; outline-style: solid; outline-width: 4px; padding:4px;}
.submit:focus-visible {border:2px solid #FFF; outline-color: #000; outline-style: solid; outline-width: 4px; padding:4px;}
input {padding:15px!important;}
/*END FORM*/

@media (max-width: 1749px) {
.headshot {min-height: 675px;}
}

@media (max-width: 1624px) {
.headshot {min-height: 700px;}
}

@media (max-width: 1599px) {
.navbar-light .navbar-nav .nav-link {font-size: 16px; padding: 15px .75rem!important;}
.navbar-brand img {height:70px!important; margin: 0;}
.headshot {min-height: 705px;}
}

@media (max-width: 1399px) {
.navbar-light .navbar-nav .nav-link {font-size: 18px; padding: 5px .75rem!important;}
.headshot {background-image: url("images/headshot-xl.webp"); background-size: cover; min-height: 500px;}
.footer ul li:after {content:''; margin:0 0 0 50px;}
}

@media (max-width: 1274px) {
.navbar-light .navbar-nav .nav-link {font-size: 18px; padding: 5px .75rem!important;}
.headshot {background-image: url("images/headshot-xl.webp"); background-size: cover; min-height: 475px;}
}

@media (max-width: 1199px) {
.callout-a {border-bottom:1px solid #E4D1AF; border-right:none;}
.callout-b {border-bottom:1px solid #E4D1AF;}
.footer ul li {display:block; padding:12px 0!important;}
.footer ul li:after {margin:0;}
}

@media (max-width: 991px) {
.charge-list {font-size: 18px; text-transform: uppercase;}
.carousel-container {width:500px!important;}
}

@media (max-width: 767px) {
.charge-list {font-size: 17px; text-transform: none;}
.carousel-container {width:375px!important;}
.associations-R {margin-top: -40px;}
.bg-anchor ul li {display:block; padding:12px 0;}
.bg-anchor ul li:after {content:'';margin:0;}
}

@media (max-width: 575px) {
.bg-top ul {text-align:center;}
.bg-top ul li {display:block; padding:12px 0;}
.bg-top ul li:after {margin:0;}
.header {height: 80px!important;}
.navbar-brand img {height:35px!important; margin: 0 0 0 -25px!important;}
.offcanvas-header img {height:65px!important; padding-top:25px; margin:0 0 0 20px!important;}
h1 {font-size: 42px;}
h2 {font-size: 30px; letter-spacing: 1px;}
.footer li {padding:12px 0;}
.footer ul li {display:block;}
.footer ul li:after {margin:0;}
.charge-list li {display: inline-flex; list-style-position: initial;}
.charge-list li::before {margin:-10px 20px 0 -15px!important;}
.carousel-container {width:250px!important;}
}

@media (max-width: 530px) {
.navbar-brand img {height:65px; margin: 0;}
}

@media (max-width: 480px) {
.navbar-brand img {height:55px; margin: 0;}
}

@media (max-width: 415px) {
.navbar>.container {justify-content: end!important;}
.navbar-brand img {height:65px; margin: 0 -15px 0 0;}
.headshot {background-image: url("images/headshot-xl.webp"); min-height: 400px;}
}

@media (max-width: 400px) {
.navbar-brand img {height:60px; margin: 0 -10px 0 0;}
}

@media (max-width: 370px) {
.navbar-brand img {height:55px; margin: 0 -10px 0 0;}
.carousel-container {width:200px!important;}
.contact-links {font-size: 21px;}
}

@media (max-width: 350px) {
.navbar-brand img {height:50px; margin: 0 -10px 0 0;}
}

