@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/*------------------------------------------------*/
/* Variable STYLES */
/*------------------------------------------------*/

:root {
    /* Color Palette */
    --color-h1: #8b2929;  
    --color-h2: #1d1d1d;  
    --color-h3: #8b2929;
    --color-text: #111;
    
    --color-link: #990000; 
    --color-hover: #666;  
    
    --color-hr-border:#990000;  
    
    --button-bg-link:#990000;  
    --button-bg-hover: #FFF;
    
    /* Typography */
    --font-family-base: "Noto Sans", sans-serif;
    --font-family-heading: "Alfa Slab One", serif;
    --font-size-normal: 1rem;

    /* Top Level Menu */
    --color-topmenu-link: #EEE;
    --color-topmenu-hover: #FFF;
    --color-topmenu-border-link: transparent;
    --color-topmenu-border-hover: #ea9e00;

    --font-size-topmenu: 15px;
    --background-color-up: transparent;
    --background-color-down: transparent;
    --font-weight-topmenu: 300;

/*------------------------------------------------*/
/* 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 {
    background:url('images/body-repeat_bg.jpg') repeat top left;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;

}

h1 {
    font-size: 34px;
	color:var(--color-h1);
	font-family: var(--font-family-heading);	
	font-weight:800;
        letter-spacing:2px;
}

h2 {
    font-size: 24px;
	color:var(--color-h2);
	font-weight:600;
	font-family: var(--font-family-base);
}

h3 {
    font-size: 20px;
    color:var(--color-h3);
	font-weight:400;
}

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 — Bootstrap 5 + DNN Clean Build    */
/*------------------------------------------------*/


/* ==============================================
   CHEVRON (Custom Arrow for Dropdowns)
   ============================================== */

/* Prepare dropdown link for arrow positioning */
#dnnMenu .dropdown-toggle {
    position: relative;
    padding-right: 30px; /* Space for arrow */
}

/* Replace Bootstrap triangle */
#dnnMenu .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .25s ease;
    border-top: none;
    border-left: none;
}

/* Rotate arrow when open */
#dnnMenu li.show > .dropdown-toggle::after {
    transform: translateY(-50%) rotate(225deg);
}



/* ==============================================
   TOP LEVEL NAVIGATION (DESKTOP BASE)
   ============================================== */

#dnnMenu .topLevel {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dnnMenu .topLevel > li {
    position: relative;
}

#dnnMenu .topLevel > li > a {
    text-transform: uppercase;
    padding: 8px 10px;
    margin: 0 3px;
    background: var(--background-color-up);
    border-bottom: 2px solid transparent;
    font-family: var(--font-family-base);
    letter-spacing:1px;
    color:var(--color-topmenu-link);
    font-weight:600;
}

/* Hover / Active / Open */
#dnnMenu .topLevel > li > a:hover,
#dnnMenu .topLevel > li > a:focus,
#dnnMenu .topLevel > li.active > a,
#dnnMenu .topLevel > li.show > a {
    color: var(--color-topmenu-hover);
    background: var(--background-color-down);
    border-bottom: 2px solid var(--color-topmenu-border-hover);
    font-family: var(--font-family-base);
    letter-spacing:1px;
    font-weight:600;
}



/* ==============================================
   DESKTOP DROPDOWN STYLING
   ============================================== */

@media (min-width: 993px) {

    #dnnMenu .dropdown-menu {
        border-radius: 0;
        background: #f5f5f5;
        padding: 0;
        margin-top: 0;
        border: none;
        min-width: 220px;
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

    #dnnMenu .dropdown-menu li {
        border-bottom: 1px solid #e1e1e1;
    }

    #dnnMenu .dropdown-menu li:last-child {
        border-bottom: none;
    }

    #dnnMenu .dropdown-menu li > a {
        display: block;
        padding: 10px 16px;
        color: #333;
        font-size: 15px;
        text-align: left;
        transition: background .2s ease, color .2s ease;
    }

    #dnnMenu .dropdown-menu li > a:hover {
        background: #e9e9e9;
        color: #111;
    }

}



/* ==============================================
   NAVBAR TOGGLER (Mobile Button)
   ============================================== */

.navbar-toggler {
    margin-bottom: 3px;
    margin-top: -80px; /* Adjust if needed */
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}



/* ==============================================
   MOBILE NAVIGATION (≤ 992px)
   ============================================== */

@media (max-width: 992px) {

    /* Stack menu vertically */
    #dnnMenu .topLevel {
        width: 100%;
        text-align: center;
    }

    #dnnMenu .topLevel > li {
        width: 100%;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Remove desktop underline styling */
    #dnnMenu .topLevel > li > a,
    #dnnMenu .topLevel > li.show > a,
    #dnnMenu .topLevel > li.active > a {
        border-bottom: none !important;
        background: transparent;
        margin: 0;
        padding: 14px 0;
        width: 100%;
        display: block;
    }

    /* Larger arrow for touch */
    #dnnMenu .dropdown-toggle::after {
        right: 18px;
        width: 10px;
        height: 10px;
    }

    /* Mobile dropdown container */
    #dnnMenu .dropdown-menu {
        position: static;
        box-shadow: none;
        background: #eeeeee;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Center dropdown links */
    #dnnMenu .dropdown-menu li > a {
        text-align: center;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,.05);
    }

    #dnnMenu .dropdown-menu li:last-child > a {
        border-bottom: none;
    }

}

/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/


