@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

html {
	min-height: 100%;
	min-width: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Work Sans', sans-serif;
	color:#000;
	margin:0;
	min-height: 100%;
	width: 100%;
	line-height: 1.35;
	scroll-behavior: smooth;
	overflow-x: hidden !important;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	font-size: 16px;
}

h2 {
	font-weight: 800;
	font-size: 28px;
}

.nav {
	margin-top: -85px;
	color: white;
}

.bold {
	font-weight: bold;
}

.box h3 {
	margin-top: 5px;
}

.size-18 {
	font-size: 21px;
	margin-bottom: 0;
	text-align: center;
}

.size-14 {
	font-size: 16px;
	max-width: 80%;
}

.nav li {
	list-style-type: none;
	font-weight: bold;
	font-size: 18px;

}

.nav a {
	text-decoration: none;
}

li a:hover {
		color: #F47920;
}



.bg-grass {
    background-repeat: repeat-y;
    background-image: url(../images/2026/grassjpg.jpg);
    background-size: cover;
}

.orangebackground {
    background: #e37e3a;
}

.second {
	margin-left: 15px;
}



ol li {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	margin-left: -13px;
}

li p {
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
}

.left {
	text-align: center;
	line-height: 1.35;
	font-size: 16px;
}

.center {
	position: relative;
	margin-top: -80px;
	text-align: left;
	line-height: 1.2;
	font-size: 16px;
}

.right {
		position: relative;
		margin-top: -100px;
		text-align: left;
		line-height: 1.35;
		font-size: 16px;
}
.circle {
	color: #F47920;
	background-color: white;
	height: 60px;
	width: 60px;
	border-radius: 35px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-left: -15px;
	margin-top: -10px;
}

.circle p {
font-weight: 900;
font-size: 55px;
margin-left: -5px;
font-style: italic;
margin-bottom: 0;
padding: 0;
}

.box {
	background-color: #009448;
	border-radius: 15px;
	padding: 5px 10px 10px 10px;
	color: white;
	margin-bottom: 33px;
	line-height: 1.35;
}

.title {
	margin-top: 90px;
	margin-bottom: 15px;
}

.title h1 {
	font-weight: 800;
	font-size: 65px;
    font-family: 'Anton', sans-serif;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	color: white;
	font-weight: bold;
}

#logo {
	margin-top: -60px;
	z-index: 2;
	position: relative;
}

.c2a {
  background-color: black;
  border-bottom: 3px solid #009448;
  height: 71px;
	z-index:1;
	position: relative;
}

.btn {
  background-color: #009448;
  text-align: center;
  height: 58px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: white;
  font-weight: bold;
  font-size: 16pt;

}

a {
	transition: color .3s;
}

.btn a:hover, .btn2 a:hover {
	color: black;
}

.info {
	margin-left: 25px;
}

.flogo {
	color: white;
	font-weight: bold;
	line-height: 1.3;
}

.footer {
	background-color: black;
  border-top: 3px solid #009448;
  height: 41px;
	z-index:1;
	position: relative;
	color: white;
	text-align: center;
	font-size: 13px;
}

a {
	color: white;
	text-decoration: none;
}

.info p {
	text-shadow: 5px 3px 6px #000;
}

a:hover {
	color: #009448;
}

.imgholder img {
	border-radius: 15px;
	margin-bottom: 15px;
}

ul li {
	list-style-position: outside;
	margin-left: -15px;
}

.btn2 {
  background-color: #009448;
  text-align: center;
  height: 48px;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  font-size: 18pt;
}

.mnav {
	background-color: white;
	padding: 0;
}

i {
	color: white;
}

.mnav li {
	width: 100%;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}

.box p {
	margin-top: 5px;

}
.mnav li a {
	height: 100%;
	width: 100%;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}

.nwrap {
	height: auto;
}

.mnav li a, .mnav li {
	color: black;
	transition: color .3s;
}

.mnav li a:hover {
	color: #F47920;
}
.container-fluid {
    padding: 0 !important;
}



/***************responsive***************/

/*Large devices*/
@media screen and (max-width: 2500px){
#logo {
	height: 250px;
	width: 250px;
	margin-top: -45px;
	margin-bottom: 15px;
}
.imgholder img {
	height: 200px;
	width: 181px;
}

.left p, .left div{
	margin-left: 60px !important;
}
h2 {
	font-size: 26px;
}
main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;
}

li a {
	font-size: 15px;
}

.btn {
	font-size: 15px;
	height: 38px;
}

.title h1 {
	font-size: 66px;
    
}

