@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Pridi:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/xaz4epb.css");


:root {
    /* Color Palette */
    --color-h1: #111;  
    --color-h2: #333;  
    --color-h3: #ac1f23;
    --color-text: #111;
    
    --color-link: #666; 
    --color-hover: #ac1f23;  
    --color-hr-border: #ac1f23;  
    
    --button-bg-link:#ac1f23;  
    --button-bg-hover: #FFF;
    
    /* Typography */
    --font-family-base: "montserrat", sans-serif;
    --font-family-heading: "Pridi", serif;
    --font-size-normal: 1rem;

    /* Top Level Menu */
    --color-topmenu-link: #DDD;
    --color-topmenu-hover: #ededed;
    --color-topmenu-border-link: 2px solid transparent;
    --color-topmenu-border-hover: 2px solid #ac1f23;

    --font-size-topmenu: 22px;
    --background-color-up: transparent;
    --background-color-down: transparent;
    --font-weight-topmenu: 400;

/*------------------------------------------------*/
/* Feature Box – Global Overrides */
/*------------------------------------------------*/

 /* Overlay (hover) */
  --feature-overlay-bg-start: rgba(153, 0, 0, 0.85);
  --feature-overlay-bg-end: rgba(204, 0, 0, 0.95);
  --feature-overlay-opacity: 1;

  /* Overlay Typography */
  --feature-title-color: #ffffff;
  --feature-title-size: clamp(1.3rem, 2.2vw, 1.7rem);
  --feature-text-color: rgba(255,255,255,0.9);
  --feature-text-size: 0.95rem;
  --feature-text-line-height: 1.1;
  --text-align: left;

  /* Pre-hover Label */
  --feature-label-color: #ffffff;
  --feature-label-size: clamp(1.2rem, 2vw, 1.8rem);
  --feature-label-weight: 700;
  --feature-label-letter-spacing: 0.5px;
  --feature-label-bg-start: rgba(0,0,0,0.2);
  --feature-label-bg-end: rgba(0,0,0,0.45);
  --feature-label-border: 2px solid #ec271c;

  /* CTA */
  --feature-cta-color: #ffffff;
  --feature-cta-hover-color: #ffffff;
  --feature-cta-bg: transparent;
  --feature-cta-bg-hover: transparent;
  --feature-cta-size: 0.95rem;
  --feature-cta-font-weight: 600;
  --feature-cta-padding: 0 1.25rem;
  --feature-arrow-shift: 6px;

  /* Motion */
  --feature-img-scale: 1.08;
  --feature-overlay-translate: 0;
  --feature-transition-speed: 0.45s;
  --feature-transition-ease: cubic-bezier(.2,.8,.2,1);

  /* Shape + Depth */
  --feature-radius: 0;
  --feature-hover-lift: 0;
  --feature-hover-shadow: 0 20px 40px rgba(0,0,0,.2);
}



/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:var(--color-link);
    text-decoration: none; 
	-webkit-transition:all ease .3s; 
	transition:all ease .3s;

}

a:hover {
        color:var(--color-hover); 
        text-decoration: none;
		-webkit-transition:all ease .3s; 
		transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 40px;
	color:var(--color-h1);
	font-family: var(--font-family-heading);	
	font-weight:800;
}

h2 {
    font-size: 30px;
	color:var(--color-h2);
	font-weight:600;
	font-family: var(--font-family-heading);	
}

h3 {
    font-size: 22px;
    color:var(--color-h3);
	font-weight:600;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: var(--color-hr-border);
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:16px;}

td {color:var(--color-text);padding:5px;line-height:18px; font-size:var(--font-size-normal);font-family: var(--font-family-base);}

ul li {
    font-size:var(--font-size-normal); 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:var(--font-size-normal); 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }


.page-break-section {box-shadow:none !important;}
/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/

.navbar-toggler {margin-bottom:3px;margin-top:-200px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;

}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin:0;
	padding: 0;
	width: auto;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border:none;

}

.navbar-nav.sm-collapsible a.has-submenu {
	padding-right:10px;
}

