@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Maven+Pro:wght@400..900&family=Permanent+Marker&display=swap');

body {
  font: 16px "Hind", sans-serif;
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background-color:#FFF;
}

dl, ol, ul {margin:0!important; padding:1rem;}
li {margin:10px 0 25px 0!important; line-height: 1.5em; list-style-position: outside; font-weight: 400;}
.towns {margin:10px 0!important; line-height: 1.5em; list-style-position: outside; font-weight: 400;}

p {font-family: "Hind", sans-serif; font-size: 18px; font-weight: 500;  color: #000; line-height: 1.5em;}

.hind-<uniquifier> {
  font-family: "Hind", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
}

.maven-pro-<uniquifier> {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a:focus .btn-content, a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

a {color:#EC0404; text-decoration: none!important; -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:#0174BC; font-weight: 800;  text-decoration: none!important;}
a:focus {color:#0174BC!important; text-decoration: none; outline: -webkit-focus-ring-color auto 1px;}
a:focus-visible {color:#0174BC!important; text-decoration: none; outline: -webkit-focus-ring-color auto 5px;}

.section {scroll-margin-top: 75px!important;}
section {scroll-margin-top:50px!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;
}
/*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;}

.red {color:#EC0404;}
.blue {color:#0174BC;}
.brightblue {color:#017AC6;}
.silver {color:#999;}
.black {color:#000;}
.white {color:#fff;}

.bar-red {width:85px; border-top:10px solid #EC0404;}
.bar-blue {width:85px; border-top:10px solid #0174BC;}
.bar-silver {width:85px; border-top:10px solid #999;}
.bar-white {width:85px; border-top:10px solid #fff;}
.bar-black {width:85px; border-top:10px solid #000;}

.divider {border-top: 1px solid #999;}

.border-pic {border: 5px solid #0174BC;}
.border-lt {border: 3px solid #fff;}
.border-black {border: 4px solid #000;}
.border-red {border: 3px solid #EC0404;}
.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: "Maven Pro", system-ui;
	font-size: 40px;
	font-weight: 800;
	color:#fff;
	letter-spacing:-.5px;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000;
}
.h1-sub {font-family: "Permanent Marker", cursive; font-size: 29px; font-weight: 300; color:#EC0404; letter-spacing: 1px!important;}

h2 {
	font-family: "Maven Pro", system-ui;
	font-size: 36px;
	font-weight: 800;
	color:#0174BC;
	letter-spacing:-.5px;
	text-transform: uppercase;
	line-height: 1em;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #EC0404;
  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: #0174BC;
}
#button:active {
  background-color: #0174BC;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

.header {
  background-color: #000;
  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: #000;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.offcanvas {background-color: #000; border-top: none!important; padding:0!important;}
.offcanvas-backdrop.show {opacity: 0!important;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:80px!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; opacity: 1.0!important;}

.navbar-nav .nav-link {
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 75!important;
	font-stretch: condensed;
  text-transform: uppercase;
  color: #fff!important;
  padding: 15px .75rem!important;
  margin:0!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1em;
  border-bottom:5px solid #000;
}
.navbar-nav .nav-link:hover {color:#0174BC!important; border-bottom:5px solid #EC0404;}
.navbar-nav .nav-link:focus {color:#0174BC!important; border:2px solid #EC0404;}
.navbar-nav .nav-link:focus-visible {color:#0174BC!important; border:2px solid #EC0404;}

.nav-link2 {
	font-size:22px;
	font-family: "Maven Pro", sans-serif;
	font-weight: 800;
	background:#EC0404;
	color:#FFF;
	padding:15px!important;
	margin:30px 0 0 50px!important;
	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:3px solid #EC0404;
	line-height: .75em!important;
}
.nav-link2:hover {color:#0174BC; background:#FFF; border:3px solid #FFF; text-decoration:underline;}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55) !important;
  border-color: rgba(255, 255, 255, 1) !important;
}

.navbar-brand {height:auto; padding:0!important;}
.navbar-brand img {height:70px; margin: 10px 0 0 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:#0174BC!important;}

.bg-ltgray {background-color:#F4F4F4!important;}
.bg-dark {background-color:#000!important;}

.bg-hero {background-image: url("images/hero.webp"); overflow: hidden; min-height: 700px; margin-top: -10px!important;}
.bg-hero a {color:#FFF; 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;}
.bg-hero a:hover {color:#0174BC; text-decoration:none; font-weight: 700; background-position: center;}

.content {font-family: "Hind", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: -.5px;}
.content a {color:#EC0404; font-weight: 700; text-decoration:underline!important; -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:#0174BC; text-decoration:none; font-weight: 700;}
.btn-content {
	background-color:#0174BC;
	font-family: "Maven Pro", system-ui;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-shadow: none!important;
	text-transform: uppercase;
	text-decoration: none!important;
	color:#fff!important;
	-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 #0174BC;
}
.btn-content:hover {
	background:#EC0404;
	color:#fff!important;
	text-decoration: underline!important;
	cursor: pointer;
	border:4px solid #EC0404;
}
.btn-content:focus {border:2px solid #0174BC; outline-color: #0174BC; outline-style: solid; outline-width: 4px;}
.btn-content:focus-visible {border:2px solid #0174BC; outline-color: #0174BC; outline-style: solid; outline-width: 4px;}

.intro-phone {font-size: 24px; color:#FFF;}
.intro-phone a {color:#FFF; text-decoration: underline!important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.intro-phone a:hover {color:#0174BC; font-weight: 800;  text-decoration: none!important;}
.intro-phone a:focus {color:#0174BC!important; text-decoration: none; outline: -webkit-focus-ring-color auto 1px;}
.intro-phone a:focus-visible {color:#0174BC!important; text-decoration: none; outline: -webkit-focus-ring-color auto 5px;}

.tagline {font-family: "Permanent Marker", cursive; font-size: 24px; font-weight: 300; color:#D80303; letter-spacing: -.5px!important;}

.callout {background:#FFF!important; border-bottom:10px solid #EC0404; font-size: 18px; font-weight: 600!important; letter-spacing: -.5px!important;}
.icon-callout {font-size: 100px;}

.bg-stats {background-image: url("graphics/bg-stats.jpg"); line-height: 2.5em; background-position: center;}
.stats-number {font-family: "Maven Pro", sans-serif; font-size: 125px; font-weight: 900; color:#EC0404;}
.stats-tagline {font-family: "Permanent Marker", cursive; font-size: 24px; font-weight: 300; color:#FFF;}
.stats-divider {border-left:2px solid #0174BC; border-right:2px solid #0174BC;}

.carousel-caption {color:#000!important; font-size: 18px; font-weight: 600; width:650px!important; margin: auto; height: auto; clear: both; overflow: hidden;}
section#testimonials .carousel-caption {position: static;}
.name {font-family: 'Maven Pro', sans-serif!important; text-transform: uppercase; font-size: 18px; font-weight: 400; color:#EC0404;}
.carousel-indicators [data-bs-target] {background-color:#000!important; height:10px; margin:55px 6px 0 6px!important;}

.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;
	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

button.carousel-control-prev:hover, button.carousel-control-next:hover {
 .carousel-control-prev-icon, .carousel-control-next-icon {
        border: solid white 2px;
        outline-color: #0174BC;
        outline-style: solid;
        outline-width: 2px;
        background-color: #0174BC;
        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: #0174BC;
        outline-style: solid;
        outline-width: 2px;
        background-color: #0174BC;
        transform:	scale(1.25);
    }
}

.bg-about {background-image: url("graphics/bg-about.jpg"); background-position: center;}

.town-list {margin:0;}

.bg-tagline {background-image: url("graphics/bg-tagline.jpg"); background-position: center; background-attachment: fixed; background-size: cover;}
.tagline-lg {font-family: "Permanent Marker", cursive; font-size: 36px; font-weight: 300; line-height: 1.5em; color:#FFF;}

.content-interior {background:#000; min-height: 900px;}
.content-interior a {color:#FFF; 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;}
.content-interior a:hover {color:#0174BC; text-decoration:none; font-weight: 700;}

.footer {color: #FFF; font-size: 18px; font-weight: 400; line-height: 1.65em;}
.footer a {color: #FFF; font-size: 21px; font-weight: 400; text-decoration: underline!important; -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: #888; font-weight: 400; text-decoration: none;}

.bg-anchor {background:#111; color:#FFF; font-family: "Hind", sans-serif; font-size: 14px; font-weight: 400!important;}
.bg-anchor a {color:#FFF; text-decoration:underline!important; -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: 400;}
.bg-anchor a:hover {color:#888; text-decoration:none;}
.bg-anchor a:focus {border:2px solid #0174BC; color:#FFF;}
.bg-anchor a:focus-visible {border:2px solid #0174BC; color:#FFF;}
.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:#0174BC; margin:0 10px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

@media (max-width: 1599px) {
.navbar-light .navbar-nav .nav-link {font-size: 16px; padding: 15px .75rem!important;}

}

@media (max-width: 1399px) {
.navbar-light .navbar-nav .nav-link {font-size: 18px; padding: 5px .75rem!important;}
.footer ul li:after {content:''; margin:0 0 0 50px;}
.nav-link2 {margin:10px 0 0 10px!important; padding:25px!important;}
}

@media (max-width: 1199px) {
.stats-number {font-size: 100px;}
.stats-tagline {font-size: 21px;}
.footer ul {padding:0; margin:0; text-align:center;}	
.footer ul li {display:block; padding:12px 0!important;}
.footer ul li:after {margin:0;}
}

@media (max-width: 991px) {
.stats-number {font-size: 125px;}
.stats-tagline {font-size: 24px;}
.stats-divider {border-top:2px solid #0174BC; border-bottom:2px solid #0174BC; border-right:0; border-left:0;}
}

@media (max-width: 767px) {
h1 {line-height: 1em;}
.bg-anchor ul li {display:block; padding:12px 0;}
.bg-anchor ul li:after {content:'';margin:0;}
}

@media (max-width: 575px) {
.navbar-brand img {height:70px!important; margin: 0!important;}
.offcanvas-header img {height:80px!important; padding-top:25px; margin:0 0 0 20px!important;}
.town-list {margin:-20px 0 -20px 20px!important;}	
.footer {font-size: 17px;}
.footer a {font-size: 17px;}
}

@media (max-width: 415px) {
.navbar-brand img {height:60px!important; margin: 0!important;}
.offcanvas-header img {height:80px!important; padding-top:25px; margin:0 0 0 20px!important;}
.intro-phone {font-size: 28px; color:#FFF;}
}

@media (max-width: 375px) {
.navbar-brand img {height:50px!important; margin: 0!important;}
.offcanvas-header img {height:70px!important; padding-top:25px; margin:0 0 0 20px!important;}
.stats-number {font-size: 115px; letter-spacing: -1px;}
}