.right p {
	line-height: 1.35;
}

.right {
line-height: 1.35;
margin-top: -165px;
font-size: 15px;
}

.box p {
	font-size: 15px;
}

.left {
line-height: 1.35;
font-size: 15px;
}

.left2 {
	margin-top: 0px;
}

.center {
	margin-top: 0px;
	line-height: 1.35;
	font-size: 16px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 15px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 15px;
}

.btn2 {
	font-size: 15px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 15px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: left;
	font-size: 12px;
}

.footer .copy {
	font-size: 12px;
}

ol {
	margin-bottom: 80px;
}

.wrapper {
	background-position: top center;
	background-size: cover;
}

.title {
	margin-top: 80px;
}

ol li, ol li p {
	font-size: 15px;
line-height: 1.35;
margin-bottom: 5px;
}

}
/*Large devices*/
@media screen and (max-width: 2300px){
#logo {
	height: 250px;
	width: 250px;
	margin-top: -45px;
	margin-bottom: 15px;
}
.imgholder img {
	height: 210px;
	width: 191px;
}

.left p, .left div{
	margin-left: 40px !important;
}
h2 {
	font-size: 26px;
}
main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;
}

li a {
	font-size: 15px;
}

.btn {
	font-size: 15px;
	height: 38px;
}

.title h1 {
	font-size: 66px;
}

.right p {
	line-height: 1.35;
}

.right {
line-height: 1.35;
margin-top: -165px;
font-size: 15px;
}

.box p {
	font-size: 15px;
}

.left {
line-height: 1.35;
font-size: 15px;
}

.left2 {
	margin-top: 0px;
}

.center {
	margin-top: 0px;
	line-height: 1.35;
	font-size: 16px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 15px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 15px;
}

.btn2 {
	font-size: 15px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 15px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: left;
	font-size: 12px;
}

.footer .copy {
	font-size: 12px;
}

ol {
	margin-bottom: 80px;
}

.wrapper {
	background-position: top center;
	background-size: cover;
}

.title {
	margin-top: 80px;
}

ol li, ol li p {
	font-size: 15px;
line-height: 1.35;
margin-bottom: 5px;
}

}
/*Large devices*/
@media screen and (max-width: 2100px){

#logo {
	height: 250px;
	width: 250px;
	margin-top: -45px;
	margin-bottom: 15px;
}
.left p, .left div{
	margin-left: 20px !important;
}
h2 {
	font-size: 26px;
}
main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;
}

li a {
	font-size: 15px;
}

.btn {
	font-size: 15px;
	height: 38px;
}

.title h1 {
	font-size: 46px;
}

.right p {
	line-height: 1.35;
}

.right {
line-height: 1.35;
margin-top: -165px;
font-size: 15px;
}

.box p {
	font-size: 15px;
}

.left {
line-height: 1.35;
font-size: 15px;
}

.left2 {
	margin-top: -60px;
}

.center {
	margin-top: 0px;
	line-height: 1.35;
	font-size: 16px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 15px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 15px;
}

.btn2 {
	font-size: 15px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 15px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: left;
	font-size: 12px;
}

.footer .copy {
	font-size: 12px;
}

ol {
	margin-bottom: 80px;
}

.wrapper {
	background-position: top center;
	background-size: cover;
}

.title {
	margin-top: 100px;
	margin-bottom: 10px;
}

ol li, ol li p {
	font-size: 15px;
line-height: 1.35;
margin-bottom: 5px;
}

}

/*Large devices*/
@media screen and (max-width: 1800px){
#logo {
	height: 250px;
	width: 250px;
	margin-top: -45px;
	margin-bottom: 15px;
}

h2 {
	font-size: 26px;
}
main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;
}

li a {
	font-size: 15px;
}

.btn {
	font-size: 15px;
	height: 38px;
}

.title h1 {
	font-size: 46px;
}

.right p {
	line-height: 1.35;
}

.right {
line-height: 1.35;
margin-top: -155px;
font-size: 15px;
}

.box p {
	font-size: 15px;
}

.left {
line-height: 1.35;
font-size: 15px;
}

.left2 {
	margin-top: -105px;
}

.center {
	margin-top: 0px;
	line-height: 1.35;
	font-size: 16px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 15px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 15px;
}

.btn2 {
	font-size: 15px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 15px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: left;
	font-size: 12px;
}

.footer .copy {
	font-size: 12px;
}

ol {
	margin-bottom: 80px;
}

.wrapper {
	background-position: center top;
	background-size: cover;
}

