:root{
  --primary-color-1: #091b28 !important; /*Dark blue*/
  --primary-color-1-lighter: #091b28 !important; /*Dark blue*/
  /*--primary-color-2: #B9B9B9 !important; Light gray*/
  --primary-color-2: #258EA6 !important; /*Light blue*/
  --primary-color-3: #8ABB2A !important; /*Weird Green*/
  --primary-font-family-1: Inter, Helvetica Neue, Arial, var(--bs-font-sans-serif);
  /* --primary-font-family-1: 'Oswald Medium', 'Oswald',Helvetica,Arial,Lucida,sans-serif; */
  --primary-font-family-2: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  --primary-font-family-3: 'Oswald Light',Helvetica,Arial,Lucida,sans-serif;
  --text-color-on-primary-bg: #fff;
  --text-color-on-secondary-bg: #000;

  /*--navbar-bg-color: #FFFFFF;*/

  --navbar-text-color: #212529;
  --navbar-text-font-size: 1em;
  --navbar-text-font-weight: 525;
  --navbar-text-color-hover: #72b01d;
  --navbar-text-opacity-hover: .7;

  --navbar-lineitem-text-color: #33383e;
  --navbar-lineitem-text-font-size: 12px;
  --navbar-lineitem-text-color-hover: var(--navbar-lineitem-text-color);
  --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(--primary-color-2) !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-3);
  --default-linear-gradient: var(--primary-color-1);

  --color-footer-text: white;
  --footer-link: #72b01d;
  --footer-link-hover: #568416;

  --button-primary-text-color: #FFFFFF;
  --button-primary-bg-color: #72b01d;  
  --button-primary-bg-color-hover: #568416;

  --button-secondary-text-color: #FFFFFF;
  --button-secondary-bg-color: #72b01d;
  --button-secondary-bg-color-hover: #568416;

}

/*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-1);
    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);
}

/*Fix search on navbar.*/
@media (min-width: 1200px){
#navbar ul.dropdown-menu.dropdown-search{
  width: 600px;
  left:-450px;
}
}

.curvedDivider{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiLz48L2c+PC9zdmc+);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 10;
  transform: rotateY(180deg);
  margin-bottom: -1px;
}
.curvedDivider.bottom{
  background-size: 100% 50px;
  bottom: 0;
  height: 50px;
  z-index: 10;
  /* transform: rotateY(0deg); */
  margin-top: -1px;
  background-color: var(--primary-color-1);
}

body{
  font-family: var(--primary-font-family-1);
  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);
  cursor: pointer;
}
a,a:hover{
  text-decoration: none;
}

/*Match top bar & navbar items*/
.navbar-brand{
  padding-top: 0.5rem;
}

.navbar-right {
  text-align: right;
}

@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; 
  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-1);
}

#nbar{
    background-color: var(--navbar-bg-color);
    margin-bottom: 0;
}

.dropdown-menu {
  text-align: right;
}

.nav .open .dropdown-menu > li > a:hover {
  background-color: white;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  padding: 3px 20px;
}

#hamburger{
  color: var(--hamburger-color);
  border-color: transparent;
  box-shadow: 0 0 0 1px #E5E5E5;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-font-smoothing:antialiased;
  background-color: var(--navbar-bg-color);
  height: 4rem;
}
#hamburger:hover{
  color: var(--hamburger-color-hover);
  border-color: transparent;
  box-shadow: 0 0 0 3px var(--hamburger-color-hover);
}

/**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: #737373;
}
#smallImage{
  padding-top: 22px;
}

.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-top > div .section-landing-sub-heading {
  color: #FFFFFF;
  /* font-size: 15px; */
  font-family: var(--primary-font-family-2);
  text-align: center;
  margin-bottom: 0;
}

/* .section-landing-top > div .section-landing-sub-heading-2 {
  color: #FFFFFF;
  font-size: 12px;
  font-family: var(--primary-font-family-2);
  text-align: center;
  margin: .8vw auto;
  width: 380px;
} */

