﻿/* ------------------------------------------------- */
/* Table of Contents                                 */
/* ------------------------------------------------- */
/* 01. SCSS Variables                                */
/* 02. SCSS Mixins                                   */
/* 03. General Styles                                */
/* 04. Progress Bar Styles                           */
/* 05. Footer Styles                                 */
/* 06. Main Content Styles                           */
/* 07. Button Styles                                 */
/* 08. Top Link Styles                               */
/* 09. Navigation Styles                             */
/* 10. Form Styles                                   */
/* 11. Media Query Styles                            */
/* ------------------------------------------------- */
/* 01. SCSS Variables */
/* End SCSS Variables */
/* 02. SCSS Mixins */
/* End SCSS Mixins */
/* 03. General Styles */
html {
  width: 100%;
  height: 100%; }

body {
    margin: 0;
    padding: 0px;
    font-family: "Lato", Helvetica, Arial, serif;
    font-size: 16px !important;
    /* Reset default font-size to 16px */
    overflow-x: hidden;
    /* Added by DRW on 7/11/2025 to push footer to bottom of screen */
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
}

* {
  box-sizing: border-box !important; }

p {
  margin: 0;
  padding: 0px; }

input,
select,
textarea {
  /*max-width: 280px;*/ }

input:focus, a:focus, textarea {
  outline: none !important; }

sup {
  font-size: 42% !important;
  /* Used for superscript sizing */
  line-height: 0 !important;
  /* Fix the superscript line-height issue */
  position: relative !important;
  vertical-align: baseline !important;
  top: -1.2em !important; }

a {
  color: #ee3438;
  text-decoration: none; }

a:hover {
  color: #bd2b2e;
  text-decoration: none; }

a:hover sup {
  text-decoration: none; }

a.inactive-link {
  color: #111014;
  pointer-events: none;
  cursor: default; }

.anchor {
  display: block;
  height: 80px;
  /*same height as header*/
  margin-top: -80px;
  /*same height as header*/
  visibility: hidden; }

.no-wrap {
  white-space: nowrap; }

.has-hover {
  display: block; }

.no-hover {
  display: none; }

.has-navbar-toggler {
  display: block; }

.no-navbar-toggler {
  display: none; }