.title {
	margin-top: 100px;
	margin-bottom: 10px;
}

ol li, ol li p {
	font-size: 15px;
line-height: 1.35;
margin-bottom: 5px;
}



}

/*Large devices*/
@media screen and (max-width: 1700px){
#logo {
	height: 250px;
	width: 250px;
	margin-top: -45px;
	margin-bottom: 15px;
}

h2 {
	font-size: 26px;
}
main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;
}

li a {
	font-size: 15px;
}

.btn {
	font-size: 15px;
	height: 38px;
}

.title h1 {
	font-size: 46px;
}

.right p {
	line-height: 1.35;
}

.right {
line-height: 1.35;
margin-top: -175px;
font-size: 15px;
}

.box p {
	font-size: 15px;
}

.left {
line-height: 1.35;
font-size: 15px;
}

.left2 {
	margin-top: -150px;
}

.center {
	margin-top: 0px;
	line-height: 1.35;
	font-size: 16px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 15px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 15px;
}

.btn2 {
	font-size: 15px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 15px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: left;
	font-size: 12px;
}

.footer .copy {
	font-size: 12px;
}

ol {
	margin-bottom: 80px;
}

.wrapper {
	background-position: center top;
	background-size: cover;
}

.title {
	margin-top: 100px;
	margin-bottom: 10px;
}

ol li, ol li p {
	font-size: 15px;
line-height: 1.35;
margin-bottom: 5px;
}



}

/*Large devices*/
@media screen and (max-width: 1600px){
#logo {
	height: 250px;
	width: 250px;
	margin-top: -45px;
	margin-bottom: 15px;
}

h2 {
	font-size: 26px;
}
main {
	position: relative;
	margin-top: 0;
}
.left p, .left div{
	margin-left: -20px !important;
}
.nav {
	margin-top: 0;
}

li a {
	font-size: 15px;
}

.btn {
	font-size: 15px;
	height: 38px;
}

.title h1 {
	font-size: 46px;
}

.right p {
	line-height: 1.35;
}

.right {
line-height: 1.35;
margin-top: -205px;
font-size: 15px;
}

.box p {
	font-size: 15px;
}

.left {
line-height: 1.35;
font-size: 15px;
}

.left2 {
	margin-top: -190px;
}

.center {
	margin-top: 0px;
	line-height: 1.35;
	font-size: 16px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 15px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 15px;
}

.btn2 {
	font-size: 15px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 15px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: left;
	font-size: 12px;
}

.footer .copy {
	font-size: 12px;
}

ol {
	margin-bottom: 80px;
}

.wrapper {
	background-position: center top;
	background-size: cover;
}

.title {
	margin-top: 100px;
	margin-bottom: 10px;
}

ol li, ol li p {
	font-size: 15px;
line-height: 1.35;
margin-bottom: 5px;
}



}

/*Large devices*/
@media screen and (max-width: 1501px){
.right {
margin-top: -265px;
}

.left2 {
	margin-top: -290px;
}

.center {
	margin-bottom: 0px;
}
}

/*Large devices*/
@media screen and (max-width: 1400px){
#logo {
	height: 250px;
	width: 250px;
	margin-top: -45px;
	margin-bottom: 15px;
}
main {
	position: relative;
	margin-top: 0;
}
h2 {
	font-size: 20px;
}
.nav {
	margin-top: 0;
}

li a {
	font-size: 15px;
}

.btn {
	font-size: 15px;
	height: 38px;
}

.title h1 {
	font-size: 46px;
}

.right p {
	line-height: 1.35;
}

.right {
line-height: 1.35;
margin-top: -270px;
font-size: 15px;
}

.box p {
	font-size: 15px;
}

.left {
line-height: 1.35;
font-size: 15px;
}

.left2 {
	margin-top: -325px;
}

.center {
	margin-top: 0px;
	line-height: 1.35;
	font-size: 16px;
}


.c2a {
	height: 51px;
}

.size-18 {
	font-size: 15px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 15px;
}

.btn2 {
	font-size: 15px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 15px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: left;
	font-size: 12px;
}

.footer .copy {
	font-size: 12px;
}

.wrapper {
	background-position: center top;
	background-size: cover;
}

.title {
	margin-top: 100px;
	margin-bottom: 10px;
}

ol li, ol li p {
	font-size: 15px;
line-height: 1.35;
margin-bottom: 5px;
}



}

/*Large devices*/
@media screen and (max-width: 1399px){
#logo {
	height: 250px;
	width: 250px;
	margin-top: -45px;
	margin-bottom: 15px;
}
main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;
}

