:root{
  --primary-color-1: #8BC53F !important; /*Green*/
  --primary-color-2: #fdbb30 !important; /*Yellow*/
  --primary-color-3: #293F75 !important; /*Blue*/
  --primary-color-3-lighter: #48A0CA !important; /*Lighter Blue*/
  --secondary-color-1: #DFEBB8 !important; /*Very Light Green*/
  --secondary-color-2: #79BDE8 !important; /*Light Blue #2*/
  --secondary-color-3: #F9D99F !important; /*Weird Yellow*/
  --primary-font-family-sans: 'Poppins', 'Open Sans';
  --text-color-on-primary-bg: #fff;
  --text-color-on-secondary-bg: #000;

  --navbar-bg-color: #293F75;

  --navbar-text-color: white;
  --navbar-text-font-size: 16px;
  --navbar-text-font-weight: 500;
  --navbar-text-color-hover: #fdbb30;
  --navbar-text-opacity-hover: 0;

  --navbar-lineitem-text-color: #33383e;
  --navbar-lineitem-text-font-size: 12px;
  --navbar-lineitem-text-color-hover: var(--primary-color-2);
  --navbar-lineitem-text-opacity-hover: var(--navbar-text-opacity-hover);
  --navbar-lineitem-text-background-color-hover: rgba(0,0,0,0);

  --navbar-lineitem-text-color-selected: var(--navbar-text-color-hover) !important;

  --hamburger-color: var(--primary-color-2);
  --hamburger-color-hover: var(--primary-color-2);

  --default-link-color: var(--primary-color-2);
  --default-link-color-hover: var(--primary-color-2);
  --default-linear-gradient: var(--primary-color-2);
  /* --default-linear-gradient: linear-gradient(90deg,#3d527e,#9dbbd7); */
  --color-footer-text: white;
  --footer-link: rgb(161, 187, 212);
  --footer-link-hover: #3D527E;

  --button-primary-text-color: ;
  --button-primary-bg-color: ;  
  --button-primary-bg-color-hover: ;

  --button-secondary-text-color: ;
  --button-secondary-bg-color: ;
  --button-secondary-bg-color-hover: ;
}

/*Set sub-header tab group selected color*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: var(--primary-color-2);
    border-color: var(--primary-color-2);
}

/*Textbox focus change color to second primary*/
.form-control:focus {
    border-color: var(--primary-color-2);
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--primary-color-2);
}

a,a:hover{
  text-decoration: none;
}

/*Fix search on navbar.*/
@media (min-width: 1200px){
#navbar ul.dropdown-menu.dropdown-search{
  width: 600px;
  left:-510px;
}
}

.background-overlay{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background-color: rgba(42,66,91,0.46);
}

body{
  font-family: var(--primary-font-family-sans);
  line-height: 1.9em;
}
/*For invalid login attempts, fixes color*/
#loginValidationSummary ul li a{
    color: var(--default-link-color);
}
a{
  color: var(--default-link-color);
}
a:hover, a:focus{
  color: var(--default-link-color-hover);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
  background-color: transparent;
}

@media (max-width: 991px) and (min-width: 461px){
  .PoweredByCarma-screenadjust{
    margin-top: 16px;
  }
}
@media (max-width: 460px){
  .PoweredByCarma-screenadjust{
    margin-top: 32px;
  }
}
.customlink {
  color: #333333;
  background-color: transparent;
  text-decoration: none;
}
.customlink:visited {
  color: #033333;
  background-color: transparent;
  text-decoration: none;
}
.customlink:hover {
  color: 333333;
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.customlink:active {
  color: 333333;
  background-color: transparent;
  text-decoration: none;
}
.customTheme{
  font-size: 12px; 
  font-weight: 600; 
  letter-spacing: .5px; 
  /* font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; */
  color: #333333;
}
.custom-vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#gethelp{
  -webkit-transform: rotateX(180deg); 
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  margin-top: 280px;
  background-color: var(--primary-color-3);
}

#nbar{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: linear-gradient(90deg,#000000,#293f75 100%);
    height : 2.5rem;
    margin-bottom: 0rem;
}