#dnnMenu .topLevel>li>a {text-shadow:1px 1px 2px #000;text-transform:uppercase;padding-bottom:7px;background:var(--background-color-up);color:var(--color-topmenu-link);transition: all .4s ease; margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-link);}
#dnnMenu .topLevel>li>a:focus{ font-weight:400;padding-bottom:7px;color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>li>a:hover{font-weight:400;padding-bottom:7px;color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>li.active>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }
#dnnMenu .topLevel>li.active>a:focus {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }
#dnnMenu .topLevel>li.active>a:hover {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }

#dnnMenu .topLevel>.open>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.open>a:hover{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.open>a:focus{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>.active.open>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.active.open>a:hover {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.active.open>a:focus{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>li>a span {font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);font-family:var(--font-family-heading);} 
#dnnMenu .topLevel>li>a:focus span{font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);font-family:var(--font-family-heading);}
#dnnMenu .topLevel>li>a:hover span{font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);font-family:var(--font-family-heading);}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:49px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (max-width : 992px) {
	#dnnMenu .nav li {font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (max-width : 992px){
	
	

#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {width:100%;position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:none;}
	
#dnnMenu .topLevel li a {letter-spacing:1px;border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#EEE;margin:0;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#FFF;margin:0;}	
#dnnMenu .topLevel li a:hover{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#FFF;margin:0;}
	
#dnnMenu .topLevel li.active a{border-bottom:none;color:#549400;margin:0;}
#dnnMenu .topLevel li.active a:focus{border-bottom:none;color:#549400;margin:0;} 
#dnnMenu .topLevel li.active a:hover{border-bottom:none;color:#549400;margin:0;}
	
#dnnMenu .topLevel li a span{font-size:17px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span{font-size:17px;} 
#dnnMenu .topLevel li a:hover span{font-size:17px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:17px;color:#549400;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:17px;color:#549400;}

#dnnMenu .topLevel>.open>a {border-bottom:none;background:transparent;color:#549400;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{border-bottom:none;color:#549400;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{border-bottom:none;color:#549400;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {border-bottom:none;color:#549400;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {border-bottom:none;color:#549400;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{border-bottom:none;color:#549400;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:15px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#333;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:1px;border-style:solid;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}

#dnnMenu .dropdown-menu{padding:0;z-index:1000;background:transparent;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#111;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#ec271c;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#ec271c;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}


/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/


/* Base button */
.MoreButton a:link,
.MoreButton a:visited {
  padding: 16px 25px;
  text-align: center;
  color: #fff; /* white text */
  font-size: 20px;
  display: inline-block;
  font-family: var(--font-family-base);
  margin: 3px 0;
  background: var(--btn-color);
  border: 4px solid #EDEDED;
  transition:
    background-color .35s ease,
    color .35s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

/* Hover → white background, color text */
.MoreButton a:hover,
.MoreButton a:active {
  background: #fff;
  color: var(--btn-color);
}

/* Optional subtle lift */
.MoreButton a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,.12);
}

/* =====================
   RED BUTTON
===================== */
.MoreButton.is-red {
  --btn-color: #ac1f23;
}

/* =====================
   ORANGE BUTTON
===================== */
.MoreButton.is-orange {
  --btn-color: #f47432;
}

/*------------------------------------------------*/
/* Mobile Button Adjustments */
/*------------------------------------------------*/
@media (max-width: 575px) {

  .MoreButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; /* prevent text wrap */
  }

  .MoreButton a:link,
  .MoreButton a:visited {
    padding: 10px 16px;
    font-size: 15px;
    border-width: 2px;
    margin: 2px 0;
  }

  .MoreButton a:hover {
    transform: none; /* remove lift on touch */
    box-shadow: none;
  }
}

.button-row {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}




.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px; /* space between buttons */
  flex-wrap: wrap; /* wraps nicely on smaller screens */
}


