@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

body {
  font: 16px 'Manrope', sans-serif;
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

dl, ol, ul {margin:0!important; padding:1rem; font-weight: 500;}
li {margin:10px 0!important; line-height: 1.25em; list-style-position: outside; letter-spacing: -.5px!important;}

.bg-list {background:#fff;}
.bg-list ul li {margin:0 0 20px 20px!important; list-style-position: outside;}

p {font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 600; color: #000; line-height: 1.8em; letter-spacing: -.25px!important;}

.serif {font-family: 'Vollkorn', serif;}
.sans {font-family: 'Manrope', sans-serif;}

a:focus .btn-content, a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
  display: inline-block;
}

a {color:#000; 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 {text-decoration: none; outline: -webkit-focus-ring-color #333 1px;}
a:focus-visible {text-decoration: none; outline: -webkit-focus-ring-color #333 5px;}

.section {scroll-margin-top: 200px!important;}
#content-home {scroll-margin-top: 165px!important;}
#content {scroll-margin-top: 225px!important;}

.max-container {max-width:856px;}

/*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;
}
#content {scroll-margin-top:110px;}
/*END SKIP TO CONTENT*/

/*ON SCROLL*/
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1.5s;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInBottom {
  0% {
    opacity: 0;
    transform: translateY(35%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-35%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

.animations-disabled {
  &,
  [data-animation] {
    animation: none !important;
    opacity: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  button {
    animation: none;
  }
}

.zoomIn {animation-name: zoomIn;}
.zoomReverseIn {animation-name: zoomReverseIn;}
.slideInLeft {animation-name: slideInleft;}
.slideInRight {animation-name: slideInRight;}
.slideInBottom {animation-name: slideInBottom;}
.slideInTop {animation-name: slideInTop;}
/*END ON SCROLL*/

.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;}

.navy {color:#0A243F;}
.blue {color:#11437A;}
.lime {color:#97CC23;}
.beige {color:#E8CEB0;}
.black {color:#000;}
.white {color:#fff;}

.bar-navy {width:75px; border-top:7px solid #0A243F; border-radius: 10px;}
.bar-blue {width:75px; border-top:7px solid #11437A; border-radius: 10px;}
.bar-lime {width:75px; border-top:7px solid #97CC23; border-radius: 10px;}
.bar-beige {width:75px; border-top:7px solid #E8CEB0; border-radius: 10px;}
.bar-white {width:75px; border-top:7px solid #fff; border-radius: 10px;}
.bar-black {width:75px; border-top:7px solid #000; border-radius: 10px;}

.divider {border-top: 2px solid #97CC23;}
.angled-separator {min-height: 22px;}

.border-pic {border: 5px solid #000;}
.border-lt {border: 3px solid #97CC23;}
.border-blue {border: 2px solid #11437A;}
.border-navy {border: 3px solid #0A243F;}
.border-btm-navy {border-bottom: 4px solid #0A243F;}
.border-btm-blue {border-bottom: 4px solid #97CC23;}
.shadow {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.75)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.75); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.75);}
.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);}
.border-rounded {border-radius: 10px;}

h1 {
	font-family: 'Vollkorn', serif;
	font-size: 52px;
	font-weight: 600;
	color:#0A243F;
	letter-spacing: -1px!important;
	line-height: 1em;
}

h2 {
	font-family: 'Vollkorn', serif;
	font-size: 45px;
	/*font-size: clamp(2.5rem, 2.5rem + ((1vw - 0.2rem) * 1.2), 2.8125rem);*/
	font-weight: 600;
	color:#11437A;
	letter-spacing: -2px;
}

h3 {
	font-family: 'Vollkorn', serif;
	font-size: 32px;
	font-weight: 600;
	color:#0A243F;
	letter-spacing: -.5px;
}

h4 {
	font-family: 'Vollkorn', serif;
	font-size: 28px;
	font-weight: 400;
	color:#0A243F;
	letter-spacing: -.5px;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #11437A;
  width: 50px;
  height: 50px;
  text-align: center;
  border:2px solid #FFF;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#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: #0A243F;
}
#button:active {
  background-color: #0A243F;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

.header {
  background-color: #11437A;
  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: #11437A;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.bg-top {background:#0A243F; color:#fff; font-family: 'Manrope', sans-serif; font-size:24px; font-weight:800; letter-spacing: -.25px!important; overflow: hidden;}
.bg-top a {color: #97CC23; font-weight: 800; 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-top a:hover {color: #FFF!important; text-decoration: none;}
.bg-top a:focus {color: #FFF!important; border:2px solid #E8CEB0;}
.bg-top a:focus-visible {color: #FFF!important; border:2px solid #E8CEB0;}
.bg-top ul {padding:0; margin:0; text-align:right;}
.bg-top ul li {list-style-type:none; display:inline;}
.bg-top ul li:before {content:'';}
.bg-top ul li:after {content:''; margin:0 30px;}
.bg-top ul li:last-child:after {content:'';}

.offcanvas {border-top: none!important; padding:0!important; background: #11437A;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:70px!important; padding:10px; margin:10px 0 0 25px!important;}
.offcanvas-header .btn-close {padding: 0.5rem 0.5rem; margin-top: -0.5rem; margin-right: 0.5rem; margin-bottom: -0.5rem; background-image: url("graphics/close.png"); opacity: 1.0!important;}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #FFF;
  letter-spacing: -.25px;
  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:4px solid #11437A;
}
.navbar-light .navbar-nav .nav-link:hover {color:#E8CEB0!important; border-bottom:4px solid #97CC23;}
.navbar-light .navbar-nav .nav-link:focus {color:#E8CEB0!important; border:2px solid #97CC23; box-shadow: none!important;}
.navbar-light .navbar-nav .nav-link:focus-visible {color:#E8CEB0!important; border:2px solid #97CC23!important; box-shadow: none!important;}

.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:70px; margin: 0;}
.navbar-brand.js-scrolling img {
	height: 45px;
	-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:#E8CEB0!important;}

.dropdown-toggle {border:0!important; background:#11437A; letter-spacing: -.5px;}
.dropdown-menu {background:#0A243F; margin: -10px 0 0 20px!important; border: 1px solid #11437A!important; line-height: 2.15em;}
.dropdown-menu a {font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 16px; color:#FFF!important; 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; padding-bottom: 1rem;}
.dropdown-menu a:hover {color:#97CC23!important; text-decoration: none; padding-bottom: 1rem;}
.dropdown-menu a:focus {color:#97CC23!important; border:2px solid E8CEB097CC23;}
.dropdown-menu a:focus-visible {color:#97CC23!important; border:2px solid #E8CEB0;}
.dropdown-item {font-size: .95em; color:#fff!important;}
.dropdown-item:hover {background:#0A243F; color:#E8CEB0!important;}
.dropdown-item a:focus {color:#97CC23!important; border:2px solid #97CE8CEB0C23;}
.dropdown-item a:focus-visible {color:#97CC23!important; border:2px solid #E8CEB0;}
.dd-pt {margin-top:6px!important;}

.bg-hero {background-image: url("images/hero.webp"); overflow: hidden; min-height: 600px; text-shadow: 1px 1px 2px #000;}
.h1-hero {font-size: 62px; color:#FFF!important; font-weight: 600!important;}
.h2-hero {font-size: 45px; color:#E8CEB0; text-transform: none!important; font-weight: 400!important;}

.content {font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 400; letter-spacing: -.5px; min-height: 750px;}
.content a {color:#11437A; font-weight: 800!important; text-decoration:underline; text-decoration-thickness: 2px; -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:#0A243F; text-decoration:none!important; font-weight: 800!important;}
.content a:focus {border:2px solid #000; color:#0A243F; padding:8px;}
.content a:focus-visible {border:2px solid #000; color:#0A243F;}

.content-index {font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 400; letter-spacing: -.5px; min-height: 350px;}
.content-index a {color:#11437A; font-weight: 800!important; 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-index a:hover {color:#0A243F; text-decoration:none!important; font-weight: 800!important;}
.content-index a:focus {border:2px solid #000; color:#0A243F; padding:8px;}
.content-index a:focus-visible {border:2px solid #000; color:#0A243F;}

.btn-content {
	background-color:#11437A;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
	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 #11437A;
	border-radius: 10px;
}
.btn-content:hover {
	background:#0A243F;
	color:#97CC23!important;
	text-decoration: underline;
	cursor: pointer;
	border:4px solid #0A243F;
}
.btn-content:focus {border:2px solid #000; outline-color: #000; outline-style: solid; outline-width: 4px; display: inline-block;}
.btn-content:focus-visible {border:2px solid #000; outline-color: #000; outline-style: solid; outline-width: 4px; display: inline-block;}

.btn-secondary {
	background-color:#11437A;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
	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 #11437A;
	border-radius: 10px;
}
.btn-secondary:hover {
	background:transparent;
	color:#FFF!important;
	text-decoration: underline;
	cursor: pointer;
	border:4px solid #97CC23;
}
.btn-secondary:focus {border:2px solid #000; outline-color: #000; outline-style: solid; outline-width: 4px; display: inline-block;}
.btn-secondary:focus-visible {border:2px solid #000; outline-color: #000; outline-style: solid; outline-width: 4px; display: inline-block;}

.btn-bio {
	background-color:#11437A;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-shadow: none!important;
	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 #11437A;
	border-radius: 10px;
}
.btn-bio:hover {
	background:#0A243F;
	color:#97CC23!important;
	text-decoration: underline;
	cursor: pointer;
	border:4px solid #0A243F;
}
.btn-bio:focus {border:2px solid #000; outline-color: #000; outline-style: solid; outline-width: 4px; display: inline-block;}
.btn-bio:focus-visible {border:2px solid #000; outline-color: #000; outline-style: solid; outline-width: 4px; display: inline-block;}

.footer {background:#FFF; font-family: 'Vollkorn', serif; font-size: 18px; font-weight:500; color:#11437A;}
.footer a {color: #11437A; 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: #0A243F; font-weight: 700; text-decoration: none!important;}
.footer a:focus {border:2px solid #0A243F; color:#0A243F;}
.footer a:focus-visible {border:2px solid #0A243F; color:#0A243F;}
.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 65px;}
.footer ul li:last-child:after {content:''; margin-left: 0;}

.social {font-size: 36px; color:#0A243F;}
.social a {color: #0A243F; font-weight: 800; 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;}
.social a:hover {color: #C5472B; font-weight: 800; text-decoration: none!important;}
.social a:focus {border:2px solid #000; color:#E8CEB0;}
.social a:focus-visible {border:2px solid #000; color:#E8CEB0;}

.shrink-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink-on-hover:hover,
.shrink-on-hover:focus,
.shrink-on-hover:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.bg-anchor {background:#11437A; color:#FFF; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 400!important;}
.bg-anchor a {color:#FFF; 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; font-weight: 600;}
.bg-anchor a:hover {color:#E8CEB0; text-decoration:none;}
.bg-anchor a:focus {border:2px solid #000; color:#E8CEB0;}
.bg-anchor a:focus-visible {border:2px solid #000; color:#E8CEB0;}
.bg-anchor ul {padding:0; margin:0; text-align:center;}
.bg-anchor ul li {list-style-type:none; display:inline;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#97CC23; margin:0 10px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

.bg-tagline {background-image: url("graphics/bg-tagline.jpg");}
.h2-tagline {font-family: "Vollkorn", serif; font-size: 45px; line-height: 60px; color:#E8CEB0!important;}
.tagline-text {font-size: 19px; font-weight: 500; line-height: 1.5em; color:#FFF;}
.tagline-text a {color:#FFF; font-weight: 800!important; 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;}
.tagline-text a:hover {color:#E8CEB0; text-decoration:none!important; font-weight: 800!important;}
.tagline-text a:focus {border:2px solid #97CC23; color:#E8CEB0; padding:8px;}
.tagline-text a:focus-visible {border:2px solid #97CC23; color:#E8CEB0;}

.link-tagline-lg {font-size: 32px; font-weight: 800; color:#fff;}
.link-tagline-lg a {color:#FFF!important; font-weight: 800!important; 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;}
.link-tagline-lg a:hover {color:#E8CEB0!important; text-decoration:none!important; font-weight: 800!important;}
.link-tagline-lg a:focus {border:2px solid #97CC23; color:#E8CEB0; padding:8px;}
.link-tagline-lg a:focus-visible {border:2px solid #97CC23; color:#E8CEB0;}

.btn-tagline {
	background:#97CC23;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-shadow: none!important;
	text-transform: uppercase;
	color:#0A243F!important;
	letter-spacing: -.25px;
	padding:35px;
	-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 #97CC23;
	border-radius: 10px;
}
.btn-tagline:hover {
	background:transparent;
	color:#fff!important;
	text-decoration: underline!important;
	cursor: pointer;
	border:4px solid #97CC23;
}
.btn-tagline:focus {border:2px solid #97CC23; outline-color: #97CC23; outline-style: solid; outline-width: 4px; display: inline-block;}
.btn-tagline:focus-visible {border:2px solid #97CC23; outline-color: #97CC23; outline-style: solid; outline-width: 4px; display: inline-block;}

.intro-text {font-size: 19px; font-weight: 600; line-height: 1.8em; letter-spacing: 0;}

.bg-beige {background:#FCF6EE;}

.bg-triangles {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='77.308' height='50' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23fffdf9ff'/><path d='M12.885 25v25h25.769v-5.77l-12.886-9.753ZM51.538 0v25h12.885v25h12.885V19.23L64.422 9.476ZM25.77 0v25h12.885V0Z'  stroke-width='1' stroke='none' fill='%23fcf6eeff'/><path d='M38.654 0v25h12.884V0Zm25.77 25-12.887 9.615-12.88 9.616-.003-.002V50h25.769ZM25.768 0 12.883 9.615.003 19.231 0 19.229V50h12.885V25h12.884z'  stroke-width='1' stroke='none' fill='%23fffaf5ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>"); background-attachment: fixed;}

.card-border {border:2px solid #97CC23;}
.card-bg {background:#FFF; font-size: 16px; font-weight: 600; line-height: 1.5em; color:#11437A;}

.bg-squares {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='36' height='36' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23fcf6eeff'/><path d='M27-12.5h18c1.94 0 3.5 1.561 3.5 3.5V9c0 1.94-1.56 3.5-3.5 3.5H27A3.492 3.492 0 0123.5 9V-9c0-1.938 1.562-3.5 3.5-3.5zm-36 0H9c1.94 0 3.5 1.561 3.5 3.5V9c0 1.94-1.56 3.5-3.5 3.5H-9A3.492 3.492 0 01-12.5 9V-9c0-1.938 1.562-3.5 3.5-3.5zm0 36.001H9c1.94 0 3.5 1.561 3.5 3.5v18c0 1.94-1.56 3.5-3.5 3.5H-9c-1.938 0-3.5-1.56-3.5-3.5v-18c0-1.939 1.562-3.5 3.5-3.5zm18-18h18c1.94 0 3.5 1.56 3.5 3.5v18c0 1.939-1.56 3.5-3.5 3.5H9c-1.938 0-3.5-1.561-3.5-3.5V9c0-1.94 1.562-3.5 3.5-3.5zm18 18h18c1.94 0 3.5 1.561 3.5 3.5v18c0 1.94-1.56 3.5-3.5 3.5H27c-1.938 0-3.5-1.56-3.5-3.5v-18c0-1.939 1.562-3.5 3.5-3.5z'  stroke-linecap='square' stroke-width='1' stroke='%23fffcf6ff' fill='none'/><path class='st79' d='M12.564 15.389a9.631 9.631 0 002.824-2.825h5.225a9.631 9.631 0 002.825 2.825v5.224a9.631 9.631 0 00-2.825 2.825h-5.225a9.631 9.631 0 00-2.824-2.825v-2.612z'   stroke-linecap='square' stroke-width='1' stroke='%23fffcf6ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>"); background-attachment: fixed;}

.phone-lg {font-size: 42px; font-weight: 800; letter-spacing: -1px!important;}
.phone-lg a {color:#11437A; font-weight: 900!important; text-decoration:underline; text-decoration-thickness: 2px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.phone-lg a:hover {color:#0A243F; text-decoration:none!important; font-weight: 800!important;}
.phone-lg a:focus {border:2px solid #000; color:#0A243F; padding:8px;}
.phone-lg a:focus-visible {border:2px solid #000; color:#0A243F;}

.h2-attorney {font-size: 36px!important;}
.attorney-contact {font-size: 18px; font-weight: 800!important; line-height: 2.5em;}
.attorney-contact a {color:#0A243F; 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; font-weight: 600;}
.attorney-contact a:hover {color:#11437A; text-decoration:none;}
.attorney-contact a:focus {border:2px solid #000; color:#11437A;}
.attorney-contact a:focus-visible {border:2px solid #000; color:#11437A;}

/*.attorney-contact {font-size: 16px; font-weight: 800!important;}
.attorney-contact a {color:#11437A; 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; font-weight: 600;}
.attorney-contact a:hover {color:#0A243F; text-decoration:none;}
.attorney-contact a:focus {border:2px solid #000; color:#0A243F;}
.attorney-contact a:focus-visible {border:2px solid #000; color:#0A243F;}
.attorney-contact ul {padding:0; margin:0; text-align:left;}
.attorney-contact ul li {list-style-type:none; display:inline!important;}
.attorney-contact ul li:before {content:'';}
.attorney-contact ul li:after {content:'|'; color:#E8CEB0; margin:0 10px 0 20px; font-weight: 900;}
.attorney-contact ul li:last-child:after {content:'';}*/

.carousel-container {color:#FFF!important; font-family: "Vollkorn", serif; font-size: 21px; 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; min-height: 280px;}
section#testimonials .carousel-caption {position: static;}
.carousel-indicators [data-bs-target] {background-color:#E8CEB0!important; height:10px; margin:0 6px;}

.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: #000;
        outline-style: solid;
        outline-width: 2px;
        background-color: #000;
        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: #000;
        outline-style: solid;
        outline-width: 2px;
        background-color: #000;
        transform:	scale(1.25);
    }
}

/*ACCORDION*/
.accordion-header {padding:0;}
.accordion-header:hover {padding:0;}
.accordion-item {border-bottom: 1px solid #97CC23!important;}
.accordion-button:hover {background:#FFF!important; color:#0A243F!important; border:2px solid #11437A; box-shadow: none!important; text-decoration: underline!important;}
.accordion-button {font-family: "Vollkorn", serif; font-size: 28px; font-weight: 600; color:#0A243F; letter-spacing: -1px; border:2px solid #F8F8F8;}
.accordion-button:focus {border:2px solid #11437A!important; z-index: 3; outline-offset: 2px; box-shadow: none!important;}
.accordion-button:focus-visible {border:#11437A; box-shadow: 0!important;}
.accordion-button:not(.collapsed) {background-color:#FFF!important; color:#0A243F!important; box-shadow: none!important;}
.accordion-button:not(.collapsed)::after {background-image:url("graphics/angle-up.png");}
.accordion-button::after {background-image:url("graphics/angle-down.png");}
.accordion-body {font-family: "Manrope", sans-serif; font-size: 18px; color:#000!important; max-width: 856px!important;}
/*END ACCORDION*/

/*FORM*/
#form {
        width:100%;
        float:left;
		font-family: 'Manrope', 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 #0A243F;
        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 #0A243F;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

.form-control:focus {border: 3px solid #0A243F; box-shadow:none!important;}
.form-check-input:checked {background-color:#0A243F!important; border-color:#0A243F!important;}

.submit {
	padding:5%!important;
	background:#0A243F; 	
	color:#FFF!important;
	font-family: "Vollkorn", serif;
	font-size:32px;
	font-weight:700;
	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 #0A243F;
	border-radius: 15px;
}
/*.submit:hover {
	background-color:#000;
	color:#ccc!important;
	cursor:pointer;
	border:4px solid #000;
}*/
.submit:hover {background-color:#000; color:#E8CEB0!important; cursor:pointer;border:2px solid #000; outline-color: #0A243F; outline-style: solid; outline-width: 4px; padding:4px; border:4px solid #0A243F;}
.submit:focus {border:2px solid #0A243F; outline-color: #000; outline-style: solid; outline-width: 4px; padding:4px;}
.submit:focus-visible {border:2px solid #0A243F; outline-color: #000; outline-style: solid; outline-width: 4px; padding:4px;}
input {padding:15px!important; margin-top: 5px;}
input[type="checkbox"] {height: 1.5rem; width:24px; border:1px solid #222;}
.checkbox {height: 2.25rem;}
.checkbox:hover, .checkbox:focus, .checkbox:focus-visible {
		border: 3px solid #97CC23!important;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}
.form-control[type="checkox"]:focus {border:3px solid #97CC23!important;}
.form-control[type="checkox"]:focus-visible {border:3px solid #97CC23!important;}
/*END FORM*/

@media (max-width: 1399px) {
.tagline-text {font-size: 18px;}
.footer ul li:after {content:''; margin:0 0 0 35px;}
}

@media (max-width: 1199px) {
.bg-tagline {background-attachment: fixed; background-size: cover;}
.footer {font-size: 18px;}
.footer li {padding:12px 0;}
.footer ul li {display:block;}
.footer ul li:after {margin:0!important;}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
.h1-hero {font-size: 52px!important;}
.h2-hero {font-size: 38px!important;}
.bg-anchor li {padding:12px 0;}
.bg-anchor ul li {display:block;}
.bg-anchor ul li:after {content:''; margin:0;}
}

@media (max-width: 575px) {
.navbar-brand img {height:60px!important;}
.navbar-brand.js-scrolling img {height: 45px!important;}
}

@media (max-width: 480px) {
.navbar-brand img {height:45px!important;}
.navbar-brand.js-scrolling img {height: 35px!important;}
.offcanvas-header img {height:60px!important; padding:10px; margin:10px 0 0 25px!important;}
.h1-hero {font-size: 46px!important;}
.h2-hero {font-size: 32px!important;}
}

@media (max-width: 375px) {
.phone-lg {font-size: 36px!important;}
.attorney-contact {font-size: 16px;}
}