li a {
	font-size: 15px;
}

.btn {
	font-size: 16px;
	height: 38px;
}

.title h1 {
	font-size: 46px;
}

.right p {
	line-height: 1.35;
}

.right {
line-height: 1.35;
margin-top: -250px;
font-size: 15px;
}

.left {
line-height: 1.35;
font-size: 15px;
}

.left2 {
	margin-top: -320px;
}

.center {
	margin-top: 0px;
	line-height: 1.35;
	font-size: 16px;
}

.imgholder img {
	height: 220px;
	width: 201px;
}

.c2a {
	height: 51px;
}



.size-18 {
	font-size: 15px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 15px;
}

.btn2 {
	font-size: 15px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 15px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: left;
	font-size: 12px;
}

.footer .copy {
	font-size: 12px;
}

.wrapper {
	background-position: center top;
	background-size: cover;
}

.title {
	margin-top: 80px;
	margin-bottom: 20px;
}

ol li p, ol li{
line-height: 1.35;
margin-bottom: 5px;
font-size: 15px;
}

ol {
	line-height: 1.35;
}

}
/*large devices*/
@media screen and (max-width: 1200px){
.right {
	margin-top: -165px;
	line-height: 1.35;
	font-size: 15px;
}

.center {
line-height: 1.2;
font-size: 15px;
}

.left {
	line-height: 1.5;
	font-size: 16px;
}

.left2  {
	margin-top: -370px;
	line-height: 1.3;
}

.title {
	margin-top: 100px;
	margin-bottom: 15px;
}

.imgholder img {
	height: 190px;
	width: 171px;
}

ol li p, ol li {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.btn {
	font-size: 14px;
}
ol {
	line-height: 1.35;
	margin-bottom: 100px;
}

.box p:nth-child(2) {
	font-size: 15px;
}

}
/*Large devices*/
@media screen and (max-width: 1199px){
#logo {
	height: 220px;
	width: 220px;
	margin-top: 15px;
}
.left p, .left div{
	margin-left: 0px !important;
}

main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;
}
li a {
	font-size: 16px;
}

.btn {
	font-size: 16px;
	height: 38px;
}

.title {
	margin-top: 20px;
	margin-bottom: 100px;
}

.title h1 {
	font-size: 30px;
}

.center, .left, .right {
	margin-top: 0;
	line-height: 1.35;
	font-size: 16px;
}
.imgholder img {
	height: 280px;
	width: 261px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 16px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 16px;
}

.btn2 {
	font-size: 16px;
	padding-left: 14px;
	padding-right: 14px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 16px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -15px;
}

.info p {
	text-align: center;
	font-size: 16px;
}

.footer .copy {
	font-size: 12px;
}

.wrapper {
	background-position: center top;
	background-size: cover;
}

main {
	background-position: top 0;
	background-size: cover;
	background-image: none;
	background-color: #f47920;
}

.wrapper {
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% cover;
}

.mnav {
	margin-bottom: 0;
}

.left2 {
	margin-top: -80px;
}
ol {
	margin-bottom: 20px;
}
}



/*Medium devices*/
@media screen and (max-width: 768px){
#logo {
	height: 200px;
	width: 200px;
	margin-top: 15px;
}
main {
	position: relative;
	margin-top: 0;
}

.mnav {
	margin-bottom: 0;
}

.nav {
	margin-top: 0;
}
li a {
	font-size: 16px;
}

.title {
	margin-top: 20px;

}

.btn {
	font-size: 16px;
	height: 38px;
}

.title h1 {
	font-size: 30px;
}

.center, .left, .right {
	margin-top: 0;
	line-height: 1.35;
	font-size: 16px;
}
.imgholder img {
	height: 230px;
	width: 211px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 16px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 16px;
}

.btn2 {
	font-size: 16px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 16px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -15px;
}

.info p {
	text-align: center;
	font-size: 16px;
}

.footer .copy {
	font-size: 6px;
}

.title {
	margin-bottom: 80px;
}

.wrapper {
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% cover;
}

.mnav {
	margin-bottom: 0;
}
main {
	background-position: top 0;
	background-size: cover;
	background-image: none;
	background-color: #f47920;
}

.left2 {
	margin-top: -80px;
}

ol {
	margin-bottom: 20px;
}

}

/*Small devices*/
@media screen and (max-width: 576px){
#logo {
	height: 200px;
	width: 200px;
	margin-top: 15px;
}

main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;

}
.title {
	margin-top: 20px;
	margin-bottom:15px;
}

li a {
	font-size: 16px;
}

