@charset "UTF-8";
@import url("https://use.typekit.net/fig0aqf.css");


/*------------------------------------------------*/
/* Variable STYLES */
/*------------------------------------------------*/

:root {
    /* Color Palette */
    --color-h1: #111;  
    --color-h2: #333;  
    --color-h3: #ec271c;
    --color-text: #111;
    
    --color-link: #666; 
    --color-hover: #ec271c;  
    
    --color-hr-border: #ec271c;  
    
    --button-bg-link:#ec271c;  
    --button-bg-hover: #FFF;
    
    /* Typography */
    --font-family-base: "montserrat", sans-serif;
    --font-family-heading: "montserrat", sans-serif;
    --font-size-normal: 1rem;

    /* Top Level Menu */
    --color-topmenu-link: #111;
    --color-topmenu-hover: #ec271c;
    --color-topmenu-border-link: 2px solid transparent;
    --color-topmenu-border-hover: 2px solid #ec271c;

    --font-size-topmenu: 20px;
    --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: 34px;
	color:var(--color-h1);
	font-family: var(--font-family-heading);	
	font-weight:800;
}

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 14px;
    margin: 0 8px;
    background: var(--background-color-up);
    color: var(--color-topmenu-link);
    border-bottom: var(--color-topmenu-border-link);
    transition: all .3s ease;
    font-size: var(--font-size-topmenu);
    font-weight: var(--font-weight-topmenu);
    display: inline-block;
}

/* 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: var(--color-topmenu-border-hover);
}



/* ==============================================
   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 */
/*------------------------------------------------*/

.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:#fff;}

.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 {
	background:url('images/showcase-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    padding:1.2rem;
    background-position:top center;padding:25px 7%;
}

.showcaseborder {box-shadow:0 0 15px 1px rgba(255,0,0,.4);background:#111;}
.experiencewrap {
	padding: 20px 0;
	background:#ec271c;
}

.experiencetext p {color:#EEE;font-size:22px; text-align:center;font-weight:bold;margin-bottom:0;}

.welcomewrap {
	background:url('images/welcome-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    padding:100px 0 10% 0;
    background-position:top center;
    
}
.welcometext {text-align:center;}
.welcometext h1 {color:#111;font-size:50px;font-weight:600;font-family:var(--font-family-base);}
.welcometext h1 span {color:#111;font-size:24px;font-weight:600;font-family:var(--font-family-base);display:inline-block;}

.welcometext a:link, .welcometext a:visited {
    color: #111;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}

.welcometext a:hover, .welcometext a:active{
    color:#ec271c;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}


.serviceheader {background:#1b1b1b;text-align:center;border-top-left-radius:15px;border-top-right-radius:15px;padding:10px;margin:65px 11px 22px 11px; }
.serviceheader h3 {color:#EEE;font-size:24px;margin:0;font-weight:600;}

.testimonialwrap { background:#FFF;}

.testimonialbox h2 {text-align:center;border-bottom: 2px solid #ec271c;padding-bottom:15px;}


.arrowborder {
	background:url('images/arrow-responsive_bg.png');
    width:100%;
    background-size:cover;
    height:200px;
    background-position:top center;
    margin-bottom:-200px;
}

.socialwrap {padding-top:0 0 10% 0;}
.socialtext {padding-top:250px;}

.hero-title {
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 3px 12px rgba(0,0,0,0.55),
    0 0 18px rgba(204, 0, 0, 0.35); /* subtle red glow */
  margin:60px 0;
}

.hero-title .hero-subtitle {
  display: block;
  margin-top: .75rem;

  font-weight: 400;
  font-size: 0.6em;
  color: #ec271c; /* light grey */

  text-transform: none;
  letter-spacing: .5px;

  text-shadow:
    0 2px 10px rgba(0,0,0,0.6),
    0 0 14px rgba(204, 0, 0, 0.8); /* softer glow */
}



.map-wrap {
  position: relative;
}

.map-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.map-wrap iframe {
  width: 100%;
  height: 450px;
  border: 0;
  filter: grayscale(100%) contrast(1.1);
}

.mainwrap {padding:50px 0;}
/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footerborder {height:20px;background:#ec271c}
.footertopwrap {
	background:#272323;
	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;}
.footerlinks p {font-size:16px;color:#CCC;text-align:left;}

.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;}

.footerlinks li a:link, .footerlinks li a:visited {color:#EEE;font-size:15px;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks li a:hover, .footerlinks li a:active{color:#ec271c;font-size:15px;-webkit-transition:all ease .5s; transition:all ease .5s;}

.footerlinks a:link, .footerlinks a:visited {color:#CCC;font-size:15px;}
.footerlinks a:hover, .footerlinks a:active{color:#ec271c;font-size:15px;}

.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) {

}