#nbar-container {
  height: 2.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
  width: 100vw;
}
.navbar-fixed-top .navbar-header {
  height: 2.5rem;
  padding: 0rem;
}
@media(max-width:1000px){
    #nbar-container{
        width: 95vw;
    }
}

#hamburger{
  position: absolute;
  top: 25px;
  right: 0px;
  color: var(--hamburger-color);
  border-color: var(--hamburger-color);
  border-style: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  background-color: var(--navbar-bg-color);
  height: 2.2rem;
  width: 2.2rem;
  padding: 0.5rem;
  top: -0.6rem;
}
#hamburger:hover{
  color: var(--hamburger-color-hover);
  border-color: var(--hamburger-color-hover);
  border-style: none;
}

/**HAMBURGER REWRITE BEGIN **/

.w-nav-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    position: relative;
    height: inherit;
    width: 1em;
}
.w-nav-control>* + * {
    margin-left: 0.5rem;
}
.w-nav-control {
    margin-right: -0.8rem;
}
.w-nav-icon>div {
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-control.active .w-nav-icon>div {
    transform: translateY(-50%) rotate(45deg);
    transition-delay: 0.15s;
}
.w-nav-icon>div {
    border-bottom: 0.15em solid;
}
.w-nav-icon>div, .w-nav-icon>div:before, .w-nav-icon>div:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
}
.w-nav-icon>div:before {
    top: -0.3333em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,opacity 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-icon>div:after {
    top: 0.3333em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,transform 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-icon>div:before, .w-nav-icon>div:after {
    border-bottom: inherit;
}
.w-nav-icon>div, .w-nav-icon>div:before, .w-nav-icon>div:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
}
.w-nav-control.active .w-nav-icon>div:before {
    top: 0;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0,1,.8,1),opacity 0.15s cubic-bezier(0,1,.8,1) 0.15s;
}
.w-nav-control.active .w-nav-icon>div:after {
    top: 0;
    transform: rotate(
90deg);
    transition: top 0.15s cubic-bezier(0,1,.8,1),transform 0.15s cubic-bezier(0,1,.8,1) 0.15s;
}
/**HAMBURGER REWRITE END**/

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
  background-color: transparent;
}
.navbar-inverse .navbar-toggle{
  border-color: transparent;
}
.navbar-toggle .icon-bar{
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
  width: 1.5rem;
}
#search-filter > span.selected {
  font-size: 1rem;
}
#q_id {
  font-size: 1rem;
}

/*"green border" color change (home page bar color)*/
.green_border {
  border-bottom: none;
  position: relative;
  margin-top: -85px;
  padding-bottom: 200px;
  color: var(--primary-color-3) !important;
  font-weight: lighter !important;
}

.green_border>span>span>div{
  text-align: center;
}
.page_section h2 {
    color: rgb(51,51,51);
    font-size: 32px;
    text-size-adjust: 100%;
    font-weight: 400;
}

.page-heading>.page-header>h1{
  color: rgb(51,51,51);
  text-align: center;
  font-size: 28px;
}
.page-heading>.page-header::before, .page-heading>.page-header::after {
  content: '';
  position: absolute;
  top: 30%;
  height: 0;
  width: 30%;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgb(229, 229, 229);
}
.page-heading>.page-header::before{
  right: 30px;
  left: auto;
}
.page-heading>.page-header::after{
  right: auto;
  left: 30px;
}
.page-heading>.page-header{
  position: relative;
  border-bottom: 0px solid #eee;
}
.section-landing .row > div .section-landing-sub-heading {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 15px;
  font-family: var(--primary-font-family-sans);
  text-align: center;
  margin-bottom: 0;
}

.section-landing .row > div .section-landing-sub-heading-2 {
  color: #FFFFFF;
  font-size: 12px;
  font-family: var(--primary-font-family-sans);
  text-align: center;
  margin: .8vw auto;
  width: 380px;
}

/*Replace home screen background.*/
.section-landing {
    background: url(background2.png) no-repeat center;
    background-size: cover;
}

.content-home {
  padding-top: 6rem;
}

@media(min-width: 3000px) {
  .content-home {
    /* padding-top: 9rem; */
    width: 270rem;
  }
}