.highlighted-text-on-dark-bg {
  color: #f7c1c3; }

.i-styled {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  font-style: italic; }

.error-content {
  padding: 0px;
  padding-top: 24px;
  margin: 0px 12px 0px -12px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px; }

.error-text {
  color: #dc3545; }

.redFont {
    color: #ee3438;
}

.boxShadow {
    border-radius: 4px;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* End General Styles */
/* 04. Progress Bar Styles */
.progress-container {
  position: fixed;
  width: 100%;
  height: 2px;
  background-color: #a2a2a8;
  /*z-index: 1030;*/ }

.progress-bar {
  width: 0%;
  height: 2px;
  background-color: #ee3438; }

/* End Progress Bar Styles */
/* 05. Footer Styles */
.content-footer {
    flex-shrink: 0;
    /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    /*border-top: 12px solid #babac4;*/
    padding: 17px 23px 24px;
    background: #e3e3e6;
    color: #111014;
}

.content-footer .footer-text {
  padding-top: 10px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center; }

.content-footer .address-and-social-container {
  /*padding-left: 16px;
    padding-right: 16px;*/
  
   display: inline-block;
   font-size: 0;
  /* Removing space caused by carriage return/line feed in html */
  /*width: 40%;*/ }

.content-footer .footer-logo {
  padding: 16px 8px 0px; }

.logos-container {
  padding: 9px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center; }

.logos-container a{
  margin: 0px 10px 0px 0px;
  height: 105px;
  width: 105px;
  display: block;
  cursor: pointer;
}
.logos-container a.AFSA {
    background: url(../images/AFSA_Logo.png) no-repeat top left;
    background-size: 105px 105px;
    margin-right: 25px;
}
.logos-container a.FFMIA {
    background: url(../images/ffmia_Logo.png) no-repeat top left;
    background-size: 75px 75px;
    margin-top: 12px;
}
.logos-container a.NASFM {
    background: url(../images/NASFM_Logo.png) no-repeat top left;
    background-size: 90px 90px;
}

.content-footer .social-buttons {
  padding: 9px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center; }

.content-footer .social-buttons a {
  margin: 0px 8px 0px 0px;
  height: 34px;
  width: 34px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ee3438; }

.content-footer .social-buttons a.facebook {
  background: #ee3438 url(../images/Social-Facebook-Icon-@2x.png) no-repeat top left;
  background: #ee3438 url(../images/Social-Facebook-Icon.svg) no-repeat top left;
  background-size: 34px 68px; }

.content-footer .social-buttons a.twitter {
  background: #ee3438 url(../images/Social-X-Icon-@2x.png) no-repeat top left;
  background: #ee3438 url(../images/Social-X-Icon.svg) no-repeat top left;
  background-size: 34px 68px; }

.content-footer .social-buttons a:hover {
  background-color: #d21f23;
  background-position: 0px -34px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.content-footer a {
  color: #d21f23;
  text-decoration: none; }

.content-footer a:hover {
  color: #c01115; }

.content-footer a.nav-link {
  padding-top: 0px; }

.copyright-and-links-content {
  padding-top: 27px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #6f6e72; }

/* End Footer Styles */
/* 06. Main Content Styles */
.video-container {
  width: 100%;
  background-color: #7d8489;
  z-index: -2; }

.video-container video {
  position: fixed;
  right: 0;
  /*bottom: 0;*/
  top: 88px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; }

.video-container .banner-inside {
  min-height: 720px;
  /*padding: 68px 0px 0px 260px;
    float: right;
    width: 480px;*/
  height: 640px;
  background: url(../images/Bg-Home-Fire-Icon-Bottom-@2x.png) top right no-repeat;
  background-size: 288px 64px; }

.banner-home {
  width: 100%;
  height: 340px;
  background: url(../images/Aztek-Fire-Safety-Home-Background-@2x.jpg) no-repeat;
  background-position-y: 15%;
  background-size: cover; }

.banner-home .banner-inside {
  padding: 116px 0px 0px 240px;
  float: right;
  width: 480px;
  height: 340px;
  background: url(../images/Bg-Home-Slogan-Shad.png) top right no-repeat;
  background-size: 480px 400px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
}

.banner-home.height-sm {
  height: 192px; }

.banner-home.height-sm .banner-inside {
  padding: 51px 16px 0px 16px;
  margin: 0px auto;
  float: unset;
  width: auto;
  height: 192px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center; }

.banner-home .banner-inside.no-slogan {
  background: none; }

.divider-above-banner {
  border-top: 20px solid #6997ab; }

.banner-map {
  width: 100%;
  height: 340px;
  background-color: #e5e3df; }

.banner-services {
    width: 100%;
    height: 340px;
    background: url(../images/Aztek-Fire-Safety-Services-Background-@2x.jpg) no-repeat top left;
    background-position-y: 50%;
    background-size: cover;
}

.banner-services .banner-inside {
  height: 340px;
  width: 100%;
  display: flex;
  padding: 124px 85px 0px;
  background-color: rgba(42,42,42,.3);
  font-family: "Lato", Helvetica, Arial, serif;
  /*font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;*/
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left; }

.banner-services .banner-inside .slogan-line-1{
    font-size: 55px;
    font-weight: 700;
}
.banner-services .banner-inside .slogan-line-2{
    font-size: 24px;
    font-weight: 400;
}

.banner-partners {
    width: 100%;
    height: 340px;
    background: url(../images/Aztek-Fire-Safety-Partners-@2x.jpg) no-repeat;
    background-position-y: 50%;
    background-size: cover;
}

.banner-partners .banner-inside {
  height: 340px;
  width: 100%;
  display: flex;
  padding: 124px 85px 0px;
  background-color: rgba(42,42,42,.3);
  font-family: "Lato", Helvetica, Arial, serif;
  /*font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;*/
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left; }

.banner-partners .banner-inside .slogan-line-1{
    font-size: 55px;
    font-weight: 700;
}
.banner-partners .banner-inside .slogan-line-2{
    font-size: 24px;
    font-weight: 400;
}

.banner-tech {
    width: 100%;
    height: 340px;
    background: url(../images/Aztek-Fire-Safety-Tech-@2x.jpg) no-repeat;
    background-position-y: 15%;
    background-size: cover;
}

.banner-tech .banner-inside {
  height: 340px;
  width: 100%;
  display: flex;
  padding: 124px 85px 0px;
  background-color: rgba(42,42,42,.3);
  font-family: "Lato", Helvetica, Arial, serif;
  /*font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;*/
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left; }

.banner-tech .banner-inside .slogan-line-1{
    font-size: 55px;
    font-weight: 700;
}
.banner-tech .banner-inside .slogan-line-2{
    font-size: 24px;
    font-weight: 400;
}

.banner-products {
  width: 100%;
  height: 340px;
  background: url(../images/Aztek-Fire-Safety-Products-@2x.jpg) no-repeat;
  background-size: cover; }


.banner-products .banner-inside {
  height: 340px;
  width: 100%;
  display: flex;
  padding: 124px 85px 0px;
  background-color: rgba(42,42,42,.6);
  font-family: "Lato", Helvetica, Arial, serif;
  /*font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;*/
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left; }

.banner-productsTT {
  width: 100%;
  height: 340px;
  background: url(../images/Products-TrainingTrak-Head-@2x.jpg) no-repeat;
  background-position-y: 25%;
  background-size: cover; 
  background-color: #d21f23
}
.banner-productsInspect {
    width: 100%;
    height: 340px;
    background: url(../images/Products-i-Inspector-@2x.jpg) no-repeat;
    background-position-y: 66%;
    background-size: cover;
    background-color: #d21f23
}
.banner-productsEnforce {
    width: 100%;
    height: 340px;
    background: url(../images/Products-i-EnforceAlt-@2x.jpg) no-repeat;
    background-position-y: 66%;
    background-size: cover;
    background-color: #d21f23
}
.banner-productsFireTrak {
    width: 100%;
    height: 340px;
    background: url(../images/Products-FireTrakAlt-@2x.jpg) no-repeat;
    background-position-y: 66%;
    background-size: cover;
    background-color: #d21f23
}
.banner-productsPermiTrak {
    width: 100%;
    height: 340px;
    background: url(../images/Products-PermiTrak-@2x.jpg) no-repeat;
    background-position-y: 66%;
    background-size: cover;
    background-color: #d21f23
}
.banner-productsFFMIA {
    width: 100%;
    height: 340px;
    background: url(../images/FFMIA-Header-@2x.png) no-repeat;
    background-position-y: 66%;
    background-size: cover;
    background-color: #d21f23
}

    .banner-products .banner-inside-noShade, .banner-productsTT .banner-inside-noShade,
    .banner-productsInspect .banner-inside-noShade, .banner-productsEnforce .banner-inside-noShade,
    .banner-productsFireTrak .banner-inside-noShade, .banner-productsPermiTrak .banner-inside-noShade,
    .banner-productsFFMIA .banner-inside-noShade {
        height: 340px;
        width: 100%;
        display: flex;
    }

.banner-products .banner-inside .slogan-line-1{
    font-size: 55px;
    font-weight: 700;
}
.banner-products .banner-inside .slogan-line-2{
    font-size: 24px;
    font-weight: 400;
}

.map-content {
  width: 100%;
  /*height: 100%;*/
  height: 340px;
  border: none;
  overflow: auto; }

.home-about-section {
    /*background: #f1f3f3 url(../images/Bg-Home-Fire-Icon-Top-@2x.png) bottom right no-repeat;
  background-size: 288px 304px;*/
    background: #393946 url(../images/Aztek-Fire-Safety-Home-Background-5op-@2x.png) bottom right no-repeat;
    background-size: cover;
    /*border-top: #dcdfdf 8px solid;*/
    /*background-color: #393946;*/
    color: #ffffff;
}

.home-about-section.has-top-divider {
  border-top: 8px solid #f2bbbe; }

.home-services-section {
  flex: 1;
  background-color: #ffffff; }

/*.home-services-section .subtitle-container h2 {*/
  /*color: #383b3c;*/
  /*color: #ee3438; }*/

.home-services-section .main-content p {
  color: #111014; }

.home-services-section .title-content .title-container h1 {
  color: #ee3438; }

h1.darkBg {
  color: #ffffff !important; }

.home-services-section .main-content ul, .home-services-section .main-content ol {
  color: #111014; }

.products-links-section {
  background-color: #de2529;
  display: none; }

.products-links-section .container.body-content {
  padding-bottom: 0px; }

.products-links-section .links-container {
  padding: 8px 0px 13px; }

.products-links-section .links-container .i-styled {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-style: italic; }

.products-links-section .links-container a {
  padding: 3px 8px 0px 8px;
  color: #ffffff; }

.products-links-section .links-container a:hover {
  color: #ffd9da; }

.products-technology-section {
    background: #d26365 url(../images/Aztek-Fire-Safety-Home-Background-5op-@2x.png) bottom right no-repeat;
    background-size: cover;
    color: #ffffff;
    /*background-color: #d2e2fe;
  border-bottom: rgba(158, 158, 158, 0.5) 1px solid;*/
}

.cards-technology {
    background: #d26365 url(../images/Aztek-Fire-Safety-Home-Background-5op-@2x.png) bottom right no-repeat;
    background-size: cover;
    color: #ffffff;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: transform .2s;
}
    .cards-technology:hover {
        transform: scale(1.1);
        
    }
.card-header {
    padding-top: 20px;
}
.card-body {
    padding: 0px 20px 20px;
}
.card-body a{
    color: #ffffff !important;
}
.card-body a:hover{
    text-decoration: underline;
}
.card-body ul li{
    text-align: left !important;
    color: #ffffff !important;
}
.card-body ul li::marker{
    color: #ffffff !important;
}

.products-overview-section {
    background: #ffffff url(../images/Bg-Products-Fire-Icon-@2x.png) bottom right 8px no-repeat;
    background-size: 272px 340px;
    /*border-top: $products-overview-top-color $divider-height solid;*/
    border-bottom: rgba(158, 158, 158, 0.5) 1px solid;
}

.products-overview-section.no-border-bottom {
  border-bottom: none; }

.products-overview-section .main-content p {
  color: #111014; }

.products-overview-section .title-content .title-container h1 {
  color: #ee3438; }

.products-section-1, .products-section-2, .products-section-3 {
  flex: 1;
  background-color: #ebecee;
  /*border-bottom: rgba(158, 158, 158, 0.5) 1px solid;*/ }

.products-section-2 {
  background-color: #f5f5f6; }

.products-section-3 {
  background-color: #ffffff; }

.products-section-1 .main-content p, .products-section-2 .main-content p, .products-section-3 .main-content p {
  color: #111014; }

.products-section-1 .title-content .title-container h2, .products-section-2 .title-content .title-container h2, .products-section-3 .title-content .title-container h2 {
  color: #040a0e; }

.products-section-1 .main-content ul, .products-section-1 .main-content ol, .products-section-2 .main-content ul, .products-section-2 .main-content ol, .products-section-3 .main-content ul, .products-section-3 .main-content ol {
  color: #111014; }

.product-icon img {
    margin: 8px 18px 8px 0px;
    width: 55px;
    background-color: #ffffff;
    border: #ffffff 2px solid;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-radius: 8px 8px;
}

.product-category {
  margin: 0px;
  padding: 0px;
  text-align: center; }

.product-category img {
  margin: 0px 8px;
  width: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  /*border: #ee3438 4px solid;*/
  border: #ffffff 4px solid;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}
.product-category img:hover{
    box-shadow: rgba(99, 99, 99, 0.6) 0px 2px 15px 0px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.product-category .category-text {
  padding: 7px 0px 22px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #34578c;
}

.content-container {
  background-color: #ffffff;
  color: #111014;
  text-align: center; }

.content-container form {
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* Avoid the IE 10-11 min-height bug. */
  min-width: 272px; }

.spacer-above-content {
  margin-top: 88px; }

.container-fluid.min-width {
  padding: 0px;
  min-width: 272px;
  border-top: #ffffff 2px solid; }

.container-fluid.min-width .navbar-brand {
  margin: 0px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.container-fluid.min-width .navbar-brand, .container-fluid.min-width .navbar-toggler {
  padding: 0px 8px; }

.container-fluid.body-content {
  display: flex;
  /*flex: 1 0 auto;*/
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 0px;
  flex: 1; }

.container.body-content {
  flex: 1 0 auto;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding-bottom: 16px; }

.content-footer .container.body-content {
  padding-bottom: 3px; }

.title-content.row {
  text-align: center;
  margin-top: 36px; }

.title-content.row.px-3 {
  margin-right: -16px;
  margin-left: -16px; }

.title-content.row.contains-search {
  margin-top: 18px;
}
.title-content .title-container h1 {
  padding: 32px 0px 2px;
  color: #102246;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  /*white-space: nowrap;*/
}
.title-content .title-container h1.main-title {
    padding-top: 40px;
    padding-bottom: 1rem;
}
.title-content .title-container h2.main-title {
    padding: 40px 0px 10px;
    color: #ee3438;
    font-family: "Lato", Helvetica, Arial, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0;
    text-transform: initial;
    /*white-space: nowrap;*/
}
.title-content .title-container h1 span.i-styled{
    text-transform: lowercase !important;
    font-size: 34px !important;
}
.title-content .title-container h1.products {
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 29px;
    letter-spacing: 0px;
    text-transform: initial;
}
.title-content .title-container h1.products span.i-styled {
    font-size: 24px !important;
    font-weight: 700;
}
.title-content .title-container h2, .title-content .title-container .divider {
  padding-bottom: 2px;
  color: #ee3438;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0px; }

.title-content .title-container h2 {
  padding-top: 6px; }

.title-content .title-container h2 .i-styled {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0px;
  font-style: italic; }

.title-content .secondary-title-content {
  padding-left: 20px;
  margin-top: 7px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px; }

.title-content .secondary-title-content a {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px; }

.title-content .divider {
  margin: 0px 8px 8px 8px;
  color: #c4c4ce; }

.title-content .links-container {
  padding-right: 3px;
  margin-bottom: 13px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px; }

.title-content .links-container a {
  margin-left: 12px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #1b1a20; }

.title-content .links-container a:first-child {
  margin-left: 0px; }

.title-content .links-container a:hover {
  text-decoration: none;
  color: #ee3438; }

.title-content .links-container a i.fas {
  /* Add padding between nav text and icon */
  padding-left: 1px; }

.title-content .links-container .link-content {
  display: none; }

.title-content .links-italic-container {
  padding-right: 3px;
  margin-bottom: 13px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px; }

.subtitle-container h2 {
  padding-bottom: 4px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #304a73;
}

.subtitle-container h2.has-subsections {
    text-align: left;
    padding-top: 3rem !important;
}

.my-4 {
    padding-top: 2.5rem;
    margin-top: 0px !important;
}

.mt-4 {
    margin-top: 2.5rem !important;
}
h2.mt-4 {
    margin-bottom: 1rem;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Standard syntax */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.content-title {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em; }

.content-text {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left; }

.content-link-sm {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px; }

.below-title {
  padding-top: 16px; }

.below-content {
  padding-top: 22px; }

.bottom-spacing {
  height: 10px; }

.bottom-spacing-form {
  height: 28px; }

.main-content {
  text-align: left;
  /*margin-top: 12px;*/
  padding: 0px 0px 24px 0px; }

.main-content p {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px; }

.main-content p .i-styled {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  /*line-height: 22px;*/
  letter-spacing: 0px;
  font-style: italic; }

.main-content p.content-below-title {
  padding-top: 0px;
  text-align: left; }

.main-content p.content-below-image {
  padding-top: 23px;
  text-align: left; }

.main-content p.content-below-image strong {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px; }

.main-content .image-aligned-right {
  padding: 44px 0px 16px 0px;
  width: 100%;
  float: unset; }

.main-content .image-aligned-right.products {
  padding-top: 0px;
}

.main-content ul, .main-content ol {
  margin-bottom: 0px;
  text-align: left;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px; }

.main-content ul li:first-child, .main-content ol li:first-child {
  margin-top: 0px; }

.main-content ul li, .main-content ol li {
  padding-left: 0px;
  margin-top: 4px; }

.main-content ul li::marker, .main-content ol li::marker {
  color: #ee3438; }

.section-panel {
  display: none; }

.slogan-line-1-gs, .slogan-line-2-gs, .slogan-line-3-gs {
  opacity: 0; }

.section-title-1-gs, .section-title-2-gs, .section-title-3-gs, .section-title-4-gs, .section-title-5-gs, .section-title-6-gs, .section-title-7-gs {
  opacity: 0; }

.section-text-1-gs, .section-text-2-gs, .section-text-3-gs, .section-text-4-gs, .section-text-5-gs, .section-text-6-gs, .section-text-7-gs {
  opacity: 0; }

.section-image-1-gs, .section-image-2-gs, .section-image-3-gs, .section-image-4-gs, .section-image-5-gs, .section-image-6-gs, .section-image-7-gs {
  opacity: 0; }

.login-button-container {
  display: block;
  position: relative;
  z-index: 1000;
  top: unset;
  right: unset;
  margin: 0px auto 24px;
  width: 100%;
  opacity: 0;
  text-align: center; }

.login-button img {
  border-radius: 8px;
  background-color: #ee3438; }

.login-button:hover img {
  background-color: #d8272b; }

/* End Main Content Styles */
/* 07. Button Styles */
.btn.btn-primary {
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ee3438;
  border: #ee3438 1px solid;
  border-radius: 4px !important;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: none; }

.btn.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #ffffff;
  border-color: #ee3438;
  color: #d21f23; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none; }

.btn.btn-primary:disabled {
  background-color: #ee3438;
  border-color: #ee3438;
  color: #ffffff; }

.btn.btn-primary.aspNetDisabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }

/* End Button Styles */
/* 08. Top Link Styles */
.top-link-button {
    display: none;
    border: none !important;
    /*padding-top: 6px;*/
    position: fixed;
    bottom: 18px;
    left: 0px;
    width: 38px;
    height: 38px;
    padding-bottom: 5px;
    z-index: 99;
    color: #fde8e9;
    background-color: #ee3438;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.top-link-button i::before, .top-link-button i.bi.bi-arrow-up {
  padding: 0px;
  margin: 11px 0px 0px;
  width: 16px;
  height: 14px; }

.top-link-button i.bi.bi-arrow-up {
  margin-top: 0px; }

.top-link-button:hover {
  color: #ffffff;
  background-color: #d21f23; }

/* End Top Link Styles */
/* 09. Navigation Styles */
.navbar {
  margin-top: 0; }

.navbar a.nav-link {
  padding: 8px 0px !important; }

.navbar a.nav-link.left {
  position: relative; }

.navbar a.nav-link.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0px;
  left: 8px;
  /*background-color: $nav-link-color;*/
  /*background-color: #9f9fa3;*/
  background-color: #ee3438;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }

.navbar a.nav-link.left:hover:before {
  visibility: hidden;
  width: calc(100% - 16px); }

.navbar .navbar-nav.navbar-center {
  margin-left: auto;
  margin-right: auto; }

.navbar .navbar-nav a.search {
  background: url(../images/Search-Icon-@2x.png) no-repeat top left;
  background-size: 20px 40px;
  height: 20px;
  width: 20px;
  display: block; }

.navbar .navbar-nav a.cart-icon {
  margin-left: 14px;
  background: url(../images/Cart-Icon-@2x.png) no-repeat top left;
  background-size: 20px 40px;
  height: 20px;
  width: 20px;
  display: block; }

.navbar .navbar-nav a:hover, .navbar .navbar-nav a.cart-icon.hover {
  background-position: 0px -20px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.navbar .navbar-nav a.cart-icon.not-active {
  pointer-events: none;
  cursor: default; }

.navbar button.navbar-toggler {
  padding: 0px;
  border: none; }

.navbar button.navbar-toggler:focus {
  outline: none; }

.navbar button.navbar-toggler {
  width: 16px;
  height: 14px;
  position: relative;
  margin: 0px 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.navbar button.navbar-toggler span {
  display: block;
  position: absolute;
  height: 1px;
  width: 16px;
  background: #ee3438;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.navbar button.navbar-toggler:hover span {
  background: #393946; }

.navbar button.navbar-toggler span:nth-child(1) {
  top: 0px; }

.navbar button.navbar-toggler span:nth-child(2) {
  top: 5px; }

.navbar button.navbar-toggler span:nth-child(3) {
  top: 10px; }

.navbar button.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.navbar button.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  left: -16px; }

.navbar button.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.navbar.navbar-menu {
  padding: 0px;
  box-shadow: none; }

.navbar.navbar-menu.bg-light {
  background-color: #ffffff !important;
  /*background-color: rgba(255, 255, 255, 0.97) !important;*/ }

.navbar.navbar-menu .navbar-top-only {
  box-shadow: none;
  z-index: 1; }

.navbar.navbar-menu .navbar-top-only.has-shadow {
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.8); }

.navbar.navbar-menu:before, .navbar.navbar-menu .navbar-collapse:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 0px;
  width: auto;
  border-top: none; }

.navbar.navbar-menu .navbar-collapse {
  padding: 0px;
  background-color: #ee3438;
  max-height: calc(100vh - $header-height);
  min-width: 368px;
  overflow-y: auto;
  height: auto !important;
  position: fixed;
  width: 100%;
  top: 88px;
  left: 100%;
  z-index: 0; }

.navbar.navbar-menu .navbar-collapse.collapsing {
  transition: left 550ms ease-out; }

.navbar.navbar-menu .navbar-collapse.open {
  left: 0; }

.navbar.navbar-menu .navbar-collapse.close {
  left: 100%; }

.navbar.navbar-menu .navbar-collapse:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  height: 1px;
  width: calc(100% - 32px);
  border-top: none; }

.navbar.navbar-menu a.nav-link {
  padding: 8px 8px 7px !important;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.94);
  vertical-align: top;
  white-space: nowrap;
}

.navbar.navbar-menu a.nav-link:hover {
  color: #ffffff; }

.navbar.navbar-menu a.nav-link:active, .navbar.navbar-menu a.nav-link:visited, .navbar.navbar-menu a.nav-link:focus {
  color: #ffffff; }

.navbar.navbar-menu a.nav-link.dropdown-toggle {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.94); }

.navbar.navbar-menu a.nav-link.dropdown-toggle:hover {
  color: #ffffff; }

.navbar.navbar-menu a.nav-link.dropdown-toggle::after {
  color: #efa9ac; }

.navbar.navbar-menu a.dropdown-item .i-styled {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  font-style: italic; }

.navbar.navbar-menu a.dropdown-item.dropdown-toggle::after {
  color: #9f9fa3; }

.navbar.navbar-menu a.nav-link i.fa, .navbar.navbar-menu a.nav-link i.fas {
  /* Add padding to space between nav text and icon */
  padding-left: 5px; }

.navbar.navbar-menu .dropdown-menu {
  padding: 0px;
  margin: 0px;
  background-color: #f5f5f6;
  background-clip: unset;
  border: none;
  border-bottom: none;
  border-radius: unset;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  border-top: #a2a2a8 2px solid;
}

.navbar.navbar-menu .dropdown-menu .dropdown-menu {
  background-color: #ffffff;
  border-top: #babac4 1px solid;
  border-bottom: #babac4 1px solid; }

.navbar.navbar-menu .dropdown-menu li a, .navbar.navbar-menu .dropdown-menu li a:link {
  padding: 3px 0px;
  margin: 0px;
  color: #1b1a20; }

.navbar.navbar-menu .dropdown-menu li a:hover {
  color: #ee3438;
  background-color: transparent; }

.navbar.navbar-menu .dropdown-menu li:first-child a {
  padding-top: 5px; }

.navbar.navbar-menu .dropdown-menu li:last-child a {
  padding-bottom: 5px; }

.navbar.navbar-menu .dropdown-menu li .dropdown-menu.submenu {
  margin-bottom: 2px; }

.navbar.navbar-menu .dropdown-menu li:last-child .dropdown-menu.submenu {
  margin-bottom: 0px; }

.navbar.navbar-menu .dropdown-menu .dropdown-menu li a {
  padding-top: 3px;
  padding-bottom: 3px; }

.navbar.navbar-menu .dropdown-menu li.dropdown:last-child {
  padding-bottom: 2px; }

.navbar.navbar-menu .dropdown-menu li.dropdown:last-child a {
  padding-bottom: 3px; }

.navbar.navbar-menu .dropdown-menu .dropdown-menu li:first-child a {
  padding-top: 5px; }

.navbar.navbar-menu .dropdown-menu .dropdown-menu li:last-child a {
  padding-bottom: 5px; }

.navbar.navbar-menu .dropdown-menu .dropdown-divider {
  margin: 2px 0px;
  border-top: 1px solid #a2a2ac; }

/* End Navigation Styles */
/* 10. Form Styles */
.demo-form-section {
  flex: 1;
  /*background: #fbfbfb url(../images/Bg-Home-Squares-Gradient-@2x.png) bottom right 0px no-repeat;
  background-size: 450px 475px;*/
  /*border-top: rgba(158, 158, 158, 0.5) 1px solid;*/ }

.demo-form-section a {
  color: #ee3438;
  text-decoration: none; }

.demo-form-section a:hover {
  color: #bd2b2e;
  text-decoration: none; }

.demo-form-section .error-text {
  color: #dc3545; }

.demo-form-section .rc-container .rcRefreshImage {
  padding-bottom: 16px; }

.demo-form-section .rcInvalid.rc-container span {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #dc3545; }

.demo-form-section .subtitle-container h2 {
  color: #040a0e; }

.demo-form-section .main-content p {
  color: #111014; }

.demo-form-section .title-content .title-container h1 {
  color: #102246; }

.demo-form-section .form-container .invalid-feedback {
  color: #dc3545; }

.request-demo-container {
  padding-top: 2px; }

.request-demo-container.row.px-3 {
  margin-right: -16px;
  margin-left: -16px; }

.support-info {
  margin-top: 6px;
  /*padding: 0px 5px;*/
  padding: 0px;
  width: 100%;
  /*border-radius: 8px;*/ }

.support-info h2 {
  margin-top: 0px;
  padding: 0px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #304a73;
  text-align: left; }

.support-content {
  padding: 13px 0px 0px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #111014;
  text-align: left; }

.request-demo-form {
  width: 100%;
  text-align: left; }

.request-demo-form .checkout-panel {
  display: none; }

.request-demo-section {
  padding: 24px 0px 28px 0px; }

.request-demo-section p {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #111014; }

.request-demo-section p.above-button {
  padding-bottom: 24px;
  margin: 0px 0px 0px -12px;
  width: calc(100% + 24px); }

.request-demo-section em {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px; }

.request-demo-section strong {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px; }

.request-demo-section .form-submit-button {
  margin-top: 8px; }

.request-demo-section .form-submit-button .col-md-12.mb-0 {
  /*padding: 0px 5px;*/
  padding: 0px; }

.form-container label {
  margin-bottom: 8px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111014; }

.form-container .form-check-container label {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111014; }

.form-container label .instructions {
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: uppercase; }

.form-container input, .form-container select, .form-container textarea {
  padding: 8px 10px 10px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  border-radius: 0px;
  border: #d5c4ba 1px solid;
  /*border: none;*/
  background-color: #ffffff; }

.form-container .form-check-container label {
  padding-left: 10px; }

.form-container textarea {
  padding-top: 8px; }

.form-container input:focus, .form-container select:focus, .form-container textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 196, 186, 0.25);
  border: #d5c4ba 1px solid;
  /*border: none;*/
  background-color: #ffffff; }

input[type=checkbox] {
  position: relative;
  cursor: pointer; }

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer; }

input[type=checkbox]:focus {
  box-shadow: none; }

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: #d5c4ba 1px solid;
  border-radius: 0px;
  background-color: #ffffff; }

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #ee3438;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
  outline: none; }

.form-container .form-check {
  padding-bottom: 8px; }

.form-container .form-check-container .form-check:last-child {
  padding-bottom: 0px; }

.form-container .form-check-container .i-style-first-letter label::first-letter {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-style: italic; }

.form-container .form-check-label {
  padding-left: 8px;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px; }

.form-container .col-md-6.mb-3, .form-container .col-md-12.mb-3 {
  /*padding: 0px 5px;*/
  padding: 0px; }

.form-container .col-md-12.mb-3 {
  margin: 0px 0px 12px !important; }

.form-container .btn.btn-primary {
  margin: 8px 8px 24px; }

.form-container .rad-captcha-container {
  margin-bottom: 4px !important; }

/* Do not group these rules */
.form-container .form-row .form-control::-webkit-input-placeholder {
  color: rgba(17, 16, 20, 0.4); }

/* FF 4-18 */
.form-container .form-row .form-control:-moz-placeholder {
  color: rgba(17, 16, 20, 0.4); }

/* FF 19+  */
.form-container .form-row .form-control::-moz-placeholder {
  color: rgba(17, 16, 20, 0.4); }

/* IE 10+ */
.form-container .form-row .form-control:-ms-input-placeholder {
  color: rgba(17, 16, 20, 0.4); }

.form-container .parsley-feedback-text.text-danger {
  display: none; }

.hideShowImg {
    display: none;
}

/* End Form Styles */
/* 11. Media Query Styles */
/* Responsive: Mobile phones and smaller (col-sm) */
@media (max-width: 575px) {
  .container {
    max-width: calc(100% - 8px); } }

/* Responsive: Larger mobile phones and up (col-sm) */
@media (min-width: 400px) {
  .banner-home.height-sm .banner-inside {
    padding: 51px 0px 0px 277px;
    float: right;
    width: 480px;
    text-align: left; } }

/* Responsive: Larger mobile phones and up (col-sm) */
@media (min-width: 576px) {
  .container-fluid.min-width {
    min-width: 296px; }
  .content-footer .footer-text {
    /* Revised by DRW on 1/24/2022 to center footer elements (no longer left aligned since right aligned NFSA logos have been removed) */
    /*text-align: left;*/ }
  .content-footer .footer-logo {
    padding: 10px 0px 0px 16px; }
  .content-footer .logos-container {
    padding: 2px 0px 0px 8px; }
  .content-footer .social-buttons {
    /* Revised by DRW on 1/24/2022 to center footer elements (no longer left aligned since right aligned NFSA logos have been removed) */
    /*align-items: unset;
        justify-content: unset;*/ }
  .container-fluid.min-width .navbar-brand, .container-fluid.min-width .navbar-toggler {
    padding: 0px 15px; }
  .container-fluid.min-width .navbar-toggler {
    padding: 0px;
    margin: 0px 15px; }
  .main-content {
    padding-bottom: 32px; }
  .main-content p.content-below-image {
    padding-top: 31px; }
  .navbar.navbar-content-left-side.bg-light {
    padding-bottom: 46px; } }

/* Responsive: Used to toggle breaks on smaller screens */
@media (min-width: 608px) {
  .splash-footer .below-title br {
    display: block; } }

@media (min-width: 640px) {
  .login-button-container {
    display: flex;
    position: absolute;
    top: 116px;
    right: 0px;
    margin: 0px;
    width: auto; }
  .login-button img {
    border-radius: 8px 0px 0px 8px; } }

/* Responsive: Portrait tablets and up (col-md) */
@media (min-width: 768px) {
  .navbar-expand-md {
    /*-ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;*/ }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    top: 1px; }
  .has-navbar-toggler {
    display: none; }
  .no-navbar-toggler {
    display: block; }
  .products-overview-section {
    border-top: none; }
  .products-links-section {
    display: block; }
  .navbar a.nav-link.left:hover:before {
    visibility: visible; }
  .navbar.navbar-menu:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    height: 1px;
    width: calc(100% - 32px); }
  .navbar.navbar-menu .navbar-top-only {
    z-index: 0; }
  .navbar.navbar-menu .navbar-collapse {
    padding: 0px 8px;
    background-color: transparent;
    max-height: unset;
    overflow-y: unset;
    z-index: 1; }
  .navbar.navbar-menu .navbar-collapse, .navbar.navbar-menu .navbar-collapse.open, .navbar.navbar-menu .navbar-collapse.close {
    left: unset; }
  .navbar.navbar-menu a.nav-link {
    margin-top: 0px;
    /*padding: 54px 8px 14px !important;*/
    padding: 60px 8px 8px !important;
    color: #ee3438; }
  .navbar.navbar-menu a.nav-link:hover {
    color: #393946 !important;
    background-color: none; }
  .navbar.navbar-menu a.nav-link:active, .navbar.navbar-menu a.nav-link:visited, .navbar.navbar-menu a.nav-link:focus {
    color: #ee3438; }
  .navbar.navbar-menu a.nav-link.dropdown-toggle {
    color: #ee3438; }
  .navbar.navbar-menu a.nav-link.dropdown-toggle::after {
    color: #9f9fa3; }
  .navbar.navbar-menu a.dropdown-item.dropdown-toggle::after {
    color: #9f9fa3; }
  .navbar.navbar-menu .dropdown-menu {
    margin-left: -13px;
    min-width: 144px;
    text-align: left;
    /*border-bottom: #babac4 8px solid;
    border-bottom: rgba(186, 186, 196, 0.7) 8px solid;*/
    background-color: #f5f5f6;
    background-color: rgba(245, 245, 246, 0.95);
    max-height: calc(100vh - $header-height);
    overflow-x: hidden;
    overflow-y: auto; }
  .navbar.navbar-menu .dropdown-menu.add-hover-area::before {
    /* Added by DRW on 8/19/2021 to allow for more hover space underneath the outer dropdown element */
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 24px);
    left: 0;
    top: 0;
    z-index: -1;
    /*border: red 1px solid;*/
    /* for demo purposes */ }
  .navbar.navbar-menu .dropdown-menu .dropdown-menu {
    margin-left: 0px;
    position: static;
    float: none; }
  .navbar.navbar-menu .dropdown-menu li a, .navbar.navbar-menu .dropdown-menu li a:link {
    padding: 3px 21px; }
  .navbar.navbar-menu .dropdown-menu li a:focus {
    background-color: transparent; }
  .navbar.navbar-menu .dropdown-menu li:first-child a {
    padding-top: 14px; }
  .navbar.navbar-menu .dropdown-menu li:last-child a {
    padding-bottom: 14px; }
  .navbar.navbar-menu .dropdown-menu li.dropdown:last-child {
    padding-bottom: 11px; }
  .navbar.navbar-menu .dropdown-menu li.dropdown:last-child a {
    padding-bottom: 3px; }
  .navbar.navbar-menu .dropdown-menu .dropdown-menu li a {
    padding-top: 3px;
    padding-bottom: 3px; }
  .navbar.navbar-menu .dropdown-menu .dropdown-menu li:first-child a {
    padding-top: 8px; }
  .navbar.navbar-menu .dropdown-menu .dropdown-menu li:last-child a {
    padding-bottom: 8px; }
  .navbar.navbar-menu .dropdown-menu .dropdown-divider {
    margin: 0.5rem 0; }
  .form-container .col-md-6.mb-3.form-col-spacer-right {
    padding-right: 12px; }
  .form-container .col-md-6.mb-3.form-col-spacer-left {
    padding-left: 12px; } }

/* Responsive: Laptops and up (col-lg) */
@media (min-width: 992px) {
  .anchor {
    height: 113px;
    /*same height as header*/
    margin-top: -113px;
    /*same height as header*/ }
  .error-content {
    padding: 10px 0px 19px; }
  .spacer-above-content {
    margin-top: 88px; }
  .container.body-content {
    padding-bottom: 12px; }
  .title-content.row {
    margin-top: 44px; }
  .title-content.row.contains-search {
    margin-top: 34px; }
  .main-content .image-aligned-right {
    padding: 44px 0px 16px 32px;
    width: 50%;
    float: right; }
    .main-content .image-aligned-right.products {
        padding-top: 0px;
    }
  .bottom-spacing-form {
    height: 48px; }
  .request-demo-container {
    padding-top: 7px; }
  .support-info {
    /*margin-top: 6px;*/
    padding: 0px;
    width: 240px; }
  .support-info h2 {
    margin-top: -2px;
    padding: 0px 0px 0px 8px; }
  .support-content {
    padding: 13px 0px 0px 8px; }
  .request-demo-form {
    width: calc(100% - 240px); }
  .request-demo-section {
    padding: 3px 24px 36px 0px; }
  .request-demo-section p.above-button {
    padding-top: 7px; }
  .form-container .btn.btn-primary {
    margin: 8px 8px 38px; }
  .form-container .col-md-6.mb-3.form-col-spacer-right {
    padding-right: 16px; }
  .form-container .col-md-6.mb-3.form-col-spacer-left {
    padding-left: 16px; } }

/* Responsive: Desktops and up (col-xl) */
@media (min-width: 1200px) {
  .container.body-content {
    padding-bottom: 12px; }
  .title-content.row {
    margin-top: 44px; }
  .title-content.row.contains-search {
    margin-top: 34px; }
  .product-category img {
    width: 112px; } }

/* Responsive: Input mechanism can hover over elements and Portrait tablets and up (col-md) */
/* No Hover Test: To test as a touch-based device, change hover: hover to hover: none */
@media (hover: hover) and (min-width: 768px) {
  .navbar.navbar-menu .dropdown.has-hover:hover > .dropdown-menu {
    /* Allows hover to show dropdown menu */
    display: block; }
  .navbar.navbar-menu .dropdown.has-hover > .dropdown-toggle:active {
    /* Allows hover to show dropdown menu - without this, clicking will make it sticky */
    pointer-events: auto; } }

/* Input mechanism can't hover over elements, so show the .no-hover elements */
/* No Hover Test: To test as a touch-based device, change hover: none to hover: hover */
@media (hover: none) {
  .has-hover {
    display: none; }
  .no-hover {
    display: block; }
}

@media (max-width: 880px) {
    .navbar.navbar-menu a.nav-link {
        font-size: 13px;
        line-height: 19px;
    }
    .navbar-brand img {
        margin: 17px 0px;
        width: 160px;
        height: auto;
    }
}

@media (max-width: 440px) {
    .banner-about, .banner-services,
    .banner-products, .banner-products-healthcare,
    .banner-products-homeland-security, .banner-products-i-suite,
    .banner-products-planning, .banner-home{
        height: 220px !important;
    }
    .banner-about .banner-inside, .banner-services .banner-inside, 
    .banner-products .banner-inside, .banner-products-healthcare .banner-inside, 
    .banner-products-homeland-security .banner-inside, .banner-products-i-suite .banner-inside, 
    .banner-products-planning .banner-inside, .banner-home .banner-inside {
        height: 220px !important;
    }
    .banner-home .banner-inside {
        padding: 70px 0px 0px 312px;
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 431px){
    .banner-services .banner-inside, .banner-products .banner-inside, .banner-home .banner-inside,
    .banner-inside-noShade, .banner-partners .banner-inside, .banner-tech .banner-inside {
        height: 220px !important;
    }
    .banner-home, .banner-map, .banner-services, .banner-products, .banner-productsFireTrak,
    .banner-productsPermiTrak, .banner-productsTT, .banner-productsEnforce, .banner-productsInspect,
    .banner-partners, .banner-tech {
        height: 220px !important;
    }
    .banner-products, .banner-productsEnforce, .banner-productsInspect, .banner-map {
        background-position-x: right;
    }
    .banner-services{
        background-size: auto 100%;
    }
    .banner-services .banner-inside{
        padding: 60px 40px 0px;
    }
    .banner-products .banner-inside, .banner-partners .banner-inside, .banner-tech .banner-inside {
        padding: 60px 40px 0px;
    }
    .banner-productsFireTrak {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        background-position-x: right;
    }
    .main-content .image-aligned-right {
        display: none !important;
    }
    .map-content {
        height: 220px;
    }
    .logoImg {
        width: 235px;
        /*height: 86px;*/
    }
    .hideShowImg {
        display: block;
    }
    .progress-bar, .progress-container {
        display: none;
    }
    .title-content .title-container h1{
        font-size: 28px;
        text-align: center;
    }
    .card-group > .card{
        margin-bottom: 2rem !important;
    }
}

/* Responsive: Used for print only */
@media print {
  .no-print {
    display: none; } }

/* End Media Query Styles */