/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.gradwrap {background:linear-gradient(180deg,#b8d17b,#529200);}

.contactwrap {background:#141414;padding:7px 0;}
.contacttext {color:#CCC;font-size:18px;text-align:right;}

.contacttext a:link, .contacttext a:visited {color:#CCC;font-size:18px; padding:0 5px;}
.contacttext a:hover, .contacttext a:active {color:#ec271c;font-size:18px; padding:0 5px;}

.headerwrap {background:transparent;padding-top:10px;}

.logo {text-align:center;margin:0 auto;text-align:center;}
.logo img {max-width:260px;height:auto;}

.menupad {padding-top:10px;}


/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/

.showcasewrap {
    padding:1.5rem 5%;margin-bottom:-100px;
}

.showcasebox {
    background:#ededed;border-radius:25px;padding:1.2rem;
}


.locationwrap {
	background:url('images/location-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    padding:1.5rem 5%;
    background-position:top center;
    margin-bottom:-82px;
}

.showcasetext {text-align:center;padding:5%;}

.locationtext {font-family: canvas-inline, sans-serif;color:#EDEDED;text-align:center;padding-bottom:200px;padding-top:200px;}
.wavebordertop {background:url('images/wave-repeat-top_bg.png') bottom left repeat-x;height:79px;position:relative;z-index:1;}
.waveborderbottom {background:url('images/wave-repeat-bottom_bg.png') top left repeat-x;height:79px;position:relative;z-index:1;}

.detailswrap {background:#e6e6dd;position:relative;z-index:1;}

/* ===============================
   Market Card – Refined Layout
================================ */
.market-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  max-width: 550px;
  margin-top:-100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:105px;
}

/* Image */
.market-card-image img {
  width: 100%;
  display: block;
}

/* Body */
.market-card-body {
  padding: 1.75rem;
}

/* Tag */
.market-tag {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: .5rem;
}

/* Title */
.market-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: .25rem;
  font-family:var(--font-family-heading);
  color:#111;
}

/* Subtitle */
.market-subtitle {
  color: #c40000;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.market-info {
  display: flex;
  flex-direction: column;
}

/* Each info row */
.market-info-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.market-info-row:last-child {
  border-bottom: none;
}

/* Large Icon */
.market-info-row i,
.market-info-row .svg-inline--fa {
  font-size: 65px;
  width: 65px;
  height: 65px;
  color: #CCC;
  flex-shrink: 0;
}
/* Text block */
.market-info-row div {
  text-align: left;
  font-size: 1rem;
  line-height: 1.45;
}

/* Section titles */
.market-info-row strong {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 2px;
}

/* Supporting text */
.market-info-row em {
  display: block;
  font-size: .85rem;
  color: #666;
  margin-top: 3px;
}

/* Title tuning */
.market-title {
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: .25rem;
}

.market-subtitle {
  color: #c40000;
  font-weight: 600;
  margin-bottom: 1.75rem;
}

/* Optional: tighten on mobile */
@media (max-width: 575px) {
  .market-info-row {
    gap: 16px;
    padding: 18px 0;
  }

  .market-info-row i {
    font-size: 52px;
  }
}

.market-card-horizontal-full {
  display: flex;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #e5e5e5;
  margin-bottom: 3rem;
}

/* Left image */
.market-card-horizontal-full .market-card-image {
  width: 40%;
  min-width: 320px;
}

.market-card-horizontal-full .market-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right content */
.market-card-horizontal-full .market-card-body {
  flex: 1;
  padding: 3rem;
}

/* Info rows */
.market-card-horizontal-full .market-info-row {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.market-card-horizontal-full .market-info-row:last-child {
  border-bottom: none;
}

/* Icons */
.market-card-horizontal-full .market-info-row i {
  font-size: 42px;
  color: #c40000;
  line-height: 1;
}





.gallerywrap {background:url('images/galler-repeat_bg.jpg') repeat top right;margin-top:-85px;position:relative;z-index:0;padding-bottom:100px;padding-top:100px;}

.gallerytext h2 {font-family: canvas-inline, sans-serif;color:#EDEDED;text-align:center;}
.gallerytext img {box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);border:3px solid #ededed;border-radius:20px;}

.mainwrap {padding:50px 0;}


/* Section rhythm */

.ctawrap {background:url('images/galler-repeat_bg.jpg') repeat top right;position:relative;z-index:0;padding-bottom:60px;padding-top:60px;}

.section {
  padding: 50px 0;
}

.section-muted {
  background: #f7f7f7;
}

.section-border {
  border-top: 6px solid #cc0000;
}

/* Headings */
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .85rem;
  color: #cc0000;
  font-weight: 700;
  margin-bottom: .75rem;
}

.section-title {
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 1.5rem;
}

/* Feature panels */
.panel {
  border: 4px solid #111;
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 3rem);
  background: #fff;
}

.panel-soft {
  border-color: #ddd;
}

/* Lists */
/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;          /* vertical centering */
  gap: 12px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

/* Icon styling */
.feature-list li i {
  font-size: 0.45rem;           /* smaller, refined dot */
  color: #cc0000;               /* brand red */
  flex-shrink: 0;
  position: relative;
  top: 1px;                     /* micro optical alignment */
}
/* ================================
   Rules & Regulations Styling
================================ */

/* Section wrapper */
.rules-section {
  margin: 3rem auto;
  padding: 2.5rem 2rem;
  border: 2px solid #e5e5e5;
  border-radius: 18px;
  background: #ffffff;
}

/* Alternate background for readability */
.rules-section:nth-of-type(even) {
  background: #f9f9f9;
}

/* Section headings */
.rules-heading {
  font-weight: 800;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid #ec271c;
  letter-spacing: .5px;
}

/* Sub-headings (h3s inside sections) */
.rules-section h2 {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .75rem;
  color: #222;
  padding-top:20px;
  font-size:24px;
}

/* Improve readability of dense text */
.rules-section p {
  line-height: 1.6;
  margin-bottom: .75rem;
}

/* Lists */
.rules-section ul {
  padding-left: 1.25rem;
}

.rules-section li {
  margin-bottom: .5rem;
}

/* Horizontal rules cleanup */
.rules-section hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #cc0000, transparent);
  margin: 3rem 0;
}


/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footerborder {height:20px;background:#ac1f23;}
.footerlogo {text-align:center;margin-top:-60px;padding-bottom:30px;position:relative;z-index:1;}

.footertopwrap {
	background:#ededed;
	padding:0 0 15px 0;
}

.footerwrap {
    padding:25px 0;
	background:#ac1f23;
}



/* Base button */
.footerlinks .MoreButton a {
  padding:16px 25px;
  text-align:center;
  color:#fff;
  font-size:20px;
  display:inline-block;
  font-family:var(--font-family-base);
  margin:3px 0;
  background:var(--btn-color);
  border:4px solid #EDEDED;
  transition:
    background-color .35s ease,
    color .35s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.footerlinks .MoreButton a:hover {
  background:#fff;
  color:var(--btn-color);
}

.footerlinks {padding-top:10px;font-size:18px;color:#111;text-align:center;}
.footerlinks h3 {font-size:32px;color:#111;font-weight:600;font-family:var(--font-family-heading);}
.footerlinks p {font-size:20px;color:#111;line-height:1.3;}

.footerlinks a:link, .footerlinks a:visited {color:#111;font-size:25px;}
.footerlinks a:hover, .footerlinks a:active{color:#CC0000;font-size:25px;}

.login {color:#CCC;font-size:12px;}
.login li {color:#CCC;font-size:12px;}

a.login:visited {color:#CCC; font-size:12px; text-decoration:none;}
a.login:active {color:#CCC; font-size:12px; text-decoration:none;}
a.login:link {color:#CCC; font-size:12px; text-decoration:none;}
a.login:hover {color:#FFF; font-size:12px; text-decoration:underline;}

.copyright {font-size: 12px;color: #CCC;text-align:center;}

a.copyright:visited {color: #CCC; font-size:12px; text-decoration:none;}
a.copyright:active {color: #CCC; font-size:12px; text-decoration:none;}
a.copyright:link {color: #CCC; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #FFF; font-size:12px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	color: #CCC;
}

.wecontrol ul { 

  margin:0;
  padding:0;
}

.wecontrol ul li { 
  display: inline; 
  color: #CCC; 
  margin:0;
  padding:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #CCC;
}

.wecontrol ul li a:hover {
    color: #FFF;
    text-decoration:underline;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  
  .footerlinks li { text-align:center;font-size:15px;}
  .footerlinks h3 {font-size:20px;color:#CCC;text-align:center;font-weight:600;}
   .button-row {
    justify-content: center;
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