.panel.panel-default {
  justify-items: left;
  width: 95%;
}

#home-content-container {
  margin-left: 2rem;
  padding-left: 0rem;
}

@media(min-width:3000px){
  #home-content-container {
    height: 90rem;
  }
}
@media(min-width:3400px){
  #home-content-container {
    height: 90rem;
  }
}

#content-container {
  margin-top: 4rem;
}

#home-logo {
  width: 235px;
  height: 51px;
  margin-left: 2rem;
  margin-top: 0rem;
}
@media(max-width:850px){
  #home-logo {
    width: 175px;
    height: 38px;
  }
}
@media(max-width:430px){
  #home-logo {
    width: 100px;
    height: 22px;
  }
}

/*background img height, essentially*/
#homeTopTextContainer{
  height:300px; 
  z-index: 2;
}

@media(min-width:1750px){
  #homeTopTextContainer {
    padding-top: 0rem;
  }
}

#homeHeroLogo {
  padding-top: 4vw;
}

#hero-text {
  position: absolute;
  top: 40%;
  left: 2rem;
}

#hero-text-one {
  font-size: 5rem;
  display: inline-block;
  color: white;
  font-family: var(--primary-font-family-sans);
}

#hero-text-two {
  font-size: 5rem;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-family: var(--primary-font-family-sans);
}

@media(min-width: 1750px) {
  #hero-text {
    top: 45%;
  }
  #hero-text-one {
    font-size: 8rem;
  }
  #hero-text-two {
    font-size: 8rem;
  }
  .section-landing {
    height: 50rem;
  }
}

.section-landing .row > div .section-landing-heading {
  font-size: 45px;
  font-weight: 400;
  font-family: var(--primary-font-family-sans);
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

/*Reduce section landing (background) size when on mobile as well as header text*/
@media(max-width:576px){
   .section-landing .row > div .section-landing-heading {
    font-size: 30px;
   }

   .section-landing .row > div .section-landing-sub-heading {
     font-size: 13px;
   }

   .section-landing .row > div .section-landing-sub-heading-2 {
     font-size: 11px;
     width: 60%;
   }
}

/*Force iphone to keep formatting of phone numbers*/
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

/*Fix top breadcrumb font sizing*/
.breadcrumb > .active {
    font-weight: 300 !important;
}
.breadcrumb > li a, .breadcrumb > li a:hover{
  text-decoration: none !important;
  color: #333333 !important;
}

@media(min-width:1750px){
  .navbar.navbar-fixed-top {
    height: 4rem;
  }
}

.nav.navbar-nav.weblinks {
  text-align: right;
  margin: 0rem;
  background-color: white;
}

/*Remove navbar dividing pipes "|"*/
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical{
  border-left: 0px;
  border-right: 0px;
}

/*navbar dropdown match*/
#navbar .dropdown-menu {
    padding: 20px;
    border-top: 6px solid var(--primary-color-3);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    margin-top: 3px;
    background-color: white;
}
#navbar .dropdown-menu::before{
  content: "▲";
  color: var(--primary-color-3);
  position: absolute;
  top: -27px;
  left: 12px;
}

@media(max-width: 1200px){
  #navbar .dropdown-menu::before {
    left: 85px;
  }
}

#navbar .dropdown-menu>li{
  color: var(--navbar-lineitem-text-color);
}
#navbar .dropdown-menu>li:hover{
  color: var(--navbar-lineitem-text-color-hover);
  /* opacity: 0; */
  background-color: var(--navbar-lineitem-text-background-color-hover);
}
/* Exclude opacity from the search */
#navbar .dropdown-menu.dropdown-search>li:hover{
  opacity: 0;
}


#navbar .dropdown-menu>li>a{
  color: inherit;
}

/*Move down when larger media size site*/
@media(max-width: 1200px){
  #navbar .dropdown-menu {
    margin-top: 0px;
  }
}
@media(min-width: 1200px){
  #navbar .dropdown-menu {
    margin-top: -15px;
  }
  #navbar ul.nav>li.dropdown{
    padding-bottom: 26px;
  }
}

@media (min-width: 1200px){
  .navbar-right .dropdown-menu {
    right: auto;
    left: -10px;
  }
}