.btn {
	font-size: 16px;
	height: 38px;
}

.title h1 {
	font-size: 30px;
}

.center, .left, .right {

	line-height: 1.3;
}
.imgholder img {
	height: 200px;
	width: 181px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 16px;
}

.nwrap {
	height: 100%;

}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 12px;
}

.btn2 {
	font-size: 16px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 16px;
}

.box p:nth-child(2){
	font-size: 16px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: center;
	font-size: 16px;
}

.title {
	margin-bottom: 80px;
}

.footer .copy {
	font-size: 6px;
}

.wrapper {
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% cover;
}

.mnav {
	margin-bottom: 0;
}

main {
	background-position: top -20px;
	background-size: cover;
	background-image: none;
	background-color: #f47920;
}

.mnav {
	margin-bottom: 0;
}

.nav {
	margin-top: 0;
}

.left2 {
	margin-top: -80px;
}
}

/*Small devices*/
@media screen and (max-width: 380px){
#logo {
	height: 200px;
	width: 200px;
	margin-top: 15px;
}
main {
	position: relative;
}

.wrapper {
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% cover;
}

.mnav {
	margin-bottom: 0;
}
.title {
	margin-top: 20px;
}

li a {
	font-size: 16px;
}

.left2 {
	margin-top: -80px;
}

.btn {
	font-size: 16px;
	height: 38px;
}

.title h1 {
	font-size: 30px;
}

.center, .left, .right {
	margin-top: 0;
	line-height: 1.35;
}
.imgholder img {
	height: 180px;
	width: 161px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 16px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 16px;
}

.btn2 {
	font-size: 16px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.title h1{
	font-size: 28px;
}

.info {
	margin: 0;
}
h3 {
	font-size: 16px;
}

.box p:nth-child(2){
	font-size: 16px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.info p {
	text-align: center;
	font-size: 16px;
}

.footer .copy {
	font-size: 6px;
}

.wrapper {
	background-position: center top;
	background-size: cover;
}

main {
	background-position: top 0;
	background-size: cover;
	background-image: none;
	background-color: #f47920;
}

.left2 {
	margin-top: -80px;
}
}

/*Small devices*/
@media screen and (max-width: 320px){
#logo {
	height: 150px;
	width: 150px;
	margin-top: 15px;
}
main {
	position: relative;
	margin-top: 0;
}

.nav {
	margin-top: 0;
}
.title {
	margin-top: 20px;
}

li a {
	font-size: 16px;
}

.btn {
	font-size: 16px;
	height: 38px;
}

.center, .left, .right {
	margin-top: 0;
	line-height: 1.35;
}
.imgholder img {
	height: 140px;
	width: 121px;
}

.c2a {
	height: 51px;
}

.size-18 {
	font-size: 16px;
}

.nwrap {
	height: auto;
}

.mnav li {
	display: none;
}

.size-14 {
	font-size: 16px;
}

.btn2 {
	font-size: 16px;
	padding-left: 13px;
	padding-right: 13px;
}
.badges img {
	height: 60px;
	width: 48px;
}

.info {
	margin: 0;
}

h3 {
	font-size: 15px;
}

.box p:nth-child(2){
	font-size: 16px;
}

.circle p {
	font-size: 45px;
}
.circle {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}

.title h1{
	font-size: 21px;
	margin-bottom: 15px;
}

.info p {
	text-align: center;
	font-size: 16px;
}

.footer .copy {
	font-size: 6px;
}

.wrapper {
	background-position: center top;
	background-size: cover;
}

main {
	background-position: top 0;
	background-size: cover;
	background-image: none;
	background-color: #f47920;
}
.left2 {
	margin-top: -80px;
}
}

/* ===== PROJECT GOLF COURSE MOBILE NAV ===== */
#mobile-nav,
.mnav#mobile-nav {
	display: none !important;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#mobile-nav li {
	display: none !important;
	width: 100%;
}

#mobile-nav.active {
	display: flex !important;
	flex-direction: column;
	gap: 12px;
}

#mobile-nav.active li {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
}

.menu-toggle {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.menu-toggle:focus,
.menu-toggle:hover {
	background: rgba(255, 255, 255, 0.15);
	outline: none;
}

.menu-toggle:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

/* ===== COMPARISON TABLE WRAPPER ===== */
.comparison-table-wrapper {
	overflow-x: auto;
}

.comparison-table .row {
	--bs-gutter-x: 1.5rem;
}

@media (max-width: 767.98px) {

	.comparison-table .feature-cell {
		text-align: center;
	}

}