.MoreButton a:link, .MoreButton a:visited {
  padding: 16px 25px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: inline-block;  border-radius:40px;
  border:1px solid var(--button-bg-link);
  background:var(--button-bg-link);
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 16px 25px;
  text-align: center;
  color: var(--button-bg-link);
  font-size:20px;
  display: inline-block;
  border:1px solid var(--button-bg-link);
  border-radius:40px;
  background:var(--button-bg-hover);
  font-family: var(--font-family-base);
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .5s; transition:all ease .5s;
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/
.headertext {text-align:center;margin:0 auto;}
.headertext h1 {padding-top:25px;color:#8b2929;font-size:20px;text-align:center;font-family: "Alfa Slab One", serif;}
.headertext h1 span {color:#141414;font-size:18px;text-align:center;font-family:"Noto Sans", sans-serif;}

.headertext h2 {padding-top:25px;color:#8b2929;font-size:20px;text-align:center;font-family: "Alfa Slab One", serif;padding-bottom:10px;}

.headertext a:link, .headertext a:visited {border-radius:25px;color:#FFF;font-size:18px;padding:9px 35px;border:2px solid #e3be57;background:#ea9e00;}
.headertext a:hover, .headertext a:active {border-radius:25px;color:#8b2929;font-size:18px;padding:9px 35px;border:2px solid #e3be57;background:#FFF;}

.headerwrap {
    border-bottom-right-radius:25px;
    border-bottom-left-radius:25px;
    background:rgba(255,255,255,0.8);
    padding:1.1rem;
    backdrop-filter:blur(3px);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}

.menuwrap {
    margin-top: 12px;

    /* Base gradient (very subtle) */
    background: linear-gradient(
        180deg,
        #8f8a7f 0%,
        #858175 60%,
        #7a766b 100%
    );

    border-radius: 14px;

    /* Soft border (slightly lighter than base) */
    border: 1px solid rgba(255, 255, 255, 0.15);

    /* Depth shadow (soft + natural) */
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.logo {text-align:center;margin:0 auto;text-align:center;padding-top:15px;}


.menupad {padding-top:10px;}


/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/

.showcasewrap {
    border-radius:25px;
    margin:1.2rem 0;
    background:rgba(255,255,255,0.8);
    padding:1.2rem;
    backdrop-filter:blur(3px);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}

.contentwrap {
    border-radius:25px;
    margin:1.2rem 0;
    background:rgba(255,255,255,0.8);
    padding:1.2rem;
    backdrop-filter:blur(3px);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}
.adminwrap {
    border-radius:25px;
    margin:1.2rem 0;
    background:#FFF;
    padding:1.2rem;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}


.welcomewrap {
	background:url('images/welcome-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    padding:100px 0 10% 0;
    background-position:top center;
}
.welcometext {border:1px solid #333;border-radius:25px;text-align:left;padding:32px;background:rgba(0,0,0,0.4);backdrop-filter:blur(3px);}
.welcometext h2 {color:#FFF;font-size:32px;font-family:var(--font-family-heading);letter-spacing:1px;}
.welcometext p {color:#FFF;font-size:16px;font-family:var(--font-family-base);display:inline-block;}




.featuredwrap {
    padding: 35px 0;
    background:
        linear-gradient(rgba(139, 41, 41, 0.85), rgba(139, 41, 41, 0.85));
    background-blend-mode: multiply;
}


.mainwrap {padding:50px 0;}


.feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 28px 32px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  
    box-shadow: 0 16px 38px rgba(0,0,0,0.12);
}

.feature-icon-circle {
    width: 125px;
    height: 125px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: linear-gradient(180deg, #8d7458 0%, #6f5a43 100%);
    border: 4px solid rgba(255,255,255,0.7);
    box-shadow:
        0 8px 20px rgba(0,0,0,0.14),
        inset 0 2px 6px rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-circle i {
    font-size: 52px !important;
    color: #ffffff !important;
    line-height: 1;
}

.feature-card h3 {
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 700;
}

.feature-card p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}
/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footerborder {height:20px;background:#ec271c}
.footertopwrap {
	background:transparent;
	padding:15px 0;
}

.footerwrap {
    padding:25px 0;
	background:#000;
}

.footerlinks {padding-top:10px;font-size:18px;color:#CCC;text-align:center;}
.footerlinks h3 {font-size:20px;color:#CCC;text-align:left;font-weight:600;font-family:var(--font-family-heading);}
.footerlinks p {font-size:16px;color:#CCC;text-align:center;}

.footerlinks ul {
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}

.footerlinks ul li {
	list-style:none;
	margin:0;
}

.footerlinks li { text-align:left;font-size:15px;padding:7px 0;font-family:var(--font-family-heading);letter-spacing:2px;}

.footerlinks li a:link, .footerlinks li a:visited {padding-left:0;color:#EEE;font-size:18px;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks li a:hover, .footerlinks li a:active{padding-left:4px;color:#ea9e00;font-size:18px;-webkit-transition:all ease .5s; transition:all ease .5s;}

.footerlinks a:link, .footerlinks a:visited {color:#EEE;font-size:18px;}
.footerlinks a:hover, .footerlinks a:active{color:#ea9e00;font-size:18px;}

.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;
    border-top:1px solid #ec271c;
}

.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) {
  .contacttext {color:#CCC;font-size:18px;text-align:center;}
  .footerlinks li { text-align:center;font-size:15px;}
  .footerlinks h3 {font-size:20px;color:#CCC;text-align:center;font-weight:600;}

}

/* 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) {

}