/*Match the down carrot in the navbar to existing site*/
span[class="caret"]{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='.5em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 1200 1200'><path d='M600.006 989.352l178.709-178.709L1200 389.357l-178.732-178.709L600.006 631.91L178.721 210.648L0 389.369l421.262 421.262l178.721 178.721h.023z' fill='%23606060'/></svg>");
  width: 0px;/*width: 12px;*/
  height: 0px;/*height: 10px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border: none;
}


/*Match clickable links within navbar to existing site*/
div ul li a:not([role=tab],[class="selected-view dropdown-toggle"],[class="details-link"]), div ul li ul li a, .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a
{	
  /* color: var(--navbar-text-color); */
  color: white;
  font-family: var(--primary-font-family-sans);
  font-style: normal;
  text-decoration: none;
  /* text-transform: uppercase; */
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-font-smoothing:antialiased;
  text-size-adjust:100%;
  font-size: 1rem !important;
  /* letter-spacing: 1px; */
  font-weight: 400 !important;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1750px){
  div ul li a:not([role=tab],[class="selected-view dropdown-toggle"],[class="details-link"]), div ul li ul li a, .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
    font-size: 1rem !important;
  }
}

.navbar-nav > li > a{
  font-size: var(--navbar-text-font-size) !important;
  font-weight: var(--navbar-text-font-weight) !important;
  text-transform: uppercase;
  padding-top: 0.2rem;
  padding-bottom: 0rem;
}

div ul li a:hover:not([role=tab],[class="selected-view dropdown-toggle"],[class="details-link"]), div ul li ul li a:hover, .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a:hover
{
	color: var(--navbar-text-color-hover);
  background-color: transparent;
  /* opacity: 1;  */
}

.dropdown-menu>li>a:hover:not([role=tab],[class="selected-view dropdown-toggle"],[class="details-link"]),.dropdown-menu>li>a:focus:not([role=tab],[class="selected-view dropdown-toggle"],[class="details-link"])
{
	color: var(--navbar-text-color-hover);
	/* opacity: var(--navbar-text-opacity-hover); */
  background-color: transparent;
}


@media (max-width: 1208px) and (min-width: 981px){
#top-menu li a {
    font-size: 12px!important;
}
}

.dropdown-toggle:focus {
    border: 0px dashed!important;
    border-color: #fff!important;
}
/*Match fonts to existing website*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--primary-font-family-sans) !important;
  font-weight: 300;
}

.section-title{
  letter-spacing: 1px;
  
}
.page-heading{
  color: #333333;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-font-smoothing:antialiased;
  text-size-adjust:100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300 !important;
}
.pagination>li:not(.active,.disabled)>a{
  color: inherit !important;
}

/*Make all primary & info buttons match - use primary colors*/
.btn-info{
  background-color: #3d527e;
  border-color: #3d527e;
}
.btn-info:hover{
  background-color: #2c3c5c;
  border-color: #2c3c5c;
}

/*Change Primary and Default Button colors*/
.btn-primary {
    color: #fff;
    background-color: #3d527e;
    border-color: #3d527e;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    background-color: #2c3c5c;
    border-color: #2c3c5c;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
    background-color: #2c3c5c;
    border-color: #2c3c5c;
}
.btn-default {
    color: #3d527e;
    background-color: #fff;
    border-color: #3d527e;
}
.btn-default:hover,.btn-default:active,.btn-default:focus {
    color: #3d527e;
    border-color: #3d527e;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open>.btn-default.dropdown-toggle:hover, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle.focus {
    color: #3d527e;
    background-color: #d4d4d4;
    border-color: #2c3c5c;
}

/*Match footer #1*/
.xrm-attribute-value > h5{
  letter-spacing: .5px;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
}
/*Match footer #2*/
.footer-copyright{
  font-weight: 500;
  color: var(--color-footer-text);
  font-size: 13px;
}
/*Match footer #3*/
.footer-location-title{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .5px;
}
/*Decrease chunkyness on login headers*/
.login-heading-section{
  font-weight: 400;
}
/*Remove grey from boxes (service order)*/
.form-control, .form-control[readonly] {
    background-color: white;
    opacity: 1;
}
/*Decrease all spacing*/
.crmEntityFormView .cell {
    padding: 0 28px 10px;
}