.section-landing-top {
  background: url(/FBLBannerXL.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 40rem;
  margin-top: 6rem;
}
@media (max-width: 1919.98px) {
  .section-landing-top {
    background: url(/FBLBannerXL.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #020d21;
    background-size: cover;
  }
}
@media (max-width: 1399.98px) {
  .section-landing-top {
    background: url(/FBLBannerL.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #020d21;
    background-size: cover;
  }
}
@media (max-width: 1199.98px) {
  .section-landing-top {
    background: url(/FBLBannerM.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #020d21;
    background-size: cover;
  }
}
@media (max-width: 991.898px) {
  .section-landing-top {
    background: url(/FBLBannerS.jpg);
    background-position-x: -7rem;
    background-repeat: no-repeat;
    background-color: #020d21;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  .section-landing-top {
    background: url(/FBLBannerXS.jpg);
    background-position-x: -7rem;
    background-repeat: no-repeat;
    background-color: #020d21;
    background-size: cover;
  }
}

.section-landing-bottom {
  height: 60.5vh;
}

#homeTopTextContainer {
  margin-right: 11rem;
  margin-left: 11rem;
  height: auto;
  z-index: 2;
  width: 90rem;
  padding-top: 18rem;
}

.container {
  margin-left: 10rem;
  margin-right: 10rem;
  width: auto;
}

.section-landing-top > div .section-landing-heading {
  font-size: 4rem;
  font-weight: 400;
  font-family: var(--primary-font-family-1);;
  color: #FFFFFF;
  text-align: left;
  text-transform: none;
}

.section-landing-top > div .section-landing-sub-heading {
  font-size: 1.5rem;
  text-align: left;
  text-transform: none;
}

@media (max-width: 1199.98px) {
  #homeTopTextContainer {
    width: 70rem;
  }
  .section-landing-top > div .section-landing-heading {
    font-size: 3.3rem;
  }
  .section-landing-top > div .section-landing-sub-heading {
    font-size: 1.3rem;
  }
}
@media (max-width: 991.898px) {
  .container {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  #homeTopTextContainer {
    width: 45rem;
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .section-landing-top > div .section-landing-heading {
    font-size: 2em;
  }
}

/*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;
}

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*/
.navbar-nav > li > a {
  font-size: var(--navbar-text-font-size) !important;
  font-weight: var(--navbar-text-font-weight) !important;
  color: var(--navbar-text-color) !important;
  font-family: var(--primary-font-family-1);
  font-style: normal;
  text-decoration: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-font-smoothing:antialiased;
  text-size-adjust:100%;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: var(--navbar-text-color-hover) !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--navbar-text-color-hover) !important;
  border: none;
}

.dropdown-toggle {
  font-weight: bold !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-1) !important;
  font-weight: 300;
}

.section-title{
  letter-spacing: 1px;
  
}

.content-home {
  height: 30rem;
  margin-top: 4.5rem;
  margin-bottom: 0.5rem;
}

.page-heading{
  color: #333333;
  font-style: normal;
  text-decoration: none;
  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;
}

#mainContent {
  height: 100%;
}

#content {
  height: 86vh;
}

/*Make all primary & info buttons match - use primary colors*/
.btn-info{
  color: var(--button-primary-text-color);
  background-color: var(--button-primary-bg-color);
  border-color: var(--button-primary-bg-color);
}
.btn-info:hover{
  color: var(--button-primary-text-color);
  background-color: var(--button-primary-bg-color-hover);
  border-color: var(--button-primary-bg-color-hover);
}

/*Change Primary and Default Button colors*/
.btn-primary {
    color: var(--button-primary-text-color);
    background-color: var(--button-primary-bg-color);
    border-color: var(--button-primary-bg-color);
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    color: var(--button-primary-text-color);
    background-color: var(--button-primary-bg-color-hover);
    border-color: var(--button-primary-bg-color-hover);
}
.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 {
    color: var(--button-primary-text-color);
    background-color: var(--button-primary-bg-color-hover);
    border-color: var(--button-primary-bg-color-hover);
}
.btn-default {
    color: var(--button-primary-text-color);
    background-color: var(--button-primary-bg-color);
    border-color: var(--button-primary-bg-color);
}
.btn-default:hover,.btn-default:active,.btn-default:focus {
    color: var(--button-primary-text-color);  
    color: var(--button-primary-bg-color-hover);
    border-color: var(--button-primary-bg-color-hover);
}
.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: var(--button-primary-text-color);
    background-color: var(--button-primary-bg-color-hover);
    border-color: var(--button-primary-bg-color-hover);
}

/*Match footer #1*/
.xrm-attribute-value > h5{
  /* font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; */
  /* font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; */
  
  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;
}

.footerContent {
  height: 5vh;
  /* margin-top: 12rem; */
  position: fixed;
  left: 0;
  bottom: 4rem;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 999;
}

.footer-spacer {
  height: 12vh;
  display: block;
}

footer .footer-bottom{
  padding-left: 11.5rem;
  padding-right: 11.5rem;
  width: 100vw;
  background: var(--default-linear-gradient) !important;
  justify-content: space-between;
}

.row.sectionBlockLayout {
  display: block !important;
}