/* Footer */
/* Update Twitter FA icon to X icon */
.fab.fa-twitter {
  font-family: sans-serif;
}

.fab.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}

.fa.fa-home::before{
  height: 19px;
  width: 16px;
  display: block;
  margin-bottom: 10px;
}

.fa.fa-home {
  color: black;
}

/* Footer General Styling */
.site-footer {
  background-color: #293f75;
  /* Estimated dark blue from image */
  color: #e0e0e0;
  /* Light grey text color */
  padding: 2rem;
  font-size: 0.9em;
  position: fixed;
  bottom: 0;
  width: 100vw;
}
.copyright {
  font-size: 1rem;
  font-family: var(--primary-font-family-sans);
}

body > footer > div > div.footer-main > div > a > img {
  height: 50px;
}

.footer-container {
  width: 100%;
  margin: 0 auto;
  /* Center the container */
  /* Using Flexbox for potential future columns */
  display: flex;
  justify-content: space-between;
  /* Puts space between main content and empty div */
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
}

.footer-empty {
  flex-basis: 25%;
  /* Example if you need space on the right */
}

.TopPushDown {
  margin-top: 27px;
}

/* Footer Sections */
.footer-section {
  margin-bottom: 0px;
}

.footer-logo {
  max-height: 40px;
  /* Adjust logo size */
  margin-bottom: 15px;
  display: block;
  /* Ensure it takes its own line */
}

.copyright {
  margin-bottom: 10px;
  color: #b0b0b0;
  /* Slightly dimmer color for copyright */
}

.footer-legal-links a {
  margin: 0 5px;
  /* Spacing around the links */
  color: #c0c0c0;
  /* Specific color for legal links if desired */
}

.footer-legal-links a:first-child {
  margin-left: 0;
}

.footer-legal-links a:last-child {
  margin-right: 0;
}

/* Divider */
.footer-divider {
  border: none;
  border-top: 1px solid #4a5a8a;
  /* Lighter shade for divider */
  margin: 25px 0;
}

/* Vertical Divider Styling */
.footer-divider-vertical {
  border: none;
  /* Remove any default border */
  border-left: 1px solid #7a8ab5;
  /* Create vertical line on the left */
  align-self: stretch;
  /* Make the divider stretch vertically */
}

/* Contact Section */
.footer-contact h3 {
  color: #ffffff;
  /* White heading */
  font-size: 13.5px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.footer-contact p {
  margin-bottom: 0rem;
  display: flex;
  /* Align icon and text */
  align-items: flex-start;
  /* Align items to the top */
}

.footer-contact p i {
  margin-right: 10px;
  /* Space between icon and text */
  margin-top: 4px;
  /* Adjust vertical alignment of icon slightly */
  width: 18px;
  /* Give icon fixed width for alignment */
  text-align: center;
  color: #a0a0a0;
  /* Icon color */
}

.footer-contact a:hover {
  color: #ffffff;
  /* Brighter color on hover for links */
}

/* Social Links */
.footer-social-links {
  margin-top: 15px;
}

.footer-social-links a {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.3em;
  /* Make icons slightly larger */
  color: #c0c0c0;
}

.footer-social-links a:last-child {
  margin-right: 0;
}

.footer-social-links a:hover {
  color: #ffffff;
  /* White on hover */
  text-decoration: none;
}

/* Floating Chat Icon */
.chat-icon {
  position: fixed;
  /* Sticks to the viewport */
  bottom: 20px;
  right: 20px;
  background-color: #f0f0f0;
  /* Light background */
  border-radius: 50%;
  /* Make it circular */
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  /* Ensure it's above other content */
}

.chat-icon a {
  color: #333;
  /* Darker icon color */
  font-size: 1.5em;
}

.chat-icon a:hover {
  color: #000;
  text-decoration: none;
}

/* Basic Responsive Adjustment (Example) */
@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
      /* Stack sections vertically */
  }

  .footer-main,
  .footer-empty {
      flex-basis: 100%;
      /* Each takes full width */
  }
}

@media(max-width: 1032px) {
  #footer-spacer {
    display: none;
  }
}

body > footer > div > div.footer-main > div > nav > a {
  font-family: var(--primary-font-family-sans);
}

body > footer > div > div.footer-section.footer-contact > div > a {
  font-family: var(--primary-font-family-sans);
}

@media (min-width: 1200px) {
  .nav.navbar-nav.weblinks {
    background-color: transparent;
  }

  .navbar-fixed-top.navbar .menu-bar,
  #nbar-container {
    background: transparent;
  }

  .navbar,
  .navbar-fixed-top {
    background-color: transparent;
  }

  #navbar {
    padding-top: 0rem;
    padding-right: 2rem;
  }

  #navbar .dropdown-menu {
    /*Below for navbar on-hover changes*/
    opacity: 0;
    transform: scaleY(0) translateZ(0);
    transform-origin: 50% 0;
    transition: transform 0.3s, opacity 0.3s;
    transition-property: transform, opacity;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
  }

  /*BEGIN navbar on-hover changes*/
  #navbar ul>li.dropdown:hover>.dropdown-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
  }
  #navbar ul>li.dropdown>.dropdown-menu{
    display: block;
  }
  /*END navbar on-hover changes*/

  .fa.fa-home {
    color: white;
  }

  .fa.fa-home:hover {
    color: var(--navbar-text-color-hover);
  }

  #navbar .dropdown-menu > li > a:hover {
    background-color: transparent !important;
    color: var(--navbar-text-color-hover) !important;
    outline: none;
    border: 0;
  }

  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    padding: 3px 10px;
  }

  #navbar > div.navbar-right.menu-bar > ul > li:nth-child(13) > ul {
    left: -102px;
  }

  #navbar > div.navbar-right.menu-bar > ul > li:nth-child(13) > ul > li.divider {
    display: none;
  }

  #navbar .dropdown-menu::before {
    content: none;
  }

  #navbar > div.navbar-right.menu-bar > ul > li:nth-child(9) > ul {
    left: -34px;
  }
}

@media (max-width: 1199px) {
  div ul li a:not([role=tab],[class="selected-view dropdown-toggle"],[class="details-link"]), div ul li ul li a, .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
    color: black;
  }

  span[class="caret"]{
    width: 12px;
    height: 10px;
  }

  .dropdown-menu {
    text-align: right;
  }

  #navbar .dropdown-menu::before {
    content: none;
  }

  #navbar .dropdown-menu > li > a:hover {
    background-color: transparent !important;
    color: var(--navbar-text-color-hover) !important;
    outline: none;
    border: 0;
  }

  #navbar .dropdown-menu > li > a {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  #navbar > div.navbar-right.menu-bar > ul > li.dropdown.open > ul > li.divider {
    display: none;
  }

  .nav.nav.navbar-nav.weblinks {
    margin-left: auto;
    width: 30rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  .navbar-nav > .open > a,
  .navbar-nav > .open > a:hover,
  .navbar-nav > .open > a:focus {
    background-color: transparent !important;
  }

  #navbar .dropdown-menu {
    padding: 0rem;
  }

  #navbar > div.navbar-right.menu-bar > ul > li:nth-child(1) > a > span:hover {
    color: var(--navbar-text-color-hover);
  }
  
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent !important;
  }
}

body > div.container > div.page-heading > ul > li:nth-child(1) > a {
  font-size: 2rem !important;
}

#liquid_form > div.container > div.page-heading > ul > li:nth-child(1) > a {
  font-size: 2rem !important;
}

#navbar .navbar-nav > li > a[href="#"],
#navbar .navbar-nav > li.open > a[href="#"],
#navbar .navbar-nav > li.active > a[href="#"],
#navbar .navbar-nav > li > a[href="#"]:hover,
#navbar .navbar-nav > li > a[href="#"]:focus,
#navbar .navbar-nav > li > a[href="#"]:active {
  background-color: transparent !important;
  opacity: 1 !important;
  outline: none;
}

.page-heading > .page-header::before,
.page-heading > .page-header::after {
  content: none !important;
}
